labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
rental
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/opcoach/training/EMF/com.opcoach.training.rental/model/rental.ecore
rental RentalAgency book customer rentedObject from to isAvailable rentedObject from to name address objectsToRent customers rentals Customer firstName name address licenses parentAgency Address streetType Street number zipCode city streetName StreetType Street Street Road Road RentalObject rent customer ID name parentAgency available License isValid number validityDate owner Rental nbDaysBooked customer rentedObject startDate endDate parentAgency
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="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="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <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> <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"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <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" eOpposite="#//Rental/parentAgency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//Address" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1" eType="#//License" containment="true" eOpposite="#//License/owner"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eAnnotations source="gmf.node"> <details key="label" value="city"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetType" eType="#//StreetType" defaultValueLiteral="Street"/> <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"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eOperations name="rent" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <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:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="available" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License"> <eAnnotations source="gmf.node"> <details key="label" value="number"/> </eAnnotations> <eOperations name="isValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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> <eAnnotations source="gmf.node"> <details key="label" value="startDate"/> </eAnnotations> <eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1" eType="#//Customer"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" lowerBound="1" eType="#//RentalObject"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> </eAnnotations> </eStructuralFeatures> <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" eOpposite="#//RentalAgency/rentals"/> </eClassifiers> </ecore:EPackage>
true
{"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":"RentalAgency","instanceClass":null,"abstract":false,"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":"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":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":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":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":"objectsToRent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","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":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"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":34,"derived":false},{"id":35,"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":36,"derived":false},{"id":37,"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":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":"firstName","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Street","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,"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":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"available","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":0,"id":72,"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validityDate","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":79,"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":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":8,"target":7},{"source":8,"target":15},{"source":8,"target":1},{"source":8,"target":16},{"source":8,"target":17},{"source":8,"target":18},{"source":8,"target":19},{"source":15,"target":7},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":8},{"source":20,"target":2},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":8},{"source":21,"target":5},{"source":18,"target":22},{"source":18,"target":8},{"source":19,"target":23},{"source":19,"target":8},{"source":9,"target":24},{"source":9,"target":1},{"source":9,"target":25},{"source":9,"target":26},{"source":9,"target":27},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":9},{"source":28,"target":5},{"source":26,"target":29},{"source":26,"target":9},{"source":27,"target":30},{"source":27,"target":9},{"source":10,"target":31},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":32},{"source":11,"target":1},{"source":32,"target":3},{"source":12,"target":5},{"source":12,"target":33},{"source":12,"target":1},{"source":12,"target":34},{"source":33,"target":5},{"source":13,"target":2},{"source":13,"target":35},{"source":13,"target":1},{"source":13,"target":36},{"source":35,"target":2},{"source":14,"target":7},{"source":14,"target":37},{"source":14,"target":1},{"source":14,"target":38},{"source":37,"target":7},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":36},{"source":39,"target":43},{"source":39,"target":2},{"source":40,"target":44},{"source":40,"target":2},{"source":41,"target":3},{"source":41,"target":45},{"source":41,"target":2},{"source":45,"target":3},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":2},{"source":42,"target":47},{"source":46,"target":6},{"source":36,"target":1},{"source":36,"target":48},{"source":36,"target":2},{"source":36,"target":13},{"source":48,"target":1},{"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":4},{"source":49,"target":54},{"source":49,"target":3},{"source":54,"target":4},{"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":34},{"source":5,"target":64},{"source":61,"target":7},{"source":61,"target":65},{"source":61,"target":5},{"source":61,"target":66},{"source":65,"target":7},{"source":66,"target":2},{"source":66,"target":67},{"source":66,"target":61},{"source":67,"target":2},{"source":62,"target":68},{"source":62,"target":5},{"source":63,"target":69},{"source":63,"target":5},{"source":34,"target":1},{"source":34,"target":70},{"source":34,"target":5},{"source":34,"target":12},{"source":70,"target":1},{"source":64,"target":71},{"source":64,"target":5},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":47},{"source":72,"target":75},{"source":72,"target":6},{"source":73,"target":76},{"source":73,"target":6},{"source":74,"target":77},{"source":74,"target":6},{"source":47,"target":2},{"source":47,"target":78},{"source":47,"target":6},{"source":47,"target":42},{"source":78,"target":2},{"source":7,"target":0},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":38},{"source":79,"target":84},{"source":79,"target":7},{"source":80,"target":2},{"source":80,"target":85},{"source":80,"target":7},{"source":85,"target":2},{"source":81,"target":5},{"source":81,"target":86},{"source":81,"target":7},{"source":86,"target":5},{"source":82,"target":87},{"source":82,"target":7},{"source":83,"target":88},{"source":83,"target":7},{"source":38,"target":1},{"source":38,"target":89},{"source":38,"target":7},{"source":38,"target":14},{"source":89,"target":1}],"multigraph":true}
ecore
components
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl101.ecore
adl101 Interface name signature bindings Binding from to Content expression content class language contentParent Required Provided Component subComponents requiredInterfaces providedInterfaces content name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adl101" nsURI="http://adl101" nsPrefix="_adl101"> <eAnnotations source="diagen"> <details key="knownas=adl"/> <details key="origin=http://foobar"/> <details key="leftparent=adl200" value="delta1=foo&#xD;&#xA;delta2=bar"/> <details key="rightparent=adl103" value="delta1=hello&#xD;&#xA;azerty&#xD;&#xA;role.Content.expression=eprsample"/> <details key="requires=simpleworld,adl203" value="simpleworld&#xD;&#xA;adl203"/> <details key="context=composition"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="cont=Interface.bindings"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentParent" eType="#//Component" eOpposite="#//Component/content"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cont=Component.subComponents"/> <details key="afx=requiredInterfaces"/> <details key="afx=providedInterfaces"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true" eOpposite="#//Content/contentParent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_adl101","nsURI":"http://adl101","name":"adl101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"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":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponents","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":"requiredInterfaces","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":"providedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":1},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":1},{"source":14,"target":1},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":6},{"source":19,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":22,"target":6},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":24},{"source":24,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":25},{"source":25,"target":1},{"source":6,"target":0},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":23},{"source":6,"target":29},{"source":26,"target":6},{"source":26,"target":30},{"source":26,"target":6},{"source":30,"target":6},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":6},{"source":31,"target":4},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":6},{"source":32,"target":5},{"source":23,"target":3},{"source":23,"target":33},{"source":23,"target":6},{"source":23,"target":19},{"source":33,"target":3},{"source":29,"target":34},{"source":29,"target":6}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/BackupTheBerlios/genfw/examples/tutorial1.gen.beans/model/beans.ecore
beans BeanLibrary packageName beans Bean beanLibrary properties BeanProperty typeName bean changeable NamedElement name
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="beans" nsURI="http://beans" nsPrefix="beans"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380327744840"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="BeanLibrary" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380328734373"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380328734374"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="beans" lowerBound="1" upperBound="-1" eType="#//Bean" containment="true" eOpposite="#//Bean/beanLibrary"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380330393759"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bean" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380328734375"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="beanLibrary" lowerBound="1" eType="#//BeanLibrary" eOpposite="#//BeanLibrary/beans"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="113803303937513"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" lowerBound="1" upperBound="-1" eType="#//BeanProperty" containment="true" eOpposite="#//BeanProperty/bean"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="113803303937514"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BeanProperty" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380328734376"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="113803294367115"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bean" lowerBound="1" eType="#//Bean" eOpposite="#//Bean/properties"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="113803303937521"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="113803303937522"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="http://www.topcased.org/uuid"> <details key="uuid" value="11380328734377"/> </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.topcased.org/uuid"> <details key="uuid" value="113803294367119"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"beans","nsURI":"http://beans","name":"beans","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeanLibrary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bean","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeanProperty","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"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":5,"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":"beans","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beanLibrary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bean","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeable","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"},{"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},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":2},{"source":7,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":1},{"source":10,"target":13},{"source":10,"target":2},{"source":10,"target":6},{"source":13,"target":1},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":14,"target":3},{"source":12,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":16},{"source":3,"target":15},{"source":3,"target":17},{"source":3,"target":18},{"source":16,"target":19},{"source":16,"target":3},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":3},{"source":15,"target":11},{"source":20,"target":2},{"source":17,"target":21},{"source":17,"target":3},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":22,"target":23},{"source":22,"target":4}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/AnisBoubaker/RollBackPoint/models/core/cbpmn.ecore
cbpmn ProcessModel mainBranch processInvariants name DefaultProcess Activity preConditions postConditions type inputs outputs invariabilityClauses Branch entryConditions nodes DecisionGateway addBranchWithCondition branch condition default conditions type EXCLUSIVE DecisionCondition branch isDefault false FlowNode branch name next previous OCLConstraint constraintName constraintStr Event trigger ActivityType MANUAL MANUAL RECEIVE RECEIVE SEND SEND SERVICE SERVICE USER USER BUSINESSRULE BUSINESSRULE EventType EEnumLiteral0 EEnumLiteral0 DecisionType EXCLUSIVE EXCLUSIVE INCLUSIVE INCLUSIVE ParallelGateway SplitGateway branches GatewayType SPLIT SPLIT JOIN JOIN DataObjectReference name lowerBound higherBound dataObjectClass DataObjectType PHYSICAL PHYSICAL INFORMATIONAL INFORMATIONAL ProcessInstance processModel executedNodes id dataObjects FlowNodeInstance nodeDef inputs outputs processInstance status SUCCESS FlowNodeInstanceStatus INIT INIT STARTED STARTED INTERRUPTED INTERRUPTED SUCCESS SUCCESS FAILED FAILED DataObject type
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cbpmn" nsURI="http://www.uqam.latece.ca/cpmn/" nsPrefix="cbpmn"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ProcessModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainBranch" lowerBound="1" eType="#//Branch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processInvariants" upperBound="-1" eType="#//OCLConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="DefaultProcess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//FlowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="preConditions" upperBound="-1" eType="#//OCLConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postConditions" upperBound="-1" eType="#//OCLConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ActivityType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//DataObjectReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//DataObjectReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariabilityClauses" upperBound="-1" eType="#//OCLConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryConditions" eType="#//DecisionCondition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" lowerBound="1" upperBound="-1" eType="#//FlowNode" containment="true" eOpposite="#//FlowNode/branch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionGateway" eSuperTypes="#//SplitGateway"> <eOperations name="addBranchWithCondition"> <eParameters name="branch" eType="#//Branch"/> <eParameters name="condition" eType="#//DecisionCondition"/> <eParameters name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" lowerBound="1" upperBound="-1" eType="#//DecisionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DecisionType" defaultValueLiteral="EXCLUSIVE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionCondition" eSuperTypes="#//OCLConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1" eType="#//Branch"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowNode" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="branch" eType="#//Branch" eOpposite="#//Branch/nodes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//FlowNode" eOpposite="#//FlowNode/previous"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//FlowNode" eOpposite="#//FlowNode/next"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintStr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//FlowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//OCLConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActivityType"> <eLiterals name="MANUAL"/> <eLiterals name="RECEIVE" value="1"/> <eLiterals name="SEND" value="2"/> <eLiterals name="SERVICE" value="3"/> <eLiterals name="USER" value="4"/> <eLiterals name="BUSINESSRULE" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventType"> <eLiterals name="EEnumLiteral0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DecisionType"> <eLiterals name="EXCLUSIVE"/> <eLiterals name="INCLUSIVE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParallelGateway" eSuperTypes="#//SplitGateway"/> <eClassifiers xsi:type="ecore:EClass" name="SplitGateway" abstract="true" interface="true" eSuperTypes="#//FlowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Branch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GatewayType"> <eLiterals name="SPLIT"/> <eLiterals name="JOIN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataObjectReference"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="lowerBoundLessThanHigherBound lowerBoundPositive higherBoundPositive"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="lowerBoundLessThanHigherBound" value="higherBound = -1 or lowerBound &lt;= higherBound"/> <details key="lowerBoundPositive" value="lowerBound>=0"/> <details key="higherBoundPositive" value="higherBound>=-1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="higherBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataObjectClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataObjectType"> <eLiterals name="PHYSICAL"/> <eLiterals name="INFORMATIONAL" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="processModel" lowerBound="1" eType="#//ProcessModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executedNodes" upperBound="-1" eType="#//FlowNodeInstance" containment="true" eOpposite="#//FlowNodeInstance/processInstance"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataObjects" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowNodeInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeDef" lowerBound="1" eType="#//FlowNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processInstance" lowerBound="1" eType="#//ProcessInstance" eOpposite="#//ProcessInstance/executedNodes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//FlowNodeInstanceStatus" defaultValueLiteral="SUCCESS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowNodeInstanceStatus"> <eLiterals name="INIT"/> <eLiterals name="STARTED" value="1"/> <eLiterals name="INTERRUPTED" value="2"/> <eLiterals name="SUCCESS" value="3"/> <eLiterals name="FAILED" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"cbpmn","nsURI":"http://www.uqam.latece.ca/cpmn/","name":"cbpmn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionGateway","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionCondition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNode","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLConstraint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivityType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecisionType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelGateway","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitGateway","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GatewayType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObjectReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataObjectType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessInstance","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNodeInstance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowNodeInstanceStatus","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainBranch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processInvariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DefaultProcess","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preConditions","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":"postConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"inputs","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":"outputs","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":"invariabilityClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"addBranchWithCondition","lowerBound":0,"id":45,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EXCLUSIVE","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"branch","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"condition","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"default","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"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":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintName","changeable":true,"lowerBound":0,"iD":true,"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":"constraintStr","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"MANUAL","id":76,"value":0,"literal":"MANUAL","eClass":"EEnumLiteral"},{"name":"RECEIVE","id":77,"value":1,"literal":"RECEIVE","eClass":"EEnumLiteral"},{"name":"SEND","id":78,"value":2,"literal":"SEND","eClass":"EEnumLiteral"},{"name":"SERVICE","id":79,"value":3,"literal":"SERVICE","eClass":"EEnumLiteral"},{"name":"USER","id":80,"value":4,"literal":"USER","eClass":"EEnumLiteral"},{"name":"BUSINESSRULE","id":81,"value":5,"literal":"BUSINESSRULE","eClass":"EEnumLiteral"},{"name":"EEnumLiteral0","id":82,"value":0,"literal":"EEnumLiteral0","eClass":"EEnumLiteral"},{"name":"EXCLUSIVE","id":83,"value":0,"literal":"EXCLUSIVE","eClass":"EEnumLiteral"},{"name":"INCLUSIVE","id":84,"value":1,"literal":"INCLUSIVE","eClass":"EEnumLiteral"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"SPLIT","id":89,"value":0,"literal":"SPLIT","eClass":"EEnumLiteral"},{"name":"JOIN","id":90,"value":1,"literal":"JOIN","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":91,"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":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"higherBound","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataObjectClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"PHYSICAL","id":99,"value":0,"literal":"PHYSICAL","eClass":"EEnumLiteral"},{"name":"INFORMATIONAL","id":100,"value":1,"literal":"INFORMATIONAL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executedNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SUCCESS","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"INIT","id":119,"value":0,"literal":"INIT","eClass":"EEnumLiteral"},{"name":"STARTED","id":120,"value":1,"literal":"STARTED","eClass":"EEnumLiteral"},{"name":"INTERRUPTED","id":121,"value":2,"literal":"INTERRUPTED","eClass":"EEnumLiteral"},{"name":"SUCCESS","id":122,"value":3,"literal":"SUCCESS","eClass":"EEnumLiteral"},{"name":"FAILED","id":123,"value":4,"literal":"FAILED","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":1},{"source":24,"target":3},{"source":22,"target":7},{"source":22,"target":25},{"source":22,"target":1},{"source":25,"target":7},{"source":23,"target":26},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":6},{"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":27,"target":7},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":7},{"source":28,"target":7},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":7},{"source":29,"target":9},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":9},{"source":30,"target":15},{"source":30,"target":37},{"source":30,"target":2},{"source":37,"target":15},{"source":31,"target":15},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":15},{"source":32,"target":7},{"source":32,"target":39},{"source":32,"target":2},{"source":39,"target":7},{"source":33,"target":6},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":5},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":5},{"source":41,"target":6},{"source":41,"target":43},{"source":41,"target":3},{"source":41,"target":44},{"source":43,"target":6},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":50},{"source":45,"target":51},{"source":49,"target":3},{"source":49,"target":52},{"source":49,"target":45},{"source":52,"target":3},{"source":50,"target":5},{"source":50,"target":53},{"source":50,"target":45},{"source":53,"target":5},{"source":51,"target":54},{"source":51,"target":45},{"source":46,"target":5},{"source":46,"target":55},{"source":46,"target":4},{"source":55,"target":5},{"source":47,"target":11},{"source":47,"target":56},{"source":47,"target":4},{"source":56,"target":11},{"source":48,"target":13},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":3},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":7},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":44,"target":3},{"source":44,"target":65},{"source":44,"target":6},{"source":44,"target":41},{"source":65,"target":3},{"source":62,"target":66},{"source":62,"target":6},{"source":63,"target":6},{"source":63,"target":67},{"source":63,"target":6},{"source":63,"target":64},{"source":67,"target":6},{"source":64,"target":6},{"source":64,"target":68},{"source":64,"target":6},{"source":64,"target":63},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":70},{"source":69,"target":71},{"source":69,"target":7},{"source":70,"target":72},{"source":70,"target":7},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":73,"target":7},{"source":73,"target":75},{"source":73,"target":8},{"source":75,"target":7},{"source":74,"target":6},{"source":9,"target":0},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":76,"target":9},{"source":77,"target":9},{"source":78,"target":9},{"source":79,"target":9},{"source":80,"target":9},{"source":81,"target":9},{"source":10,"target":0},{"source":10,"target":82},{"source":82,"target":10},{"source":11,"target":0},{"source":11,"target":83},{"source":11,"target":84},{"source":83,"target":11},{"source":84,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":85},{"source":85,"target":13},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":86},{"source":13,"target":87},{"source":86,"target":3},{"source":86,"target":88},{"source":86,"target":13},{"source":88,"target":3},{"source":87,"target":6},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":14},{"source":90,"target":14},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":91,"target":95},{"source":91,"target":15},{"source":92,"target":96},{"source":92,"target":15},{"source":93,"target":97},{"source":93,"target":15},{"source":94,"target":98},{"source":94,"target":15},{"source":16,"target":0},{"source":16,"target":99},{"source":16,"target":100},{"source":99,"target":16},{"source":100,"target":16},{"source":17,"target":0},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":101,"target":1},{"source":101,"target":105},{"source":101,"target":17},{"source":105,"target":1},{"source":102,"target":18},{"source":102,"target":106},{"source":102,"target":17},{"source":102,"target":107},{"source":106,"target":18},{"source":103,"target":108},{"source":103,"target":17},{"source":104,"target":109},{"source":104,"target":17},{"source":18,"target":0},{"source":18,"target":110},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":107},{"source":18,"target":113},{"source":110,"target":6},{"source":110,"target":114},{"source":110,"target":18},{"source":114,"target":6},{"source":111,"target":115},{"source":111,"target":18},{"source":112,"target":116},{"source":112,"target":18},{"source":107,"target":17},{"source":107,"target":117},{"source":107,"target":18},{"source":107,"target":102},{"source":117,"target":17},{"source":113,"target":19},{"source":113,"target":118},{"source":113,"target":18},{"source":118,"target":19},{"source":19,"target":0},{"source":19,"target":119},{"source":19,"target":120},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":119,"target":19},{"source":120,"target":19},{"source":121,"target":19},{"source":122,"target":19},{"source":123,"target":19},{"source":20,"target":0},{"source":20,"target":124},{"source":20,"target":125},{"source":124,"target":126},{"source":124,"target":20}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/steindani/sihuhu/hu.bme.mit.rnd.behavior/model/Behavior.ecore
Behavior System components events Component states transitions currentState Event Transition fromState toState guardStates triggeringEvent generatedEvent State NamedElement name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Behavior" nsURI="hu.bme.mit.rnd.behavior" nsPrefix="hu.bme.mit.rnd.behavior"> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardStates" upperBound="-1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvent" eType="#//Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"hu.bme.mit.rnd.behavior","nsURI":"hu.bme.mit.rnd.behavior","name":"Behavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","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":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromState","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":"toState","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":"guardStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","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":"generatedEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":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":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":5},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":4},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":5},{"source":15,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":19},{"source":19,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"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":20,"target":5},{"source":20,"target":26},{"source":20,"target":4},{"source":26,"target":5},{"source":21,"target":5},{"source":21,"target":27},{"source":21,"target":4},{"source":27,"target":5},{"source":22,"target":5},{"source":22,"target":28},{"source":22,"target":4},{"source":28,"target":5},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":4},{"source":29,"target":3},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":4},{"source":30,"target":3},{"source":25,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":31},{"source":31,"target":6},{"source":6,"target":0},{"source":6,"target":32},{"source":32,"target":33},{"source":32,"target":6}],"multigraph":true}
ecore
services
repo-ecore-all/data/udaykabe/gra2mol/Grammar2Model/metamodel/Service.ecore
Service Tool name services JavaService name option
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Service" nsURI="http://gts.inf.um.es/modernization/service" nsPrefix="Service"> <eClassifiers xsi:type="ecore:EClass" name="Tool"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//JavaService" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaService"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="option" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"Service","nsURI":"http://gts.inf.um.es/modernization/service","name":"Service","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tool","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaService","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"option","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":7,"target":9},{"source":7,"target":2},{"source":8,"target":10},{"source":8,"target":2}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/AlFranzis/SmartMatcher/SmartMatcherTrunk/models/SystemTests/TestCase_UML/UML_light++/UML_1.4.2_CD.ecore
UML_14 ModelElement name constraint comments supplierDependency clientDependency Feature owner NameSpace GeneralizableElement isAbstract generalization specialization Parameter type feature kind defaultValue Constraint constrainedElement body Classifier feature typedParameter typedFeature powertypeRange association specifiedEnd StructuralFeature type multiplicity BehavioralFeature isQuery parameter Multiplicity range MultiplicityRange lower upper multiplicity Operation isRoot isLeaf isAbstract specification Method operation body Attribute initialValue associationEnd Relationship Generalization child parent powertype discriminator Association connection AssociationEnd association participant specification isNavigable aggregation multiplicity visibility targetScope changeability qualifier Class AssociationClass Element Dependency supplier client Binding Abstraction Usage Permission Interface DataType Primitive Enumeration literal EnumerationLiteral enumeration Comment body annotatedElement ElementOwnership visibility isSpecification VisibilityKind public public protected protected private private package package OrderingKind unordered unordered ordered ordered AggregationKind none none aggregate aggregate composite composite ChangeableKind changeable changeable frozen frozen addOnly addOnly ScopeKind instance instance classifier classifier ParameterDirectionKind in in out out inout inout return return
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML_14" nsURI="http://UML" nsPrefix="UML"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//Constraint" eOpposite="#//Constraint/constrainedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" eOpposite="#//Comment/annotatedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supplierDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/supplier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/client"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Classifier" eOpposite="#//Classifier/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpace" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizableElement" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/child"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//BehavioralFeature" eOpposite="#//BehavioralFeature/parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/constraint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//NameSpace #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedParameter" upperBound="-1" eType="#//Parameter" eOpposite="#//Parameter/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFeature" upperBound="-1" eType="#//StructuralFeature" eOpposite="#//StructuralFeature/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertypeRange" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/powertype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/specification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplicity"> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" upperBound="-1" eType="#//MultiplicityRange" containment="true" eOpposite="#//MultiplicityRange/multiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" lowerBound="1" eType="#//Multiplicity" eOpposite="#//Multiplicity/range"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRoot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//AssociationEnd" eOpposite="#//AssociationEnd/qualifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/generalization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//GeneralizableElement" eOpposite="#//GeneralizableElement/specialization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="#//Classifier" eOpposite="#//Classifier/powertypeRange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relationship #//GeneralizableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" lowerBound="2" upperBound="-1" eType="#//AssociationEnd" containment="true" eOpposite="#//AssociationEnd/association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" lowerBound="1" eType="#//Association" eOpposite="#//Association/connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participant" eType="#//Classifier" eOpposite="#//Classifier/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//Classifier" eOpposite="#//Classifier/specifiedEnd"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" eType="#//Multiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetScope" lowerBound="1" eType="#//ScopeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeability" lowerBound="1" eType="#//ChangeableKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Attribute" containment="true" eOpposite="#//Attribute/associationEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/supplierDependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//ModelElement" eOpposite="#//ModelElement/clientDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//Enumeration" eOpposite="#//Enumeration/literal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#//ModelElement" eOpposite="#//ModelElement/comments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementOwnership"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSpecification" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="protected" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderingKind"> <eLiterals name="unordered"/> <eLiterals name="ordered" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"/> <eLiterals name="aggregate" value="1"/> <eLiterals name="composite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeableKind"> <eLiterals name="changeable"/> <eLiterals name="frozen" value="1"/> <eLiterals name="addOnly" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeKind"> <eLiterals name="instance"/> <eLiterals name="classifier" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> <eLiterals name="return" value="3"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML","nsURI":"http://UML","name":"UML_14","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizableElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityRange","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementOwnership","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderingKind","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeableKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplierDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"generalization","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":"specialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedFeature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"powertypeRange","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":"association","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":"specifiedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRoot","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLeaf","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"discriminator","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigable","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetScope","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeability","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSpecification","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"name":"public","id":191,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":192,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":193,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"package","id":194,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"name":"unordered","id":195,"value":0,"literal":"unordered","eClass":"EEnumLiteral"},{"name":"ordered","id":196,"value":1,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"none","id":197,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"aggregate","id":198,"value":1,"literal":"aggregate","eClass":"EEnumLiteral"},{"name":"composite","id":199,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"name":"changeable","id":200,"value":0,"literal":"changeable","eClass":"EEnumLiteral"},{"name":"frozen","id":201,"value":1,"literal":"frozen","eClass":"EEnumLiteral"},{"name":"addOnly","id":202,"value":2,"literal":"addOnly","eClass":"EEnumLiteral"},{"name":"instance","id":203,"value":0,"literal":"instance","eClass":"EEnumLiteral"},{"name":"classifier","id":204,"value":1,"literal":"classifier","eClass":"EEnumLiteral"},{"name":"in","id":205,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":206,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":207,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"return","id":208,"value":3,"literal":"return","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":40,"target":46},{"source":40,"target":1},{"source":41,"target":6},{"source":41,"target":47},{"source":41,"target":1},{"source":41,"target":48},{"source":47,"target":6},{"source":42,"target":32},{"source":42,"target":49},{"source":42,"target":1},{"source":42,"target":50},{"source":49,"target":32},{"source":43,"target":22},{"source":43,"target":51},{"source":43,"target":1},{"source":43,"target":52},{"source":51,"target":22},{"source":44,"target":22},{"source":44,"target":53},{"source":44,"target":1},{"source":44,"target":54},{"source":53,"target":22},{"source":45,"target":21},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":55},{"source":2,"target":56},{"source":55,"target":7},{"source":55,"target":57},{"source":55,"target":2},{"source":55,"target":58},{"source":57,"target":7},{"source":56,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":59},{"source":59,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":60,"target":64},{"source":60,"target":4},{"source":61,"target":16},{"source":61,"target":65},{"source":61,"target":4},{"source":61,"target":66},{"source":65,"target":16},{"source":62,"target":16},{"source":62,"target":67},{"source":62,"target":4},{"source":62,"target":68},{"source":67,"target":16},{"source":63,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":69,"target":7},{"source":69,"target":74},{"source":69,"target":5},{"source":69,"target":75},{"source":74,"target":7},{"source":70,"target":9},{"source":70,"target":76},{"source":70,"target":5},{"source":70,"target":77},{"source":76,"target":9},{"source":71,"target":39},{"source":71,"target":78},{"source":71,"target":5},{"source":78,"target":39},{"source":72,"target":79},{"source":72,"target":5},{"source":73,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":48},{"source":6,"target":80},{"source":6,"target":81},{"source":48,"target":1},{"source":48,"target":82},{"source":48,"target":6},{"source":48,"target":41},{"source":82,"target":1},{"source":80,"target":83},{"source":80,"target":6},{"source":81,"target":1},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":4},{"source":7,"target":58},{"source":7,"target":75},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":58,"target":2},{"source":58,"target":90},{"source":58,"target":7},{"source":58,"target":55},{"source":90,"target":2},{"source":75,"target":5},{"source":75,"target":91},{"source":75,"target":7},{"source":75,"target":69},{"source":91,"target":5},{"source":84,"target":8},{"source":84,"target":92},{"source":84,"target":7},{"source":84,"target":93},{"source":92,"target":8},{"source":85,"target":16},{"source":85,"target":94},{"source":85,"target":7},{"source":85,"target":95},{"source":94,"target":16},{"source":86,"target":18},{"source":86,"target":96},{"source":86,"target":7},{"source":86,"target":97},{"source":96,"target":18},{"source":87,"target":18},{"source":87,"target":98},{"source":87,"target":7},{"source":87,"target":99},{"source":98,"target":18},{"source":88,"target":3},{"source":89,"target":4},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":93},{"source":8,"target":100},{"source":8,"target":101},{"source":93,"target":7},{"source":93,"target":102},{"source":93,"target":8},{"source":93,"target":84},{"source":102,"target":7},{"source":100,"target":10},{"source":100,"target":103},{"source":100,"target":8},{"source":103,"target":10},{"source":101,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":104},{"source":9,"target":77},{"source":9,"target":105},{"source":104,"target":106},{"source":104,"target":9},{"source":77,"target":5},{"source":77,"target":107},{"source":77,"target":9},{"source":77,"target":70},{"source":107,"target":5},{"source":105,"target":2},{"source":10,"target":0},{"source":10,"target":108},{"source":108,"target":11},{"source":108,"target":109},{"source":108,"target":10},{"source":108,"target":110},{"source":109,"target":11},{"source":11,"target":0},{"source":11,"target":111},{"source":11,"target":112},{"source":11,"target":110},{"source":111,"target":113},{"source":111,"target":11},{"source":112,"target":114},{"source":112,"target":11},{"source":110,"target":10},{"source":110,"target":115},{"source":110,"target":11},{"source":110,"target":108},{"source":115,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":116,"target":121},{"source":116,"target":12},{"source":117,"target":122},{"source":117,"target":12},{"source":118,"target":123},{"source":118,"target":12},{"source":119,"target":124},{"source":119,"target":12},{"source":120,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":125,"target":12},{"source":125,"target":128},{"source":125,"target":13},{"source":128,"target":12},{"source":126,"target":129},{"source":126,"target":13},{"source":127,"target":9},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":130},{"source":14,"target":131},{"source":14,"target":132},{"source":130,"target":133},{"source":130,"target":14},{"source":131,"target":18},{"source":131,"target":134},{"source":131,"target":14},{"source":131,"target":135},{"source":134,"target":18},{"source":132,"target":8},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":136},{"source":136,"target":1},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":66},{"source":16,"target":68},{"source":16,"target":95},{"source":16,"target":137},{"source":16,"target":138},{"source":66,"target":4},{"source":66,"target":139},{"source":66,"target":16},{"source":66,"target":61},{"source":139,"target":4},{"source":68,"target":4},{"source":68,"target":140},{"source":68,"target":16},{"source":68,"target":62},{"source":140,"target":4},{"source":95,"target":7},{"source":95,"target":141},{"source":95,"target":16},{"source":95,"target":85},{"source":141,"target":7},{"source":137,"target":142},{"source":137,"target":16},{"source":138,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":4},{"source":17,"target":143},{"source":17,"target":144},{"source":17,"target":145},{"source":143,"target":18},{"source":143,"target":146},{"source":143,"target":17},{"source":143,"target":147},{"source":146,"target":18},{"source":144,"target":15},{"source":145,"target":4},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":147},{"source":18,"target":97},{"source":18,"target":99},{"source":18,"target":148},{"source":18,"target":149},{"source":18,"target":150},{"source":18,"target":151},{"source":18,"target":152},{"source":18,"target":153},{"source":18,"target":135},{"source":18,"target":154},{"source":147,"target":17},{"source":147,"target":155},{"source":147,"target":18},{"source":147,"target":143},{"source":155,"target":17},{"source":97,"target":7},{"source":97,"target":156},{"source":97,"target":18},{"source":97,"target":86},{"source":156,"target":7},{"source":99,"target":7},{"source":99,"target":157},{"source":99,"target":18},{"source":99,"target":87},{"source":157,"target":7},{"source":148,"target":158},{"source":148,"target":18},{"source":149,"target":36},{"source":149,"target":159},{"source":149,"target":18},{"source":159,"target":36},{"source":150,"target":10},{"source":150,"target":160},{"source":150,"target":18},{"source":160,"target":10},{"source":151,"target":34},{"source":151,"target":161},{"source":151,"target":18},{"source":161,"target":34},{"source":152,"target":38},{"source":152,"target":162},{"source":152,"target":18},{"source":162,"target":38},{"source":153,"target":37},{"source":153,"target":163},{"source":153,"target":18},{"source":163,"target":37},{"source":135,"target":14},{"source":135,"target":164},{"source":135,"target":18},{"source":135,"target":131},{"source":164,"target":14},{"source":154,"target":1},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":165},{"source":165,"target":7},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":17},{"source":20,"target":166},{"source":20,"target":167},{"source":166,"target":19},{"source":167,"target":17},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":52},{"source":22,"target":54},{"source":22,"target":168},{"source":52,"target":1},{"source":52,"target":169},{"source":52,"target":22},{"source":52,"target":43},{"source":169,"target":1},{"source":54,"target":1},{"source":54,"target":170},{"source":54,"target":22},{"source":54,"target":44},{"source":170,"target":1},{"source":168,"target":15},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":171},{"source":171,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":172},{"source":172,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":173},{"source":173,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":174},{"source":174,"target":22},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":175},{"source":175,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":176},{"source":176,"target":7},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":177},{"source":177,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":178},{"source":30,"target":179},{"source":178,"target":31},{"source":178,"target":180},{"source":178,"target":30},{"source":178,"target":181},{"source":180,"target":31},{"source":179,"target":28},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":181},{"source":31,"target":182},{"source":181,"target":30},{"source":181,"target":183},{"source":181,"target":31},{"source":181,"target":178},{"source":183,"target":30},{"source":182,"target":1},{"source":32,"target":0},{"source":32,"target":184},{"source":32,"target":50},{"source":184,"target":185},{"source":184,"target":32},{"source":50,"target":1},{"source":50,"target":186},{"source":50,"target":32},{"source":50,"target":42},{"source":186,"target":1},{"source":33,"target":0},{"source":33,"target":187},{"source":33,"target":188},{"source":187,"target":34},{"source":187,"target":189},{"source":187,"target":33},{"source":189,"target":34},{"source":188,"target":190},{"source":188,"target":33},{"source":34,"target":0},{"source":34,"target":191},{"source":34,"target":192},{"source":34,"target":193},{"source":34,"target":194},{"source":191,"target":34},{"source":192,"target":34},{"source":193,"target":34},{"source":194,"target":34},{"source":35,"target":0},{"source":35,"target":195},{"source":35,"target":196},{"source":195,"target":35},{"source":196,"target":35},{"source":36,"target":0},{"source":36,"target":197},{"source":36,"target":198},{"source":36,"target":199},{"source":197,"target":36},{"source":198,"target":36},{"source":199,"target":36},{"source":37,"target":0},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":200,"target":37},{"source":201,"target":37},{"source":202,"target":37},{"source":38,"target":0},{"source":38,"target":203},{"source":38,"target":204},{"source":203,"target":38},{"source":204,"target":38},{"source":39,"target":0},{"source":39,"target":205},{"source":39,"target":206},{"source":39,"target":207},{"source":39,"target":208},{"source":205,"target":39},{"source":206,"target":39},{"source":207,"target":39},{"source":208,"target":39}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/DenisGuiraudet/ICE_IDM/TP1/TP1-v2/idm/model/idm.ecore
idm StateMachine state transition name State name from to Transition name outgoing incoming
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="idm" nsURI="http://www.example.org/idm" nsPrefix="idm"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> <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="from" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//State" eOpposite="#//State/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//State" eOpposite="#//State/to"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"idm","nsURI":"http://www.example.org/idm","name":"idm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":2},{"source":4,"target":7},{"source":4,"target":1},{"source":7,"target":2},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":3},{"source":6,"target":9},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":14,"target":3},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":15},{"source":3,"target":17},{"source":18,"target":19},{"source":18,"target":3},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":3},{"source":15,"target":11},{"source":20,"target":2},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":3},{"source":17,"target":12},{"source":21,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/MDSEGroup/TraceCompaction/Traceconstruction/TFSM/org.gemoc.sample.tfsm.sequential.xtfsm/model/XTfsm.ecore
tfsm TFSM init visit ownedStates initialState localEvents localClock ownedTransitions currentState stepNumber lastStateChangeStepNumber State onEnter onLeave visit owningFSM outgoingTransitions incomingTransitions Transition fire visit source target ownedGuard generatedEvents action NamedElement name Guard visit TemporalGuard visit onClock afterDuration EventGuard visit triggeringEvent FSMEvent trigger unTrigger sollicitingTransitions isTriggered FSMClock ticks visit numberOfTicks TimedSystem main initializeModel args visit tfsms globalClocks globalEvents EvaluateGuard condition
<?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://xtfsm/tfsm/" nsPrefix="org.gemoc.sample.tfsm"> <eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="//NamedElement"> <eOperations name="init"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </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="aspect"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepNumber"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastStateChangeStepNumber"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement"> <eOperations name="onEnter"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="onLeave"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </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="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </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" abstract="true"> <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"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="//Guard"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <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"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="//FSMEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="//NamedElement"> <eOperations name="trigger"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="unTrigger"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="//Transition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTriggered"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMClock" eSuperTypes="//NamedElement"> <eOperations name="ticks"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedSystem" eSuperTypes="//NamedElement"> <eOperations name="main"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="initializeModel"> <eAnnotations source="aspect"/> <eParameters name="args" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eParameters> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </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"> <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>
true
{"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://xtfsm/tfsm/","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":true,"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":"visit","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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepNumber","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastStateChangeStepNumber","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":34,"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":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":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"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":44,"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":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":58,"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":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":64,"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":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unTrigger","lowerBound":0,"id":69,"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":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTriggered","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":"ticks","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":76,"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":"numberOfTicks","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"main","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeModel","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":83,"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":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":"globalClocks","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":"globalEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":88,"many":true,"required":false,"eClass":"EParameter"},{"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":"condition","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":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":1,"target":21},{"source":1,"target":22},{"source":12,"target":1},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":23},{"source":14,"target":1},{"source":14,"target":24},{"source":23,"target":2},{"source":15,"target":2},{"source":15,"target":25},{"source":15,"target":1},{"source":25,"target":2},{"source":16,"target":8},{"source":16,"target":26},{"source":16,"target":1},{"source":26,"target":8},{"source":17,"target":9},{"source":17,"target":27},{"source":17,"target":1},{"source":27,"target":9},{"source":18,"target":3},{"source":18,"target":28},{"source":18,"target":1},{"source":28,"target":3},{"source":19,"target":2},{"source":19,"target":29},{"source":19,"target":1},{"source":29,"target":2},{"source":20,"target":30},{"source":20,"target":1},{"source":21,"target":31},{"source":21,"target":1},{"source":22,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":24},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":24,"target":1},{"source":24,"target":38},{"source":24,"target":2},{"source":24,"target":14},{"source":38,"target":1},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":2},{"source":35,"target":40},{"source":39,"target":3},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":2},{"source":36,"target":42},{"source":41,"target":3},{"source":37,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":40},{"source":3,"target":42},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":43,"target":3},{"source":44,"target":3},{"source":40,"target":2},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":35},{"source":49,"target":2},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":3},{"source":42,"target":36},{"source":50,"target":2},{"source":45,"target":5},{"source":45,"target":51},{"source":45,"target":3},{"source":51,"target":5},{"source":46,"target":8},{"source":46,"target":52},{"source":46,"target":3},{"source":52,"target":8},{"source":47,"target":53},{"source":47,"target":3},{"source":48,"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":5,"target":57},{"source":56,"target":5},{"source":57,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":58,"target":6},{"source":59,"target":9},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":9},{"source":60,"target":63},{"source":60,"target":6},{"source":61,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":64,"target":7},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":7},{"source":67,"target":8},{"source":66,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":68,"target":8},{"source":69,"target":8},{"source":70,"target":3},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":3},{"source":71,"target":74},{"source":71,"target":8},{"source":72,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":75,"target":79},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":80},{"source":77,"target":9},{"source":78,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":81,"target":10},{"source":82,"target":10},{"source":82,"target":88},{"source":88,"target":89},{"source":88,"target":82},{"source":83,"target":10},{"source":84,"target":1},{"source":84,"target":90},{"source":84,"target":10},{"source":90,"target":1},{"source":85,"target":9},{"source":85,"target":91},{"source":85,"target":10},{"source":91,"target":9},{"source":86,"target":8},{"source":86,"target":92},{"source":86,"target":10},{"source":92,"target":8},{"source":87,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":93},{"source":11,"target":94},{"source":93,"target":95},{"source":93,"target":11},{"source":94,"target":5}],"multigraph":true}
ecore
library
repo-ecore-all/data/majicmoo/EGLStuff/emfatic/comicBookCollection2/comicBookCollection2.ecore
comicBookCollection2 ComicBookCollection books artists editors writers publishingCompanies series Publisher publishersName booksPublished Series seriesName booksInSeries Book name publicationDate artists editors writers coverArtist publisher seriesPartOf Artist name booksArtistFor booksCoverArtistFor Editor name booksEditorFor Writer name booksWriterFor
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="comicBookCollection2" nsURI="comicBookCollection2" nsPrefix="comicBookCollection2"> <eClassifiers xsi:type="ecore:EClass" name="ComicBookCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artists" upperBound="-1" eType="#//Artist" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1" eType="#//Editor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publishingCompanies" upperBound="-1" eType="#//Publisher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="series" upperBound="-1" eType="#//Series" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Publisher"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publishersName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksPublished" upperBound="-1" eType="#//Book" eOpposite="#//Book/publisher"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Series"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seriesName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksInSeries" upperBound="-1" eType="#//Book" eOpposite="#//Book/seriesPartOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artists" lowerBound="1" upperBound="-1" eType="#//Artist" eOpposite="#//Artist/booksArtistFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editors" lowerBound="1" upperBound="-1" eType="#//Editor" eOpposite="#//Editor/booksEditorFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" lowerBound="1" upperBound="-1" eType="#//Writer" eOpposite="#//Writer/booksWriterFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coverArtist" lowerBound="1" eType="#//Artist" eOpposite="#//Artist/booksCoverArtistFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="publisher" lowerBound="1" eType="#//Publisher" eOpposite="#//Publisher/booksPublished"/> <eStructuralFeatures xsi:type="ecore:EReference" name="seriesPartOf" lowerBound="1" eType="#//Series" eOpposite="#//Series/booksInSeries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artist"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksArtistFor" upperBound="-1" eType="#//Book" eOpposite="#//Book/artists"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksCoverArtistFor" upperBound="-1" eType="#//Book" eOpposite="#//Book/coverArtist"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Editor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksEditorFor" upperBound="-1" eType="#//Book" eOpposite="#//Book/editors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="booksWriterFor" upperBound="-1" eType="#//Book" eOpposite="#//Book/writers"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"comicBookCollection2","nsURI":"comicBookCollection2","name":"comicBookCollection2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComicBookCollection","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Series","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artist","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Editor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artists","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":"editors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","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":"publishingCompanies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"series","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publishersName","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":"booksPublished","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"publisher","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"seriesName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"booksInSeries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"seriesPartOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"artists","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"editors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"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":"writers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"coverArtist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booksArtistFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booksEditorFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booksWriterFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"booksCoverArtistFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":8,"target":4},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":4},{"source":9,"target":5},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":5},{"source":10,"target":6},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":6},{"source":11,"target":7},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":7},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":2},{"source":13,"target":3},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":3},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":2},{"source":21,"target":24},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"target":4},{"source":26,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":28,"target":4},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":24},{"source":4,"target":29},{"source":30,"target":36},{"source":30,"target":4},{"source":31,"target":37},{"source":31,"target":4},{"source":32,"target":5},{"source":32,"target":38},{"source":32,"target":4},{"source":32,"target":39},{"source":38,"target":5},{"source":33,"target":6},{"source":33,"target":40},{"source":33,"target":4},{"source":33,"target":41},{"source":40,"target":6},{"source":34,"target":7},{"source":34,"target":42},{"source":34,"target":4},{"source":34,"target":43},{"source":42,"target":7},{"source":35,"target":5},{"source":35,"target":44},{"source":35,"target":4},{"source":35,"target":45},{"source":44,"target":5},{"source":24,"target":2},{"source":24,"target":46},{"source":24,"target":4},{"source":24,"target":21},{"source":46,"target":2},{"source":29,"target":3},{"source":29,"target":47},{"source":29,"target":4},{"source":29,"target":26},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":39},{"source":5,"target":45},{"source":48,"target":49},{"source":48,"target":5},{"source":39,"target":4},{"source":39,"target":50},{"source":39,"target":5},{"source":39,"target":32},{"source":50,"target":4},{"source":45,"target":4},{"source":45,"target":51},{"source":45,"target":5},{"source":45,"target":35},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":41},{"source":52,"target":53},{"source":52,"target":6},{"source":41,"target":4},{"source":41,"target":54},{"source":41,"target":6},{"source":41,"target":33},{"source":54,"target":4},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":43},{"source":55,"target":56},{"source":55,"target":7},{"source":43,"target":4},{"source":43,"target":57},{"source":43,"target":7},{"source":43,"target":34},{"source":57,"target":4}],"multigraph":true}
ecore
people
repo-ecore-all/data/eMoflon/benchmarx/examples/pdb1topdb2/metamodels/PDB1/model/PersonsDB1.ecore
pdb1 Database name persons Person firstName lastName birthday placeOfBirth id database incrementalID
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pdb1" nsURI="http://de.ubt.ai1.bw.qvt.examples.pdb1.ecore" nsPrefix="pdb1"> <eClassifiers xsi:type="ecore:EClass" name="Database"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1" eType="#//Person" containment="true" eOpposite="#//Person/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <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="birthday" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="placeOfBirth" 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="database" eType="#//Database" eOpposite="#//Database/persons"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementalID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"pdb1","nsURI":"http://de.ubt.ai1.bw.qvt.examples.pdb1.ecore","name":"pdb1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"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":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"birthday","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":"placeOfBirth","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incrementalID","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":4,"target":7},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":7},{"source":2,"target":13},{"source":8,"target":14},{"source":8,"target":2},{"source":9,"target":15},{"source":9,"target":2},{"source":10,"target":16},{"source":10,"target":2},{"source":11,"target":17},{"source":11,"target":2},{"source":12,"target":18},{"source":12,"target":2},{"source":7,"target":1},{"source":7,"target":19},{"source":7,"target":2},{"source":7,"target":4},{"source":19,"target":1},{"source":13,"target":20},{"source":13,"target":2}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/didier31/Ada2005/org.xtext.Ada2005/model/generated/Adb.ecore
adb Compilation compilationUnits CompilationUnit contextClause unit pragmas Unit ContextClause contextItems ContextItem WithClause limited private importURI UseClause UsePackageClause importedNamespace UseTypeClause typesNames useTypeRefs LibraryUnitDeclaration private libraryUnitSpecification LibraryUnitSpecification PackageDeclaration name PackageDefinition packageSpecification Renaming renamed GenericDeclaration genericItems librarySpecification GenericInstantiation name genericName overriding genericActualPart PackageSpecification publicBasicDeclarativeItems privateBasicDeclarativeItems endname SubprogramBody subprogramSpecification endname DeclarativeBlock declarativeItems handledSequenceOfStatements BasicDeclarativeItem BasicDeclaration TaskDeclaration name knownDiscriminantPart interfaceList taskDefinition endid TypeDeclaration name NewTypeDeclaration FullTypeDeclaration knownDiscriminantPart FullDataTypeDeclaration typeDefinition IncompleteTypeDeclaration discriminantPart tagged PrivateTypeDeclaration discriminantPart abstract tagged limited PrivateExtensionDeclaration discriminantPart abstract limited synchronized ancestorSubtypeIndication interfaceList TaskItem EntryDeclaration overriding name discreteSubtypeDefinition formalPart OverridingIndicator not ProtectedTypeDeclaration interfaceList protectedDefinition ProtectedDefinition protectedOperationDeclaration ProtectedElementDeclaration ProtectedOperationDeclaration SubprogramDeclaration subprogramSpecification abstract renamedName null SubprogramSpecification overridingIndicator ProcedureSpecification formalPart FunctionSpecification parameterAndResultProfile HandledSequenceOfStatements ExceptionChoice name others ExceptionHandler name exceptionChoice sequenceOfStatements DeclarativeItem Body ProperBody Label identifier SequenceOfStatements exceptionHandler statements LabelisableStatement labels statement Statement SimpleStatement CompoundStatement NullStatement null LibrarySpecification GenericItems genericItems GenericItem GenericFormalParameterDeclaration FormalObjectDeclaration idList mode optNullExclusion subtypeMark anonymousAccessDefinition defaultExpression FormalTypeDeclaration identifier discriminantPart formalTypeDefinition FormalTypeDefinition FormalPrivateTypeDefinition abstract tagged limited FormalDerivedTypeDefinition absract limited synchronized subtypeMark interfaceList FormalSubprogramDeclaration subprogramSpecification abstract subprogramDefault SubprogramDefault defaultName FormalPackageDeclaration name genericPackageName formalPackageActualPart FormalPackageActualPart box genericActualPart formalPackageAssociation FormalPackageAssociation genericAssociation genericFormalParameterSelectorName ExceptionDeclaration idList renamedName ObjectDeclaration DataInstanceDeclaration definingIdentifierList aliased constant subtypeIndication expression objectName anonymousAccessDefinition arrayTypeDefinition SingleProtectedDeclaration name interfaceList protectedDefinition Pragma name pragmaArgumentAssociation PragmaArgumentAssociation name effectiveArgument SubtypeDeclaration subtypeIndication NumberDeclaration idList staticExpression AssignmentStatement variableName initialValue IfStatement ifCondition thenStatements elsifConditions elsifStatements elseStatements CaseStatement caseValue caseStatementAlternatives CaseStatementAlternative discreteChoiceList sequenceOfStatements LoopStatement name iterationScheme sequenceOfStatements sameName IterationScheme condition iterationSpecification LoopParameterSpecification identifier discreteSubtypeDefinition BlockStatement blockStatementIdentifier ExitStatement name condition GotoStatement labelId ProcedureOrEntryCallStatement callee SimpleReturnStatement returnValue ExtendedReturnStatement identifier returnSubtype expression handledSequenceOfStatements ReturnSubtypeIndication PackageBody name endName TaskDefinition taskItems TaskBody name endId ProtectedBody identifier protectedOperationItem idTask ProtectedOperationItem AcceptStatement entryName entryIndex formalPart handledSequenceOfStatements entryidentifier EntryIndex EntryBody name entryBodyFormalPart entryBarrier endid EntryBodyFormalPart entryIndexSpecification formalPart EntryBarrier condition EntryIndexSpecification name discreteSubtypeDefinition RequeueStatement name abort DelayStatement until delay SelectStatement SelectiveAccept selectguard selectAlternative guardedAlternatives elseStatements GuardedAlternative guard alternative Guard condition SelectAlternative sequenceOfStatements AcceptAlternative acceptStatement DelayAlternative delayStatement TimedEntryCall entryCallAlternative delayAlternative EntryCallAlternative call sequenceOfStatements ConditionalEntryCall entryCallAlternative elseSequenceOfStatements AsynchronousSelect triggeringAlternative abortablePart TriggeringAlternative triggeringStatement sequenceOfStatements TriggeringStatement AbortablePart AbortStatement TaskNames taskNames BodyStub name PackageBodyStub TaskBodyStub ProtectedBodyStub SeparateSubunit parentUnitName properBody RaiseStatement exceptionName withExpression GenericActualPart genericAssociation GenericAssociation selectorName expplicitGenericActualParam ExplicitGenericActualParameter TypeDefinition DiscriminantPart UnknownDiscriminantPart box KnownDiscriminantPart discriminantsSpecification DiscriminantSpecification definingIdentifiers optNullExclusion accessDefinition subtypeMark defaultValue InterfaceList interfaceSubtypeMark InterfaceTypeDefinition limited task protected synchro interfaceList DerivedTypeDefinition abstract limited subtypeIndication interfaceList recordExtentionPart RecordExtensionPart recordDefinition AccessTypeDefinition optNullExclusion accessDefinition AccessSpecification AccessToSubprogramDefinition protected formalPart parameterAndResultProfile AccessToDataDefinition generalAccessModifier subtypeIndication ArrayTypeDefinition arrayIndexes componentDefinition ArrayIndexes UnconstrainedIndexes subtypeMark ConstrainedIndexes constrainedIndex DiscreteSubtypeDefinition ComponentDefinition aliased subtypeIndication anonymousAccessDefinition AnonymousAccessDefinition optNullExclusion accessDef NotNullAccessDefinition AccessToDataInstance constant name ParameterAndResultProfile formalPart opt_nullExclusion subtypeMark anonymousAccessDefinition FormalPart parameterSpecifications ParameterSpecification definingIdentifiers mode optNullExclusion subtypeMark anonymousAccessDefinition defaultExpression Mode in out IntegerTypeDefinition SignedIntegerTypeDefinition first last ModularTypeDefinition staticExpression EnumerationTypeDefinition enumerationliteralspecifications RecordTypeDefinition abstract tagged limited recordDefinition RecordDefinition componentList null ComponentList componentItems optVariantPart OptVariantPart variantPart ComponentItem ComponentDeclaration definingIdentifiers componentDefinition defaultExpression DefiningIdentifierList name AspectClause name expression mod componentClause ModClause mod ComponentClause localName position firstBit lastBit VariantPart name variants Variant discreteChoiceList componentList DiscreteChoiceList discreteChoiceList RealTypeDefinition digits realRangeSpecification FloatingPointDefinition RealRangeSpecification lowerBound upperBound FixedPointDefinition delta Expression relations booleanOperator Relation simpleExpression relationalOperator subSimpleExpression membership Membership not interval Interval SimpleExpression unaryAddingOperator terms binaryAddingOperators Term factors multiplyingOperators Factor primary exponent abs not Primary NumericLiteral value Null value StringLiteral value QualifiedName name qualifier ParenthesizedExpression Qualifier Allocator typeName qualifier SubtypeIndication opt_nullExclusion subtypeMark opt_constraint OptNullExclusion not_null OptConstraint optConstraint ScalarConstraint DigitsConstraint digits rangeConstraint DeltaConstraint delta rangeConstraint RangeConstraint CompositeConstraint DiscriminantConstraint discriminantAssociation IndexConstraint discreteRange DiscriminantAssociation discriminantSelectors actualParameter DiscriminantSelectors discriminantSelectorName DiscreteRange ComponentChoiceList componentSelectorName others DiscreteChoice Aggregate RecordAggregate RecordComponentAssociationList recordComponentAssociation nullRecord RecordComponentAssociation componentChoiceList InitializedComponents value UninitializedComponents box ExtensionAggregate ancestorPart recordComponentAssociationList ArrayAggregate PositionalArrayAggregate initialValues othersValue othersBox NamedArrayAggregate arrayComponentAssociation ArrayComponentAssociation discreteChoiceList expression box AncestorPart Name name primaryName PrimaryName parameterAssociation primaryName name attributeDesignator ParameterAssociation selectorName parameterEffectiveValue ParameterEffectiveValue AttributeDesignator staticExpression Range EntityRange name index ExplicitRange first last
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adb" nsURI="http://www.xtext.org/ada2005/adb" nsPrefix="adb"> <eClassifiers xsi:type="ecore:EClass" name="Compilation"> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextClause" eType="#//ContextClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pragmas" upperBound="-1" eType="#//Pragma" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit"/> <eClassifiers xsi:type="ecore:EClass" name="ContextClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextItems" upperBound="-1" eType="#//ContextItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextItem"/> <eClassifiers xsi:type="ecore:EClass" name="WithClause" eSuperTypes="#//ContextItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importURI" unique="false" upperBound="-1" eType="#//LibraryUnitDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseClause" eSuperTypes="#//ContextItem #//BasicDeclarativeItem #//GenericItem"/> <eClassifiers xsi:type="ecore:EClass" name="UsePackageClause" eSuperTypes="#//UseClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedNamespace" unique="false" upperBound="-1" eType="#//LibraryUnitDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseTypeClause" eSuperTypes="#//UseClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typesNames" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useTypeRefs" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryUnitDeclaration" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="libraryUnitSpecification" eType="#//LibraryUnitSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryUnitSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//LibraryUnitSpecification #//BasicDeclaration"> <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="PackageDefinition" eSuperTypes="#//PackageDeclaration #//LibrarySpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageSpecification" eType="#//PackageSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Renaming" eSuperTypes="#//PackageDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renamed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericDeclaration" eSuperTypes="#//LibraryUnitSpecification #//BasicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="genericItems" eType="#//GenericItems" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="librarySpecification" eType="#//LibrarySpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericInstantiation" eSuperTypes="#//LibraryUnitSpecification #//BasicDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overriding" eType="#//OverridingIndicator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genericActualPart" eType="#//GenericActualPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="publicBasicDeclarativeItems" upperBound="-1" eType="#//BasicDeclarativeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="privateBasicDeclarativeItems" upperBound="-1" eType="#//BasicDeclarativeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramBody" eSuperTypes="#//Unit #//DeclarativeBlock #//ProperBody #//ProtectedOperationItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSpecification" eType="#//SubprogramSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarativeBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarativeItems" upperBound="-1" eType="#//DeclarativeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handledSequenceOfStatements" eType="#//HandledSequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicDeclarativeItem" eSuperTypes="#//DeclarativeItem"/> <eClassifiers xsi:type="ecore:EClass" name="BasicDeclaration" eSuperTypes="#//BasicDeclarativeItem"/> <eClassifiers xsi:type="ecore:EClass" name="TaskDeclaration" eSuperTypes="#//BasicDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knownDiscriminantPart" eType="#//KnownDiscriminantPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taskDefinition" eType="#//TaskDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endid" eType="#//TaskDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//BasicDeclaration"> <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="NewTypeDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="FullTypeDeclaration" eSuperTypes="#//NewTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="knownDiscriminantPart" eType="#//KnownDiscriminantPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullDataTypeDeclaration" eSuperTypes="#//FullTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" eType="#//TypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncompleteTypeDeclaration" eSuperTypes="#//NewTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantPart" eType="#//DiscriminantPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrivateTypeDeclaration" eSuperTypes="#//NewTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantPart" eType="#//DiscriminantPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrivateExtensionDeclaration" eSuperTypes="#//NewTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantPart" eType="#//DiscriminantPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ancestorSubtypeIndication" eType="#//SubtypeIndication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskItem"/> <eClassifiers xsi:type="ecore:EClass" name="EntryDeclaration" eSuperTypes="#//TaskItem #//ProtectedOperationDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="overriding" eType="#//OverridingIndicator" 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="discreteSubtypeDefinition" eType="#//DiscreteSubtypeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OverridingIndicator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedTypeDeclaration" eSuperTypes="#//FullTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protectedDefinition" eType="#//ProtectedDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="protectedOperationDeclaration" upperBound="-1" eType="#//ProtectedElementDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedElementDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ProtectedOperationDeclaration" eSuperTypes="#//ProtectedElementDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramDeclaration" eSuperTypes="#//BasicDeclaration #//ProtectedOperationDeclaration #//ProtectedOperationItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSpecification" eType="#//SubprogramSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renamedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSpecification" eSuperTypes="#//LibraryUnitSpecification #//LibrarySpecification #//BodyStub"> <eStructuralFeatures xsi:type="ecore:EReference" name="overridingIndicator" eType="#//OverridingIndicator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcedureSpecification" eSuperTypes="#//SubprogramSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionSpecification" eSuperTypes="#//SubprogramSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterAndResultProfile" eType="#//ParameterAndResultProfile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HandledSequenceOfStatements"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionChoice"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="others" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionChoice" upperBound="-1" eType="#//ExceptionChoice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarativeItem"/> <eClassifiers xsi:type="ecore:EClass" name="Body" eSuperTypes="#//DeclarativeItem"/> <eClassifiers xsi:type="ecore:EClass" name="ProperBody" eSuperTypes="#//Body"/> <eClassifiers xsi:type="ecore:EClass" name="Label"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceOfStatements" eSuperTypes="#//HandledSequenceOfStatements #//AbortablePart"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandler" upperBound="-1" eType="#//ExceptionHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//LabelisableStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelisableStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//Label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="CompoundStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="NullStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibrarySpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GenericItems"> <eStructuralFeatures xsi:type="ecore:EReference" name="genericItems" upperBound="-1" eType="#//GenericItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericItem"/> <eClassifiers xsi:type="ecore:EClass" name="GenericFormalParameterDeclaration" eSuperTypes="#//GenericItem"/> <eClassifiers xsi:type="ecore:EClass" name="FormalObjectDeclaration" eSuperTypes="#//GenericFormalParameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="idList" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mode" eType="#//Mode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optNullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousAccessDefinition" eType="#//AnonymousAccessDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalTypeDeclaration" eSuperTypes="#//GenericFormalParameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantPart" eType="#//DiscriminantPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalTypeDefinition" eType="#//FormalTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalTypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FormalPrivateTypeDefinition" eSuperTypes="#//FormalTypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalDerivedTypeDefinition" eSuperTypes="#//FormalTypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalSubprogramDeclaration" eSuperTypes="#//GenericFormalParameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSpecification" eType="#//SubprogramSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramDefault" eType="#//SubprogramDefault" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramDefault"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalPackageDeclaration" eSuperTypes="#//GenericFormalParameterDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericPackageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPackageActualPart" eType="#//FormalPackageActualPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalPackageActualPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="box" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genericActualPart" eType="#//GenericActualPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPackageAssociation" upperBound="-1" eType="#//FormalPackageAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalPackageAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="genericAssociation" eType="#//GenericAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericFormalParameterSelectorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionDeclaration" eSuperTypes="#//BasicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="idList" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedName" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectDeclaration" eSuperTypes="#//BasicDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="DataInstanceDeclaration" eSuperTypes="#//ObjectDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingIdentifierList" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliased" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeIndication" eType="#//SubtypeIndication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousAccessDefinition" eType="#//AnonymousAccessDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayTypeDefinition" eType="#//ArrayTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleProtectedDeclaration" eSuperTypes="#//ObjectDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protectedDefinition" eType="#//ProtectedDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pragma" eSuperTypes="#//ContextItem #//BasicDeclarativeItem #//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pragmaArgumentAssociation" upperBound="-1" eType="#//PragmaArgumentAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PragmaArgumentAssociation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveArgument" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubtypeDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeIndication" eType="#//SubtypeIndication" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberDeclaration" eSuperTypes="#//BasicDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="idList" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" eType="#//SequenceOfStatements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsifConditions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsifStatements" upperBound="-1" eType="#//SequenceOfStatements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseStatement" eSuperTypes="#//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseValue" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="caseStatementAlternatives" upperBound="-1" eType="#//CaseStatementAlternative" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseStatementAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteChoiceList" eType="#//DiscreteChoiceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationScheme" eType="#//IterationScheme" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sameName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterationScheme"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationSpecification" eType="#//LoopParameterSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopParameterSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteSubtypeDefinition" eType="#//DiscreteSubtypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//DeclarativeBlock #//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockStatementIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExitStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//LoopStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GotoStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcedureOrEntryCallStatement" eSuperTypes="#//SimpleStatement #//TriggeringStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleReturnStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedReturnStatement" eSuperTypes="#//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnSubtype" eType="#//ReturnSubtypeIndication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handledSequenceOfStatements" eType="#//HandledSequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnSubtypeIndication"/> <eClassifiers xsi:type="ecore:EClass" name="PackageBody" eSuperTypes="#//Unit #//DeclarativeBlock #//ProperBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//PackageDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endName" eType="#//PackageDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="taskItems" upperBound="-1" eType="#//TaskItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskBody" eSuperTypes="#//DeclarativeBlock #//ProperBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//TaskDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endId" eType="#//TaskDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedBody" eSuperTypes="#//ProperBody"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protectedOperationItem" upperBound="-1" eType="#//ProtectedOperationItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idTask" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtectedOperationItem"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptStatement" eSuperTypes="#//CompoundStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryName" eType="#//EntryDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryIndex" eType="#//EntryIndex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handledSequenceOfStatements" eType="#//HandledSequenceOfStatements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryidentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryIndex"/> <eClassifiers xsi:type="ecore:EClass" name="EntryBody" eSuperTypes="#//DeclarativeBlock #//ProtectedOperationItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//EntryDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryBodyFormalPart" eType="#//EntryBodyFormalPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryBarrier" eType="#//EntryBarrier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryBodyFormalPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryIndexSpecification" eType="#//EntryIndexSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryBarrier"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryIndexSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteSubtypeDefinition" eType="#//DiscreteSubtypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequeueStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelayStatement" eSuperTypes="#//SimpleStatement #//TriggeringStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="until" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectStatement" eSuperTypes="#//CompoundStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SelectiveAccept" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectguard" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectAlternative" eType="#//SelectAlternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedAlternatives" upperBound="-1" eType="#//GuardedAlternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardedAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternative" eType="#//SelectAlternative" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptAlternative" eSuperTypes="#//SelectAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="acceptStatement" eType="#//AcceptStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelayAlternative" eSuperTypes="#//SelectAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="delayStatement" eType="#//DelayStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedEntryCall" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryCallAlternative" eType="#//EntryCallAlternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delayAlternative" eType="#//DelayAlternative" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryCallAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//ProcedureOrEntryCallStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalEntryCall" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryCallAlternative" eType="#//EntryCallAlternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseSequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AsynchronousSelect" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringAlternative" eType="#//TriggeringAlternative" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abortablePart" eType="#//AbortablePart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggeringAlternative"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringStatement" eType="#//TriggeringStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceOfStatements" eType="#//SequenceOfStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggeringStatement"/> <eClassifiers xsi:type="ecore:EClass" name="AbortablePart"/> <eClassifiers xsi:type="ecore:EClass" name="AbortStatement" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="TaskNames" eSuperTypes="#//AbortStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="taskNames" upperBound="-1" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyStub" eSuperTypes="#//Body"> <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="PackageBodyStub" eSuperTypes="#//BodyStub"/> <eClassifiers xsi:type="ecore:EClass" name="TaskBodyStub" eSuperTypes="#//BodyStub"/> <eClassifiers xsi:type="ecore:EClass" name="ProtectedBodyStub" eSuperTypes="#//BodyStub"/> <eClassifiers xsi:type="ecore:EClass" name="SeparateSubunit" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parentUnitName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properBody" eType="#//ProperBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="withExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericActualPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="genericAssociation" upperBound="-1" eType="#//GenericAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericAssociation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expplicitGenericActualParam" eType="#//ExplicitGenericActualParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitGenericActualParameter"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="DiscriminantPart"/> <eClassifiers xsi:type="ecore:EClass" name="UnknownDiscriminantPart" eSuperTypes="#//DiscriminantPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="box" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnownDiscriminantPart" eSuperTypes="#//DiscriminantPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantsSpecification" upperBound="-1" eType="#//DiscriminantSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscriminantSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingIdentifiers" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optNullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessDefinition" eType="#//NotNullAccessDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceList"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceSubtypeMark" upperBound="-1" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceTypeDefinition" eSuperTypes="#//FormalTypeDefinition #//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="task" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchro" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivedTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeIndication" eType="#//SubtypeIndication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceList" eType="#//InterfaceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordExtentionPart" eType="#//RecordExtensionPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordExtensionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordDefinition" eType="#//RecordDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessTypeDefinition" eSuperTypes="#//FormalTypeDefinition #//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="optNullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessDefinition" eType="#//AccessSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AccessToSubprogramDefinition" eSuperTypes="#//AccessSpecification #//NotNullAccessDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterAndResultProfile" eType="#//ParameterAndResultProfile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessToDataDefinition" eSuperTypes="#//AccessSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generalAccessModifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeIndication" eType="#//SubtypeIndication" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeDefinition" eSuperTypes="#//FormalTypeDefinition #//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndexes" eType="#//ArrayIndexes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDefinition" eType="#//ComponentDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayIndexes"/> <eClassifiers xsi:type="ecore:EClass" name="UnconstrainedIndexes" eSuperTypes="#//ArrayIndexes"> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" upperBound="-1" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstrainedIndexes" eSuperTypes="#//ArrayIndexes"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedIndex" upperBound="-1" eType="#//DiscreteSubtypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscreteSubtypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliased" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeIndication" eType="#//SubtypeIndication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousAccessDefinition" eType="#//AnonymousAccessDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousAccessDefinition" eSuperTypes="#//ReturnSubtypeIndication"> <eStructuralFeatures xsi:type="ecore:EReference" name="optNullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessDef" eType="#//NotNullAccessDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotNullAccessDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="AccessToDataInstance" eSuperTypes="#//NotNullAccessDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterAndResultProfile"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalPart" eType="#//FormalPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opt_nullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousAccessDefinition" eType="#//AnonymousAccessDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSpecifications" upperBound="-1" eType="#//ParameterSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingIdentifiers" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mode" eType="#//Mode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optNullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypeMark" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousAccessDefinition" eType="#//AnonymousAccessDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeDefinition" eSuperTypes="#//TypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="SignedIntegerTypeDefinition" eSuperTypes="#//IntegerTypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" eType="#//SimpleExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModularTypeDefinition" eSuperTypes="#//IntegerTypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumerationliteralspecifications" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordDefinition" eType="#//RecordDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentList" eType="#//ComponentList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentList"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentItems" upperBound="-1" eType="#//ComponentItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optVariantPart" eType="#//OptVariantPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptVariantPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="variantPart" eType="#//VariantPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentItem"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentDeclaration" eSuperTypes="#//ProtectedElementDeclaration #//ComponentItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingIdentifiers" eType="#//DefiningIdentifierList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDefinition" eType="#//ComponentDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefiningIdentifierList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AspectClause" eSuperTypes="#//BasicDeclarativeItem #//TaskItem #//ProtectedOperationDeclaration #//ProtectedOperationItem #//ComponentItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mod" eType="#//ModClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentClause" upperBound="-1" eType="#//ComponentClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="mod" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstBit" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastBit" eType="#//SimpleExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariantPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variants" upperBound="-1" eType="#//Variant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variant"> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteChoiceList" eType="#//DiscreteChoiceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentList" eType="#//ComponentList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscreteChoiceList"> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteChoiceList" upperBound="-1" eType="#//DiscreteChoice" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="digits" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realRangeSpecification" eType="#//RealRangeSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatingPointDefinition" eSuperTypes="#//RealTypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="RealRangeSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" eType="#//SimpleExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedPointDefinition" eSuperTypes="#//RealTypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="delta" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//EntryIndex #//ExplicitGenericActualParameter #//DiscreteChoice #//AncestorPart #//ParameterEffectiveValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanOperator" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleExpression" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationalOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subSimpleExpression" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="membership" eType="#//Membership" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interval" eType="#//Interval" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unaryAddingOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryAddingOperators" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="factors" upperBound="-1" eType="#//Factor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplyingOperators" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Factor"> <eStructuralFeatures xsi:type="ecore:EReference" name="primary" eType="#//Primary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exponent" eType="#//Primary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primary"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="#//Primary"> <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="Null" eSuperTypes="#//Primary"> <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="StringLiteral" eSuperTypes="#//Primary"> <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="QualifiedName" eSuperTypes="#//Primary"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Qualifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Primary"/> <eClassifiers xsi:type="ecore:EClass" name="Qualifier"/> <eClassifiers xsi:type="ecore:EClass" name="Allocator" eSuperTypes="#//Primary"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//Qualifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubtypeIndication" eSuperTypes="#//ReturnSubtypeIndication #//DiscreteSubtypeDefinition #//DiscreteRange #//DiscreteChoice"> <eStructuralFeatures xsi:type="ecore:EReference" name="opt_nullExclusion" eType="#//OptNullExclusion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtypeMark" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opt_constraint" eType="#//OptConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptNullExclusion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not_null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="optConstraint" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DigitsConstraint" eSuperTypes="#//ScalarConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="digits" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rangeConstraint" eType="#//RangeConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeltaConstraint" eSuperTypes="#//ScalarConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="delta" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rangeConstraint" eType="#//RangeConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeConstraint" eSuperTypes="#//ScalarConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DiscriminantConstraint" eSuperTypes="#//CompositeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantAssociation" upperBound="-1" eType="#//DiscriminantAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexConstraint" eSuperTypes="#//CompositeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteRange" upperBound="-1" eType="#//DiscreteRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscriminantAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="discriminantSelectors" eType="#//DiscriminantSelectors" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParameter" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscriminantSelectors"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminantSelectorName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscreteRange" eSuperTypes="#//DiscreteSubtypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentChoiceList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentSelectorName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="others" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscreteChoice"/> <eClassifiers xsi:type="ecore:EClass" name="Aggregate" eSuperTypes="#//ParenthesizedExpression #//Qualifier"/> <eClassifiers xsi:type="ecore:EClass" name="RecordAggregate" eSuperTypes="#//Aggregate"/> <eClassifiers xsi:type="ecore:EClass" name="RecordComponentAssociationList" eSuperTypes="#//RecordAggregate"> <eStructuralFeatures xsi:type="ecore:EReference" name="recordComponentAssociation" upperBound="-1" eType="#//RecordComponentAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullRecord" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordComponentAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentChoiceList" upperBound="-1" eType="#//ComponentChoiceList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitializedComponents" eSuperTypes="#//RecordComponentAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UninitializedComponents" eSuperTypes="#//RecordComponentAssociation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="box" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionAggregate" eSuperTypes="#//Aggregate"> <eStructuralFeatures xsi:type="ecore:EReference" name="ancestorPart" eType="#//AncestorPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordComponentAssociationList" eType="#//RecordComponentAssociationList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAggregate" eSuperTypes="#//Aggregate"/> <eClassifiers xsi:type="ecore:EClass" name="PositionalArrayAggregate" eSuperTypes="#//ArrayAggregate"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="othersValue" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="othersBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedArrayAggregate" eSuperTypes="#//ArrayAggregate"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayComponentAssociation" upperBound="-1" eType="#//ArrayComponentAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayComponentAssociation"> <eStructuralFeatures xsi:type="ecore:EReference" name="discreteChoiceList" eType="#//DiscreteChoiceList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="box" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AncestorPart"/> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Interval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryName" eType="#//PrimaryName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryName"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterAssociation" upperBound="-1" eType="#//ParameterAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryName" eType="#//PrimaryName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDesignator" eType="#//AttributeDesignator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterAssociation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterEffectiveValue" eType="#//ParameterEffectiveValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterEffectiveValue"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeDesignator"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticExpression" eType="#//ParenthesizedExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Range" eSuperTypes="#//Interval #//RangeConstraint #//DiscreteRange #//DiscreteChoice #//ParameterEffectiveValue"/> <eClassifiers xsi:type="ecore:EClass" name="EntityRange" eSuperTypes="#//Range"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitRange" eSuperTypes="#//Range"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="#//SimpleExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" eType="#//SimpleExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"adb","nsURI":"http://www.xtext.org/ada2005/adb","name":"adb","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compilation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextClause","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithClause","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseClause","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsePackageClause","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseTypeClause","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryUnitDeclaration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryUnitSpecification","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDefinition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDeclaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericInstantiation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSpecification","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramBody","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarativeBlock","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDeclarativeItem","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTypeDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullTypeDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullDataTypeDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncompleteTypeDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivateTypeDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivateExtensionDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskItem","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverridingIndicator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedTypeDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedElementDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedOperationDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramDeclaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSpecification","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureSpecification","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSpecification","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HandledSequenceOfStatements","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionChoice","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarativeItem","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProperBody","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceOfStatements","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelisableStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibrarySpecification","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericItems","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericItem","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFormalParameterDeclaration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalObjectDeclaration","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalTypeDeclaration","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalTypeDefinition","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalPrivateTypeDefinition","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalDerivedTypeDefinition","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalSubprogramDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramDefault","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalPackageDeclaration","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalPackageActualPart","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalPackageAssociation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionDeclaration","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDeclaration","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInstanceDeclaration","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleProtectedDeclaration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pragma","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PragmaArgumentAssociation","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubtypeDeclaration","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberDeclaration","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseStatementAlternative","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationScheme","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopParameterSpecification","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GotoStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureOrEntryCallStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleReturnStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedReturnStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnSubtypeIndication","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageBody","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDefinition","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskBody","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedBody","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedOperationItem","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptStatement","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryIndex","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryBody","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryBodyFormalPart","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryBarrier","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryIndexSpecification","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequeueStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayStatement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectiveAccept","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardedAlternative","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectAlternative","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptAlternative","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayAlternative","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedEntryCall","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryCallAlternative","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalEntryCall","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsynchronousSelect","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringAlternative","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringStatement","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortablePart","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortStatement","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskNames","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyStub","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageBodyStub","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskBodyStub","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtectedBodyStub","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeparateSubunit","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseStatement","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericActualPart","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAssociation","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitGenericActualParameter","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminantPart","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownDiscriminantPart","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnownDiscriminantPart","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminantSpecification","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceList","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceTypeDefinition","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedTypeDefinition","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordExtensionPart","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessTypeDefinition","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessSpecification","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessToSubprogramDefinition","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessToDataDefinition","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeDefinition","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndexes","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnconstrainedIndexes","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstrainedIndexes","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteSubtypeDefinition","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDefinition","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousAccessDefinition","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNullAccessDefinition","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessToDataInstance","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterAndResultProfile","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalPart","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSpecification","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeDefinition","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignedIntegerTypeDefinition","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModularTypeDefinition","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationTypeDefinition","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordTypeDefinition","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordDefinition","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentList","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptVariantPart","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentItem","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDeclaration","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefiningIdentifierList","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AspectClause","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModClause","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClause","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariantPart","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variant","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteChoiceList","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealTypeDefinition","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatingPointDefinition","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealRangeSpecification","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedPointDefinition","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleExpression","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factor","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primary","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Qualifier","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocator","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubtypeIndication","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptNullExclusion","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptConstraint","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarConstraint","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DigitsConstraint","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeltaConstraint","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeConstraint","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeConstraint","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminantConstraint","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexConstraint","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminantAssociation","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscriminantSelectors","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteRange","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentChoiceList","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteChoice","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregate","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordAggregate","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordComponentAssociationList","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordComponentAssociation","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitializedComponents","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UninitializedComponents","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionAggregate","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAggregate","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionalArrayAggregate","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedArrayAggregate","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayComponentAssociation","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AncestorPart","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryName","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterAssociation","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterEffectiveValue","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDesignator","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityRange","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitRange","instanceClass":null,"abstract":false,"id":224,"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":"compilationUnits","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pragmas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"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":"limited","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"private","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"importURI","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"importedNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typesNames","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"useTypeRefs","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"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":"private","changeable":true,"lowerBound":0,"iD":false,"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":"libraryUnitSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"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":"renamed","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"librarySpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genericName","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overriding","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":"genericActualPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"publicBasicDeclarativeItems","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":"privateBasicDeclarativeItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endname","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subprogramSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endname","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarativeItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"handledSequenceOfStatements","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knownDiscriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskDefinition","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":"endid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"knownDiscriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"tagged","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":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":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagged","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limited","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","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":"limited","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ancestorSubtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","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"},{"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":"overriding","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteSubtypeDefinition","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":"formalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protectedDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protectedOperationDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"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":"subprogramSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"renamedName","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"null","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overridingIndicator","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":"formalPart","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":"parameterAndResultProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":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":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"others","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":420,"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":"null","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList","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":"mode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optNullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousAccessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagged","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limited","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absract","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limited","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":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":"subtypeMark","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":"interfaceList","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subprogramSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"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":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subprogramDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultName","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genericPackageName","changeable":true,"lowerBound":0,"iD":false,"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":"formalPackageActualPart","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericActualPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalPackageAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genericFormalParameterSelectorName","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renamedName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definingIdentifierList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliased","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"objectName","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":"anonymousAccessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protectedDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pragmaArgumentAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effectiveArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsifConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elsifStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseStatementAlternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteChoiceList","changeable":true,"resolveProxies":true,"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":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationScheme","changeable":true,"resolveProxies":true,"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":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sameName","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteSubtypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blockStatementIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelId","changeable":true,"lowerBound":0,"iD":false,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"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":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":601,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnSubtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":602,"derived":false},{"container":false,"ordered":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":603,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"handledSequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protectedOperationItem","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"idTask","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"handledSequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryidentifier","changeable":true,"lowerBound":0,"iD":false,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryBodyFormalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryBarrier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":645,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endid","changeable":true,"lowerBound":0,"iD":false,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryIndexSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":653,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"container":false,"ordered":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":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":659,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteSubtypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"container":false,"ordered":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":663,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abort","changeable":true,"lowerBound":0,"iD":false,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"until","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectguard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectAlternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedAlternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":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":684,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":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":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acceptStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delayStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryCallAlternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delayAlternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"container":false,"ordered":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":703,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":704,"derived":false},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryCallAlternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseSequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggeringAlternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abortablePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggeringStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceOfStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parentUnitName","changeable":true,"lowerBound":0,"iD":false,"id":731,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"withExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":737,"derived":false},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectorName","changeable":true,"lowerBound":0,"iD":false,"id":743,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expplicitGenericActualParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"derived":false},{"id":745,"eClass":"EGenericType"},{"id":746,"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":"box","changeable":true,"lowerBound":0,"iD":false,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantsSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":750,"derived":false},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":753,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optNullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":754,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":755,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":false},{"container":false,"ordered":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":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceSubtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":763,"derived":false},{"id":764,"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":"limited","changeable":true,"lowerBound":0,"iD":false,"id":765,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"lowerBound":0,"iD":false,"id":766,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protected","changeable":true,"lowerBound":0,"iD":false,"id":767,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchro","changeable":true,"lowerBound":0,"iD":false,"id":768,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"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":777,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limited","changeable":true,"lowerBound":0,"iD":false,"id":778,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":779,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":780,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordExtentionPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":781,"derived":false},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"id":789,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optNullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":791,"derived":false},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"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":"protected","changeable":true,"lowerBound":0,"iD":false,"id":796,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterAndResultProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":798,"derived":false},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generalAccessModifier","changeable":true,"lowerBound":0,"iD":false,"id":804,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":805,"derived":false},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndexes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":809,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constrainedIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"id":819,"eClass":"EGenericType"},{"id":820,"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":"aliased","changeable":true,"lowerBound":0,"iD":false,"id":821,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeIndication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":822,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousAccessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":823,"derived":false},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optNullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":827,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":828,"derived":false},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":832,"derived":false},{"container":false,"ordered":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":833,"derived":false},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":837,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opt_nullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":838,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":839,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousAccessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":840,"derived":false},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":845,"derived":false},{"id":846,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":847,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":848,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optNullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":849,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"resolveProxies":true,"lowerBound":0,"id":850,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousAccessDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":851,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":852,"derived":false},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"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":"in","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":0,"iD":false,"id":860,"derived":false},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":864,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":869,"derived":false},{"id":870,"eClass":"EGenericType"},{"id":871,"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":"enumerationliteralspecifications","changeable":true,"lowerBound":0,"iD":false,"id":872,"derived":false},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":875,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagged","changeable":true,"lowerBound":0,"iD":false,"id":876,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limited","changeable":true,"lowerBound":0,"iD":false,"id":877,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":884,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"null","changeable":true,"lowerBound":0,"iD":false,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":888,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optVariantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":889,"derived":false},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variantPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":892,"derived":false},{"id":893,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definingIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":894,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":902,"derived":false},{"id":903,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":904,"derived":false},{"container":false,"ordered":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":905,"derived":false},{"container":false,"ordered":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":906,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":907,"derived":false},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"container":false,"ordered":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":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localName","changeable":true,"lowerBound":0,"iD":false,"id":919,"derived":false},{"container":false,"ordered":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":920,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstBit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":921,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastBit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"derived":false},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":927,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteChoiceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":931,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"derived":false},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteChoiceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":935,"derived":false},{"id":936,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":937,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realRangeSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":938,"derived":false},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":943,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":944,"derived":false},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":947,"derived":false},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"container":false,"ordered":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":950,"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":"booleanOperator","changeable":true,"lowerBound":0,"iD":false,"id":951,"derived":false},{"id":952,"eClass":"EGenericType"},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":959,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationalOperator","changeable":true,"lowerBound":0,"iD":false,"id":960,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSimpleExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":961,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"membership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":962,"derived":false},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"id":966,"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":"not","changeable":true,"lowerBound":0,"iD":false,"id":967,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":968,"derived":false},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unaryAddingOperator","changeable":true,"lowerBound":0,"iD":false,"id":971,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":972,"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":"binaryAddingOperators","changeable":true,"lowerBound":0,"iD":false,"id":973,"derived":false},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":977,"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":"multiplyingOperators","changeable":true,"lowerBound":0,"iD":false,"id":978,"derived":false},{"id":979,"eClass":"EGenericType"},{"id":980,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":981,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":982,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abs","changeable":true,"lowerBound":0,"iD":false,"id":983,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":984,"derived":false},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"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":989,"derived":false},{"id":990,"eClass":"EGenericType"},{"id":991,"eClass":"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":992,"derived":false},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"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":995,"derived":false},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"container":false,"ordered":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":998,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":999,"derived":false},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1004,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1005,"derived":false},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opt_nullExclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1009,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtypeMark","changeable":true,"lowerBound":0,"iD":false,"id":1010,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opt_constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1011,"derived":false},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not_null","changeable":true,"lowerBound":0,"iD":false,"id":1019,"derived":false},{"id":1020,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1021,"derived":false},{"id":1022,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1023,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1024,"derived":false},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"derived":false},{"id":1030,"eClass":"EGenericType"},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1034,"derived":false},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1037,"derived":false},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discriminantSelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1040,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"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":"discriminantSelectorName","changeable":true,"lowerBound":0,"iD":false,"id":1044,"derived":false},{"id":1045,"eClass":"EGenericType"},{"id":1046,"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":"componentSelectorName","changeable":true,"lowerBound":0,"iD":false,"id":1047,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"others","changeable":true,"lowerBound":0,"iD":false,"id":1048,"derived":false},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordComponentAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1054,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullRecord","changeable":true,"lowerBound":0,"iD":false,"id":1055,"derived":false},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentChoiceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1059,"derived":false},{"id":1060,"eClass":"EGenericType"},{"container":false,"ordered":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":1061,"derived":false},{"id":1062,"eClass":"EGenericType"},{"id":1063,"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":"box","changeable":true,"lowerBound":0,"iD":false,"id":1064,"derived":false},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ancestorPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1067,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recordComponentAssociationList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1068,"derived":false},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"container":false,"ordered":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":1073,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"othersValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"othersBox","changeable":true,"lowerBound":0,"iD":false,"id":1075,"derived":false},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayComponentAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"discreteChoiceList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1083,"derived":false},{"container":false,"ordered":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":1084,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"box","changeable":true,"lowerBound":0,"iD":false,"id":1085,"derived":false},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":1089,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1090,"derived":false},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1094,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1095,"derived":false},{"container":false,"ordered":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":1096,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeDesignator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1097,"derived":false},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectorName","changeable":true,"lowerBound":0,"iD":false,"id":1102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterEffectiveValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"derived":false},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"container":false,"ordered":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":1113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1114,"derived":false},{"id":1115,"eClass":"EGenericType"},{"id":1116,"eClass":"EGenericType"},{"id":1117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1119,"derived":false},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":1,"target":0},{"source":1,"target":225},{"source":225,"target":2},{"source":225,"target":226},{"source":225,"target":1},{"source":226,"target":2},{"source":2,"target":0},{"source":2,"target":227},{"source":2,"target":228},{"source":2,"target":229},{"source":227,"target":4},{"source":227,"target":230},{"source":227,"target":2},{"source":230,"target":4},{"source":228,"target":3},{"source":228,"target":231},{"source":228,"target":2},{"source":231,"target":3},{"source":229,"target":72},{"source":229,"target":232},{"source":229,"target":2},{"source":232,"target":72},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":233},{"source":233,"target":5},{"source":233,"target":234},{"source":233,"target":4},{"source":234,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":235},{"source":6,"target":236},{"source":6,"target":237},{"source":6,"target":238},{"source":235,"target":239},{"source":235,"target":6},{"source":236,"target":240},{"source":236,"target":6},{"source":237,"target":10},{"source":237,"target":241},{"source":237,"target":6},{"source":241,"target":10},{"source":238,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":20},{"source":7,"target":56},{"source":7,"target":242},{"source":7,"target":243},{"source":7,"target":244},{"source":242,"target":5},{"source":243,"target":20},{"source":244,"target":56},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":245},{"source":8,"target":246},{"source":245,"target":10},{"source":245,"target":247},{"source":245,"target":8},{"source":247,"target":10},{"source":246,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":248},{"source":9,"target":249},{"source":9,"target":250},{"source":248,"target":251},{"source":248,"target":9},{"source":249,"target":252},{"source":249,"target":9},{"source":250,"target":7},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":253},{"source":10,"target":254},{"source":10,"target":255},{"source":253,"target":256},{"source":253,"target":10},{"source":254,"target":11},{"source":254,"target":257},{"source":254,"target":10},{"source":257,"target":11},{"source":255,"target":3},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":21},{"source":12,"target":258},{"source":12,"target":259},{"source":12,"target":260},{"source":258,"target":261},{"source":258,"target":12},{"source":259,"target":11},{"source":260,"target":21},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":54},{"source":13,"target":262},{"source":13,"target":263},{"source":13,"target":264},{"source":262,"target":17},{"source":262,"target":265},{"source":262,"target":13},{"source":265,"target":17},{"source":263,"target":12},{"source":264,"target":54},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":266},{"source":14,"target":267},{"source":266,"target":268},{"source":266,"target":14},{"source":267,"target":12},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":21},{"source":15,"target":269},{"source":15,"target":270},{"source":15,"target":271},{"source":15,"target":272},{"source":269,"target":55},{"source":269,"target":273},{"source":269,"target":15},{"source":273,"target":55},{"source":270,"target":54},{"source":270,"target":274},{"source":270,"target":15},{"source":274,"target":54},{"source":271,"target":11},{"source":272,"target":21},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":21},{"source":16,"target":275},{"source":16,"target":276},{"source":16,"target":277},{"source":16,"target":278},{"source":16,"target":279},{"source":16,"target":280},{"source":275,"target":281},{"source":275,"target":16},{"source":276,"target":282},{"source":276,"target":16},{"source":277,"target":32},{"source":277,"target":283},{"source":277,"target":16},{"source":283,"target":32},{"source":278,"target":125},{"source":278,"target":284},{"source":278,"target":16},{"source":284,"target":125},{"source":279,"target":11},{"source":280,"target":21},{"source":17,"target":0},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":285,"target":20},{"source":285,"target":288},{"source":285,"target":17},{"source":288,"target":20},{"source":286,"target":20},{"source":286,"target":289},{"source":286,"target":17},{"source":289,"target":20},{"source":287,"target":290},{"source":287,"target":17},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":19},{"source":18,"target":46},{"source":18,"target":94},{"source":18,"target":291},{"source":18,"target":292},{"source":18,"target":293},{"source":18,"target":294},{"source":18,"target":295},{"source":18,"target":296},{"source":291,"target":38},{"source":291,"target":297},{"source":291,"target":18},{"source":297,"target":38},{"source":292,"target":298},{"source":292,"target":18},{"source":293,"target":3},{"source":294,"target":19},{"source":295,"target":46},{"source":296,"target":94},{"source":19,"target":0},{"source":19,"target":299},{"source":19,"target":300},{"source":299,"target":44},{"source":299,"target":301},{"source":299,"target":19},{"source":301,"target":44},{"source":300,"target":41},{"source":300,"target":302},{"source":300,"target":19},{"source":302,"target":41},{"source":20,"target":0},{"source":20,"target":44},{"source":20,"target":303},{"source":303,"target":44},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":304},{"source":304,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":22,"target":308},{"source":22,"target":309},{"source":22,"target":310},{"source":305,"target":311},{"source":305,"target":22},{"source":306,"target":131},{"source":306,"target":312},{"source":306,"target":22},{"source":312,"target":131},{"source":307,"target":133},{"source":307,"target":313},{"source":307,"target":22},{"source":313,"target":133},{"source":308,"target":91},{"source":308,"target":314},{"source":308,"target":22},{"source":314,"target":91},{"source":309,"target":22},{"source":309,"target":315},{"source":309,"target":22},{"source":315,"target":22},{"source":310,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":316},{"source":23,"target":317},{"source":316,"target":318},{"source":316,"target":23},{"source":317,"target":21},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":319},{"source":319,"target":23},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":320},{"source":25,"target":321},{"source":320,"target":131},{"source":320,"target":322},{"source":320,"target":25},{"source":322,"target":131},{"source":321,"target":24},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":323},{"source":26,"target":324},{"source":323,"target":128},{"source":323,"target":325},{"source":323,"target":26},{"source":325,"target":128},{"source":324,"target":25},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":326},{"source":27,"target":327},{"source":27,"target":328},{"source":326,"target":129},{"source":326,"target":329},{"source":326,"target":27},{"source":329,"target":129},{"source":327,"target":330},{"source":327,"target":27},{"source":328,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":331},{"source":28,"target":332},{"source":28,"target":333},{"source":28,"target":334},{"source":28,"target":335},{"source":331,"target":129},{"source":331,"target":336},{"source":331,"target":28},{"source":336,"target":129},{"source":332,"target":337},{"source":332,"target":28},{"source":333,"target":338},{"source":333,"target":28},{"source":334,"target":339},{"source":334,"target":28},{"source":335,"target":24},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":340},{"source":29,"target":341},{"source":29,"target":342},{"source":29,"target":343},{"source":29,"target":344},{"source":29,"target":345},{"source":29,"target":346},{"source":340,"target":129},{"source":340,"target":347},{"source":340,"target":29},{"source":347,"target":129},{"source":341,"target":348},{"source":341,"target":29},{"source":342,"target":349},{"source":342,"target":29},{"source":343,"target":350},{"source":343,"target":29},{"source":344,"target":190},{"source":344,"target":351},{"source":344,"target":29},{"source":351,"target":190},{"source":345,"target":133},{"source":345,"target":352},{"source":345,"target":29},{"source":352,"target":133},{"source":346,"target":24},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":36},{"source":31,"target":353},{"source":31,"target":354},{"source":31,"target":355},{"source":31,"target":356},{"source":31,"target":357},{"source":31,"target":358},{"source":353,"target":32},{"source":353,"target":359},{"source":353,"target":31},{"source":359,"target":32},{"source":354,"target":360},{"source":354,"target":31},{"source":355,"target":145},{"source":355,"target":361},{"source":355,"target":31},{"source":361,"target":145},{"source":356,"target":151},{"source":356,"target":362},{"source":356,"target":31},{"source":362,"target":151},{"source":357,"target":30},{"source":358,"target":36},{"source":32,"target":0},{"source":32,"target":363},{"source":363,"target":364},{"source":363,"target":32},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":365},{"source":33,"target":366},{"source":33,"target":367},{"source":365,"target":133},{"source":365,"target":368},{"source":365,"target":33},{"source":368,"target":133},{"source":366,"target":34},{"source":366,"target":369},{"source":366,"target":33},{"source":369,"target":34},{"source":367,"target":25},{"source":34,"target":0},{"source":34,"target":370},{"source":370,"target":35},{"source":370,"target":371},{"source":370,"target":34},{"source":371,"target":35},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":372},{"source":372,"target":35},{"source":37,"target":0},{"source":37,"target":21},{"source":37,"target":36},{"source":37,"target":94},{"source":37,"target":373},{"source":37,"target":374},{"source":37,"target":375},{"source":37,"target":376},{"source":37,"target":377},{"source":37,"target":378},{"source":37,"target":379},{"source":373,"target":38},{"source":373,"target":380},{"source":373,"target":37},{"source":380,"target":38},{"source":374,"target":381},{"source":374,"target":37},{"source":375,"target":382},{"source":375,"target":37},{"source":376,"target":383},{"source":376,"target":37},{"source":377,"target":21},{"source":378,"target":36},{"source":379,"target":94},{"source":38,"target":0},{"source":38,"target":11},{"source":38,"target":54},{"source":38,"target":119},{"source":38,"target":384},{"source":38,"target":385},{"source":38,"target":386},{"source":38,"target":387},{"source":384,"target":32},{"source":384,"target":388},{"source":384,"target":38},{"source":388,"target":32},{"source":385,"target":11},{"source":386,"target":54},{"source":387,"target":119},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":389},{"source":39,"target":390},{"source":389,"target":151},{"source":389,"target":391},{"source":389,"target":39},{"source":391,"target":151},{"source":390,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":392},{"source":40,"target":393},{"source":392,"target":150},{"source":392,"target":394},{"source":392,"target":40},{"source":394,"target":150},{"source":393,"target":38},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":395},{"source":42,"target":396},{"source":395,"target":217},{"source":395,"target":397},{"source":395,"target":42},{"source":397,"target":217},{"source":396,"target":398},{"source":396,"target":42},{"source":43,"target":0},{"source":43,"target":399},{"source":43,"target":400},{"source":43,"target":401},{"source":399,"target":402},{"source":399,"target":43},{"source":400,"target":42},{"source":400,"target":403},{"source":400,"target":43},{"source":403,"target":42},{"source":401,"target":48},{"source":401,"target":404},{"source":401,"target":43},{"source":404,"target":48},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":405},{"source":405,"target":44},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":406},{"source":406,"target":45},{"source":47,"target":0},{"source":47,"target":407},{"source":407,"target":408},{"source":407,"target":47},{"source":48,"target":0},{"source":48,"target":41},{"source":48,"target":116},{"source":48,"target":409},{"source":48,"target":410},{"source":48,"target":411},{"source":48,"target":412},{"source":409,"target":43},{"source":409,"target":413},{"source":409,"target":48},{"source":413,"target":43},{"source":410,"target":49},{"source":410,"target":414},{"source":410,"target":48},{"source":414,"target":49},{"source":411,"target":41},{"source":412,"target":116},{"source":49,"target":0},{"source":49,"target":415},{"source":49,"target":416},{"source":415,"target":47},{"source":415,"target":417},{"source":415,"target":49},{"source":417,"target":47},{"source":416,"target":50},{"source":416,"target":418},{"source":416,"target":49},{"source":418,"target":50},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":419},{"source":419,"target":50},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":420},{"source":420,"target":50},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":421},{"source":53,"target":422},{"source":421,"target":423},{"source":421,"target":53},{"source":422,"target":51},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":424},{"source":424,"target":56},{"source":424,"target":425},{"source":424,"target":55},{"source":425,"target":56},{"source":56,"target":0},{"source":57,"target":0},{"source":57,"target":56},{"source":57,"target":426},{"source":426,"target":56},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":427},{"source":58,"target":428},{"source":58,"target":429},{"source":58,"target":430},{"source":58,"target":431},{"source":58,"target":432},{"source":58,"target":433},{"source":427,"target":164},{"source":427,"target":434},{"source":427,"target":58},{"source":434,"target":164},{"source":428,"target":153},{"source":428,"target":435},{"source":428,"target":58},{"source":435,"target":153},{"source":429,"target":191},{"source":429,"target":436},{"source":429,"target":58},{"source":436,"target":191},{"source":430,"target":217},{"source":430,"target":437},{"source":430,"target":58},{"source":437,"target":217},{"source":431,"target":147},{"source":431,"target":438},{"source":431,"target":58},{"source":438,"target":147},{"source":432,"target":175},{"source":432,"target":439},{"source":432,"target":58},{"source":439,"target":175},{"source":433,"target":57},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":440},{"source":59,"target":441},{"source":59,"target":442},{"source":59,"target":443},{"source":440,"target":444},{"source":440,"target":59},{"source":441,"target":129},{"source":441,"target":445},{"source":441,"target":59},{"source":445,"target":129},{"source":442,"target":60},{"source":442,"target":446},{"source":442,"target":59},{"source":446,"target":60},{"source":443,"target":57},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":447},{"source":61,"target":448},{"source":61,"target":449},{"source":61,"target":450},{"source":447,"target":451},{"source":447,"target":61},{"source":448,"target":452},{"source":448,"target":61},{"source":449,"target":453},{"source":449,"target":61},{"source":450,"target":60},{"source":62,"target":0},{"source":62,"target":60},{"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":454,"target":460},{"source":454,"target":62},{"source":455,"target":461},{"source":455,"target":62},{"source":456,"target":462},{"source":456,"target":62},{"source":457,"target":217},{"source":457,"target":463},{"source":457,"target":62},{"source":463,"target":217},{"source":458,"target":133},{"source":458,"target":464},{"source":458,"target":62},{"source":464,"target":133},{"source":459,"target":60},{"source":63,"target":0},{"source":63,"target":57},{"source":63,"target":465},{"source":63,"target":466},{"source":63,"target":467},{"source":63,"target":468},{"source":465,"target":38},{"source":465,"target":469},{"source":465,"target":63},{"source":469,"target":38},{"source":466,"target":470},{"source":466,"target":63},{"source":467,"target":64},{"source":467,"target":471},{"source":467,"target":63},{"source":471,"target":64},{"source":468,"target":57},{"source":64,"target":0},{"source":64,"target":472},{"source":472,"target":473},{"source":472,"target":64},{"source":65,"target":0},{"source":65,"target":57},{"source":65,"target":474},{"source":65,"target":475},{"source":65,"target":476},{"source":65,"target":477},{"source":474,"target":478},{"source":474,"target":65},{"source":475,"target":479},{"source":475,"target":65},{"source":476,"target":66},{"source":476,"target":480},{"source":476,"target":65},{"source":480,"target":66},{"source":477,"target":57},{"source":66,"target":0},{"source":66,"target":481},{"source":66,"target":482},{"source":66,"target":483},{"source":481,"target":484},{"source":481,"target":66},{"source":482,"target":125},{"source":482,"target":485},{"source":482,"target":66},{"source":485,"target":125},{"source":483,"target":67},{"source":483,"target":486},{"source":483,"target":66},{"source":486,"target":67},{"source":67,"target":0},{"source":67,"target":487},{"source":67,"target":488},{"source":487,"target":126},{"source":487,"target":489},{"source":487,"target":67},{"source":489,"target":126},{"source":488,"target":490},{"source":488,"target":67},{"source":68,"target":0},{"source":68,"target":21},{"source":68,"target":491},{"source":68,"target":492},{"source":68,"target":493},{"source":491,"target":164},{"source":491,"target":494},{"source":491,"target":68},{"source":494,"target":164},{"source":492,"target":217},{"source":492,"target":495},{"source":492,"target":68},{"source":495,"target":217},{"source":493,"target":21},{"source":69,"target":0},{"source":69,"target":21},{"source":69,"target":496},{"source":496,"target":21},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":497},{"source":70,"target":498},{"source":70,"target":499},{"source":70,"target":500},{"source":70,"target":501},{"source":70,"target":502},{"source":70,"target":503},{"source":70,"target":504},{"source":70,"target":505},{"source":497,"target":164},{"source":497,"target":506},{"source":497,"target":70},{"source":506,"target":164},{"source":498,"target":507},{"source":498,"target":70},{"source":499,"target":508},{"source":499,"target":70},{"source":500,"target":190},{"source":500,"target":509},{"source":500,"target":70},{"source":509,"target":190},{"source":501,"target":175},{"source":501,"target":510},{"source":501,"target":70},{"source":510,"target":175},{"source":502,"target":217},{"source":502,"target":511},{"source":502,"target":70},{"source":511,"target":217},{"source":503,"target":147},{"source":503,"target":512},{"source":503,"target":70},{"source":512,"target":147},{"source":504,"target":141},{"source":504,"target":513},{"source":504,"target":70},{"source":513,"target":141},{"source":505,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":514},{"source":71,"target":515},{"source":71,"target":516},{"source":71,"target":517},{"source":514,"target":518},{"source":514,"target":71},{"source":515,"target":133},{"source":515,"target":519},{"source":515,"target":71},{"source":519,"target":133},{"source":516,"target":34},{"source":516,"target":520},{"source":516,"target":71},{"source":520,"target":34},{"source":517,"target":69},{"source":72,"target":0},{"source":72,"target":5},{"source":72,"target":20},{"source":72,"target":50},{"source":72,"target":521},{"source":72,"target":522},{"source":72,"target":523},{"source":72,"target":524},{"source":72,"target":525},{"source":521,"target":526},{"source":521,"target":72},{"source":522,"target":73},{"source":522,"target":527},{"source":522,"target":72},{"source":527,"target":73},{"source":523,"target":5},{"source":524,"target":20},{"source":525,"target":50},{"source":73,"target":0},{"source":73,"target":528},{"source":73,"target":529},{"source":528,"target":530},{"source":528,"target":73},{"source":529,"target":175},{"source":529,"target":531},{"source":529,"target":73},{"source":531,"target":175},{"source":74,"target":0},{"source":74,"target":23},{"source":74,"target":532},{"source":74,"target":533},{"source":532,"target":190},{"source":532,"target":534},{"source":532,"target":74},{"source":534,"target":190},{"source":533,"target":23},{"source":75,"target":0},{"source":75,"target":21},{"source":75,"target":535},{"source":75,"target":536},{"source":75,"target":537},{"source":535,"target":164},{"source":535,"target":538},{"source":535,"target":75},{"source":538,"target":164},{"source":536,"target":175},{"source":536,"target":539},{"source":536,"target":75},{"source":539,"target":175},{"source":537,"target":21},{"source":76,"target":0},{"source":76,"target":51},{"source":76,"target":540},{"source":76,"target":541},{"source":76,"target":542},{"source":540,"target":217},{"source":540,"target":543},{"source":540,"target":76},{"source":543,"target":217},{"source":541,"target":175},{"source":541,"target":544},{"source":541,"target":76},{"source":544,"target":175},{"source":542,"target":51},{"source":77,"target":0},{"source":77,"target":52},{"source":77,"target":545},{"source":77,"target":546},{"source":77,"target":547},{"source":77,"target":548},{"source":77,"target":549},{"source":77,"target":550},{"source":545,"target":175},{"source":545,"target":551},{"source":545,"target":77},{"source":551,"target":175},{"source":546,"target":48},{"source":546,"target":552},{"source":546,"target":77},{"source":552,"target":48},{"source":547,"target":175},{"source":547,"target":553},{"source":547,"target":77},{"source":553,"target":175},{"source":548,"target":48},{"source":548,"target":554},{"source":548,"target":77},{"source":554,"target":48},{"source":549,"target":48},{"source":549,"target":555},{"source":549,"target":77},{"source":555,"target":48},{"source":550,"target":52},{"source":78,"target":0},{"source":78,"target":52},{"source":78,"target":556},{"source":78,"target":557},{"source":78,"target":558},{"source":556,"target":175},{"source":556,"target":559},{"source":556,"target":78},{"source":559,"target":175},{"source":557,"target":79},{"source":557,"target":560},{"source":557,"target":78},{"source":560,"target":79},{"source":558,"target":52},{"source":79,"target":0},{"source":79,"target":561},{"source":79,"target":562},{"source":561,"target":170},{"source":561,"target":563},{"source":561,"target":79},{"source":563,"target":170},{"source":562,"target":48},{"source":562,"target":564},{"source":562,"target":79},{"source":564,"target":48},{"source":80,"target":0},{"source":80,"target":52},{"source":80,"target":565},{"source":80,"target":566},{"source":80,"target":567},{"source":80,"target":568},{"source":80,"target":569},{"source":565,"target":570},{"source":565,"target":80},{"source":566,"target":81},{"source":566,"target":571},{"source":566,"target":80},{"source":571,"target":81},{"source":567,"target":48},{"source":567,"target":572},{"source":567,"target":80},{"source":572,"target":48},{"source":568,"target":573},{"source":568,"target":80},{"source":569,"target":52},{"source":81,"target":0},{"source":81,"target":574},{"source":81,"target":575},{"source":574,"target":175},{"source":574,"target":576},{"source":574,"target":81},{"source":576,"target":175},{"source":575,"target":82},{"source":575,"target":577},{"source":575,"target":81},{"source":577,"target":82},{"source":82,"target":0},{"source":82,"target":578},{"source":82,"target":579},{"source":578,"target":580},{"source":578,"target":82},{"source":579,"target":145},{"source":579,"target":581},{"source":579,"target":82},{"source":581,"target":145},{"source":83,"target":0},{"source":83,"target":19},{"source":83,"target":52},{"source":83,"target":582},{"source":83,"target":583},{"source":83,"target":584},{"source":582,"target":585},{"source":582,"target":83},{"source":583,"target":19},{"source":584,"target":52},{"source":84,"target":0},{"source":84,"target":51},{"source":84,"target":586},{"source":84,"target":587},{"source":84,"target":588},{"source":586,"target":80},{"source":586,"target":589},{"source":586,"target":84},{"source":589,"target":80},{"source":587,"target":175},{"source":587,"target":590},{"source":587,"target":84},{"source":590,"target":175},{"source":588,"target":51},{"source":85,"target":0},{"source":85,"target":51},{"source":85,"target":591},{"source":85,"target":592},{"source":591,"target":593},{"source":591,"target":85},{"source":592,"target":51},{"source":86,"target":0},{"source":86,"target":51},{"source":86,"target":115},{"source":86,"target":594},{"source":86,"target":595},{"source":86,"target":596},{"source":594,"target":217},{"source":594,"target":597},{"source":594,"target":86},{"source":597,"target":217},{"source":595,"target":51},{"source":596,"target":115},{"source":87,"target":0},{"source":87,"target":51},{"source":87,"target":598},{"source":87,"target":599},{"source":598,"target":175},{"source":598,"target":600},{"source":598,"target":87},{"source":600,"target":175},{"source":599,"target":51},{"source":88,"target":0},{"source":88,"target":52},{"source":88,"target":601},{"source":88,"target":602},{"source":88,"target":603},{"source":88,"target":604},{"source":88,"target":605},{"source":601,"target":606},{"source":601,"target":88},{"source":602,"target":89},{"source":602,"target":607},{"source":602,"target":88},{"source":607,"target":89},{"source":603,"target":175},{"source":603,"target":608},{"source":603,"target":88},{"source":608,"target":175},{"source":604,"target":41},{"source":604,"target":609},{"source":604,"target":88},{"source":609,"target":41},{"source":605,"target":52},{"source":89,"target":0},{"source":90,"target":0},{"source":90,"target":3},{"source":90,"target":19},{"source":90,"target":46},{"source":90,"target":610},{"source":90,"target":611},{"source":90,"target":612},{"source":90,"target":613},{"source":90,"target":614},{"source":610,"target":12},{"source":610,"target":615},{"source":610,"target":90},{"source":615,"target":12},{"source":611,"target":12},{"source":611,"target":616},{"source":611,"target":90},{"source":616,"target":12},{"source":612,"target":3},{"source":613,"target":19},{"source":614,"target":46},{"source":91,"target":0},{"source":91,"target":617},{"source":617,"target":30},{"source":617,"target":618},{"source":617,"target":91},{"source":618,"target":30},{"source":92,"target":0},{"source":92,"target":19},{"source":92,"target":46},{"source":92,"target":619},{"source":92,"target":620},{"source":92,"target":621},{"source":92,"target":622},{"source":619,"target":22},{"source":619,"target":623},{"source":619,"target":92},{"source":623,"target":22},{"source":620,"target":22},{"source":620,"target":624},{"source":620,"target":92},{"source":624,"target":22},{"source":621,"target":19},{"source":622,"target":46},{"source":93,"target":0},{"source":93,"target":46},{"source":93,"target":625},{"source":93,"target":626},{"source":93,"target":627},{"source":93,"target":628},{"source":625,"target":629},{"source":625,"target":93},{"source":626,"target":94},{"source":626,"target":630},{"source":626,"target":93},{"source":630,"target":94},{"source":627,"target":631},{"source":627,"target":93},{"source":628,"target":46},{"source":94,"target":0},{"source":95,"target":0},{"source":95,"target":52},{"source":95,"target":632},{"source":95,"target":633},{"source":95,"target":634},{"source":95,"target":635},{"source":95,"target":636},{"source":95,"target":637},{"source":632,"target":31},{"source":632,"target":638},{"source":632,"target":95},{"source":638,"target":31},{"source":633,"target":96},{"source":633,"target":639},{"source":633,"target":95},{"source":639,"target":96},{"source":634,"target":151},{"source":634,"target":640},{"source":634,"target":95},{"source":640,"target":151},{"source":635,"target":41},{"source":635,"target":641},{"source":635,"target":95},{"source":641,"target":41},{"source":636,"target":642},{"source":636,"target":95},{"source":637,"target":52},{"source":96,"target":0},{"source":97,"target":0},{"source":97,"target":19},{"source":97,"target":94},{"source":97,"target":643},{"source":97,"target":644},{"source":97,"target":645},{"source":97,"target":646},{"source":97,"target":647},{"source":97,"target":648},{"source":643,"target":31},{"source":643,"target":649},{"source":643,"target":97},{"source":649,"target":31},{"source":644,"target":98},{"source":644,"target":650},{"source":644,"target":97},{"source":650,"target":98},{"source":645,"target":99},{"source":645,"target":651},{"source":645,"target":97},{"source":651,"target":99},{"source":646,"target":652},{"source":646,"target":97},{"source":647,"target":19},{"source":648,"target":94},{"source":98,"target":0},{"source":98,"target":653},{"source":98,"target":654},{"source":653,"target":100},{"source":653,"target":655},{"source":653,"target":98},{"source":655,"target":100},{"source":654,"target":151},{"source":654,"target":656},{"source":654,"target":98},{"source":656,"target":151},{"source":99,"target":0},{"source":99,"target":657},{"source":657,"target":175},{"source":657,"target":658},{"source":657,"target":99},{"source":658,"target":175},{"source":100,"target":0},{"source":100,"target":659},{"source":100,"target":660},{"source":659,"target":661},{"source":659,"target":100},{"source":660,"target":145},{"source":660,"target":662},{"source":660,"target":100},{"source":662,"target":145},{"source":101,"target":0},{"source":101,"target":51},{"source":101,"target":663},{"source":101,"target":664},{"source":101,"target":665},{"source":663,"target":217},{"source":663,"target":666},{"source":663,"target":101},{"source":666,"target":217},{"source":664,"target":667},{"source":664,"target":101},{"source":665,"target":51},{"source":102,"target":0},{"source":102,"target":51},{"source":102,"target":115},{"source":102,"target":668},{"source":102,"target":669},{"source":102,"target":670},{"source":102,"target":671},{"source":668,"target":672},{"source":668,"target":102},{"source":669,"target":175},{"source":669,"target":673},{"source":669,"target":102},{"source":673,"target":175},{"source":670,"target":51},{"source":671,"target":115},{"source":103,"target":0},{"source":103,"target":52},{"source":103,"target":674},{"source":674,"target":52},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":675},{"source":104,"target":676},{"source":104,"target":677},{"source":104,"target":678},{"source":104,"target":679},{"source":675,"target":106},{"source":675,"target":680},{"source":675,"target":104},{"source":680,"target":106},{"source":676,"target":107},{"source":676,"target":681},{"source":676,"target":104},{"source":681,"target":107},{"source":677,"target":105},{"source":677,"target":682},{"source":677,"target":104},{"source":682,"target":105},{"source":678,"target":48},{"source":678,"target":683},{"source":678,"target":104},{"source":683,"target":48},{"source":679,"target":103},{"source":105,"target":0},{"source":105,"target":684},{"source":105,"target":685},{"source":684,"target":106},{"source":684,"target":686},{"source":684,"target":105},{"source":686,"target":106},{"source":685,"target":107},{"source":685,"target":687},{"source":685,"target":105},{"source":687,"target":107},{"source":106,"target":0},{"source":106,"target":688},{"source":688,"target":175},{"source":688,"target":689},{"source":688,"target":106},{"source":689,"target":175},{"source":107,"target":0},{"source":107,"target":690},{"source":690,"target":48},{"source":690,"target":691},{"source":690,"target":107},{"source":691,"target":48},{"source":108,"target":0},{"source":108,"target":107},{"source":108,"target":692},{"source":108,"target":693},{"source":692,"target":95},{"source":692,"target":694},{"source":692,"target":108},{"source":694,"target":95},{"source":693,"target":107},{"source":109,"target":0},{"source":109,"target":107},{"source":109,"target":695},{"source":109,"target":696},{"source":695,"target":102},{"source":695,"target":697},{"source":695,"target":109},{"source":697,"target":102},{"source":696,"target":107},{"source":110,"target":0},{"source":110,"target":103},{"source":110,"target":698},{"source":110,"target":699},{"source":110,"target":700},{"source":698,"target":111},{"source":698,"target":701},{"source":698,"target":110},{"source":701,"target":111},{"source":699,"target":109},{"source":699,"target":702},{"source":699,"target":110},{"source":702,"target":109},{"source":700,"target":103},{"source":111,"target":0},{"source":111,"target":703},{"source":111,"target":704},{"source":703,"target":86},{"source":703,"target":705},{"source":703,"target":111},{"source":705,"target":86},{"source":704,"target":48},{"source":704,"target":706},{"source":704,"target":111},{"source":706,"target":48},{"source":112,"target":0},{"source":112,"target":103},{"source":112,"target":707},{"source":112,"target":708},{"source":112,"target":709},{"source":707,"target":111},{"source":707,"target":710},{"source":707,"target":112},{"source":710,"target":111},{"source":708,"target":48},{"source":708,"target":711},{"source":708,"target":112},{"source":711,"target":48},{"source":709,"target":103},{"source":113,"target":0},{"source":113,"target":103},{"source":113,"target":712},{"source":113,"target":713},{"source":113,"target":714},{"source":712,"target":114},{"source":712,"target":715},{"source":712,"target":113},{"source":715,"target":114},{"source":713,"target":116},{"source":713,"target":716},{"source":713,"target":113},{"source":716,"target":116},{"source":714,"target":103},{"source":114,"target":0},{"source":114,"target":717},{"source":114,"target":718},{"source":717,"target":115},{"source":717,"target":719},{"source":717,"target":114},{"source":719,"target":115},{"source":718,"target":48},{"source":718,"target":720},{"source":718,"target":114},{"source":720,"target":48},{"source":115,"target":0},{"source":116,"target":0},{"source":117,"target":0},{"source":117,"target":51},{"source":117,"target":721},{"source":721,"target":51},{"source":118,"target":0},{"source":118,"target":117},{"source":118,"target":722},{"source":118,"target":723},{"source":722,"target":217},{"source":722,"target":724},{"source":722,"target":118},{"source":724,"target":217},{"source":723,"target":117},{"source":119,"target":0},{"source":119,"target":45},{"source":119,"target":725},{"source":119,"target":726},{"source":725,"target":727},{"source":725,"target":119},{"source":726,"target":45},{"source":120,"target":0},{"source":120,"target":119},{"source":120,"target":728},{"source":728,"target":119},{"source":121,"target":0},{"source":121,"target":119},{"source":121,"target":729},{"source":729,"target":119},{"source":122,"target":0},{"source":122,"target":119},{"source":122,"target":730},{"source":730,"target":119},{"source":123,"target":0},{"source":123,"target":3},{"source":123,"target":731},{"source":123,"target":732},{"source":123,"target":733},{"source":731,"target":734},{"source":731,"target":123},{"source":732,"target":46},{"source":732,"target":735},{"source":732,"target":123},{"source":735,"target":46},{"source":733,"target":3},{"source":124,"target":0},{"source":124,"target":51},{"source":124,"target":736},{"source":124,"target":737},{"source":124,"target":738},{"source":736,"target":217},{"source":736,"target":739},{"source":736,"target":124},{"source":739,"target":217},{"source":737,"target":175},{"source":737,"target":740},{"source":737,"target":124},{"source":740,"target":175},{"source":738,"target":51},{"source":125,"target":0},{"source":125,"target":741},{"source":741,"target":126},{"source":741,"target":742},{"source":741,"target":125},{"source":742,"target":126},{"source":126,"target":0},{"source":126,"target":743},{"source":126,"target":744},{"source":743,"target":745},{"source":743,"target":126},{"source":744,"target":127},{"source":744,"target":746},{"source":744,"target":126},{"source":746,"target":127},{"source":127,"target":0},{"source":128,"target":0},{"source":129,"target":0},{"source":130,"target":0},{"source":130,"target":129},{"source":130,"target":747},{"source":130,"target":748},{"source":747,"target":749},{"source":747,"target":130},{"source":748,"target":129},{"source":131,"target":0},{"source":131,"target":129},{"source":131,"target":750},{"source":131,"target":751},{"source":750,"target":132},{"source":750,"target":752},{"source":750,"target":131},{"source":752,"target":132},{"source":751,"target":129},{"source":132,"target":0},{"source":132,"target":753},{"source":132,"target":754},{"source":132,"target":755},{"source":132,"target":756},{"source":132,"target":757},{"source":753,"target":164},{"source":753,"target":758},{"source":753,"target":132},{"source":758,"target":164},{"source":754,"target":191},{"source":754,"target":759},{"source":754,"target":132},{"source":759,"target":191},{"source":755,"target":148},{"source":755,"target":760},{"source":755,"target":132},{"source":760,"target":148},{"source":756,"target":217},{"source":756,"target":761},{"source":756,"target":132},{"source":761,"target":217},{"source":757,"target":175},{"source":757,"target":762},{"source":757,"target":132},{"source":762,"target":175},{"source":133,"target":0},{"source":133,"target":763},{"source":763,"target":217},{"source":763,"target":764},{"source":763,"target":133},{"source":764,"target":217},{"source":134,"target":0},{"source":134,"target":60},{"source":134,"target":128},{"source":134,"target":765},{"source":134,"target":766},{"source":134,"target":767},{"source":134,"target":768},{"source":134,"target":769},{"source":134,"target":770},{"source":134,"target":771},{"source":765,"target":772},{"source":765,"target":134},{"source":766,"target":773},{"source":766,"target":134},{"source":767,"target":774},{"source":767,"target":134},{"source":768,"target":775},{"source":768,"target":134},{"source":769,"target":133},{"source":769,"target":776},{"source":769,"target":134},{"source":776,"target":133},{"source":770,"target":60},{"source":771,"target":128},{"source":135,"target":0},{"source":135,"target":128},{"source":135,"target":777},{"source":135,"target":778},{"source":135,"target":779},{"source":135,"target":780},{"source":135,"target":781},{"source":135,"target":782},{"source":777,"target":783},{"source":777,"target":135},{"source":778,"target":784},{"source":778,"target":135},{"source":779,"target":190},{"source":779,"target":785},{"source":779,"target":135},{"source":785,"target":190},{"source":780,"target":133},{"source":780,"target":786},{"source":780,"target":135},{"source":786,"target":133},{"source":781,"target":136},{"source":781,"target":787},{"source":781,"target":135},{"source":787,"target":136},{"source":782,"target":128},{"source":136,"target":0},{"source":136,"target":788},{"source":788,"target":159},{"source":788,"target":789},{"source":788,"target":136},{"source":789,"target":159},{"source":137,"target":0},{"source":137,"target":60},{"source":137,"target":128},{"source":137,"target":790},{"source":137,"target":791},{"source":137,"target":792},{"source":137,"target":793},{"source":790,"target":191},{"source":790,"target":794},{"source":790,"target":137},{"source":794,"target":191},{"source":791,"target":138},{"source":791,"target":795},{"source":791,"target":137},{"source":795,"target":138},{"source":792,"target":60},{"source":793,"target":128},{"source":138,"target":0},{"source":139,"target":0},{"source":139,"target":138},{"source":139,"target":148},{"source":139,"target":796},{"source":139,"target":797},{"source":139,"target":798},{"source":139,"target":799},{"source":139,"target":800},{"source":796,"target":801},{"source":796,"target":139},{"source":797,"target":151},{"source":797,"target":802},{"source":797,"target":139},{"source":802,"target":151},{"source":798,"target":150},{"source":798,"target":803},{"source":798,"target":139},{"source":803,"target":150},{"source":799,"target":138},{"source":800,"target":148},{"source":140,"target":0},{"source":140,"target":138},{"source":140,"target":804},{"source":140,"target":805},{"source":140,"target":806},{"source":804,"target":807},{"source":804,"target":140},{"source":805,"target":190},{"source":805,"target":808},{"source":805,"target":140},{"source":808,"target":190},{"source":806,"target":138},{"source":141,"target":0},{"source":141,"target":60},{"source":141,"target":128},{"source":141,"target":809},{"source":141,"target":810},{"source":141,"target":811},{"source":141,"target":812},{"source":809,"target":142},{"source":809,"target":813},{"source":809,"target":141},{"source":813,"target":142},{"source":810,"target":146},{"source":810,"target":814},{"source":810,"target":141},{"source":814,"target":146},{"source":811,"target":60},{"source":812,"target":128},{"source":142,"target":0},{"source":143,"target":0},{"source":143,"target":142},{"source":143,"target":815},{"source":143,"target":816},{"source":815,"target":217},{"source":815,"target":817},{"source":815,"target":143},{"source":817,"target":217},{"source":816,"target":142},{"source":144,"target":0},{"source":144,"target":142},{"source":144,"target":818},{"source":144,"target":819},{"source":818,"target":145},{"source":818,"target":820},{"source":818,"target":144},{"source":820,"target":145},{"source":819,"target":142},{"source":145,"target":0},{"source":146,"target":0},{"source":146,"target":821},{"source":146,"target":822},{"source":146,"target":823},{"source":821,"target":824},{"source":821,"target":146},{"source":822,"target":190},{"source":822,"target":825},{"source":822,"target":146},{"source":825,"target":190},{"source":823,"target":147},{"source":823,"target":826},{"source":823,"target":146},{"source":826,"target":147},{"source":147,"target":0},{"source":147,"target":89},{"source":147,"target":827},{"source":147,"target":828},{"source":147,"target":829},{"source":827,"target":191},{"source":827,"target":830},{"source":827,"target":147},{"source":830,"target":191},{"source":828,"target":148},{"source":828,"target":831},{"source":828,"target":147},{"source":831,"target":148},{"source":829,"target":89},{"source":148,"target":0},{"source":149,"target":0},{"source":149,"target":148},{"source":149,"target":832},{"source":149,"target":833},{"source":149,"target":834},{"source":832,"target":835},{"source":832,"target":149},{"source":833,"target":217},{"source":833,"target":836},{"source":833,"target":149},{"source":836,"target":217},{"source":834,"target":148},{"source":150,"target":0},{"source":150,"target":837},{"source":150,"target":838},{"source":150,"target":839},{"source":150,"target":840},{"source":837,"target":151},{"source":837,"target":841},{"source":837,"target":150},{"source":841,"target":151},{"source":838,"target":191},{"source":838,"target":842},{"source":838,"target":150},{"source":842,"target":191},{"source":839,"target":217},{"source":839,"target":843},{"source":839,"target":150},{"source":843,"target":217},{"source":840,"target":147},{"source":840,"target":844},{"source":840,"target":150},{"source":844,"target":147},{"source":151,"target":0},{"source":151,"target":845},{"source":845,"target":152},{"source":845,"target":846},{"source":845,"target":151},{"source":846,"target":152},{"source":152,"target":0},{"source":152,"target":847},{"source":152,"target":848},{"source":152,"target":849},{"source":152,"target":850},{"source":152,"target":851},{"source":152,"target":852},{"source":847,"target":164},{"source":847,"target":853},{"source":847,"target":152},{"source":853,"target":164},{"source":848,"target":153},{"source":848,"target":854},{"source":848,"target":152},{"source":854,"target":153},{"source":849,"target":191},{"source":849,"target":855},{"source":849,"target":152},{"source":855,"target":191},{"source":850,"target":217},{"source":850,"target":856},{"source":850,"target":152},{"source":856,"target":217},{"source":851,"target":147},{"source":851,"target":857},{"source":851,"target":152},{"source":857,"target":147},{"source":852,"target":175},{"source":852,"target":858},{"source":852,"target":152},{"source":858,"target":175},{"source":153,"target":0},{"source":153,"target":859},{"source":153,"target":860},{"source":859,"target":861},{"source":859,"target":153},{"source":860,"target":862},{"source":860,"target":153},{"source":154,"target":0},{"source":154,"target":128},{"source":154,"target":863},{"source":863,"target":128},{"source":155,"target":0},{"source":155,"target":154},{"source":155,"target":864},{"source":155,"target":865},{"source":155,"target":866},{"source":864,"target":179},{"source":864,"target":867},{"source":864,"target":155},{"source":867,"target":179},{"source":865,"target":179},{"source":865,"target":868},{"source":865,"target":155},{"source":868,"target":179},{"source":866,"target":154},{"source":156,"target":0},{"source":156,"target":154},{"source":156,"target":869},{"source":156,"target":870},{"source":869,"target":175},{"source":869,"target":871},{"source":869,"target":156},{"source":871,"target":175},{"source":870,"target":154},{"source":157,"target":0},{"source":157,"target":128},{"source":157,"target":872},{"source":157,"target":873},{"source":872,"target":874},{"source":872,"target":157},{"source":873,"target":128},{"source":158,"target":0},{"source":158,"target":128},{"source":158,"target":875},{"source":158,"target":876},{"source":158,"target":877},{"source":158,"target":878},{"source":158,"target":879},{"source":875,"target":880},{"source":875,"target":158},{"source":876,"target":881},{"source":876,"target":158},{"source":877,"target":882},{"source":877,"target":158},{"source":878,"target":159},{"source":878,"target":883},{"source":878,"target":158},{"source":883,"target":159},{"source":879,"target":128},{"source":159,"target":0},{"source":159,"target":884},{"source":159,"target":885},{"source":884,"target":160},{"source":884,"target":886},{"source":884,"target":159},{"source":886,"target":160},{"source":885,"target":887},{"source":885,"target":159},{"source":160,"target":0},{"source":160,"target":888},{"source":160,"target":889},{"source":888,"target":162},{"source":888,"target":890},{"source":888,"target":160},{"source":890,"target":162},{"source":889,"target":161},{"source":889,"target":891},{"source":889,"target":160},{"source":891,"target":161},{"source":161,"target":0},{"source":161,"target":892},{"source":892,"target":168},{"source":892,"target":893},{"source":892,"target":161},{"source":893,"target":168},{"source":162,"target":0},{"source":163,"target":0},{"source":163,"target":35},{"source":163,"target":162},{"source":163,"target":894},{"source":163,"target":895},{"source":163,"target":896},{"source":163,"target":897},{"source":163,"target":898},{"source":894,"target":164},{"source":894,"target":899},{"source":894,"target":163},{"source":899,"target":164},{"source":895,"target":146},{"source":895,"target":900},{"source":895,"target":163},{"source":900,"target":146},{"source":896,"target":175},{"source":896,"target":901},{"source":896,"target":163},{"source":901,"target":175},{"source":897,"target":35},{"source":898,"target":162},{"source":164,"target":0},{"source":164,"target":902},{"source":902,"target":903},{"source":902,"target":164},{"source":165,"target":0},{"source":165,"target":20},{"source":165,"target":30},{"source":165,"target":36},{"source":165,"target":94},{"source":165,"target":162},{"source":165,"target":904},{"source":165,"target":905},{"source":165,"target":906},{"source":165,"target":907},{"source":165,"target":908},{"source":165,"target":909},{"source":165,"target":910},{"source":165,"target":911},{"source":165,"target":912},{"source":904,"target":913},{"source":904,"target":165},{"source":905,"target":175},{"source":905,"target":914},{"source":905,"target":165},{"source":914,"target":175},{"source":906,"target":166},{"source":906,"target":915},{"source":906,"target":165},{"source":915,"target":166},{"source":907,"target":167},{"source":907,"target":916},{"source":907,"target":165},{"source":916,"target":167},{"source":908,"target":20},{"source":909,"target":30},{"source":910,"target":36},{"source":911,"target":94},{"source":912,"target":162},{"source":166,"target":0},{"source":166,"target":917},{"source":917,"target":175},{"source":917,"target":918},{"source":917,"target":166},{"source":918,"target":175},{"source":167,"target":0},{"source":167,"target":919},{"source":167,"target":920},{"source":167,"target":921},{"source":167,"target":922},{"source":919,"target":923},{"source":919,"target":167},{"source":920,"target":175},{"source":920,"target":924},{"source":920,"target":167},{"source":924,"target":175},{"source":921,"target":179},{"source":921,"target":925},{"source":921,"target":167},{"source":925,"target":179},{"source":922,"target":179},{"source":922,"target":926},{"source":922,"target":167},{"source":926,"target":179},{"source":168,"target":0},{"source":168,"target":927},{"source":168,"target":928},{"source":927,"target":929},{"source":927,"target":168},{"source":928,"target":169},{"source":928,"target":930},{"source":928,"target":168},{"source":930,"target":169},{"source":169,"target":0},{"source":169,"target":931},{"source":169,"target":932},{"source":931,"target":170},{"source":931,"target":933},{"source":931,"target":169},{"source":933,"target":170},{"source":932,"target":160},{"source":932,"target":934},{"source":932,"target":169},{"source":934,"target":160},{"source":170,"target":0},{"source":170,"target":935},{"source":935,"target":204},{"source":935,"target":936},{"source":935,"target":170},{"source":936,"target":204},{"source":171,"target":0},{"source":171,"target":128},{"source":171,"target":937},{"source":171,"target":938},{"source":171,"target":939},{"source":937,"target":175},{"source":937,"target":940},{"source":937,"target":171},{"source":940,"target":175},{"source":938,"target":173},{"source":938,"target":941},{"source":938,"target":171},{"source":941,"target":173},{"source":939,"target":128},{"source":172,"target":0},{"source":172,"target":171},{"source":172,"target":942},{"source":942,"target":171},{"source":173,"target":0},{"source":173,"target":943},{"source":173,"target":944},{"source":943,"target":179},{"source":943,"target":945},{"source":943,"target":173},{"source":945,"target":179},{"source":944,"target":179},{"source":944,"target":946},{"source":944,"target":173},{"source":946,"target":179},{"source":174,"target":0},{"source":174,"target":171},{"source":174,"target":947},{"source":174,"target":948},{"source":947,"target":175},{"source":947,"target":949},{"source":947,"target":174},{"source":949,"target":175},{"source":948,"target":171},{"source":175,"target":0},{"source":175,"target":96},{"source":175,"target":127},{"source":175,"target":204},{"source":175,"target":216},{"source":175,"target":220},{"source":175,"target":950},{"source":175,"target":951},{"source":175,"target":952},{"source":175,"target":953},{"source":175,"target":954},{"source":175,"target":955},{"source":175,"target":956},{"source":950,"target":176},{"source":950,"target":957},{"source":950,"target":175},{"source":957,"target":176},{"source":951,"target":958},{"source":951,"target":175},{"source":952,"target":96},{"source":953,"target":127},{"source":954,"target":204},{"source":955,"target":216},{"source":956,"target":220},{"source":176,"target":0},{"source":176,"target":959},{"source":176,"target":960},{"source":176,"target":961},{"source":176,"target":962},{"source":959,"target":179},{"source":959,"target":963},{"source":959,"target":176},{"source":963,"target":179},{"source":960,"target":964},{"source":960,"target":176},{"source":961,"target":179},{"source":961,"target":965},{"source":961,"target":176},{"source":965,"target":179},{"source":962,"target":177},{"source":962,"target":966},{"source":962,"target":176},{"source":966,"target":177},{"source":177,"target":0},{"source":177,"target":967},{"source":177,"target":968},{"source":967,"target":969},{"source":967,"target":177},{"source":968,"target":178},{"source":968,"target":970},{"source":968,"target":177},{"source":970,"target":178},{"source":178,"target":0},{"source":179,"target":0},{"source":179,"target":971},{"source":179,"target":972},{"source":179,"target":973},{"source":971,"target":974},{"source":971,"target":179},{"source":972,"target":180},{"source":972,"target":975},{"source":972,"target":179},{"source":975,"target":180},{"source":973,"target":976},{"source":973,"target":179},{"source":180,"target":0},{"source":180,"target":977},{"source":180,"target":978},{"source":977,"target":181},{"source":977,"target":979},{"source":977,"target":180},{"source":979,"target":181},{"source":978,"target":980},{"source":978,"target":180},{"source":181,"target":0},{"source":181,"target":981},{"source":181,"target":982},{"source":181,"target":983},{"source":181,"target":984},{"source":981,"target":182},{"source":981,"target":985},{"source":981,"target":181},{"source":985,"target":182},{"source":982,"target":182},{"source":982,"target":986},{"source":982,"target":181},{"source":986,"target":182},{"source":983,"target":987},{"source":983,"target":181},{"source":984,"target":988},{"source":984,"target":181},{"source":182,"target":0},{"source":183,"target":0},{"source":183,"target":182},{"source":183,"target":989},{"source":183,"target":990},{"source":989,"target":991},{"source":989,"target":183},{"source":990,"target":182},{"source":184,"target":0},{"source":184,"target":182},{"source":184,"target":992},{"source":184,"target":993},{"source":992,"target":994},{"source":992,"target":184},{"source":993,"target":182},{"source":185,"target":0},{"source":185,"target":182},{"source":185,"target":995},{"source":185,"target":996},{"source":995,"target":997},{"source":995,"target":185},{"source":996,"target":182},{"source":186,"target":0},{"source":186,"target":182},{"source":186,"target":998},{"source":186,"target":999},{"source":186,"target":1000},{"source":998,"target":217},{"source":998,"target":1001},{"source":998,"target":186},{"source":1001,"target":217},{"source":999,"target":188},{"source":999,"target":1002},{"source":999,"target":186},{"source":1002,"target":188},{"source":1000,"target":182},{"source":187,"target":0},{"source":187,"target":182},{"source":187,"target":1003},{"source":1003,"target":182},{"source":188,"target":0},{"source":189,"target":0},{"source":189,"target":182},{"source":189,"target":1004},{"source":189,"target":1005},{"source":189,"target":1006},{"source":1004,"target":217},{"source":1004,"target":1007},{"source":1004,"target":189},{"source":1007,"target":217},{"source":1005,"target":188},{"source":1005,"target":1008},{"source":1005,"target":189},{"source":1008,"target":188},{"source":1006,"target":182},{"source":190,"target":0},{"source":190,"target":89},{"source":190,"target":145},{"source":190,"target":202},{"source":190,"target":204},{"source":190,"target":1009},{"source":190,"target":1010},{"source":190,"target":1011},{"source":190,"target":1012},{"source":190,"target":1013},{"source":190,"target":1014},{"source":190,"target":1015},{"source":1009,"target":191},{"source":1009,"target":1016},{"source":1009,"target":190},{"source":1016,"target":191},{"source":1010,"target":1017},{"source":1010,"target":190},{"source":1011,"target":192},{"source":1011,"target":1018},{"source":1011,"target":190},{"source":1018,"target":192},{"source":1012,"target":89},{"source":1013,"target":145},{"source":1014,"target":202},{"source":1015,"target":204},{"source":191,"target":0},{"source":191,"target":1019},{"source":1019,"target":1020},{"source":1019,"target":191},{"source":192,"target":0},{"source":192,"target":1021},{"source":1021,"target":1022},{"source":1021,"target":192},{"source":193,"target":0},{"source":194,"target":0},{"source":194,"target":193},{"source":194,"target":1023},{"source":194,"target":1024},{"source":194,"target":1025},{"source":1023,"target":179},{"source":1023,"target":1026},{"source":1023,"target":194},{"source":1026,"target":179},{"source":1024,"target":196},{"source":1024,"target":1027},{"source":1024,"target":194},{"source":1027,"target":196},{"source":1025,"target":193},{"source":195,"target":0},{"source":195,"target":193},{"source":195,"target":1028},{"source":195,"target":1029},{"source":195,"target":1030},{"source":1028,"target":179},{"source":1028,"target":1031},{"source":1028,"target":195},{"source":1031,"target":179},{"source":1029,"target":196},{"source":1029,"target":1032},{"source":1029,"target":195},{"source":1032,"target":196},{"source":1030,"target":193},{"source":196,"target":0},{"source":196,"target":193},{"source":196,"target":1033},{"source":1033,"target":193},{"source":197,"target":0},{"source":198,"target":0},{"source":198,"target":197},{"source":198,"target":1034},{"source":198,"target":1035},{"source":1034,"target":200},{"source":1034,"target":1036},{"source":1034,"target":198},{"source":1036,"target":200},{"source":1035,"target":197},{"source":199,"target":0},{"source":199,"target":197},{"source":199,"target":1037},{"source":199,"target":1038},{"source":1037,"target":202},{"source":1037,"target":1039},{"source":1037,"target":199},{"source":1039,"target":202},{"source":1038,"target":197},{"source":200,"target":0},{"source":200,"target":1040},{"source":200,"target":1041},{"source":1040,"target":201},{"source":1040,"target":1042},{"source":1040,"target":200},{"source":1042,"target":201},{"source":1041,"target":175},{"source":1041,"target":1043},{"source":1041,"target":200},{"source":1043,"target":175},{"source":201,"target":0},{"source":201,"target":1044},{"source":1044,"target":1045},{"source":1044,"target":201},{"source":202,"target":0},{"source":202,"target":145},{"source":202,"target":1046},{"source":1046,"target":145},{"source":203,"target":0},{"source":203,"target":1047},{"source":203,"target":1048},{"source":1047,"target":1049},{"source":1047,"target":203},{"source":1048,"target":1050},{"source":1048,"target":203},{"source":204,"target":0},{"source":205,"target":0},{"source":205,"target":187},{"source":205,"target":188},{"source":205,"target":1051},{"source":205,"target":1052},{"source":1051,"target":187},{"source":1052,"target":188},{"source":206,"target":0},{"source":206,"target":205},{"source":206,"target":1053},{"source":1053,"target":205},{"source":207,"target":0},{"source":207,"target":206},{"source":207,"target":1054},{"source":207,"target":1055},{"source":207,"target":1056},{"source":1054,"target":208},{"source":1054,"target":1057},{"source":1054,"target":207},{"source":1057,"target":208},{"source":1055,"target":1058},{"source":1055,"target":207},{"source":1056,"target":206},{"source":208,"target":0},{"source":208,"target":1059},{"source":1059,"target":203},{"source":1059,"target":1060},{"source":1059,"target":208},{"source":1060,"target":203},{"source":209,"target":0},{"source":209,"target":208},{"source":209,"target":1061},{"source":209,"target":1062},{"source":1061,"target":175},{"source":1061,"target":1063},{"source":1061,"target":209},{"source":1063,"target":175},{"source":1062,"target":208},{"source":210,"target":0},{"source":210,"target":208},{"source":210,"target":1064},{"source":210,"target":1065},{"source":1064,"target":1066},{"source":1064,"target":210},{"source":1065,"target":208},{"source":211,"target":0},{"source":211,"target":205},{"source":211,"target":1067},{"source":211,"target":1068},{"source":211,"target":1069},{"source":1067,"target":216},{"source":1067,"target":1070},{"source":1067,"target":211},{"source":1070,"target":216},{"source":1068,"target":207},{"source":1068,"target":1071},{"source":1068,"target":211},{"source":1071,"target":207},{"source":1069,"target":205},{"source":212,"target":0},{"source":212,"target":205},{"source":212,"target":1072},{"source":1072,"target":205},{"source":213,"target":0},{"source":213,"target":212},{"source":213,"target":1073},{"source":213,"target":1074},{"source":213,"target":1075},{"source":213,"target":1076},{"source":1073,"target":175},{"source":1073,"target":1077},{"source":1073,"target":213},{"source":1077,"target":175},{"source":1074,"target":175},{"source":1074,"target":1078},{"source":1074,"target":213},{"source":1078,"target":175},{"source":1075,"target":1079},{"source":1075,"target":213},{"source":1076,"target":212},{"source":214,"target":0},{"source":214,"target":212},{"source":214,"target":1080},{"source":214,"target":1081},{"source":1080,"target":215},{"source":1080,"target":1082},{"source":1080,"target":214},{"source":1082,"target":215},{"source":1081,"target":212},{"source":215,"target":0},{"source":215,"target":1083},{"source":215,"target":1084},{"source":215,"target":1085},{"source":1083,"target":170},{"source":1083,"target":1086},{"source":1083,"target":215},{"source":1086,"target":170},{"source":1084,"target":175},{"source":1084,"target":1087},{"source":1084,"target":215},{"source":1087,"target":175},{"source":1085,"target":1088},{"source":1085,"target":215},{"source":216,"target":0},{"source":217,"target":0},{"source":217,"target":178},{"source":217,"target":1089},{"source":217,"target":1090},{"source":217,"target":1091},{"source":1089,"target":1092},{"source":1089,"target":217},{"source":1090,"target":218},{"source":1090,"target":1093},{"source":1090,"target":217},{"source":1093,"target":218},{"source":1091,"target":178},{"source":218,"target":0},{"source":218,"target":1094},{"source":218,"target":1095},{"source":218,"target":1096},{"source":218,"target":1097},{"source":1094,"target":219},{"source":1094,"target":1098},{"source":1094,"target":218},{"source":1098,"target":219},{"source":1095,"target":218},{"source":1095,"target":1099},{"source":1095,"target":218},{"source":1099,"target":218},{"source":1096,"target":217},{"source":1096,"target":1100},{"source":1096,"target":218},{"source":1100,"target":217},{"source":1097,"target":221},{"source":1097,"target":1101},{"source":1097,"target":218},{"source":1101,"target":221},{"source":219,"target":0},{"source":219,"target":1102},{"source":219,"target":1103},{"source":1102,"target":1104},{"source":1102,"target":219},{"source":1103,"target":220},{"source":1103,"target":1105},{"source":1103,"target":219},{"source":1105,"target":220},{"source":220,"target":0},{"source":221,"target":0},{"source":221,"target":1106},{"source":1106,"target":187},{"source":1106,"target":1107},{"source":1106,"target":221},{"source":1107,"target":187},{"source":222,"target":0},{"source":222,"target":178},{"source":222,"target":196},{"source":222,"target":202},{"source":222,"target":204},{"source":222,"target":220},{"source":222,"target":1108},{"source":222,"target":1109},{"source":222,"target":1110},{"source":222,"target":1111},{"source":222,"target":1112},{"source":1108,"target":178},{"source":1109,"target":196},{"source":1110,"target":202},{"source":1111,"target":204},{"source":1112,"target":220},{"source":223,"target":0},{"source":223,"target":222},{"source":223,"target":1113},{"source":223,"target":1114},{"source":223,"target":1115},{"source":1113,"target":217},{"source":1113,"target":1116},{"source":1113,"target":223},{"source":1116,"target":217},{"source":1114,"target":175},{"source":1114,"target":1117},{"source":1114,"target":223},{"source":1117,"target":175},{"source":1115,"target":222},{"source":224,"target":0},{"source":224,"target":222},{"source":224,"target":1118},{"source":224,"target":1119},{"source":224,"target":1120},{"source":1118,"target":179},{"source":1118,"target":1121},{"source":1118,"target":224},{"source":1121,"target":179},{"source":1119,"target":179},{"source":1119,"target":1122},{"source":1119,"target":224},{"source":1122,"target":179},{"source":1120,"target":222}],"multigraph":true}
ecore
robots
repo-ecore-all/data/tdegueul/gemoc-pirover/RCL/org.gemoc.rover.rcl/model/RCL.ecore
rcl RoverProgram name params block Param name Statement enclosing VarAssignment name value Conditional expr condTrue condFalse Loop expr block RclBlock stmts Query TemperatureQuery HumidityQuery MessageQuery ObstacleQuery front RoverExpression NumericExpression lhs rhs op StringExpression lhs rhs op BooleanExpression lhs rhs op RoverValue NumberValue nValue StringValue sValue BooleanValue bValue NumericOperator lt LT eq EQ neq NEQ gt GT leq LEQ geq GEQ StringOperator eq EQ neq NEQ BooleanOperator eq EQ neq NEQ Action ForwardAction ForwardMinAction distance BackwardAction BackwardMinAction distance TurnAction TurnDegAction degrees StopAction LogAction message SendAction message VarRef name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rcl" nsURI="http://gemoc.org/rover/rcl/" nsPrefix="rcl"> <eClassifiers xsi:type="ecore:EClass" name="RoverProgram"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="//Param" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//RclBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="enclosing" eType="//RclBlock" eOpposite="//RclBlock/stmts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarAssignment" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//RoverValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="//RoverExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condTrue" eType="//RclBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condFalse" eType="//RclBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="//RoverExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//RclBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RclBlock" eSuperTypes="//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="//Statement" containment="true" eOpposite="//Statement/enclosing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TemperatureQuery" eSuperTypes="//Query //NumberValue"/> <eClassifiers xsi:type="ecore:EClass" name="HumidityQuery" eSuperTypes="//Query //NumberValue"/> <eClassifiers xsi:type="ecore:EClass" name="MessageQuery" eSuperTypes="//Query //StringValue"/> <eClassifiers xsi:type="ecore:EClass" name="ObstacleQuery" eSuperTypes="//Query //BooleanValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="front"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoverExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NumericExpression" eSuperTypes="//RoverExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="//NumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="//NumberValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="//NumericOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="//RoverExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="//StringOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="//RoverExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="//BooleanOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoverValue" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" eSuperTypes="//RoverValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nValue"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="//RoverValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sValue"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="//RoverValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bValue"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericOperator"> <eLiterals name="lt" literal="LT"/> <eLiterals name="eq" value="1" literal="EQ"/> <eLiterals name="neq" value="2" literal="NEQ"/> <eLiterals name="gt" value="3" literal="GT"/> <eLiterals name="leq" value="4" literal="LEQ"/> <eLiterals name="geq" value="5" literal="GEQ"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StringOperator"> <eLiterals name="eq" literal="EQ"/> <eLiterals name="neq" value="1" literal="NEQ"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator"> <eLiterals name="eq" literal="EQ"/> <eLiterals name="neq" value="1" literal="NEQ"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ForwardAction" eSuperTypes="//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ForwardMinAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="distance" eType="//NumberValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BackwardAction" eSuperTypes="//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BackwardMinAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="distance" eType="//NumberValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TurnAction" eSuperTypes="//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TurnDegAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="degrees" eType="//NumberValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StopAction" eSuperTypes="//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LogAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="//BooleanValue //NumberValue //StringValue //Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"rcl","nsURI":"http://gemoc.org/rover/rcl/","name":"rcl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoverProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarAssignment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RclBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemperatureQuery","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumidityQuery","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageQuery","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObstacleQuery","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoverExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoverValue","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericOperator","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StringOperator","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardMinAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackwardAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackwardMinAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurnAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurnDegAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":34,"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":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":"params","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"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":"enclosing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","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":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condTrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condFalse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":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":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"front","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"nValue","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"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":"sValue","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bValue","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"lt","id":105,"value":0,"literal":"LT","eClass":"EEnumLiteral"},{"name":"eq","id":106,"value":1,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"neq","id":107,"value":2,"literal":"NEQ","eClass":"EEnumLiteral"},{"name":"gt","id":108,"value":3,"literal":"GT","eClass":"EEnumLiteral"},{"name":"leq","id":109,"value":4,"literal":"LEQ","eClass":"EEnumLiteral"},{"name":"geq","id":110,"value":5,"literal":"GEQ","eClass":"EEnumLiteral"},{"name":"eq","id":111,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"neq","id":112,"value":1,"literal":"NEQ","eClass":"EEnumLiteral"},{"name":"eq","id":113,"value":0,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"neq","id":114,"value":1,"literal":"NEQ","eClass":"EEnumLiteral"},{"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":"distance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"degrees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":1,"target":0},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":35,"target":38},{"source":35,"target":1},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":1},{"source":39,"target":2},{"source":37,"target":7},{"source":37,"target":40},{"source":37,"target":1},{"source":40,"target":7},{"source":2,"target":0},{"source":2,"target":41},{"source":41,"target":42},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":43,"target":7},{"source":43,"target":44},{"source":43,"target":3},{"source":43,"target":45},{"source":44,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":4},{"source":47,"target":17},{"source":47,"target":50},{"source":47,"target":4},{"source":50,"target":17},{"source":48,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":51,"target":13},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":13},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":7},{"source":53,"target":7},{"source":53,"target":57},{"source":53,"target":5},{"source":57,"target":7},{"source":54,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":58,"target":13},{"source":58,"target":61},{"source":58,"target":6},{"source":61,"target":13},{"source":59,"target":7},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":7},{"source":60,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":45},{"source":7,"target":63},{"source":45,"target":3},{"source":45,"target":64},{"source":45,"target":7},{"source":45,"target":43},{"source":64,"target":3},{"source":63,"target":3},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":18},{"source":9,"target":65},{"source":9,"target":66},{"source":65,"target":8},{"source":66,"target":18},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":18},{"source":10,"target":67},{"source":10,"target":68},{"source":67,"target":8},{"source":68,"target":18},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":19},{"source":11,"target":69},{"source":11,"target":70},{"source":69,"target":8},{"source":70,"target":19},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":20},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":71,"target":74},{"source":71,"target":12},{"source":72,"target":8},{"source":73,"target":20},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":75,"target":18},{"source":75,"target":79},{"source":75,"target":14},{"source":79,"target":18},{"source":76,"target":18},{"source":76,"target":80},{"source":76,"target":14},{"source":80,"target":18},{"source":77,"target":21},{"source":77,"target":81},{"source":77,"target":14},{"source":81,"target":21},{"source":78,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":82,"target":19},{"source":82,"target":86},{"source":82,"target":15},{"source":86,"target":19},{"source":83,"target":19},{"source":83,"target":87},{"source":83,"target":15},{"source":87,"target":19},{"source":84,"target":22},{"source":84,"target":88},{"source":84,"target":15},{"source":88,"target":22},{"source":85,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":89,"target":20},{"source":89,"target":93},{"source":89,"target":16},{"source":93,"target":20},{"source":90,"target":20},{"source":90,"target":94},{"source":90,"target":16},{"source":94,"target":20},{"source":91,"target":23},{"source":91,"target":95},{"source":91,"target":16},{"source":95,"target":23},{"source":92,"target":13},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":96},{"source":18,"target":97},{"source":96,"target":98},{"source":96,"target":18},{"source":97,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":99},{"source":19,"target":100},{"source":99,"target":101},{"source":99,"target":19},{"source":100,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":102},{"source":20,"target":103},{"source":102,"target":104},{"source":102,"target":20},{"source":103,"target":17},{"source":21,"target":0},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":105,"target":21},{"source":106,"target":21},{"source":107,"target":21},{"source":108,"target":21},{"source":109,"target":21},{"source":110,"target":21},{"source":22,"target":0},{"source":22,"target":111},{"source":22,"target":112},{"source":111,"target":22},{"source":112,"target":22},{"source":23,"target":0},{"source":23,"target":113},{"source":23,"target":114},{"source":113,"target":23},{"source":114,"target":23},{"source":24,"target":0},{"source":24,"target":3},{"source":24,"target":115},{"source":115,"target":3},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":116},{"source":116,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":117},{"source":26,"target":118},{"source":117,"target":18},{"source":117,"target":119},{"source":117,"target":26},{"source":119,"target":18},{"source":118,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":120},{"source":120,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":121},{"source":28,"target":122},{"source":121,"target":18},{"source":121,"target":123},{"source":121,"target":28},{"source":123,"target":18},{"source":122,"target":24},{"source":29,"target":0},{"source":29,"target":24},{"source":29,"target":124},{"source":124,"target":24},{"source":30,"target":0},{"source":30,"target":24},{"source":30,"target":125},{"source":30,"target":126},{"source":125,"target":18},{"source":125,"target":127},{"source":125,"target":30},{"source":127,"target":18},{"source":126,"target":24},{"source":31,"target":0},{"source":31,"target":24},{"source":31,"target":128},{"source":128,"target":24},{"source":32,"target":0},{"source":32,"target":24},{"source":32,"target":129},{"source":32,"target":130},{"source":129,"target":131},{"source":129,"target":32},{"source":130,"target":24},{"source":33,"target":0},{"source":33,"target":24},{"source":33,"target":132},{"source":33,"target":133},{"source":132,"target":134},{"source":132,"target":33},{"source":133,"target":24},{"source":34,"target":0},{"source":34,"target":20},{"source":34,"target":18},{"source":34,"target":19},{"source":34,"target":3},{"source":34,"target":135},{"source":34,"target":136},{"source":34,"target":137},{"source":34,"target":138},{"source":34,"target":139},{"source":135,"target":140},{"source":135,"target":34},{"source":136,"target":20},{"source":137,"target":18},{"source":138,"target":19},{"source":139,"target":3}],"multigraph":true}
ecore
services
repo-ecore-all/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models.export/src/models/services.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
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;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.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;responsible for providing the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1. SMS Mobile 2 Mobile&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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)&#xA;&#x9;&#x9;&#x9;&#x9;Identifier.&#xA;&#x9;&#x9;&#x9;&#x9;The CI is used within Configuration Management to&#xA;&#x9;&#x9;&#x9;&#x9;identify a&#xA;&#x9;&#x9;&#x9;&#x9;configuration item.&#xA;&#x9;&#x9;&#x9;&#x9;It can be used as an identifier to&#xA;&#x9;&#x9;&#x9;&#x9;correlate objects to legacy&#xA;&#x9;&#x9;&#x9;&#x9;systems.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;indicator in international CMS&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;indicator in a local CMS (CI-ID)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;TODO&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;profile&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Profile values are populated with expressions.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Forecast values are populated with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;expressions, imported&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;entered manually.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Trended values are populated with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;expressions.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more DerivedResource type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Tolerance types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;category of the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;name, a Description, a Category and other information.&#xA;&#x9;&#x9;&#x9;"/> </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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The CIID reference, contains 0 or more CI-ID&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type. This is to map capacity management with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;other processes in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the Service Assurance domain.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(Incident, Problem and Change&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;management).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceForecasts reference, contains 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ServiceForecast types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceMonitors reference, contains 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceMonitor types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceUserRefs reference, references 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ServiceUserRef types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1 ServiceDistribution type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service Category is used for a logical cluster of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the service&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1. Voice/Telephony (peer to peer)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;2. Voice and Video&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;conferencing (multi peer)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;3. Content delivery Data delivery&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Messaging&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;4. Customer Self Administration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;5. Customer Care&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Administration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Gold/Silver/Bronze This is implicite the business priority&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Description of the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;across the Nodes.&#xA;&#x9;&#x9;&#x9;&#x9;How the service is distributed over network depends&#xA;&#x9;&#x9;&#x9;&#x9;on various factors.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;1. Geographical spread of the service.&#xA;&#x9;&#x9;&#x9;&#x9;2. Service&#xA;&#x9;&#x9;&#x9;&#x9;distribution mechanism implemented for functions.&#xA;&#x9;&#x9;&#x9;&#x9;3. Overall network&#xA;&#x9;&#x9;&#x9;&#x9;conditions i.e. load or specific node conditions,&#xA;&#x9;&#x9;&#x9;&#x9;and measures for&#xA;&#x9;&#x9;&#x9;&#x9;overload.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The service distribution is derived from the node&#xA;&#x9;&#x9;&#x9;&#x9;resources. The&#xA;&#x9;&#x9;&#x9;&#x9;service distribution contains therefor the definition&#xA;&#x9;&#x9;&#x9;&#x9;of &quot;service resources&quot; and expressions to populate these resources.&#xA;&#x9;&#x9;&#x9;&#x9;(The expression is expected to add node resource values together&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;store the result in the defined Service Resource )&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;TODO, The&#xA;&#x9;&#x9;&#x9;&#x9;distribution should be organized by Function in order to&#xA;&#x9;&#x9;&#x9;&#x9;present it&#xA;&#x9;&#x9;&#x9;&#x9;as such. As the resource, is likely a copy of the&#xA;&#x9;&#x9;&#x9;&#x9;a Function&#xA;&#x9;&#x9;&#x9;&#x9;resource, we could perhaps keep a reference to the node&#xA;&#x9;&#x9;&#x9;&#x9;Function,&#xA;&#x9;&#x9;&#x9;&#x9;from which the service resource is derived through the&#xA;&#x9;&#x9;&#x9;&#x9;expression.&#xA;&#x9;&#x9;&#x9;&#x9;Another option, is to resolve the Function, from the&#xA;&#x9;&#x9;&#x9;&#x9;resource name,&#xA;&#x9;&#x9;&#x9;&#x9;but this would require additional lookups.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Entries.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;reference,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;refers to 0 or more Expression types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceForecast is a forecast of a service, which&#xA;&#x9;&#x9;&#x9;&#x9;impacts the&#xA;&#x9;&#x9;&#x9;&#x9;consumption of resources when using a service. The Forecast&#xA;&#x9;&#x9;&#x9;&#x9;applies&#xA;&#x9;&#x9;&#x9;&#x9;to a period, and contains Service forecast users.&#xA;&#x9;&#x9;&#x9;&#x9;The forecast also&#xA;&#x9;&#x9;&#x9;&#x9;has a name and a revision&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceForecastUsers type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ResourceForcast type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceForecast.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;forecast.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceForecastUser is a user of a service, which&#xA;&#x9;&#x9;&#x9;&#x9;is forecasted over&#xA;&#x9;&#x9;&#x9;&#x9;time. It has values and references a ServiceUser.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service user values for a service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceMonitoris a monitoring run for a service, which&#xA;&#x9;&#x9;&#x9;&#x9;has consumed&#xA;&#x9;&#x9;&#x9;&#x9;resources. The Monitor applies to a period. The monitor&#xA;&#x9;&#x9;&#x9;&#x9;has a name&#xA;&#x9;&#x9;&#x9;&#x9;and a revision.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The Monitor can be seen as a window covering a&#xA;&#x9;&#x9;&#x9;&#x9;period, for the service,&#xA;&#x9;&#x9;&#x9;&#x9;and underlying resources.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ResourceForcast type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceMonitor.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;monitor.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;Service profile can be generic for the service or location specific.&#xA;&#x9;&#x9;&#x9;&#x9;The profile contains service parameters which drive the utilization&#xA;&#x9;&#x9;&#x9;&#x9;of resources on elements tight to this&#xA;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Resource types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceProfile.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;a user of a service, which impacts the consumption of&#xA;&#x9;&#x9;&#x9;&#x9;resources when&#xA;&#x9;&#x9;&#x9;&#x9;using a service. A ServiceUser has a profile, and a name.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Service user postpaid subscriber is defined. It's profile is a&#xA;&#x9;&#x9;&#x9;&#x9;postpaid subscriber profile with several&#xA;&#x9;&#x9;&#x9;&#x9;values for.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceProfile type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Expression types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Description of the service User.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"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}
ecore
statemachine
repo-ecore-all/data/gemoc/ale-lang/examples/minifsm/model/MiniFsm.ecore
minifsm FSM handle event states transitions State execute name Transition isActivated incoming outgoing fsm event Initial Terminal
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="minifsm" nsURI="http://minifsm" nsPrefix="minifsm"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eOperations name="handle"> <eParameters name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/fsm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eOperations name="execute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eOperations name="isActivated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" eType="#//FSM" eOpposite="#//FSM/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initial" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Terminal" eSuperTypes="#//State"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"minifsm","nsURI":"http://minifsm","name":"minifsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","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":"Initial","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"handle","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fsm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":14,"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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isActivated","lowerBound":0,"id":17,"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":"incoming","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":"outgoing","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":"event","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":1},{"source":6,"target":9},{"source":9,"target":10},{"source":9,"target":6},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":2},{"source":15,"target":16},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":13},{"source":3,"target":20},{"source":17,"target":21},{"source":17,"target":3},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":3},{"source":22,"target":2},{"source":19,"target":2},{"source":19,"target":23},{"source":19,"target":3},{"source":23,"target":2},{"source":13,"target":1},{"source":13,"target":24},{"source":13,"target":3},{"source":13,"target":8},{"source":24,"target":1},{"source":20,"target":25},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":26,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":27},{"source":27,"target":2}],"multigraph":true}
ecore
library
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/ocldriven.ecore
ocldriven Library medias members loans dependancies Media library name copies Loans member media date Member name library Dependancy before after
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ocldriven" nsURI="http://ocldriven" nsPrefix="_ocldriven"> <eAnnotations source="diagen"> <details key="knownas=ocl driven"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=ocl test"/> </eAnnotations> <eAnnotations source="diarule"> <details key="Media.copies.init=1"/> <details key="Loans.date.init=now"/> <details key="Media.rule.warning[unsufficient media]=library.loans->select((book = self))->size() &lt;= copies"/> <details key="Library.rule.error[cyclic dependancy]=self.dependancies->forAll(r1, r2 | r1.after = r2.before implies r2.after &lt;> r1.before)"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="medias" upperBound="-1" eType="#//Media" containment="true" eOpposite="#//Media/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" upperBound="-1" eType="#//Loans" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependancies" upperBound="-1" eType="#//Dependancy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" eOpposite="#//Library/medias"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loans"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Library.loans"/> <details key="lsrc=member"/> <details key="ltrg=media"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EReference" name="media" lowerBound="1" eType="#//Media"/> <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="Member"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" eOpposite="#//Library/members"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependancy"> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=before"/> <details key="ltrg=after"/> <details key="cont=Library.dependancies"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="before" eType="#//Media"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after" eType="#//Media"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_ocldriven","nsURI":"http://ocldriven","name":"ocldriven","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loans","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependancy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"medias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependancies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"before","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"after","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":2},{"source":7,"target":4},{"source":7,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":12,"target":4},{"source":8,"target":3},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":3},{"source":9,"target":5},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":5},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":2},{"source":11,"target":6},{"source":18,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":3},{"source":24,"target":4},{"source":22,"target":2},{"source":22,"target":25},{"source":22,"target":3},{"source":25,"target":2},{"source":23,"target":26},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":13},{"source":27,"target":28},{"source":27,"target":4},{"source":13,"target":1},{"source":13,"target":29},{"source":13,"target":4},{"source":13,"target":7},{"source":29,"target":1},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":2},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":2},{"source":31,"target":2},{"source":31,"target":33},{"source":31,"target":5},{"source":33,"target":2}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/max-kramer/geko-model-weaver/examples/pcm/edu.kit.ipd.sdq.mdsd.geko.examples.pcm/metamodel/pcm_advice_pointcut.ecore
pcm_av_pc DummyClass Advice children GlobalScope scopedObject PerJoinPointScope scopedObject Pointcut children core_av_pc PCMRandomVariable SpecificationMustNotBeNULL diagnostics context closedWorkload_PCMRandomVariable passiveResource_capacity_PCMRandomVariable variableCharacterisation_Specification infrastructureCall__PCMRandomVariable resourceCall__PCMRandomVariable parametricResourceDemand_PCMRandomVariable loopAction_PCMRandomVariable guardedBranchTransition_PCMRandomVariable specifiedExecutionTime_PCMRandomVariable eventChannelSinkConnector__FilterCondition assemblyEventConnector__FilterCondition loop_LoopIteration openWorkload_PCMRandomVariable delay_TimeSpecification communicationLinkResourceSpecifcation_throughput_PCMRandomVariable processingResourceSpecification_processingRate_PCMRandomVariable communicationLinkResourceSpecification_latency_PCMRandomVariable entity_av_pc ResourceProvidedRole resourceInterfaceProvidingEntity__ResourceProvidedRole providedResourceInterface__ResourceProvidedRole InterfaceProvidingRequiringEntity InterfaceProvidingEntity providedRoles_InterfaceProvidingEntity InterfaceRequiringEntity requiredRoles_InterfaceRequiringEntity ResourceInterfaceRequiringEntity resourceRequiredRoles__ResourceInterfaceRequiringEntity ResourceRequiredRole requiredResourceInterface__ResourceRequiredRole resourceInterfaceRequiringEntity__ResourceRequiredRole ResourceInterfaceProvidingEntity resourceProvidedRoles__ResourceInterfaceProvidingEntity ComposedProvidingRequiringEntity ProvidedRolesMustBeBound diagnostics context NamedElement entityName aName ResourceInterfaceProvidingRequiringEntity Entity composition_av_pc DelegationConnector Connector parentStructure__Connector ComposedStructure MultipleConnectorsConstraint diagnostics context MultipleConnectorsConstraintForAssemblyConnectors diagnostics context assemblyContexts__ComposedStructure resourceRequiredDelegationConnectors_ComposedStructure eventChannel__ComposedStructure connectors__ComposedStructure ResourceRequiredDelegationConnector innerResourceRequiredRole_ResourceRequiredDelegationConnector outerResourceRequiredRole_ResourceRequiredDelegationConnector parentStructure_ResourceRequiredDelegationConnector EventChannel eventGroup__EventChannel eventChannelSourceConnector__EventChannel eventChannelSinkConnector__EventChannel parentStructure__EventChannel EventChannelSourceConnector sourceRole__EventChannelSourceRole assemblyContext__EventChannelSourceConnector eventChannel__EventChannelSourceConnector EventChannelSinkConnector sinkRole__EventChannelSinkConnector filterCondition__EventChannelSinkConnector assemblyContext__EventChannelSinkConnector eventChannel__EventChannelSinkConnector ProvidedDelegationConnector ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame diagnostics context innerProvidedRole_ProvidedDelegationConnector outerProvidedRole_ProvidedDelegationConnector assemblyContext_ProvidedDelegationConnector RequiredDelegationConnector RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame diagnostics context RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector diagnostics context innerRequiredRole_RequiredDelegationConnector outerRequiredRole_RequiredDelegationConnector assemblyContext_RequiredDelegationConnector AssemblyConnector AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedInterfacesMustMatch diagnostics context requiringAssemblyContext_AssemblyConnector providingAssemblyContext_AssemblyConnector providedRole_AssemblyConnector requiredRole_AssemblyConnector AssemblyEventConnector sinkRole__AssemblyEventConnector sourceRole__AssemblyEventConnector sinkAssemblyContext__AssemblyEventConnector sourceAssemblyContext__AssemblyEventConnector filterCondition__AssemblyEventConnector SourceDelegationConnector innerSourceRole__SourceRole outerSourceRole__SourceRole assemblyContext__SourceDelegationConnector SinkDelegationConnector assemblyContext__SinkDelegationConnector innerSinkRole__SinkRole outerSinkRole__SinkRole AssemblyInfrastructureConnector providedRole__AssemblyInfrastructureConnector requiredRole__AssemblyInfrastructureConnector providingAssemblyContext__AssemblyInfrastructureConnector requiringAssemblyContext__AssemblyInfrastructureConnector ProvidedInfrastructureDelegationConnector innerProvidedRole__ProvidedInfrastructureDelegationConnector outerProvidedRole__ProvidedInfrastructureDelegationConnector assemblyContext__ProvidedInfrastructureDelegationConnector RequiredInfrastructureDelegationConnector innerRequiredRole__RequiredInfrastructureDelegationConnector outerRequiredRole__RequiredInfrastructureDelegationConnector assemblyContext__RequiredInfrastructureDelegationConnector RequiredResourceDelegationConnector assemblyContext__RequiredResourceDelegationConnector innerRequiredRole__RequiredResourceDelegationConnector outerRequiredRole__RequiredResourceDelegationConnector AssemblyContext parentStructure__AssemblyContext encapsulatedComponent__AssemblyContext configParameterUsages__AssemblyContext usagemodel_av_pc Workload usageScenario_Workload UsageScenario usageModel_UsageScenario scenarioBehaviour_UsageScenario workload_UsageScenario UserData assemblyContext_userData usageModel_UserData userDataParameterUsages_UserData UsageModel usageScenario_UsageModel userData_UsageModel EntryLevelSystemCall EntryLevelSystemCallMustReferenceProvidedRoleOfASystem diagnostics context EntryLevelSystemCallSignatureMustMatchItsProvidedRole diagnostics context providedRole_EntryLevelSystemCall operationSignature__EntryLevelSystemCall outputParameterUsages_EntryLevelSystemCall priority inputParameterUsages_EntryLevelSystemCall AbstractUserAction successor predecessor scenarioBehaviour_AbstractUserAction ScenarioBehaviour Exactlyonestart diagnostics context Exactlyonestop diagnostics context EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor diagnostics context usageScenario_SenarioBehaviour branchTransition_ScenarioBehaviour loop_ScenarioBehaviour actions_ScenarioBehaviour BranchTransition branchProbability branch_BranchTransition branchedBehaviour_BranchTransition Branch AllBranchProbabilitiesMustSumUpTo1 diagnostics context branchTransitions_Branch Loop loopIteration_Loop bodyBehaviour_Loop Stop StopHasNoSuccessor diagnostics context Start StartHasNoPredecessor diagnostics context OpenWorkload InterArrivalTimeInOpenWorkloadNeedsToBeSpecified diagnostics context interArrivalTime_OpenWorkload Delay timeSpecification_Delay ClosedWorkload PopulationInClosedWorkloadNeedsToBeSpecified diagnostics context ThinkTimeInClosedWorkloadNeedsToBeSpecified diagnostics context population thinkTime_ClosedWorkload repository_av_pc PassiveResource capacity_PassiveResource basicComponent_PassiveResource resourceTimeoutFailureType__PassiveResource BasicComponent NoSeffTypeUsedTwice diagnostics context ProvideSameInterfacesAsImplementationType diagnostics context RequireSameInterfacesAsImplementationType diagnostics context serviceEffectSpecifications__BasicComponent passiveResource_BasicComponent ImplementationComponentType RequiredInterfacesHaveToConformToCompleteType diagnostics context providedInterfacesHaveToConformToCompleteType diagnostics context ProvidedInterfaceHaveToConformToComponentType diagnostics context parentCompleteComponentTypes componentParameterUsage_ImplementationComponentType componentType BUSINESS_COMPONENT RepositoryComponent repository__RepositoryComponent ProvidedRole providingEntity_ProvidedRole Parameter dataType__Parameter infrastructureSignature__Parameter operationSignature__Parameter eventType__Parameter parameterName modifier__Parameter resourceSignature__Parameter DataType repository__DataType Repository repositoryDescription components__Repository interfaces__Repository failureTypes__Repository dataTypes__Repository Interface NoProtocolTypeIDUsedTwice diagnostics context parentInterfaces__Interface protocols__Interface requiredCharacterisations repository__Interface RequiredCharacterisation type parameter interface_RequiredCharacterisation EventGroup eventTypes__EventGroup EventType parameter__EventType eventGroup__EventType Signature exceptions__Signature failureType ExceptionType exceptionName exceptionMessage InfrastructureSignature parameters__InfrastructureSignature infrastructureInterface__InfrastructureSignature InfrastructureInterface infrastructureSignatures__InfrastructureInterface InfrastructureRequiredRole requiredInterface__InfrastructureRequiredRole RequiredRole requiringEntity_RequiredRole OperationSignature ParameterNamesHaveToBeUniqueForASignature diagnostics context interface__OperationSignature parameters__OperationSignature returnType__OperationSignature OperationInterface SignaturesHaveToBeUniqueForAnInterface diagnostics context signatures__OperationInterface OperationRequiredRole requiredInterface__OperationRequiredRole SourceRole eventGroup__SourceRole SinkRole eventGroup__SinkRole OperationProvidedRole providedInterface__OperationProvidedRole InfrastructureProvidedRole providedInterface__InfrastructureProvidedRole ParameterModifier none none in in out out inout inout CompleteComponentType AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType diagnostics context providedInterfacesHaveToConformToProvidedType2 diagnostics context parentProvidesComponentTypes ProvidesComponentType AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType diagnostics context ComponentType BUSINESS_COMPONENT BUSINESS_COMPONENT INFRASTRUCTURE_COMPONENT INFRASTRUCTURE_COMPONENT CompositeComponent ProvideSameInterfaces diagnostics context RequireSameInterfaces diagnostics context PrimitiveDataType type PrimitiveTypeEnum INT INT STRING STRING BOOL BOOL DOUBLE DOUBLE CHAR CHAR BYTE BYTE LONG LONG CollectionDataType innerType_CollectionDataType CompositeDataType parentType_CompositeDataType innerDeclaration_CompositeDataType InnerDeclaration datatype_InnerDeclaration compositeDataType_InnerDeclaration Role resourcetype_av_pc ResourceSignature parameter__ResourceSignature resourceServiceId resourceInterface__ResourceSignature ProcessingResourceType hardwareInducedFailureType__ProcessingResourceType ResourceType resourceRepository_ResourceType ResourceRepository resourceInterfaces__ResourceRepository schedulingPolicies__ResourceRepository availableResourceTypes_ResourceRepository SchedulingPolicy resourceRepository__SchedulingPolicy CommunicationLinkResourceType networkInducedFailureType__CommunicationLinkResourceType ResourceInterface resourceRepository__ResourceInterface resourceSignatures__ResourceInterface protocol_av_pc Protocol protocolTypeID parameter_av_pc VariableUsage variableCharacterisation_VariableUsage userData_VariableUsage callAction__VariableUsage synchronisationPoint_VariableUsage callReturnAction__VariableUsage setVariableAction_VariableUsage specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage assemblyContext__VariableUsage entryLevelSystemCall_InputParameterUsage entryLevelSystemCall_OutputParameterUsage namedReference__VariableUsage VariableCharacterisation type specification_VariableCharacterisation variableUsage_VariableCharacterisation CharacterisedVariable characterisationType VariableCharacterisationType STRUCTURE STRUCTURE NUMBER_OF_ELEMENTS NUMBER_OF_ELEMENTS VALUE VALUE BYTESIZE BYTESIZE TYPE TYPE reliability_av_pc FailureOccurrenceDescription EnsureValidFailureProbabilityRange diagnostics context failureProbability HardwareInducedFailureType HardwareInducedFailureTypeHasProcessingResourceType diagnostics context processingResourceType__HardwareInducedFailureType SoftwareInducedFailureType internalFailureOccurrenceDescriptions__SoftwareInducedFailureType InternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription diagnostics context internalAction__InternalFailureOccurrenceDescription softwareInducedFailureType__InternalFailureOccurrenceDescription NetworkInducedFailureType NetworkInducedFailureTypeHasCommunicationLinkResourceType diagnostics context communicationLinkResourceType__NetworkInducedFailureType ExternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription diagnostics context specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription failureType__ExternalFailureOccurrenceDescription ResourceTimeoutFailureType passiveResource__ResourceTimeoutFailureType FailureType repository__FailureType seff_av_pc StopAction StopActionSuccessorMustNotBeDefined diagnostics context AbstractInternalControlFlowAction resourceDemand_Action infrastructureCall__Action resourceCall__Action AbstractAction predecessor_AbstractAction successor_AbstractAction resourceDemandingBehaviour_AbstractAction ResourceDemandingBehaviour ExactlyOneStopAction diagnostics context ExactlyOneStartAction diagnostics context EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor diagnostics context abstractLoopAction_ResourceDemandingBehaviour abstractBranchTransition_ResourceDemandingBehaviour steps_Behaviour AbstractLoopAction bodyBehaviour_Loop AbstractBranchTransition branchAction_AbstractBranchTransition branchBehaviour_BranchTransition BranchAction EitherGuardedBranchesOrProbabilisiticBranchTransitions diagnostics context AllProbabilisticBranchProbabilitiesMustSumUpTo1 diagnostics context branches_Branch CallAction inputVariableUsages__CallAction StartAction StartActionPredecessorMustNotBeDefined diagnostics context ServiceEffectSpecification ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole diagnostics context seffTypeID 1 describedService__SEFF basicComponent_ServiceEffectSpecification ResourceDemandingSEFF resourceDemandingInternalBehaviours ResourceDemandingInternalBehaviour resourceDemandingSEFF_ResourceDemandingInternalBehaviour ReleaseAction passiveResource_ReleaseAction LoopAction iterationCount_LoopAction ForkAction asynchronousForkedBehaviours_ForkAction synchronisingBehaviours_ForkAction ForkedBehaviour synchronisationPoint_ForkedBehaviour forkAction_ForkedBehaivour SynchronisationPoint outputParameterUsage_SynchronisationPoint forkAction_SynchronisationPoint synchronousForkedBehaviours_SynchronisationPoint ExternalCallAction SignatureBelongsToRole diagnostics context OperationRequiredRoleMustBeReferencedByContainer diagnostics context calledService_ExternalService role_ExternalService retryCount CallReturnAction returnVariableUsage__CallReturnAction ProbabilisticBranchTransition branchProbability AcquireAction TimeoutValueOfAcquireActionMustNotBeNegative diagnostics context passiveresource_AcquireAction timeout timeoutValue CollectionIteratorAction parameter_CollectionIteratorAction GuardedBranchTransition branchCondition_GuardedBranchTransition SetVariableAction localVariableUsages_SetVariableAction InternalCallAction calledResourceDemandingInternalBehaviour EmitEventAction eventType__EmitEventAction sourceRole__EmitEventAction InternalAction MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context SumOfInternalActionFailureProbabilitiesMustNotExceed1 diagnostics context internalFailureOccurrenceDescriptions__InternalAction seff_performance_av_pc InfrastructureCall SignatureMustBelongToUsedRequiredRole diagnostics context ReferencedRequiredRoleMustBeRequiredByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context signature__InfrastructureCall numberOfCalls__InfrastructureCall action__InfrastructureCall requiredRole__InfrastructureCall ResourceCall ResourceSignatureBelongsToResourceRequiredRole diagnostics context ResourceRequiredRoleMustBeReferencedByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context action__ResourceCall resourceRequiredRole__ResourceCall signature__ResourceCall numberOfCalls__ResourceCall ParametricResourceDemand DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context specification_ParametericResourceDemand requiredResource_ParametricResourceDemand action_ParametricResourceDemand seff_reliability_av_pc RecoveryActionBehaviour RecoveryActionBehaviourHasOnlyOnePredecessor diagnostics context RecoveryActionBehaviourIsNotSuccessorOfItself diagnostics context SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes diagnostics context failureHandlingAlternatives__RecoveryActionBehaviour recoveryAction__RecoveryActionBehaviour RecoveryAction PrimaryBehaviourOfRecoveryActionMustBeSet diagnostics context primaryBehaviour__RecoveryAction recoveryActionBehaviours__RecoveryAction FailureHandlingEntity failureTypes_FailureHandlingEntity qosannotations_av_pc SpecifiedQoSAnnotation signature_SpecifiedQoSAnnation role_SpecifiedQoSAnnotation qosAnnotations_SpecifiedQoSAnnotation QoSAnnotations MultipleReliabilityAnnotationsPerExternalCallNotAllowed diagnostics context specifiedOutputParameterAbstractions_QoSAnnotations system_QoSAnnotations specifiedQoSAnnotations_QoSAnnotations SpecifiedOutputParameterAbstraction signature_SpecifiedOutputParameterAbstraction role_SpecifiedOutputParameterAbstraction expectedExternalOutputs_SpecifiedOutputParameterAbstraction qosAnnotations_SpecifiedOutputParameterAbstraction qos_performance_av_pc SystemSpecifiedExecutionTime SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem diagnostics context SpecifiedExecutionTime specification_SpecifiedExecutionTime ComponentSpecifiedExecutionTime assemblyContext_ComponentSpecifiedExecutionTime qos_reliability_av_pc SpecifiedReliabilityAnnotation SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem diagnostics context SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1 diagnostics context MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation system_av_pc System SystemMustHaveAtLeastOneProvidedRole diagnostics context qosAnnotations_System resourceenvironment_av_pc ResourceEnvironment linkingResources__ResourceEnvironment resourceContainer_ResourceEnvironment LinkingResource connectedResourceContainers_LinkingResource communicationLinkResourceSpecifications_LinkingResource resourceEnvironment_LinkingResource ResourceContainer activeResourceSpecifications_ResourceContainer resourceEnvironment_ResourceContainer nestedResourceContainers__ResourceContainer parentResourceContainer__ResourceContainer ProcessingResourceSpecification MTTR 0.0 MTTF 0.0 requiredByContainer schedulingPolicy activeResourceType_ActiveResourceSpecification processingRate_ProcessingResourceSpecification numberOfReplicas 1 resourceContainer_ProcessingResourceSpecification CommunicationLinkResourceSpecification linkingResource_CommunicationLinkResourceSpecification failureProbability 0.0 communicationLinkResourceType_CommunicationLinkResourceSpecification latency_CommunicationLinkResourceSpecification throughput_CommunicationLinkResourceSpecification allocation_av_pc AllocationContext OneAssemblyContextOrOneEventChannelShouldBeReferred diagnostics context resourceContainer_AllocationContext assemblyContext_AllocationContext allocation_AllocationContext eventChannel__AllocationContext Allocation EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce diagnostics context CommunicatingServersHaveToBeConnectedByLinkingResource diagnostics context targetResourceEnvironment_Allocation system_Allocation allocationContexts_Allocation subsystem_av_pc SubSystem completions_av_pc Completion CompletionRepository completions_CompletionRepository DelegatingExternalCallAction NetworkDemandParametricResourceDemand requiredCommunicationLinkResource_ParametricResourceDemand
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pcm_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/5.0_advice_pointcut" nsPrefix="de.uka.ipd.sdq.pcm_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package is the root package of all packages of the Palladio Component Model (PCM)."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DummyClass"/> <eClassifiers xsi:type="ecore:EClass" name="Advice"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerJoinPointScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pointcut"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eSubpackages name="core_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_advice_pointcut" nsPrefix="core_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains the PCM Core meta-classes used throughout the PCM: entities carrying a globally unique ID (GUID), an abstract model for entities which provide and require interfaces, and an abstract model to describe entities composed from other entities."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PCMRandomVariable" eSuperTypes="stoex_advice_pointcut.ecore#//RandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Random variables are used to describe user and component behaviour. They allow not only constant values (e.g., 3 loop iterations), but also probabilistic values (e.g., 2 loop iterations with a probability of 0.4 and 3 loop iterations with a probability of 0.6). They are well-suited for capturing uncertainty when modelling systems during early development stages. Examples where developers may use random variables are:&#xD;&#xA;- Characterisations of Input Parameters: Describes the QoS relevant characteristics of parameters of component services.&#xD;&#xA;- Inter-Arrival Time: Describes how much time passes between the arrival of two subsequent users.&#xD;&#xA;- Think Time: Describes how much time passes between the execution of a user scenario and the start of the next execution of this scenario.&#xD;&#xA;- Loop Iteration Count: Describes the number of repetitions of a loop.&#xD;&#xA;- Guarded Branch Transitions: Used to determine whether to conditionally execute a certain behaviour.&#xD;&#xA;&#xD;&#xA;PCMRandomVariable extends RandomVariable in a way, that the only type of variables available in the PCMRandomVariable are references to variable characterisations like a.NUMBER_OF_ELEMENTS. The corresponding editors ensure that the user can enter only valid expressions."/> </eAnnotations> <eOperations name="SpecificationMustNotBeNULL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.specification.oclIsUndefined() and self.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closedWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_av_pc/ClosedWorkload" eOpposite="#//usagemodel_av_pc/ClosedWorkload/thinkTime_ClosedWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_capacity_PCMRandomVariable" ordered="false" eType="#//repository_av_pc/PassiveResource" eOpposite="#//repository_av_pc/PassiveResource/capacity_PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_Specification" ordered="false" eType="#//parameter_av_pc/VariableCharacterisation" eOpposite="#//parameter_av_pc/VariableCharacterisation/specification_VariableCharacterisation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__PCMRandomVariable" ordered="false" eType="#//seff_av_pc/seff_performance_av_pc/InfrastructureCall" eOpposite="#//seff_av_pc/seff_performance_av_pc/InfrastructureCall/numberOfCalls__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__PCMRandomVariable" ordered="false" eType="#//seff_av_pc/seff_performance_av_pc/ResourceCall" eOpposite="#//seff_av_pc/seff_performance_av_pc/ResourceCall/numberOfCalls__ResourceCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametricResourceDemand_PCMRandomVariable" ordered="false" eType="#//seff_av_pc/seff_performance_av_pc/ParametricResourceDemand" eOpposite="#//seff_av_pc/seff_performance_av_pc/ParametricResourceDemand/specification_ParametericResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopAction_PCMRandomVariable" ordered="false" eType="#//seff_av_pc/LoopAction" eOpposite="#//seff_av_pc/LoopAction/iterationCount_LoopAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedBranchTransition_PCMRandomVariable" ordered="false" eType="#//seff_av_pc/GuardedBranchTransition" eOpposite="#//seff_av_pc/GuardedBranchTransition/branchCondition_GuardedBranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedExecutionTime_PCMRandomVariable" ordered="false" eType="#//qosannotations_av_pc/qos_performance_av_pc/SpecifiedExecutionTime" eOpposite="#//qosannotations_av_pc/qos_performance_av_pc/SpecifiedExecutionTime/specification_SpecifiedExecutionTime"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__FilterCondition" ordered="false" eType="#//core_av_pc/composition_av_pc/EventChannelSinkConnector" eOpposite="#//core_av_pc/composition_av_pc/EventChannelSinkConnector/filterCondition__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyEventConnector__FilterCondition" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyEventConnector" eOpposite="#//core_av_pc/composition_av_pc/AssemblyEventConnector/filterCondition__AssemblyEventConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_LoopIteration" ordered="false" eType="#//usagemodel_av_pc/Loop" eOpposite="#//usagemodel_av_pc/Loop/loopIteration_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_av_pc/OpenWorkload" eOpposite="#//usagemodel_av_pc/OpenWorkload/interArrivalTime_OpenWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delay_TimeSpecification" ordered="false" eType="#//usagemodel_av_pc/Delay" eOpposite="#//usagemodel_av_pc/Delay/timeSpecification_Delay"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifcation_throughput_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification/throughput_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceSpecification_processingRate_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_pc/ProcessingResourceSpecification" eOpposite="#//resourceenvironment_av_pc/ProcessingResourceSpecification/processingRate_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecification_latency_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification/latency_CommunicationLinkResourceSpecification"/> </eClassifiers> <eSubpackages name="entity_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_advice_pointcut" nsPrefix="entity_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This set of abstract meta-classes gives a conceptual view on interfaces, entities and their relationships: Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. &#xD;&#xA;&#xD;&#xA;Base of the inheritance hierarchy are Identifier and NamedElement, both of which Entity and all inheriting classes are derived from. &#xD;&#xA;&#xD;&#xA;The relationship of Entities and Interfaces is described with the three meta classes InterfaceProvidingEntity, InterfaceRequiringEntity, and InterfaceProvidingRequiringEntity. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offer by entities providing this functionality. InterfaceProvidingRequiringEntity inherits from both of them and thus combines their properties. "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceProvidedRole" eSuperTypes="#//repository_av_pc/Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceProvidingEntity__ResourceProvidedRole" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceInterfaceProvidingEntity" eOpposite="#//core_av_pc/entity_av_pc/ResourceInterfaceProvidingEntity/resourceProvidedRoles__ResourceInterfaceProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedResourceInterface__ResourceProvidedRole" ordered="false" eType="#//resourcetype_av_pc/ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingRequiringEntity" eSuperTypes="#//core_av_pc/entity_av_pc/InterfaceProvidingEntity #//core_av_pc/entity_av_pc/InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This meta-class is inherited by classes that both require and provide an Interface. It thus combines the properties of InterfaceProvidingEntity and InterfaceRequiringEntity. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole, RequiredRole, InterfaceProvidingEntity, InterfaceRequiringEntity"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingEntity" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that provide an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRoles_InterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//repository_av_pc/ProvidedRole" containment="true" eOpposite="#//repository_av_pc/ProvidedRole/providingEntity_ProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRequiringEntity" eSuperTypes="#//core_av_pc/entity_av_pc/Entity #//core_av_pc/entity_av_pc/ResourceInterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that require an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality. Similarly, the meta-classInterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, RequiredRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRoles_InterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//repository_av_pc/RequiredRole" containment="true" eOpposite="#//repository_av_pc/RequiredRole/requiringEntity_RequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceRequiringEntity" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRoles__ResourceInterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole" containment="true" eOpposite="#//core_av_pc/entity_av_pc/ResourceRequiredRole/resourceInterfaceRequiringEntity__ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredRole" eSuperTypes="#//repository_av_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required role for resource interface access of a component"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResourceInterface__ResourceRequiredRole" ordered="false" eType="#//resourcetype_av_pc/ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceRequiringEntity__ResourceRequiredRole" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceInterfaceRequiringEntity" eOpposite="#//core_av_pc/entity_av_pc/ResourceInterfaceRequiringEntity/resourceRequiredRoles__ResourceInterfaceRequiringEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingEntity" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceProvidedRoles__ResourceInterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//core_av_pc/entity_av_pc/ResourceProvidedRole" containment="true" eOpposite="#//core_av_pc/entity_av_pc/ResourceProvidedRole/resourceInterfaceProvidingEntity__ResourceProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedProvidingRequiringEntity" eSuperTypes="#//core_av_pc/composition_av_pc/ComposedStructure #//core_av_pc/entity_av_pc/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComposedProvidingRequiringEntity combines the properties of an InterfaceProvidingRequiringEntity and a ComposedStructure. It is inherited by all classes that, on the one hand, claim to implement the functionality specified in an interface as well as to request that functionality, and, on the other hand, are composed out of some inner entities. &#xD;&#xA;&#xD;&#xA;Valid ComposedProvidingRequiringEntities need to have their ProvidedRoles bound to ProvidedRoles of the contained entities. &#xD;&#xA;&#xD;&#xA;Prominent examples are System, SubSystem, and CompositeComponents&#xD;&#xA;&#xD;&#xA;TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... and we may just want to merge the meta classes. --Anne"/> </eAnnotations> <eOperations name="ProvidedRolesMustBeBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRoles_InterfaceProvidingEntity->forAll(role|self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->exists(connector|connector.outerProvidedRole_ProvidedDelegationConnector = role))&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This constraint ensures that all outer provided roles of a system have a provided delegation conector that binds them to something. It does not check whether the binding is correct (inner role not null and matching interfaces)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NamedElement meta class is inherited by all PCM classes whose instances bear a name. Thus, the semantic of &quot;bearing a name&quot; is given to all inheriting classes, so that the name can be used in visualisations, for example. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="aName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingRequiringEntity" eSuperTypes="#//core_av_pc/entity_av_pc/ResourceInterfaceRequiringEntity #//core_av_pc/entity_av_pc/ResourceInterfaceProvidingEntity"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="identifier_advice_pointcut.ecore#//Identifier #//core_av_pc/entity_av_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entity is a meta class high up the PCM meta class hierarchy and represents all entities of the PCM that have both an id (see meta class Identifier) and a name (see meta class NamedEntity)."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="composition_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_advice_pointcut" nsPrefix="composition_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package holding all composable entities"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a delegation connector, i.e., connector used for connecting a provided/required role of a component woth provided/reqiured port of its subcomponent."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass for all connectors.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; TODO:&amp;nbsp;We&amp;nbsp;might&amp;nbsp;want&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;that&amp;nbsp;both&amp;nbsp;sides&amp;nbsp;of&amp;nbsp;the&amp;nbsp;connector&amp;nbsp;must&amp;nbsp;be&amp;nbsp;not&amp;nbsp;null.&amp;nbsp;Then,&amp;nbsp;we&amp;nbsp;don't&amp;nbsp;have&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;for&amp;nbsp;example&amp;nbsp;for&amp;nbsp;ComposedProvidingRequiringEntities&amp;nbsp;that&amp;nbsp;the&amp;nbsp;ProvidedDelegationConnector&amp;nbsp;actually&amp;nbsp;points&amp;nbsp;to&amp;nbsp;something&amp;nbsp;inner.&amp;nbsp;If&amp;nbsp;you&amp;nbsp;decide&amp;nbsp;not&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;here,&amp;nbsp;then&amp;nbsp;we&amp;nbsp;need&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;there&amp;nbsp;and&amp;nbsp;maybe&amp;nbsp;at&amp;nbsp;other&amp;nbsp;places&amp;nbsp;--&amp;nbsp;Anne&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__Connector" ordered="false" eType="#//core_av_pc/composition_av_pc/ComposedStructure" eOpposite="#//core_av_pc/composition_av_pc/ComposedStructure/connectors__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedStructure" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedProvidingRequiringStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... -- Anne"/> </eAnnotations> <eOperations name="MultipleConnectorsConstraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->forAll( c1, c2 | c1 &lt;> c2 implies c1.outerProvidedRole_ProvidedDelegationConnector &lt;> c2.outerProvidedRole_ProvidedDelegationConnector)&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MultipleConnectorsConstraintForAssemblyConnectors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(AssemblyConnector)->forAll( c1, c2 | ( (c1 &lt;> c2) and ( c1.requiringAssemblyContext_AssemblyConnector = c2.requiringAssemblyContext_AssemblyConnector ) ) implies c1.requiredRole_AssemblyConnector &lt;> c2.requiredRole_AssemblyConnector )&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContexts__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/AssemblyContext" containment="true" eOpposite="#//core_av_pc/composition_av_pc/AssemblyContext/parentStructure__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredDelegationConnectors_ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/ResourceRequiredDelegationConnector" containment="true" eOpposite="#//core_av_pc/composition_av_pc/ResourceRequiredDelegationConnector/parentStructure_ResourceRequiredDelegationConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/EventChannel" containment="true" eOpposite="#//core_av_pc/composition_av_pc/EventChannel/parentStructure__EventChannel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/Connector" containment="true" eOpposite="#//core_av_pc/composition_av_pc/Connector/parentStructure__Connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredDelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO Michael Hauck"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/ComposedStructure" eOpposite="#//core_av_pc/composition_av_pc/ComposedStructure/resourceRequiredDelegationConnectors_ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannel" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventChannel" ordered="false" eType="#//repository_av_pc/EventGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSourceConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/EventChannelSourceConnector" eOpposite="#//core_av_pc/composition_av_pc/EventChannelSourceConnector/eventChannel__EventChannelSourceConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_av_pc/composition_av_pc/EventChannelSinkConnector" eOpposite="#//core_av_pc/composition_av_pc/EventChannelSinkConnector/eventChannel__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__EventChannel" ordered="false" eType="#//core_av_pc/composition_av_pc/ComposedStructure" eOpposite="#//core_av_pc/composition_av_pc/ComposedStructure/eventChannel__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSourceConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EventChannelSourceRole" ordered="false" eType="#//repository_av_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSourceConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSourceConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/EventChannel" eOpposite="#//core_av_pc/composition_av_pc/EventChannel/eventChannelSourceConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSinkConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__EventChannelSinkConnector" ordered="false" eType="#//repository_av_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__EventChannelSinkConnector" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/eventChannelSinkConnector__FilterCondition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSinkConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSinkConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/EventChannel" eOpposite="#//core_av_pc/composition_av_pc/EventChannel/eventChannelSinkConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ProvidedDelegationConnector delegates incoming calls of provided roles to inner provided roles of encapsulated assembly&#xD;&#xA;contexts."/> </eAnnotations> <eOperations name="ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parentStructure__Connector = self.assemblyContext_ProvidedDelegationConnector.parentStructure__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.innerProvidedRole_ProvidedDelegationConnector.providingEntity_ProvidedRole = self.assemblyContext_ProvidedDelegationConnector.encapsulatedComponent__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_av_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_av_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ProvidedDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A RequiredDelegationConnector delegates required roles of encapsulated assembly contexts to&amp;nbsp;outer&amp;nbsp;required roles&#xD;&#xA;."/> </eAnnotations> <eOperations name="RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parentStructure__Connector = self.assemblyContext_RequiredDelegationConnector.parentStructure__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.innerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole = self.assemblyContext_RequiredDelegationConnector.encapsulatedComponent__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.outerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole=self.parentStructure__Connector"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_av_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_av_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_RequiredDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyConnector connects a&#xD;&#xA;provided and a required interface of two different components. AssemblyContext must refer to the tuple (Role,&#xD;&#xA;AssemblyContext) in order to uniquely identify which component roles communicate with each other."/> </eAnnotations> <eOperations name="AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providingAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.providedRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a provided role on the provider side. This constraint ensures that the referenced provided role is really available in the referenced assembly context. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.requiringAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a required role on the client side. This constraint ensures that the referenced required role is really available in the referenced assembly context. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AssemblyConnectorsReferencedInterfacesMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_AssemblyConnector.providedInterface__OperationProvidedRole = self.requiredRole_AssemblyConnector.requiredInterface__OperationRequiredRole"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Interfaces references by this Connector must match. This means that either &#xD;&#xA;1) the referenced providedRole and the referenced requiredRole refer to the same Interface (first part of the expression) or 2) the Interface A referenced by the providedRole is a subtype of the Interface B referenced by the requiredRole as transitively defined by the parentInterface__Interface property. That means that either Interface A is the parentInterface__Interface of Interface B, or there is a set of Interfaces "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_AssemblyConnector" ordered="false" eType="#//repository_av_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole_AssemblyConnector" ordered="false" eType="#//repository_av_pc/OperationRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyEventConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyEventConnector connects a sink and a source. AssemblyContext must refer to the tuple (Role,AssemblyContext) in order to uniquely identify which component sink and source roles communicate with each other."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__AssemblyEventConnector" ordered="false" eType="#//repository_av_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__AssemblyEventConnector" ordered="false" eType="#//repository_av_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__AssemblyEventConnector" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/assemblyEventConnector__FilterCondition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SourceDelegationConnector delegates outgoing events of encapsulated assembly contexts to an external souce role of the enclosing assembly context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSourceRole__SourceRole" ordered="false" eType="#//repository_av_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSourceRole__SourceRole" ordered="false" eType="#//repository_av_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SourceDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkDelegationConnector delegates an incoming event to the encapsulated assembly contexts to inner sink roles."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SinkDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSinkRole__SinkRole" ordered="false" eType="#//repository_av_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSinkRole__SinkRole" ordered="false" eType="#//repository_av_pc/SinkRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyInfrastructureConnector" eSuperTypes="#//core_av_pc/composition_av_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_av_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_av_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedInfrastructureDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredInfrastructureDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredResourceDelegationConnector" eSuperTypes="#//core_av_pc/composition_av_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyContext" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyContext uniquely identifies an assembly instance of an AssemblyContext."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__AssemblyContext" ordered="false" eType="#//core_av_pc/composition_av_pc/ComposedStructure" eOpposite="#//core_av_pc/composition_av_pc/ComposedStructure/assemblyContexts__ComposedStructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulatedComponent__AssemblyContext" ordered="false" eType="#//repository_av_pc/RepositoryComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configParameterUsages__AssemblyContext" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/assemblyContext__VariableUsage"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="usagemodel_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_advice_pointcut" nsPrefix="usagemodel_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO:&amp;nbsp;Put&amp;nbsp;the&amp;nbsp;3.2.2&amp;nbsp;Context&amp;nbsp;Model&amp;nbsp;chapter&amp;nbsp;of&amp;nbsp;Steffens&amp;nbsp;Diss&amp;nbsp;somewhere&amp;nbsp;so&amp;nbsp;that&amp;nbsp;it&amp;nbsp;can&amp;nbsp;be&amp;nbsp;referred&amp;nbsp;to&amp;nbsp;here.&amp;nbsp;It&amp;nbsp;provides&amp;nbsp;an&amp;nbsp;important&amp;nbsp;overview&amp;nbsp;on&amp;nbsp;why&amp;nbsp;we&amp;nbsp;have&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;TODO:&amp;nbsp;Include&amp;nbsp;the&amp;nbsp;example&amp;nbsp;from&amp;nbsp;Heiko's&amp;nbsp;dissertation&amp;nbsp;here?&amp;nbsp;But&amp;nbsp;how&amp;nbsp;to&amp;nbsp;include&amp;nbsp;the&amp;nbsp;picture?&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;of&amp;nbsp;a&amp;nbsp;software&amp;nbsp;system&amp;nbsp;by&amp;nbsp;external&amp;nbsp;clients&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;captured&amp;nbsp;in&amp;nbsp;models&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;model-driven&lt;br />&#xD;&#xA;performance&amp;nbsp;predictions.&amp;nbsp;Here,&amp;nbsp;the&amp;nbsp;term&amp;nbsp;usage&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;workload&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;users&amp;nbsp;concurrently&lt;br />&#xD;&#xA;present&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system),&amp;nbsp;usage&amp;nbsp;scenarios&amp;nbsp;(i.e.,&amp;nbsp;possible&amp;nbsp;sequences&amp;nbsp;of&amp;nbsp;invoking&amp;nbsp;services&amp;nbsp;at&amp;nbsp;system&amp;nbsp;provided&lt;br />&#xD;&#xA;roles),&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;between&amp;nbsp;service&amp;nbsp;invocations,&amp;nbsp;and&amp;nbsp;values&amp;nbsp;for&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;component&amp;nbsp;configurations.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;This&amp;nbsp;package&amp;nbsp;contains&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;specification&amp;nbsp;language,&amp;nbsp;which&amp;nbsp;(i)&amp;nbsp;provides&amp;nbsp;more&amp;nbsp;expressiveness&amp;nbsp;for&lt;br />&#xD;&#xA;characterising&amp;nbsp;parameter&amp;nbsp;instances&amp;nbsp;than&amp;nbsp;previous&amp;nbsp;models,&amp;nbsp;but&amp;nbsp;(ii)&amp;nbsp;at&amp;nbsp;the&amp;nbsp;same&amp;nbsp;time&amp;nbsp;is&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;concepts&lt;br />&#xD;&#xA;familiar&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;to&amp;nbsp;create&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language.&amp;nbsp;The&amp;nbsp;language&amp;nbsp;is&amp;nbsp;called&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;UsageModel&amp;nbsp;specifies&amp;nbsp;the&amp;nbsp;whole&amp;nbsp;user&amp;nbsp;interaction&amp;nbsp;with&amp;nbsp;a&amp;nbsp;system&amp;nbsp;from&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;viewpoint.&amp;nbsp;It&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;UsageScenarios&amp;nbsp;and&amp;nbsp;a&amp;nbsp;set&amp;nbsp;of&amp;nbsp;global&amp;nbsp;UserData&amp;nbsp;specifications.&amp;nbsp;Each&amp;nbsp;UsageScenario&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;workload&amp;nbsp;and&amp;nbsp;a&amp;nbsp;scenario&amp;nbsp;behaviour.&amp;nbsp;The&amp;nbsp;concepts&amp;nbsp;are&amp;nbsp;explained&amp;nbsp;for&amp;nbsp;the&amp;nbsp;single&amp;nbsp;meta&amp;nbsp;classes&amp;nbsp;included&amp;nbsp;in&amp;nbsp;this&amp;nbsp;package.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Note&amp;nbsp;that&amp;nbsp;UsageModels&amp;nbsp;are&amp;nbsp;completely&amp;nbsp;decoupled&amp;nbsp;from&amp;nbsp;the&amp;nbsp;inner&amp;nbsp;contents&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system,&amp;nbsp;which&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;an&amp;nbsp;assembly&amp;nbsp;and&amp;nbsp;a&amp;nbsp;connected&amp;nbsp;resource&amp;nbsp;environment.&amp;nbsp;The&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;system&amp;nbsp;provided&amp;nbsp;roles.&amp;nbsp;It&amp;nbsp;regards&amp;nbsp;the&amp;nbsp;component&lt;br />&#xD;&#xA;architecture&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;assembly)&amp;nbsp;as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;used&amp;nbsp;resources&amp;nbsp;(i.e.,&amp;nbsp;hardware&amp;nbsp;devices&amp;nbsp;such&amp;nbsp;as&amp;nbsp;CPUs&lt;br />&#xD;&#xA;and&amp;nbsp;harddisks&amp;nbsp;or&amp;nbsp;software&amp;nbsp;entities&amp;nbsp;such&amp;nbsp;as&amp;nbsp;threads,&amp;nbsp;semaphores)&amp;nbsp;as&amp;nbsp;hidden&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system.&amp;nbsp;Thus,&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;captures&amp;nbsp;information&amp;nbsp;that&amp;nbsp;is&amp;nbsp;available&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;and&amp;nbsp;can&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;by&amp;nbsp;them.&amp;nbsp;Resource&lt;br />&#xD;&#xA;environment&amp;nbsp;and&amp;nbsp;component&amp;nbsp;architecture&amp;nbsp;may&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;&lt;br />&#xD;&#xA;by&amp;nbsp;system&amp;nbsp;architects,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;system's&amp;nbsp;ProvidedRoles&amp;nbsp;remain&amp;nbsp;unchanged.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Discussion:&amp;nbsp;&lt;br />&#xD;&#xA;Notice,&amp;nbsp;that&amp;nbsp;unlike&amp;nbsp;other&amp;nbsp;behavioural&amp;nbsp;description&amp;nbsp;languages&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;prediction&amp;nbsp;(e.g.,&amp;nbsp;[162,&amp;nbsp;187,&lt;br />&#xD;&#xA;78]),&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;specifically&amp;nbsp;models&amp;nbsp;user&amp;nbsp;behaviour&amp;nbsp;and&amp;nbsp;for&amp;nbsp;example&amp;nbsp;does&amp;nbsp;not&amp;nbsp;refer&amp;nbsp;to&amp;nbsp;resources.&lt;br />&#xD;&#xA;Other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;mix&amp;nbsp;up&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;user&amp;nbsp;behaviour,&amp;nbsp;component&amp;nbsp;behaviour,&amp;nbsp;and&lt;br />&#xD;&#xA;resources,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;single&amp;nbsp;developer&amp;nbsp;role&amp;nbsp;(i.e.,&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;analyst)&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;performance&lt;br />&#xD;&#xA;model.&amp;nbsp;Opposed&amp;nbsp;to&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;targets&amp;nbsp;a&amp;nbsp;division&amp;nbsp;of&amp;nbsp;work&amp;nbsp;for&amp;nbsp;multiple&amp;nbsp;developer&amp;nbsp;roles&amp;nbsp;(cf.&amp;nbsp;Section&amp;nbsp;3.1&amp;nbsp;of&amp;nbsp;Heiko&amp;nbsp;Koziolek's&amp;nbsp;dissertation).&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Furthermore,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;the&amp;nbsp;other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;support&amp;nbsp;explicit&amp;nbsp;service&amp;nbsp;parameter&amp;nbsp;modelling.&lt;br />&#xD;&#xA;While&amp;nbsp;CSM&amp;nbsp;[162]&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;meta-class&amp;nbsp;Message&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;data&amp;nbsp;transferred&amp;nbsp;between&lt;br />&#xD;&#xA;two&amp;nbsp;steps&amp;nbsp;in&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;model,&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78]&amp;nbsp;allows&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;parameter&amp;nbsp;values&lt;br />&#xD;&#xA;in&amp;nbsp;principle,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;these&amp;nbsp;language&amp;nbsp;uses&amp;nbsp;the&amp;nbsp;information&amp;nbsp;to&amp;nbsp;parameterise&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;or&amp;nbsp;component&lt;br />&#xD;&#xA;behaviour.&amp;nbsp;Additionally,&amp;nbsp;they&amp;nbsp;do&amp;nbsp;not&amp;nbsp;provide&amp;nbsp;the&amp;nbsp;information&amp;nbsp;readily&amp;nbsp;analysable&amp;nbsp;by&amp;nbsp;MDSD&amp;nbsp;tools.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;has&amp;nbsp;been&amp;nbsp;designed&amp;nbsp;based&amp;nbsp;on&amp;nbsp;meta&amp;nbsp;models&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile&amp;nbsp;[31],&amp;nbsp;the&amp;nbsp;Core&amp;nbsp;Scenario&amp;nbsp;Model&amp;nbsp;(CSM)&amp;nbsp;[162],&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78].&amp;nbsp;It&amp;nbsp;is&amp;nbsp;furthermore&lt;br />&#xD;&#xA;related&amp;nbsp;to&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;used&amp;nbsp;in&amp;nbsp;statistical&amp;nbsp;testing&amp;nbsp;[34].&amp;nbsp;Although&amp;nbsp;the&amp;nbsp;concepts&amp;nbsp;included&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model&amp;nbsp;are&amp;nbsp;quite&amp;nbsp;similar&amp;nbsp;to&amp;nbsp;the&amp;nbsp;modelling&amp;nbsp;capabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile,&amp;nbsp;there&amp;nbsp;are&amp;nbsp;some&amp;nbsp;subtle&lt;br />&#xD;&#xA;differences:&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;is&amp;nbsp;aligned&amp;nbsp;with&amp;nbsp;the&amp;nbsp;role&amp;nbsp;of&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert,&amp;nbsp;and&amp;nbsp;uses&amp;nbsp;only&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&lt;br />&#xD;&#xA;this&amp;nbsp;role.&amp;nbsp;It&amp;nbsp;is&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language,&amp;nbsp;whereas&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&amp;nbsp;is&lt;br />&#xD;&#xA;a&amp;nbsp;general&amp;nbsp;purpose&amp;nbsp;language&amp;nbsp;that&amp;nbsp;includes&amp;nbsp;information,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;usually&amp;nbsp;spread&amp;nbsp;over&amp;nbsp;multiple&amp;nbsp;developer&lt;br />&#xD;&#xA;roles&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;component&amp;nbsp;assembler&amp;nbsp;and&amp;nbsp;the&amp;nbsp;system&amp;nbsp;deployer,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;without&amp;nbsp;a&amp;nbsp;technical&amp;nbsp;background&amp;nbsp;could&amp;nbsp;not&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;instance&amp;nbsp;of&amp;nbsp;it.&amp;nbsp;Nevertheless,&amp;nbsp;domain&amp;nbsp;experts&lt;br />&#xD;&#xA;should&amp;nbsp;be&amp;nbsp;able&amp;nbsp;to&amp;nbsp;create&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;with&amp;nbsp;appropriate&amp;nbsp;tools&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;other&amp;nbsp;developer&lt;br />&#xD;&#xA;roles,&amp;nbsp;because&amp;nbsp;such&amp;nbsp;models&amp;nbsp;only&amp;nbsp;contain&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&amp;nbsp;them.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;is&amp;nbsp;not&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;value,&amp;nbsp;but&amp;nbsp;can&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;random&lt;br />&#xD;&#xA;variable.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;constructs&amp;nbsp;are&amp;nbsp;arranged&amp;nbsp;in&amp;nbsp;a&amp;nbsp;hierarchical&amp;nbsp;fashion&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;easy&amp;nbsp;analyses.&lt;br />&#xD;&#xA;-&#xD;&#xA;Users&amp;nbsp;are&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;non-concurrent&amp;nbsp;behaviour,&amp;nbsp;as&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed,&amp;nbsp;that&amp;nbsp;users&amp;nbsp;only&amp;nbsp;execute&amp;nbsp;the&lt;br />&#xD;&#xA;services&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system&amp;nbsp;one&amp;nbsp;at&amp;nbsp;a&amp;nbsp;time.&lt;br />&#xD;&#xA;-&#xD;&#xA;System&amp;nbsp;service&amp;nbsp;invocations&amp;nbsp;can&amp;nbsp;be&amp;nbsp;enhanced&amp;nbsp;with&amp;nbsp;characterisations&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;values.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[31]&amp;nbsp;Object&amp;nbsp;Management&amp;nbsp;Group&amp;nbsp;(OMG),&amp;nbsp;&quot;UML&amp;nbsp;Profile&amp;nbsp;for&amp;nbsp;Schedulability,&amp;nbsp;Performance&amp;nbsp;and&amp;nbsp;Time,&quot;&lt;br />&#xD;&#xA;http://www.omg.org/cgi-bin/doc?formal/2005-01-02,&amp;nbsp;January&amp;nbsp;2005.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[34]&amp;nbsp;James&amp;nbsp;A.&amp;nbsp;Whittaker&amp;nbsp;and&amp;nbsp;Michael&amp;nbsp;G.&amp;nbsp;Thomason,&amp;nbsp;&quot;A&amp;nbsp;Markov&amp;nbsp;chain&amp;nbsp;model&amp;nbsp;for&amp;nbsp;statistical&amp;nbsp;software&lt;br />&#xD;&#xA;testing,&quot;&amp;nbsp;IEEE&amp;nbsp;Transactions&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;Engineering,&amp;nbsp;vol.&amp;nbsp;20,&amp;nbsp;no.&amp;nbsp;10,&amp;nbsp;pp.&amp;nbsp;812-824,&amp;nbsp;Oct.&amp;nbsp;1994.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[78]&amp;nbsp;V.&amp;nbsp;Grassi,&amp;nbsp;R.&amp;nbsp;Mirandola,&amp;nbsp;and&amp;nbsp;A.&amp;nbsp;Sabetta,&amp;nbsp;&quot;From&amp;nbsp;design&amp;nbsp;to&amp;nbsp;analysis&amp;nbsp;models:&amp;nbsp;a&amp;nbsp;kernel&amp;nbsp;language&lt;br />&#xD;&#xA;for&amp;nbsp;performance&amp;nbsp;and&amp;nbsp;reliability&amp;nbsp;analysis&amp;nbsp;of&amp;nbsp;component-based&amp;nbsp;systems,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&amp;nbsp;International&lt;br />&#xD;&#xA;Workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;Performance&amp;nbsp;(WOSP&amp;nbsp;'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&amp;nbsp;Press,&amp;nbsp;2005,&lt;br />&#xD;&#xA;pp.&amp;nbsp;25-36.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[162]&amp;nbsp;D.&amp;nbsp;B.&amp;nbsp;Petriu&amp;nbsp;and&amp;nbsp;M.&amp;nbsp;Woodside,&amp;nbsp;&quot;A&amp;nbsp;metamodel&amp;nbsp;for&amp;nbsp;generating&amp;nbsp;performance&amp;nbsp;models&amp;nbsp;from&amp;nbsp;UML&amp;nbsp;designs,&quot;&lt;br />&#xD;&#xA;in&amp;nbsp;UML&amp;nbsp;2004&amp;nbsp;-&amp;nbsp;The&amp;nbsp;Unified&amp;nbsp;Modeling&amp;nbsp;Language.&amp;nbsp;Model&amp;nbsp;Languages&amp;nbsp;and&amp;nbsp;Applications.&amp;nbsp;7th&lt;br />&#xD;&#xA;International&amp;nbsp;Conference,&amp;nbsp;Lisbon,&amp;nbsp;Portugal,&amp;nbsp;October&amp;nbsp;11-15,&amp;nbsp;2004,&amp;nbsp;Proceedings,&amp;nbsp;ser.&amp;nbsp;LNCS,&amp;nbsp;T.&amp;nbsp;Baar,&lt;br />&#xD;&#xA;A.&amp;nbsp;Strohmeier,&amp;nbsp;A.&amp;nbsp;Moreira,&amp;nbsp;and&amp;nbsp;S.&amp;nbsp;J.&amp;nbsp;Mellor,&amp;nbsp;Eds.,&amp;nbsp;vol.&amp;nbsp;3273.&amp;nbsp;Springer,&amp;nbsp;2004,&amp;nbsp;pp.&amp;nbsp;41-53.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[187]&amp;nbsp;C.&amp;nbsp;U.&amp;nbsp;Smith,&amp;nbsp;C.&amp;nbsp;M.&amp;nbsp;Llado,&amp;nbsp;V.&amp;nbsp;Cortellessa,&amp;nbsp;A.&amp;nbsp;D.&amp;nbsp;Marco,&amp;nbsp;and&amp;nbsp;L.&amp;nbsp;G.&amp;nbsp;Williams,&amp;nbsp;&quot;From&amp;nbsp;UML&amp;nbsp;models&lt;br />&#xD;&#xA;to&amp;nbsp;software&amp;nbsp;performance&amp;nbsp;results:&amp;nbsp;an&amp;nbsp;SPE&amp;nbsp;process&amp;nbsp;based&amp;nbsp;on&amp;nbsp;XML&amp;nbsp;interchange&amp;nbsp;formats,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&lt;br />&#xD;&#xA;international&amp;nbsp;workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;performance&amp;nbsp;(WOSP'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&lt;br />&#xD;&#xA;Press,&amp;nbsp;2005,&amp;nbsp;pp.&amp;nbsp;87-98.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Workload specifies the usage intensity of a system, which relates to the number of users concurrently&#xD;&#xA;present in the system. The PCM usage model adopts this concept from classical queueing&#xD;&#xA;theory [123]. The specified workloads can directly be used in queueing networks or easily be mapped&#xD;&#xA;to markings in stochastic Petri nets. Workloads can either be open or closed.&#xD;&#xA;&#xD;&#xA;The algorithms used to analyse queueing networks differ depending on whether open or closed workloads&#xD;&#xA;are modelled [123]. Some special queueing networks can only be analysed given a particular workload&#xD;&#xA;type (open or closed). Notice, that it is possible to specify a usage model with open workload usage&#xD;&#xA;scenarios and closed workload usage scenarios at the same time. Open and closed workloads can be&#xD;&#xA;executed in parallel when analysing the model.&#xD;&#xA;&#xD;&#xA;[123] E. Lazowska, J. Zahorjan, G. Graham, and K. Sevcik, Quantitative System Performance. Prentice&#xD;&#xA;Hall, 1984."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_Workload" ordered="false" eType="#//usagemodel_av_pc/UsageScenario" eOpposite="#//usagemodel_av_pc/UsageScenario/workload_UsageScenario"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageScenario" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UsageScenarios are concurrently executed behaviours of users within one UsageModel. It describes which&#xD;&#xA;services are directly invoked by users in one specific use case and models the possible sequences of calling&#xD;&#xA;them. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UsageScenario" ordered="false" eType="#//usagemodel_av_pc/UsageModel" eOpposite="#//usagemodel_av_pc/UsageModel/usageScenario_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_UsageScenario" ordered="false" eType="#//usagemodel_av_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_pc/ScenarioBehaviour/usageScenario_SenarioBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workload_UsageScenario" ordered="false" eType="#//usagemodel_av_pc/Workload" containment="true" eOpposite="#//usagemodel_av_pc/Workload/usageScenario_Workload"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UserData characterises data&#xD;&#xA;used in specific assembly contexts in the system. This data is the same for all UsageScenarios, i.e.,&#xD;&#xA;multiple users accessing the same components access the same data. This UserData refers to component&#xD;&#xA;parameters of the system publicized by the software architect (see pcm::parameters package). The domain expert&#xD;&#xA;characterises the values of component parameters related to business concepts (e.g., user specific data,&#xD;&#xA;data specific for a business domain), whereas the software architect characterises the values of component&#xD;&#xA;parameters related to technical concepts (e.g., size of caches, size of a thread pool, configuration data,&#xD;&#xA;etc.). One UserData instance includes all parameter characterisation for the annotated entity. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_userData" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UserData" ordered="false" eType="#//usagemodel_av_pc/UsageModel" eOpposite="#//usagemodel_av_pc/UsageModel/userData_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userDataParameterUsages_UserData" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/userData_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The UsageModel specifies the whole user interaction with a system from a performance viewpoint. It consists of a number of concurrently executed UsageScenarios and a set of global UserData specifications. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_av_pc/UsageScenario" containment="true" eOpposite="#//usagemodel_av_pc/UsageScenario/usageModel_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_av_pc/UserData" containment="true" eOpposite="#//usagemodel_av_pc/UserData/usageModel_UserData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryLevelSystemCall" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EntryLevelSystemCall models the call to a service provided by a system. Therefore, an&#xD;&#xA;EntryLevelSystemCall references a ProvidedRole of a PCM System, from which the&#xD;&#xA;called interface and the providing component within the system can be derived, and a Signature&#xD;&#xA;specifying the called service. Notice, that the usage model does not permit the domain expert to&#xD;&#xA;model calls directly to components, but only to system roles. (TODO: Add such a constraint.) This decouples the System structure&#xD;&#xA;(i.e., the component-based software architecture model and its allocation) from the UsageModel&#xD;&#xA;and the software architect can change the System (e.g., include new components, remove existing&#xD;&#xA;components, or change their wiring or allocation) independently from the domain expert, if&#xD;&#xA;the system provided roles are not affected. EntryLevelSystemCalls may include a set of&#xD;&#xA;input parameter characterisations and a set of output parameter characterisations (as described in&#xD;&#xA;the pcm::parameters package). However, the random variables characterising the input parameters&#xD;&#xA;like NUMBER_OF_ELEMENTS can not depend on other variables in the usage model. They have&#xD;&#xA;to be composed from literals only including literals describing random variables having a&#xD;&#xA;certain fixed distribution.&#xD;&#xA;&#xD;&#xA;TODO Anne: Constraint that ensures that the referred signature is contained in the interface referenced by the ProvidedRole (see Diagram)"/> </eAnnotations> <eOperations name="EntryLevelSystemCallMustReferenceProvidedRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_EntryLevelSystemCall.providingEntity_ProvidedRole.oclIsTypeOf(pcm::system::System)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EntryLevelSystemCallSignatureMustMatchItsProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_EntryLevelSystemCall.providedInterface__OperationProvidedRole.signatures__OperationInterface->includes(self.operationSignature__EntryLevelSystemCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_EntryLevelSystemCall" ordered="false" eType="#//repository_av_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__EntryLevelSystemCall" ordered="false" eType="#//repository_av_pc/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/entryLevelSystemCall_OutputParameterUsage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/entryLevelSystemCall_InputParameterUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractUserAction" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" ordered="false" eType="#//usagemodel_av_pc/AbstractUserAction" eOpposite="#//usagemodel_av_pc/AbstractUserAction/predecessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" ordered="false" eType="#//usagemodel_av_pc/AbstractUserAction" eOpposite="#//usagemodel_av_pc/AbstractUserAction/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_AbstractUserAction" ordered="false" eType="#//usagemodel_av_pc/ScenarioBehaviour" eOpposite="#//usagemodel_av_pc/ScenarioBehaviour/actions_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScenarioBehaviour" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ScenarioBehaviour specifies possible sequences of executing services provided by the system.&#xD;&#xA;It contains a set of AbstractUserActions, each referencing a predecessor and successor (except the&#xD;&#xA;first and last action), thereby forming a sequence of actions. &#xD;&#xA;&#xD;&#xA;See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay&#xD;&#xA;- Start &#xD;&#xA;- Stop&#xD;&#xA;&#xD;&#xA;So far, ScenarioBehaviours do not include forks in the user flow (i.e., splitting the flow with an&#xD;&#xA;AND semantic), as it is assumed that users always act sequentially.&#xD;&#xA;&#xD;&#xA;As there are no random variables depending on other variables in the&#xD;&#xA;usage model, there are no equivalent actions to GuardedBranchTransitions or CollectionIteratorActions.&#xD;&#xA;"/> </eAnnotations> <eOperations name="Exactlyonestart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Start))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="Exactlyonestop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Stop))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).predecessor.oclIsUndefined()) and not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).successor.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_SenarioBehaviour" ordered="false" eType="#//usagemodel_av_pc/UsageScenario" eOpposite="#//usagemodel_av_pc/UsageScenario/scenarioBehaviour_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchTransition_ScenarioBehaviour" ordered="false" eType="#//usagemodel_av_pc/BranchTransition" eOpposite="#//usagemodel_av_pc/BranchTransition/branchedBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_ScenarioBehaviour" ordered="false" eType="#//usagemodel_av_pc/Loop" eOpposite="#//usagemodel_av_pc/Loop/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions_ScenarioBehaviour" ordered="false" upperBound="-1" eType="#//usagemodel_av_pc/AbstractUserAction" containment="true" eOpposite="#//usagemodel_av_pc/AbstractUserAction/scenarioBehaviour_AbstractUserAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchTransition is an association class that realises the containment of ScenarioBehaviours in in the branches of a Branch action. It is a separate meta class because it has the additional attribute branchProbability that specifies how probably it is that the references ScenarioBehaviour is executed in the Branch action. &#xD;&#xA;&#xD;&#xA;See also Branch."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branch_BranchTransition" ordered="false" eType="#//usagemodel_av_pc/Branch" eOpposite="#//usagemodel_av_pc/Branch/branchTransitions_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchedBehaviour_BranchTransition" ordered="false" eType="#//usagemodel_av_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_pc/ScenarioBehaviour/branchTransition_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Branch splits the user flow with a XOR-semantic: one of the included BranchTransitions&#xD;&#xA;is taken depending on the specified branch probabilities. Each BranchTransition contains a&#xD;&#xA;nested ScenarioBehaviour, which a user executes once this branch transition is chosen. After&#xD;&#xA;execution of the complete nested ScenarioBehaviour, the next action in the user flow after the&#xD;&#xA;Branch is its successor action.&#xD;&#xA;&#xD;&#xA;A constraint ensures that all branchProbabilities of the included BranchTransitions sum up to 1. "/> </eAnnotations> <eOperations name="AllBranchProbabilitiesMustSumUpTo1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self->collect(branchTransitions_Branch.branchProbability)->sum() > 0.999 and self->collect(branchTransitions_Branch.branchProbability)->sum() &lt;1.001"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchTransitions_Branch" ordered="false" upperBound="-1" eType="#//usagemodel_av_pc/BranchTransition" containment="true" eOpposite="#//usagemodel_av_pc/BranchTransition/branch_BranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Loop models a repeated sequence of actions in the user flow. It contains a nested ScenarioBehaviour specifying the loop body, and a RandomVariable specifying the number of iterations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="loopIteration_Loop" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/loop_LoopIteration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//usagemodel_av_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_pc/ScenarioBehaviour/loop_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Stop action which marks the action where the control flows ends. Stop actions have no successor."/> </eAnnotations> <eOperations name="StopHasNoSuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.successor.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Start action which marks the action where the control flows begins. Start actions have no predecessor."/> </eAnnotations> <eOperations name="StartHasNoPredecessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.predecessor.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpenWorkload" eSuperTypes="#//usagemodel_av_pc/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OpenWorkload specifies usage intensity with an inter-arrival time (i.e., the time between two&#xD;&#xA;user arrivals at the system) as a RandomVariable with an arbitrary probability distribution. It&#xD;&#xA;models that an infinite stream of users arrives at a system. The users execute their scenario, and then&#xD;&#xA;leave the system. The user population (i.e., the number of users concurrently present in a system) is&#xD;&#xA;not fixed in an OpenWorkload."/> </eAnnotations> <eOperations name="InterArrivalTimeInOpenWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.interArrivalTime_OpenWorkload.oclIsUndefined() and self.interArrivalTime_OpenWorkload.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interArrivalTime_OpenWorkload" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/openWorkload_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//usagemodel_av_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Delay represents a timing delay as a RandomVariable between two user actions. The Delay&#xD;&#xA;is included into the usage model to express that users do not call system services in direct successions,&#xD;&#xA;but usually need some time to determine their next action. User delays are for example useful,&#xD;&#xA;if a performance analyst wants to determine the execution time for a complete scenario behaviour&#xD;&#xA;(instead of a single service), which needs to include user delays."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="timeSpecification_Delay" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/delay_TimeSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedWorkload" eSuperTypes="#//usagemodel_av_pc/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClosedWorkload specifies directly the (constant) user population and a think time. It models&#xD;&#xA;that a fixed number of users execute their scenario, then wait (or think) for the specified amount&#xD;&#xA;of think time as a RandomVariable, and then reenter the system executing their scenario again.&#xD;&#xA;Performance analysts use closed workloads to model scenarios, where the number of users is known&#xD;&#xA;(e.g., a fixed number of users in a company)."/> </eAnnotations> <eOperations name="PopulationInClosedWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.population.oclIsUndefined() and self.population &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ThinkTimeInClosedWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.thinkTime_ClosedWorkload.oclIsUndefined() and self.thinkTime_ClosedWorkload.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="population" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thinkTime_ClosedWorkload" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/closedWorkload_PCMRandomVariable"/> </eClassifiers> </eSubpackages> <eSubpackages name="repository_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_advice_pointcut" nsPrefix="repository_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The main package contributing component types and interfaces."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PassiveResource" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a passive resource, e.g., a semaphore."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity_PassiveResource" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/passiveResource_capacity_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the capacity of this passive resource."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_PassiveResource" ordered="false" eType="#//repository_av_pc/BasicComponent" eOpposite="#//repository_av_pc/BasicComponent/passiveResource_BasicComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceTimeoutFailureType__PassiveResource" ordered="false" eType="#//reliability_av_pc/ResourceTimeoutFailureType" eOpposite="#//reliability_av_pc/ResourceTimeoutFailureType/passiveResource__ResourceTimeoutFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;failure type that represents a timeout&amp;nbsp;failure of an acquiring action for this passive resource&amp;nbsp;(see the&#xD;&#xA;documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicComponent" eSuperTypes="#//repository_av_pc/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a black-box component implementation. Basic components are atomic building blocks of a software architecture. They cannot be further subdivided into smaller components and are built from scratch, i.e, not by assembling other components. Component developers specify basic components by associating interfaces to them in a providing or requiring role."/> </eAnnotations> <eOperations name="NoSeffTypeUsedTwice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.serviceEffectSpecifications__BasicComponent->forAll(p1, p2 |&#xD;&#xA; p1 &lt;> p2 implies (p1.describedService__SEFF = p2.describedService__SEFF implies p1.seffTypeID &lt;> p2.seffTypeID))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvideSameInterfacesAsImplementationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- BC has to provide the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->collect(pr : ProvidedRole | pr.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes->collect(pr | pr.providedRoles_InterfaceProvidingEntity.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfacesAsImplementationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- BC has to require the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceEffectSpecifications__BasicComponent" ordered="false" upperBound="-1" eType="#//seff_av_pc/ServiceEffectSpecification" containment="true" eOpposite="#//seff_av_pc/ServiceEffectSpecification/basicComponent_ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property contains the service effect specification for services provided by this basic component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_BasicComponent" ordered="false" upperBound="-1" eType="#//repository_av_pc/PassiveResource" containment="true" eOpposite="#//repository_av_pc/PassiveResource/basicComponent_PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the passive resources, e.g., semaphores, that are owned by this basic component."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationComponentType" eSuperTypes="#//repository_av_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of a component, where both sets of provided and required interfaces as well as the implementation is visible. It fully specifies the component type. The specification of&#xD;&#xA;the internal structure depends on the way the component is realised. In general, components can either be implemented from the scratch or composed out of other components. In the first case, the implemented behaviour of each provided service needs to be specified with a service effect specification (SEFF) to describe the component’s abstract internal structure. We refer to such components as basic components, since they form the basic building blocks of a software architecture. On the other hand, developers can use existing components to assemble new, composite components.&#xD;&#xA;&#xD;&#xA;TODO: ? Possibly add constraint that the VariableUsages must have unique names within one component. Maybe this constraint can even be added to the VariableUsage in general (for each containment of VariableUsages, each name inside must be unique, for example). "/> </eAnnotations> <eOperations name="RequiredInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ImplementationTypes required Interfaces have to be a subset&#xD;&#xA;-- of CompleteComponentType required Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc1 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc1->union(pt.requiredRoles->iterate(r : RequiredRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc2->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc3 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc3->union(pt.requiredRoles->iterate(r : RequiredRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc4->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc5 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc5->union(pt.requiredRoles->iterate(r : RequiredRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc6->union(r.requiredInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;&#x9;))&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;-- Directly required interfaces need to be a subset of required anchestorInterfaces of Supertype #&#xD;&#xA;--anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;self.requiredRoles->iterate(p : RequiredRole; acc7 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc7->union(p.requiredInterface.identifier.id->asBag())&#xD;&#xA;--&#x9;)&#x9;&#xD;&#xA;--)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ### EXACT COPY FROM ABOVE ###&#xD;&#xA;-- ImplementationComponentTypes provided Interfaces have to be a superset&#xD;&#xA;-- of CompleteComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvidedInterfaceHaveToConformToComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.componentType = ComponentType::INFRASTRUCTURE_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(OperationInterface) or role.oclIsTypeOf(EventGroup))->size() = 0&#xD;&#xA;else if self.componentType = ComponentType::BUSINESS_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(InfrastructureInterface))->size() = 0&#xD;&#xA;else&#xD;&#xA;&#x9;1 = 0&#xD;&#xA;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentCompleteComponentTypes" ordered="false" upperBound="-1" eType="#//repository_av_pc/CompleteComponentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParameterUsage_ImplementationComponentType" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specified the variables of the component that are to be initialized using the assembly context to parametrize the component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" ordered="false" lowerBound="1" eType="#//repository_av_pc/ComponentType" defaultValueLiteral="BUSINESS_COMPONENT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryComponent" eSuperTypes="#//core_av_pc/entity_av_pc/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of all component types which can be part of a component repository"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__RepositoryComponent" ordered="false" eType="#//repository_av_pc/Repository" eOpposite="#//repository_av_pc/Repository/components__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this entity is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedRole" eSuperTypes="#//repository_av_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided roles list the interfaces offered by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providingEntity_ProvidedRole" ordered="false" eType="#//core_av_pc/entity_av_pc/InterfaceProvidingEntity" eOpposite="#//core_av_pc/entity_av_pc/InterfaceProvidingEntity/providedRoles_InterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the providing entity that is providing the interface associated with this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a parameter within a signature. The parameter has a name and it is of a data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType__Parameter" ordered="false" eType="#//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignature__Parameter" ordered="false" eType="#//repository_av_pc/InfrastructureSignature" eOpposite="#//repository_av_pc/InfrastructureSignature/parameters__InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__Parameter" ordered="false" eType="#//repository_av_pc/OperationSignature" eOpposite="#//repository_av_pc/OperationSignature/parameters__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property navigates to the signature this parameter is a part of."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__Parameter" ordered="false" eType="#//repository_av_pc/EventType" eOpposite="#//repository_av_pc/EventType/parameter__EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the name of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier__Parameter" ordered="false" lowerBound="1" eType="#//repository_av_pc/ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the modifier of the parameter like known from C#."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignature__Parameter" ordered="false" eType="#//resourcetype_av_pc/ResourceSignature" eOpposite="#//resourcetype_av_pc/ResourceSignature/parameter__ResourceSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a data type that can be stored in a repository and used for specification and modeling of interface signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__DataType" ordered="false" eType="#//repository_av_pc/Repository" eOpposite="#//repository_av_pc/Repository/dataTypes__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specifies the repository to which this data type belongs."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repository entity allows storing components, data types, and interfaces to be fetched and reused for construction of component instances as well as new component types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryDescription" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents a description of the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="components__Repository" ordered="false" upperBound="-1" eType="#//repository_av_pc/RepositoryComponent" containment="true" eOpposite="#//repository_av_pc/RepositoryComponent/repository__RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the provides component types stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces__Repository" ordered="false" upperBound="-1" eType="#//repository_av_pc/Interface" containment="true" eOpposite="#//repository_av_pc/Interface/repository__Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes__Repository" ordered="false" upperBound="-1" eType="#//reliability_av_pc/FailureType" containment="true" eOpposite="#//reliability_av_pc/FailureType/repository__FailureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes__Repository" ordered="false" upperBound="-1" eType="#//repository_av_pc/DataType" containment="true" eOpposite="#//repository_av_pc/DataType/repository__DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data types stored in the repository."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity models the interface as a set of signatures representing services provided or required by a component. An interface is an abstraction of piece of software (a software entity) which should contain a sufficient amount of information for a caller to understand and finally request the realised functionality from any entity claiming to offer the specified functionality. Note that this implies, that the specification of the interface also has to contain a sufficient amount of information for the implementer to actually implement the interface. Due to the inherent need of an interface to abstract the behaviour of the software entity not in all cases there is sufficient information provided to use or implement an interface in an unambiquious way.&#xD;&#xA;&#xD;&#xA;Interfaces can exist on their own, i.e., without any entity requesting or implementing the specified functionality. Two roles can be identified a software entity can take relative to an interface. Any entity can either claim to implement the functionality specified in an interface or to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities, and their relationships."/> </eAnnotations> <eOperations name="NoProtocolTypeIDUsedTwice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.protocols__Interface->forAll(p1, p2 |&#xD;&#xA;p1.protocolTypeID &lt;> p2.protocolTypeID)&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentInterfaces__Interface" ordered="false" upperBound="-1" eType="#//repository_av_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces from which this interface directly inherits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocols__Interface" ordered="false" upperBound="-1" eType="#//protocol_av_pc/Protocol" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the protocol bound to this interfaces, i.e., the way, in the sense of the order, the services of this interfaces are allowed to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCharacterisations" ordered="false" upperBound="-1" eType="#//repository_av_pc/RequiredCharacterisation" containment="true" eOpposite="#//repository_av_pc/RequiredCharacterisation/interface_RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="documentation of required variable characterisations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__Interface" ordered="false" eType="#//repository_av_pc/Repository" eOpposite="#//repository_av_pc/Repository/interfaces__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this interface is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specification of required variable characeterisations per parameter. Increases power of interfaces and lifts variable characterisations to the interface to enable extended interoperability checks."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_av_pc/VariableCharacterisationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" eType="#//repository_av_pc/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface_RequiredCharacterisation" ordered="false" eType="#//repository_av_pc/Interface" eOpposite="#//repository_av_pc/Interface/requiredCharacterisations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGroup" eSuperTypes="#//repository_av_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EventGroup combines a set of EventTypes that are supported by a Sink and/or a Source. This is comparable to an operation interface combining a set of operation signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTypes__EventGroup" ordered="false" upperBound="-1" eType="#//repository_av_pc/EventType" containment="true" eOpposite="#//repository_av_pc/EventType/eventGroup__EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="#//repository_av_pc/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EventType represents a single class of events that can be emited by a source or consumed by a sink. The characteristics of the event are defined by the variable included in the EventType.&#xD;&#xA;Due to the extension of the signature class, the EventType is also accessible for ServiceEffectSpecifications (SEFF). By this, a SEFF is able to represent an event handler for this type of events."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__EventType" ordered="false" eType="#//repository_av_pc/Parameter" containment="true" eOpposite="#//repository_av_pc/Parameter/eventType__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventType" ordered="false" eType="#//repository_av_pc/EventGroup" eOpposite="#//repository_av_pc/EventGroup/eventTypes__EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signature" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This&amp;nbsp;entity&amp;nbsp;represents&amp;nbsp;the&amp;nbsp;signature&amp;nbsp;of&amp;nbsp;a&amp;nbsp;method,&amp;nbsp;i.e.,&amp;nbsp;its&amp;nbsp;parameters,&amp;nbsp;exception&amp;nbsp;declarations,&amp;nbsp;return&amp;nbsp;type,&amp;nbsp;etc.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; Every&amp;nbsp;service&amp;nbsp;of&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;unique&amp;nbsp;signature,&amp;nbsp;like&amp;nbsp;void&amp;nbsp;doSomething(int&amp;nbsp;a).&amp;nbsp;A&amp;nbsp;PCM&amp;nbsp;signature&amp;nbsp;is&amp;nbsp;comparable&amp;nbsp;to&amp;nbsp;a&amp;nbsp;method&amp;nbsp;signature&amp;nbsp;in&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;like&amp;nbsp;C#,&amp;nbsp;Java&amp;nbsp;or&amp;nbsp;the&amp;nbsp;OMG&amp;nbsp;IDL.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; It&amp;nbsp;contains:&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;A&amp;nbsp;type&amp;nbsp;of&amp;nbsp;the&amp;nbsp;return&amp;nbsp;value&amp;nbsp;or&amp;nbsp;void&amp;nbsp;(no&amp;nbsp;return&amp;nbsp;value),&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;naming&amp;nbsp;the&amp;nbsp;service,&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;ordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;(0..*).Each&amp;nbsp;parameter&amp;nbsp;is&amp;nbsp;a&amp;nbsp;tuple&amp;nbsp;of&amp;nbsp;a&amp;nbsp;datatype&amp;nbsp;and&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;(which&amp;nbsp;is&amp;nbsp;unique&amp;nbsp;across&amp;nbsp;the&amp;nbsp;parameters).&amp;nbsp;Additionally,&amp;nbsp;the&amp;nbsp;modifiers&amp;nbsp;in,&amp;nbsp;out,&amp;nbsp;and&amp;nbsp;inout&amp;nbsp;(with&amp;nbsp;its&amp;nbsp;OMG&lt;br />&#xD;&#xA; IDL&amp;nbsp;semantics)&amp;nbsp;can&amp;nbsp;be&amp;nbsp;used&amp;nbsp;for&amp;nbsp;parameters,&amp;nbsp;and&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;unordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;exceptions.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; A&amp;nbsp;signature&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;unique&amp;nbsp;for&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;through&amp;nbsp;the&amp;nbsp;tupel&amp;nbsp;(identifier,&amp;nbsp;order&amp;nbsp;of&amp;nbsp;parameters).&amp;nbsp;An&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;list&amp;nbsp;of&amp;nbsp;1..*&amp;nbsp;signatures&amp;nbsp;(interfaces&amp;nbsp;associate&amp;nbsp;1..*&amp;nbsp;signatures,&amp;nbsp;not&amp;nbsp;the&amp;nbsp;other&amp;nbsp;way&amp;nbsp;around).&amp;nbsp;A&lt;br />&#xD;&#xA; signature&amp;nbsp;is&amp;nbsp;assigned&amp;nbsp;to&amp;nbsp;exactly&amp;nbsp;one&amp;nbsp;interface.&amp;nbsp;However,&amp;nbsp;different&amp;nbsp;interfaces&amp;nbsp;can&amp;nbsp;define&amp;nbsp;equally&amp;nbsp;named&amp;nbsp;signatures.&amp;nbsp;If,&amp;nbsp;for&amp;nbsp;example,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;defined&amp;nbsp;for&amp;nbsp;interface&amp;nbsp;A&amp;nbsp;and&amp;nbsp;B,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;not&amp;nbsp;identical&amp;nbsp;in&amp;nbsp;both&amp;nbsp;interfaces.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Failure that may occur inside external services must be specified at the service signatures. This way components that&#xD;&#xA; use this services may implement failure handling without knowing the internal behaviour of the connected component.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions__Signature" ordered="false" upperBound="-1" eType="#//repository_av_pc/ExceptionType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of exceptions declared by this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType" ordered="false" upperBound="-1" eType="#//reliability_av_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;failure&amp;nbsp;types&amp;nbsp;that&amp;nbsp;can&amp;nbsp;happen&amp;nbsp;on&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;service."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a type of an exception."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property denotes the name of the exception. In addition to the exception message, this is another piece of information that can be used for identification of the exception that has appeared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionMessage" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the text message of the exception."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureSignature" eSuperTypes="#//repository_av_pc/Signature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__InfrastructureSignature" ordered="false" upperBound="-1" eType="#//repository_av_pc/Parameter" containment="true" eOpposite="#//repository_av_pc/Parameter/infrastructureSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureInterface__InfrastructureSignature" ordered="false" eType="#//repository_av_pc/InfrastructureInterface" eOpposite="#//repository_av_pc/InfrastructureInterface/infrastructureSignatures__InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureInterface" eSuperTypes="#//repository_av_pc/Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignatures__InfrastructureInterface" ordered="false" upperBound="-1" eType="#//repository_av_pc/InfrastructureSignature" containment="true" eOpposite="#//repository_av_pc/InfrastructureSignature/infrastructureInterface__InfrastructureSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequiredRole" eSuperTypes="#//repository_av_pc/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__InfrastructureRequiredRole" ordered="false" eType="#//repository_av_pc/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredRole" eSuperTypes="#//repository_av_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required roles list the interfaces required by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringEntity_RequiredRole" ordered="false" eType="#//core_av_pc/entity_av_pc/InterfaceRequiringEntity" eOpposite="#//core_av_pc/entity_av_pc/InterfaceRequiringEntity/requiredRoles_InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface requiring entity that requires this interface."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSignature" eSuperTypes="#//repository_av_pc/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An interface specific to operations and a operation specific association to parameters and return values."/> </eAnnotations> <eOperations name="ParameterNamesHaveToBeUniqueForASignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parameters__OperationSignature->isUnique(p : Parameter |&#xD;&#xA;&#x9;p.parameterName&#xD;&#xA;)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interface__OperationSignature" ordered="false" eType="#//repository_av_pc/OperationInterface" eOpposite="#//repository_av_pc/OperationInterface/signatures__OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface that contains the method with this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__OperationSignature" upperBound="-1" eType="#//repository_av_pc/Parameter" containment="true" eOpposite="#//repository_av_pc/Parameter/operationSignature__Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of parameters of the corresponding method."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType__OperationSignature" ordered="false" eType="#//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the return type of the corresponding method."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterface" eSuperTypes="#//repository_av_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OperationInterface is a specific type of interface related to operation calls. For this, it also refereferences a set of operation interfaces. Operations can represent methods, functions or any comparable concept."/> </eAnnotations> <eOperations name="SignaturesHaveToBeUniqueForAnInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- full signature has to be unique &#xD;&#xA;-- (use of ocl-tupels) #&#xD;&#xA;let sigs : Bag(&#xD;&#xA;&#x9;-- parameters: Sequence of DataType, NOT name #&#xD;&#xA;&#x9;-- exceptions have not to be considered #&#xD;&#xA;&#x9;Tuple(returnType : DataType, serviceName : String, parameters : Sequence(DataType) ) &#xD;&#xA;) = &#xD;&#xA;self.signatures__OperationInterface->collect(sig : OperationSignature |&#xD;&#xA;&#x9;Tuple{&#xD;&#xA;&#x9;&#x9;returnType : DataType = sig.returnType__OperationSignature,&#xD;&#xA;&#x9;&#x9;serviceName : String = sig.entityName,&#xD;&#xA;&#x9;&#x9;parameters : Sequence(DataType) = sig.parameters__OperationSignature.dataType__Parameter&#xD;&#xA;&#x9;}&#xD;&#xA;)&#xD;&#xA;in&#xD;&#xA;sigs->isUnique(s|s)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="signatures__OperationInterface" ordered="false" upperBound="-1" eType="#//repository_av_pc/OperationSignature" containment="true" eOpposite="#//repository_av_pc/OperationSignature/interface__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the set of signatures of which the interface consists."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRequiredRole" eSuperTypes="#//repository_av_pc/RequiredRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the required operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__OperationRequiredRole" ordered="false" eType="#//repository_av_pc/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces that is required by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceRole" eSuperTypes="#//repository_av_pc/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SourceRole" ordered="false" eType="#//repository_av_pc/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkRole" eSuperTypes="#//repository_av_pc/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkRole, extending a ProvidedRole, identifies components that provide an event handler for specific EventTypes. As for SourceRoles, the EventTypes, a SinkRole is compatible with, are defined by the associated EventGroup."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SinkRole" ordered="false" eType="#//repository_av_pc/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationProvidedRole" eSuperTypes="#//repository_av_pc/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the provided operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__OperationProvidedRole" ordered="false" eType="#//repository_av_pc/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the corresponding interface that is provided by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureProvidedRole" eSuperTypes="#//repository_av_pc/ProvidedRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__InfrastructureProvidedRole" ordered="false" eType="#//repository_av_pc/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameter modifiers like known from C#."/> </eAnnotations> <eLiterals name="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use this value if no parameter modifier shall be applied."/> </eAnnotations> </eLiterals> <eLiterals name="in" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;in&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;out&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ref&quot; according to C# semantics"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteComponentType" eSuperTypes="#//repository_av_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Complete (Component) types abstract from the realisation of components. They only contain provided and required roles omitting the components’ internal structure, i.e., the service effect specifications or assemblies. Thus, complete types represent a black box view on components. Leaving the implementation open allows for a higher flexibility of software architects and defines substitutability in the PCM."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(&#xD;&#xA;&#x9;self.oclIsTypeOf(CompleteComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(ImplementationComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(CompositeComponent)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(BasicComponent)&#xD;&#xA;)&#xD;&#xA;implies&#xD;&#xA;(&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->size() >= 1&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.requiredRoles_InterfaceRequiringEntity->size() >= 1&#xD;&#xA;)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToProvidedType2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CompleteTypes provided Interfaces have to be a superset&#xD;&#xA;-- of ProvidesComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see &quot;lpar2005.pdf&quot; (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;--&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentProvidesComponentTypes" ordered="false" upperBound="-1" eType="#//repository_av_pc/ProvidesComponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidesComponentType" eSuperTypes="#//repository_av_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided (Component) Types abstract a component to its provided interfaces, leaving its requirements and implementation details open. So, provided types subsume components which offer the same functionality, but with different implementations. As different implementations might require different services from the environment, provided types omit required interfaces. Provided types allow software architects to focus on a component’s functionality and introduce weak substitutability to the PCM. Using provided types, software architects can draft ideas on how functionality can be partitioned among different components without worrying about their implementation. In the initial phases of architectural design, it often does not make sense to arrange all details of a component, since most of them depend on the actual implementation and thus need to be specified by component developers. As during this phase the actual implementation is unknown, also the required interfaces of a component cannot be stated. However, software architects can still pre-evaluate a software architecture containing provided-types. This gives rough estimates about the quality of the build software system and defines QoS requirements for the component implementation."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclIsTypeOf(ProvidesComponentType)&#xD;&#xA;implies&#xD;&#xA;self.providedRoles_InterfaceProvidingEntity->size() >= 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComponentType"> <eLiterals name="BUSINESS_COMPONENT"/> <eLiterals name="INFRASTRUCTURE_COMPONENT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeComponent" eSuperTypes="#//core_av_pc/entity_av_pc/ComposedProvidingRequiringEntity #//repository_av_pc/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Composite components are special implementation component types, which are composed from inner components. Component developers compose inner components within composite components with assembly connectors. An assembly connector binds a provided role with a required role. To access the inner components, composite components themselves provide or require interfaces. A delegation connector binds a provided (required) role of the composite component with an inner component provided (required) role. A composite component may contain other composite components, which are also themselves composed out of inner components. This enables building arbitrary hierarchies of nested components. Like a basic component, a composite component may contain a SEFF. However, this SEFF is not specified manually by the composite component developer, but can be computed by combining the SEFFs of the inner components."/> </eAnnotations> <eOperations name="ProvideSameInterfaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CC has to provide the same interfaces like the implementationComponentType (if set) (same OCL code like BC)#&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CC has to require the same interfaces like the implementationComponentType (if set) (same OCL code like BC) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a primitive data type such as integer, string, and double."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//repository_av_pc/PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represent the base type of this type, e.g., if this type represents the integer interval (1..5), the base type will be INT."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Primitive types for usage in datatype and interface definitions"/> </eAnnotations> <eLiterals name="INT"/> <eLiterals name="STRING" value="1"/> <eLiterals name="BOOL" value="2"/> <eLiterals name="DOUBLE" value="3"/> <eLiterals name="CHAR" value="4"/> <eLiterals name="BYTE" value="5"/> <eLiterals name="LONG" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDataType" eSuperTypes="#//core_av_pc/entity_av_pc/Entity #//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a collection data type, e.g.,. a list, array, set, of items of the a particular type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerType_CollectionDataType" ordered="false" eType="#//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the type of items contained in the collection data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeDataType" eSuperTypes="#//core_av_pc/entity_av_pc/Entity #//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a complex data type containing other data types. This construct is common in higher programming languages as record, struct, or class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentType_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_av_pc/CompositeDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the parent type in the inheritance hierarchy. Null if there is no parent."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="innerDeclaration_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_av_pc/InnerDeclaration" containment="true" eOpposite="#//repository_av_pc/InnerDeclaration/compositeDataType_InnerDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the internals, i.e., named items, each of a data type, forming this composite data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerDeclaration" eSuperTypes="#//core_av_pc/entity_av_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represent a declaration of a data type inside of a composite data type. It enriches the data type it declares with a name to allow multiple declarations of the same type within a composite data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype_InnerDeclaration" ordered="false" eType="#//repository_av_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type that the inner declaration declares."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeDataType_InnerDeclaration" ordered="false" eType="#//repository_av_pc/CompositeDataType" eOpposite="#//repository_av_pc/CompositeDataType/innerDeclaration_CompositeDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of an interface role. "/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="resourcetype_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_advice_pointcut" nsPrefix="resourcetype_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing all resource types supported by the PCM"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceSignature" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__ResourceSignature" ordered="false" eType="#//repository_av_pc/Parameter" containment="true" eOpposite="#//repository_av_pc/Parameter/resourceSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceServiceId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterface__ResourceSignature" ordered="false" eType="#//resourcetype_av_pc/ResourceInterface" eOpposite="#//resourcetype_av_pc/ResourceInterface/resourceSignatures__ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceType" eSuperTypes="#//resourcetype_av_pc/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; ResourceType representation of CPU.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hardwareInducedFailureType__ProcessingResourceType" ordered="false" eType="#//reliability_av_pc/HardwareInducedFailureType" eOpposite="#//reliability_av_pc/HardwareInducedFailureType/processingResourceType__HardwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceType" eSuperTypes="#//core_av_pc/entity_av_pc/Entity Units_advice_pointcut.ecore#//UnitCarryingElement #//core_av_pc/entity_av_pc/ResourceInterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of any resource"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository_ResourceType" ordered="false" eType="#//resourcetype_av_pc/ResourceRepository" eOpposite="#//resourcetype_av_pc/ResourceRepository/availableResourceTypes_ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRepository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Extendable repository of resource types of the PCM. The resource type repository is intentionally left open to support&#xD;&#xA;arbitrary resources in the future"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaces__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_pc/ResourceInterface" containment="true" eOpposite="#//resourcetype_av_pc/ResourceInterface/resourceRepository__ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicies__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_pc/SchedulingPolicy" containment="true" eOpposite="#//resourcetype_av_pc/SchedulingPolicy/resourceRepository__SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableResourceTypes_ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_pc/ResourceType" containment="true" eOpposite="#//resourcetype_av_pc/ResourceType/resourceRepository_ResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedulingPolicy" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__SchedulingPolicy" ordered="false" eType="#//resourcetype_av_pc/ResourceRepository" eOpposite="#//resourcetype_av_pc/ResourceRepository/schedulingPolicies__ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceType" eSuperTypes="#//resourcetype_av_pc/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceType representing communication links like, LAN, WAN, WiFi etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networkInducedFailureType__CommunicationLinkResourceType" ordered="false" eType="#//reliability_av_pc/NetworkInducedFailureType" eOpposite="#//reliability_av_pc/NetworkInducedFailureType/communicationLinkResourceType__NetworkInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterface" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__ResourceInterface" ordered="false" eType="#//resourcetype_av_pc/ResourceRepository" eOpposite="#//resourcetype_av_pc/ResourceRepository/resourceInterfaces__ResourceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignatures__ResourceInterface" ordered="false" upperBound="-1" eType="#//resourcetype_av_pc/ResourceSignature" containment="true" eOpposite="#//resourcetype_av_pc/ResourceSignature/resourceInterface__ResourceSignature"/> </eClassifiers> </eSubpackages> <eSubpackages name="protocol_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_advice_pointcut" nsPrefix="protocol_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The PCM is prepared to support interface protocols. This package contains a protocol stub. Multiple protocols following&#xD;&#xA; different formalisms are supported by the PCM and distinguished by a protocol ID.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A protocol is a set of calling sequences and can be optionally added to an interface. Protocols of provided&#xD;&#xA;interfaces specify the order in which services have to be called by clients. Protocols of required interfaces&#xD;&#xA;specify the actual order in which the component calls required services.&#xD;&#xA;&#xD;&#xA;Besides finite state machines, different formalisms can be used to model protocols. The PCM does&#xD;&#xA;not restrict the protocol modelling formalisms. For example, Petri nets or regular expressions could&#xD;&#xA;model interface protocols. However, the choice of a formalism does influence possible analyses. For&#xD;&#xA;example, to check the interoperability of two components A and B, the language inclusion of the required&#xD;&#xA;protocol of A within the provided protocol of B has to be tested. The language inclusion is undecidable for&#xD;&#xA;Petri nets in the general case, so protocols modelled with Petri nets cannot be checked for interoperability.&#xD;&#xA;Notice, that although protocols are able to express the state of a component, interfaces themselves&#xD;&#xA;are stateless. The protocol state only depends on the component that implements the interface and is only&#xD;&#xA;present during component runtime. Components can provide/require multiple interfaces, but the PCM&#xD;&#xA;does not support protocols ranging over multiple interfaces (neither for provided nor required protocols).&#xD;&#xA;The complete state of a components consists of all its interface states. Restrictions on the complete state&#xD;&#xA;cannot be expressed in the PCM, as protocols can only be specified for single interfaces."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocolTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiple protocols following different formalisms are supported by the PCM and distinguished by a protocol ID."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="parameter_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_advice_pointcut" nsPrefix="parameter_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter package allows to model data dependent performance characteristics of software systems. It is mainly used to specify performance dependencies on input and output parameters of single service calls. It can also be used to describe dependencies on the state of components by the use of component parameters. The latter describe stochastically a component state which does not change over time. &#xD;&#xA;&#xD;&#xA;Parameters are described by the use of variable usages which on the one side contain a performance abstraction of the variable's value and on the other side the name of the variable for refering to the variable. Characterisations available include Structure (information on the data's internal structure like &quot;sorted&quot; or &quot;unsorted&quot; for an array), Number of Elements (size of a collection), Value (the actuall variable value), Bytesize (the variable's memory footprint), or type (the type of the variable in polymorphic cases).&#xD;&#xA;&#xD;&#xA;Example for variable usages may be a.NUMBER_OF_ELEMENTS = 10 (array &quot;a&quot; contains 10 elements), tree.STRUCTURE = &quot;balanced&quot; (tree &quot;tree&quot; is a balanced tree), and so on."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="VariableUsage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable usages are used to characterise variables like input and output variables or component parameters. They contain the specification of the variable as VariableCharacterisation and also refer to the name of the characterised variable in its namedReference association. Note that it was an explicit design decision to refer to variable names instead of the actual variables (i.e., by refering to Parameter class). It eased the writing of transformations (DSolver as well as SimuCom) but put some complexity in the frontend for entering the variable usages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_VariableUsage" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableCharacterisation" containment="true" eOpposite="#//parameter_av_pc/VariableCharacterisation/variableUsage_VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This association contains the information which abstract information on a specific variable is available. For example, whether we know something on the variable's value, its structure or memory footprint. There can be multiple characterisations of the same variable if more than one type of information is available."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_VariableUsage" ordered="false" eType="#//usagemodel_av_pc/UserData" eOpposite="#//usagemodel_av_pc/UserData/userDataParameterUsages_UserData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callAction__VariableUsage" ordered="false" eType="#//seff_av_pc/CallAction" eOpposite="#//seff_av_pc/CallAction/inputVariableUsages__CallAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_VariableUsage" ordered="false" eType="#//seff_av_pc/SynchronisationPoint" eOpposite="#//seff_av_pc/SynchronisationPoint/outputParameterUsage_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callReturnAction__VariableUsage" ordered="false" eType="#//seff_av_pc/CallReturnAction" eOpposite="#//seff_av_pc/CallReturnAction/returnVariableUsage__CallReturnAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setVariableAction_VariableUsage" ordered="false" eType="#//seff_av_pc/SetVariableAction" eOpposite="#//seff_av_pc/SetVariableAction/localVariableUsages_SetVariableAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage" ordered="false" eType="#//qosannotations_av_pc/SpecifiedOutputParameterAbstraction" eOpposite="#//qosannotations_av_pc/SpecifiedOutputParameterAbstraction/expectedExternalOutputs_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__VariableUsage" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext" eOpposite="#//core_av_pc/composition_av_pc/AssemblyContext/configParameterUsages__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_InputParameterUsage" ordered="false" eType="#//usagemodel_av_pc/EntryLevelSystemCall" eOpposite="#//usagemodel_av_pc/EntryLevelSystemCall/inputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_OutputParameterUsage" ordered="false" eType="#//usagemodel_av_pc/EntryLevelSystemCall" eOpposite="#//usagemodel_av_pc/EntryLevelSystemCall/outputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedReference__VariableUsage" ordered="false" eType="ecore:EClass stoex_advice_pointcut.ecore#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable characterisations store performance critical meta-information on a variable. For example, if a variable's value is used in a long running loop, the value of the variable is performance critical. Or as an other example, for Q-Sort it is performancewise important to know how much elements are in a given array and whether the array is sorted or not. Variable characterisations contain a type which tells what kind of meta-information is stored (STRUCTURE, NUMBER_OF_ELEMENTS, ...) and a PCMRandomVariable for storing the value of the characterisation.&#xD;&#xA;&#xD;&#xA;For example, in &quot;a.NUMBER_OF_ELEMENTS=10&quot; the a is the name of the variable, NUMBER_OF_ELEMENTS is the characterisation type and &quot;10&quot; would be the specification (as PCMRandomVariable) of the characterisation's value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_av_pc/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type specifies the kind of the variable characterisation. There are 5 types available: STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_VariableCharacterisation" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/variableCharacterisation_Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification contains the value of a variable characterisation. It is a stoachastic expression which may also contain references to other variable characterisations (that is the reason why it is a PCMRandomVariable). "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variableUsage_VariableCharacterisation" ordered="false" eType="#//parameter_av_pc/VariableUsage" eOpposite="#//parameter_av_pc/VariableUsage/variableCharacterisation_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterisedVariable" eSuperTypes="stoex_advice_pointcut.ecore#//Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A characterised variable is a special variable which contains a performance abstraction of a data type. It can be transformed in a named reference and a variable characterisation. It has to end always with a variable characterisation type. Examples are &quot;a.NUMBER_OF_ELEMENTS&quot; or &quot;array.STRUCTURE&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characterisationType" ordered="false" lowerBound="1" eType="#//parameter_av_pc/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the characterisation of the characterised variable. The type can be any of the varibale characterisation types, i.e., STRUCTURE, NUMBER_OF_ELEMENTS, TYPE, VALUE, or BYTESIZE."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable characterisation types determine the set of available meta-informations on variables. Possible values are STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> <eLiterals name="STRUCTURE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structure characterisation type is used to describe the structure of the data. With structure we refer to performance relevant properties of data like for example whether an array is sorted, a tree is balanced, a collection is indexed, and so on.... The allowed set of value of the structure characterisation has to be specified by the component developer for a particular component."/> </eAnnotations> </eLiterals> <eLiterals name="NUMBER_OF_ELEMENTS" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of elements of a collection data type describe the amount of data objects contained in the collection."/> </eAnnotations> </eLiterals> <eLiterals name="VALUE" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value characterisation can be used to specify the actual value of a parameter. It is only available for parameters having a primitive type. The value characterisation should be used with care as it increased the complexity of the resulting analysis model significantly. It should be only used in performance-critical cases."/> </eAnnotations> </eLiterals> <eLiterals name="BYTESIZE" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bytesize characterisation specifies the memory footprint of a data object."/> </eAnnotations> </eLiterals> <eLiterals name="TYPE" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type characterisation specifies the actual data type of polymorphic data objects in cases where the actual type has an impact on performance. For example in a shape drawing application the actual shape of a geometric object has an impact on the performance as drawing a circle is much more time consuming than drawing a simple line."/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="reliability_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_advice_pointcut" nsPrefix="reliability_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains reliability-relevant classes such as the definition of failure types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass that connects a failure type definition to an occurrence probability. Used to describe the failure&#xD;&#xA; potential of certain points of failure within the control and data flow (i.e. Actions within&#xD;&#xA; ResourceDemandingBehaviours).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="EnsureValidFailureProbabilityRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.failureProbability.oclAsType(Real) &lt;= 1.0) and (self.failureProbability.oclAsType(Real) >= 0.0)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardwareInducedFailureType" eSuperTypes="#//reliability_av_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a hardware-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to an unavailable&#xD;&#xA; resource. Standard types&amp;nbsp;are pre-defined according to the pre-defined ProcessingResourceTypes: CPU, HDD, DELAY.&#xD;&#xA; Further types may be defined by the modeller for a certain PCM instance, together with a custom ProcessingResourceType.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="HardwareInducedFailureTypeHasProcessingResourceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="( self.processingResourceType__HardwareInducedFailureType &lt;> null ) and ( not ( self.processingResourceType__HardwareInducedFailureType.oclIsTypeOf( pcm::resourcetype::CommunicationLinkResourceType ) ) )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceType__HardwareInducedFailureType" ordered="false" eType="#//resourcetype_av_pc/ProcessingResourceType" eOpposite="#//resourcetype_av_pc/ProcessingResourceType/hardwareInducedFailureType__ProcessingResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareInducedFailureType" eSuperTypes="#//reliability_av_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a software-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a software fault. Type&#xD;&#xA; definitions are created by modellers for a certain PCM instance to distinguish&amp;nbsp;different types of software&#xD;&#xA; failure-on-demand occurrences. Possible examples are: &quot;EncryptionFailure&quot;, &quot;ProtocolFailure&quot;, &quot;WebServerFailure&quot;.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalFailureOccurrenceDescriptions__SoftwareInducedFailureType" ordered="false" upperBound="-1" eType="#//reliability_av_pc/InternalFailureOccurrenceDescription" eOpposite="#//reliability_av_pc/InternalFailureOccurrenceDescription/softwareInducedFailureType__InternalFailureOccurrenceDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalFailureOccurrenceDescription" eSuperTypes="#//reliability_av_pc/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying the software-induced failure potential of&#xD;&#xA;InternalActions."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.softwareInducedFailureType__InternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures are software-induced failure types, but are not annotated to InternalActions (they are only meant&#xD;&#xA;for passive resource timeouts)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalAction__InternalFailureOccurrenceDescription" ordered="false" eType="#//seff_av_pc/InternalAction" eOpposite="#//seff_av_pc/InternalAction/internalFailureOccurrenceDescriptions__InternalAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareInducedFailureType__InternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_av_pc/SoftwareInducedFailureType" eOpposite="#//reliability_av_pc/SoftwareInducedFailureType/internalFailureOccurrenceDescriptions__SoftwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkInducedFailureType" eSuperTypes="#//reliability_av_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a network-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a communication link&#xD;&#xA; fault. One standard type&amp;nbsp;is pre-defined according to the pre-defined CommunicationLinkResourceType: LAN.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="NetworkInducedFailureTypeHasCommunicationLinkResourceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.communicationLinkResourceType__NetworkInducedFailureType &lt;> null"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceType__NetworkInducedFailureType" ordered="false" eType="#//resourcetype_av_pc/CommunicationLinkResourceType" eOpposite="#//resourcetype_av_pc/CommunicationLinkResourceType/networkInducedFailureType__CommunicationLinkResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalFailureOccurrenceDescription" eSuperTypes="#//reliability_av_pc/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;failure&amp;nbsp;potential&amp;nbsp;of&amp;nbsp;system-external&amp;nbsp;calls.&amp;nbsp;Can&amp;nbsp;relate&amp;nbsp;to&#xD;&#xA;any FailureType."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureType__ExternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures&amp;nbsp;are&amp;nbsp;software-induced&amp;nbsp;failure&amp;nbsp;types,&amp;nbsp;but&amp;nbsp;are&amp;nbsp;not&amp;nbsp;annotated&amp;nbsp;to&amp;nbsp;system-external&#xD;&#xA;calls&amp;nbsp;(they&amp;nbsp;are&amp;nbsp;only&amp;nbsp;meant&lt;br />&#xD;&#xA;for&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;timeouts)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription" ordered="false" eType="#//qosannotations_av_pc/qos_reliability_av_pc/SpecifiedReliabilityAnnotation" eOpposite="#//qosannotations_av_pc/qos_reliability_av_pc/SpecifiedReliabilityAnnotation/externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType__ExternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_av_pc/FailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceTimeoutFailureType" eSuperTypes="#//reliability_av_pc/SoftwareInducedFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a timeout failure-on-demand related to an AcquireAction for a certain PassiveResource (see the&#xD;&#xA; documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource__ResourceTimeoutFailureType" ordered="false" eType="#//repository_av_pc/PassiveResource" eOpposite="#//repository_av_pc/PassiveResource/resourceTimeoutFailureType__PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The passive resource&amp;nbsp;whose&amp;nbsp;acquiring timeout is represented by this failure type&amp;nbsp;(see the documentation of&#xD;&#xA;the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureType" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract super class that&amp;nbsp;provides a type definition for&amp;nbsp;any failure-on-demand occurrence during service&#xD;&#xA; execution.&amp;nbsp;&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__FailureType" ordered="false" eType="#//repository_av_pc/Repository" eOpposite="#//repository_av_pc/Repository/failureTypes__Repository"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_advice_pointcut" nsPrefix="seff_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing the abstract behaviour model of components"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="StopAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StopActions end a scenario behaviour and contain only a predecessor."/> </eAnnotations> <eOperations name="StopActionSuccessorMustNotBeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.successor_AbstractAction.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractInternalControlFlowAction" eSuperTypes="#//seff_av_pc/AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any internal control flow (e.g. InternalAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemand_Action" ordered="false" upperBound="-1" eType="#//seff_av_pc/seff_performance_av_pc/ParametricResourceDemand" containment="true" eOpposite="#//seff_av_pc/seff_performance_av_pc/ParametricResourceDemand/action_ParametricResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__Action" ordered="false" upperBound="-1" eType="#//seff_av_pc/seff_performance_av_pc/InfrastructureCall" containment="true" eOpposite="#//seff_av_pc/seff_performance_av_pc/InfrastructureCall/action__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__Action" ordered="false" upperBound="-1" eType="#//seff_av_pc/seff_performance_av_pc/ResourceCall" containment="true" eOpposite="#//seff_av_pc/seff_performance_av_pc/ResourceCall/action__ResourceCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAction" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="AbstractActions&amp;nbsp;model&amp;nbsp;either&amp;nbsp;a&amp;nbsp;service's&amp;nbsp;internal&amp;nbsp;computations&amp;nbsp;or&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;external&amp;nbsp;(i.e.,&amp;nbsp;required)&amp;nbsp;services,&amp;nbsp;or&amp;nbsp;describe&amp;nbsp;some&amp;nbsp;form&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;alteration&amp;nbsp;(i.e.,&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;or&amp;nbsp;fork).&amp;nbsp;The&amp;nbsp;following&amp;nbsp;first&amp;nbsp;clarifies&amp;nbsp;the&amp;nbsp;notions&amp;nbsp;of&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions,&amp;nbsp;whose&amp;nbsp;meta-classes&amp;nbsp;both&amp;nbsp;inherit&amp;nbsp;from&amp;nbsp;AbstractAction.&lt;br />&#xD;&#xA;The&amp;nbsp;RDSEFF&amp;nbsp;defines&amp;nbsp;the&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;between&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions&amp;nbsp;with&amp;nbsp;the&amp;nbsp;predecessor/successor&amp;nbsp;relationship&amp;nbsp;between&amp;nbsp;AbstractActions&amp;nbsp;to&amp;nbsp;model&amp;nbsp;sequential&amp;nbsp;executions.&amp;nbsp;Additionally,&amp;nbsp;special&amp;nbsp;actions&amp;nbsp;for&amp;nbsp;branching,&amp;nbsp;loops,&amp;nbsp;and&amp;nbsp;forks&amp;nbsp;allow&amp;nbsp;other&amp;nbsp;kinds&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow.&amp;nbsp;Other&amp;nbsp;than&amp;nbsp;flowcharts&amp;nbsp;or&amp;nbsp;UML&amp;nbsp;activity&amp;nbsp;diagrams,&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;language&amp;nbsp;(as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;language)&amp;nbsp;requires&amp;nbsp;developers&amp;nbsp;to&amp;nbsp;make&amp;nbsp;the&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;fork&amp;nbsp;bodies&amp;nbsp;explicit&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours.&amp;nbsp;It&amp;nbsp;disallows&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions,&amp;nbsp;which&amp;nbsp;are&amp;nbsp;basically&lt;br />&#xD;&#xA;goto&amp;nbsp;statements&amp;nbsp;and&amp;nbsp;can&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguities&amp;nbsp;and&amp;nbsp;difficult&amp;nbsp;maintainability.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;this&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;intertwined&amp;nbsp;control&amp;nbsp;flows&amp;nbsp;as&amp;nbsp;in&amp;nbsp;the&amp;nbsp;example&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(a),&amp;nbsp;where&amp;nbsp;both&amp;nbsp;the&amp;nbsp;sequences&amp;nbsp;'abcabcdbcd'&amp;nbsp;and&amp;nbsp;'abcdbcabcd'&amp;nbsp;could&amp;nbsp;be&amp;nbsp;occur&amp;nbsp;if&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;reference&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;once,&amp;nbsp;which&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times.&amp;nbsp;Backward&amp;nbsp;references&amp;nbsp;also&amp;nbsp;allow&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;loops&amp;nbsp;with&amp;nbsp;multiple&amp;nbsp;entry&amp;nbsp;points&amp;nbsp;as&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b).&amp;nbsp;This&amp;nbsp;is&amp;nbsp;not&amp;nbsp;desirable,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;cannot&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;directly&amp;nbsp;in&amp;nbsp;these&amp;nbsp;cases,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;however&amp;nbsp;necessary&amp;nbsp;for&amp;nbsp;accurate&amp;nbsp;performance&amp;nbsp;prediction.&amp;nbsp;If&amp;nbsp;a&amp;nbsp;developer&amp;nbsp;would&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;link&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b)&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;only&amp;nbsp;once,&amp;nbsp;both&amp;nbsp;sequences&amp;nbsp;'ababc'&amp;nbsp;and&amp;nbsp;'abcababc'&amp;nbsp;would&amp;nbsp;be&amp;nbsp;possible&amp;nbsp;although&amp;nbsp;they&amp;nbsp;would&amp;nbsp;have&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times,&amp;nbsp;as&amp;nbsp;'a'&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;three&amp;nbsp;times&amp;nbsp;in&amp;nbsp;the&amp;nbsp;latter&amp;nbsp;case.&amp;nbsp;To&amp;nbsp;avoid&amp;nbsp;such&amp;nbsp;ambiguities,&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;RDSEFF&amp;nbsp;and&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;without&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions.&amp;nbsp;Branches,&amp;nbsp;loops,&amp;nbsp;forks,&amp;nbsp;and&amp;nbsp;their&amp;nbsp;respective&amp;nbsp;bodies&amp;nbsp;have&amp;nbsp;to&amp;nbsp;be&amp;nbsp;made&amp;nbsp;explicit&amp;nbsp;in&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor_AbstractAction" ordered="false" eType="#//seff_av_pc/AbstractAction" eOpposite="#//seff_av_pc/AbstractAction/successor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor_AbstractAction" ordered="false" eType="#//seff_av_pc/AbstractAction" eOpposite="#//seff_av_pc/AbstractAction/predecessor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingBehaviour_AbstractAction" ordered="false" eType="#//seff_av_pc/ResourceDemandingBehaviour" eOpposite="#//seff_av_pc/ResourceDemandingBehaviour/steps_Behaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingBehaviour" eSuperTypes="identifier_advice_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the behaviour of a component service as a sequence of internal actions with resource demands, control flow constructs, and external&#xD;&#xA;calls. Therefore, the class contains a chain of AbstractActions. The emphasis in this type of behaviour is on the resource demands attached to internal actions, which mainly influence performance analysis.&#xD;&#xA;Each action in a ResourceDemandingBehaviour references a predecessor and a successor action. Exceptions are the first and last action, which do not reference a predecessor and a successor respectively. A behaviour is valid, if there is a continuous path from the first to last action, which includes all actions. The chain must not include cycles. To specify control flow branches, loops, or forks, component developers need to use special types of actions, which contain nested inner ResourceDemandingBehaviours to specify the behaviour inside branches or loop bodies. Any ResourceDemandingBehaviour can have at most one starting and one finishing action."/> </eAnnotations> <eOperations name="ExactlyOneStopAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.steps_Behaviour->select(s|s.oclIsTypeOf(StopAction))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ExactlyOneStartAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.steps_Behaviour->select(s|s.oclIsTypeOf(StartAction))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).predecessor_AbstractAction.oclIsUndefined()) and not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).successor_AbstractAction.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractLoopAction_ResourceDemandingBehaviour" ordered="false" eType="#//seff_av_pc/AbstractLoopAction" eOpposite="#//seff_av_pc/AbstractLoopAction/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractBranchTransition_ResourceDemandingBehaviour" ordered="false" eType="#//seff_av_pc/AbstractBranchTransition" eOpposite="#//seff_av_pc/AbstractBranchTransition/branchBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps_Behaviour" ordered="false" upperBound="-1" eType="#//seff_av_pc/AbstractAction" containment="true" eOpposite="#//seff_av_pc/AbstractAction/resourceDemandingBehaviour_AbstractAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractLoopAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any loop (e.g. LoopAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//seff_av_pc/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_av_pc/ResourceDemandingBehaviour/abstractLoopAction_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractBranchTransition" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Two types of branch transitions exist which correspond to the two types of branches. The types cannot be mixed. Either all branch transitions of one BranchAction are probabilistic or guarded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchAction_AbstractBranchTransition" ordered="false" eType="#//seff_av_pc/BranchAction" eOpposite="#//seff_av_pc/BranchAction/branches_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchBehaviour_BranchTransition" ordered="false" eType="#//seff_av_pc/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_av_pc/ResourceDemandingBehaviour/abstractBranchTransition_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchAction splits the RDSEFF control flow with an XOR-semantic, meaning that the control flow continues on exactly one of its attached AbstractBranchTransitions. The RDSEFF supports two different kinds of branch transitions, GuardedBranchTransitions, and ProbabilisticBranchTransitions. RDSEFFs do not allow to use both kinds of transitions on a single BranchAction. Analysis or simulation tools must select exactly one transition based on the included guard or probability, before continuing at a BranchAction."/> </eAnnotations> <eOperations name="EitherGuardedBranchesOrProbabilisiticBranchTransitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.branches_Branch->forAll(bt|bt.oclIsTypeOf(ProbabilisticBranchTransition)) &#xD;&#xA;or self.branches_Branch->forAll(bt|bt.oclIsTypeOf(GuardedBranchTransition))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AllProbabilisticBranchProbabilitiesMustSumUpTo1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.branches_Branch->forAll(oclIsTypeOf(ProbabilisticBranchTransition)) then &#xD;&#xA;&#x9;self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() > 0.9999 &#xD;&#xA;&#x9;and self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() &lt; 1.0001 &#xD;&#xA;&#x9;else true &#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="branches_Branch" ordered="false" upperBound="-1" eType="#//seff_av_pc/AbstractBranchTransition" containment="true" eOpposite="#//seff_av_pc/AbstractBranchTransition/branchAction_AbstractBranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputVariableUsages__CallAction" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/callAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StartActions initiate a scenario behaviour and contain only a successor."/> </eAnnotations> <eOperations name="StartActionPredecessorMustNotBeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.predecessor_AbstractAction.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service Effect Specification Models the effect of invoking a specific service of a basic component. Therefore, it references a Signature from an Interface, for which the component takes a ProvidedRole, to identify the described service. This class is abstract and SEFFs for specific analysis purposes need to inherit from this class. A BasicComponent may have an arbitrary number of SEFFs. It can have multiple SEFFs of a different type for a single provided service. For example, one SEFF can express all external service calls with no particular order, while another one includes a restricted order, or still another one expresses resource demands of the service.&#xD;&#xA;While different SEFF types have been proposed, the only type currently included in the meta-model is the ResourceDemandingSEFF for performance prediction. Different types of SEFFs should not contradict each other if the languages are equally powerful. For example, the order of allowed external service calls should be the same for each SEFF type modelling sequences of such calls if the modelling languages have the same expressiveness. SEFFs are part of a component and not part of an interface, because they are implementation dependent. The SEFFs of a CompositeComponent are not represented in the meta-model and can be derived automatically by connecting the SEFFs of the encapsulated components of its nested AssemblyContexts. Different SEFFs of a single component access the same component parameter specifications. That means that parameter dependencies to the same component parameters in different SEFF types refer also to the same characterisations."/> </eAnnotations> <eOperations name="ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.describedService__SEFF.oclIsKindOf(pcm::repository::OperationSignature) then&#xD;&#xA;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::OperationProvidedRole) and (p.oclAsType(pcm::repository::OperationProvidedRole).providedInterface__OperationProvidedRole = self.describedService__SEFF.oclAsType(pcm::repository::OperationSignature).interface__OperationSignature))&#xD;&#xA;else&#xD;&#xA;&#x9;if self.describedService__SEFF.oclIsKindOf(pcm::repository::EventType) then&#xD;&#xA;&#x9;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::SinkRole) and (p.oclAsType(pcm::repository::SinkRole).eventGroup__SinkRole = self.describedService__SEFF.oclAsType(pcm::repository::EventType).eventGroup__EventType))&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seffTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedService__SEFF" ordered="false" eType="#//repository_av_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_ServiceEffectSpecification" ordered="false" eType="#//repository_av_pc/BasicComponent" eOpposite="#//repository_av_pc/BasicComponent/serviceEffectSpecifications__BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingSEFF" eSuperTypes="identifier_advice_pointcut.ecore#//Identifier #//seff_av_pc/ServiceEffectSpecification #//seff_av_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource demanding service effect specification (RDSEFF) is a special type of SEFF designed for performance and reliability predictions. Besides dependencies between provided and required services of a component, it additionally includes notions of resource usage, data flow, and parametric dependencies for more accurate predictions. Its control flow is hierarchically structured and can be enhanced with transition probabilities on branches and numbers of iterations on loops.&#xD;&#xA;A ResourceDemandingSEFF is a ServiceEffectSpecification and a Resource-DemandingBehaviour at the same time inheriting from both classes. The reason for this construct lies in the fact, that ResourceDemandingBehaviours can be used recursively inside themselves to describe loop bodies or branched behaviours (explained later), and these inner behaviours should not be RDSEFFs themselves"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingInternalBehaviours" ordered="false" upperBound="-1" eType="#//seff_av_pc/ResourceDemandingInternalBehaviour" containment="true" eOpposite="#//seff_av_pc/ResourceDemandingInternalBehaviour/resourceDemandingSEFF_ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingInternalBehaviour" eSuperTypes="#//seff_av_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class representing component-internal behaviour not accessible from the component's interface. Comparable to internal method in object-oriented programming. This behaviour can be called from within a resource demanding behaviour using an InternalCallAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingSEFF_ResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_av_pc/ResourceDemandingSEFF" eOpposite="#//seff_av_pc/ResourceDemandingSEFF/resourceDemandingInternalBehaviours"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReleaseAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ReleaseAction increases the number of available item for the given passive resource type, before the current request&#xD;&#xA;can continue. It should be to execute by one of the other concurrent requests.&#xD;&#xA;Acquisition and release of passive resources happen instantaneously and do not consume any time except for waiting delays before actual acquisition. Resource locking may introduce deadlocks when simulating the model, however, for performance analysis with the PCM it is assumed that no deadlocks occur. Otherwise, the model first needs to be fixed accordingly before carrying out the performance prediction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_ReleaseAction" ordered="false" eType="#//repository_av_pc/PassiveResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//seff_av_pc/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the repeated execution of its inner ResourceDemandingBehaviour for the loop body. The number of repetitions is specified by a random variable evaluating to integer or an IntPMF. The number of iterations specified by the random variable always needs to be bounded, i.e., the probabilities in an IntPMF for iteration numbers above a certain threshold must be zero. Otherwise, it would be possible that certain requests do not terminate, which would complicate performance analyses. The stochastic expression defining the iteration random variable may include references to input or component parameters to model dependencies between the usage profile and the number of loop iterations. Notice, that loop actions should only be modelled if the loop body contains either external service calls or resource demands directed at special resources. Otherwise, control flow loops in component behaviour should be abstracted by subsuming them in InternalAction, which combine a number of instructions. The influence of different iterations length of such internal loops need to be reflected stochastically by the random variable specifying the ParametricResource-Demand of that InternalAction.&#xD;&#xA;Other than Markov chains, RDSEFFs do not specify control flow loops with an reentrance and exit probability on each iteration. Such a specification binds the number of loop iterations to a geometrical distribution, which reflects reality only in very seldom cases. But in many practical cases, the number of iterations is a constant, or the probability for higher iteration numbers is higher than for lower ones. This cannot be expressed directly via a Markov chain (also see [DG00]). &#xD;&#xA;Inside the ResourceDemandingBehaviour of LoopActions, it is assumed that random variables are stochastically independent. This is not true in reality, and for example leads to wrong predictions if the same random variable is used twice in succession inside a loop body. In this case, the second occurrence is stochastically dependent to the first occurrence, as the value does not change between two occurrences. Therefore, component developers should be aware of such inaccuracies when using random variables twice inside the body behaviour of a LoopAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationCount_LoopAction" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/loopAction_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fork Action Splits the RDSEFF control flow with an AND-semantic, meaning that it invokes several ForkedBehaviours concurrently. ForkActions&#xD;&#xA;allow both asynchronously and synchronously forked behaviours. Synchronously ForkedBehaviours execute concurrently and the control flow waits for each of these behaviours to terminate before continuing. Each ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour. Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages. Asynchronously ForkedBehaviours also execute concurrently, but the control flow does not wait for them to terminate and continues immediately after their invocation with the successor action of the ForkAction. Therefore, there is no need for a SynchronisationPoint in this case. It is furthermore not possible to refer to results or output parameters of asynchronously ForkedBehaviours in the rest of the RDSEFF, as it is unclear when these results will be available. The same Fork Action can contain asynchronous and synchronousForkedbehaviours at the same time. In that case, all forked behaviours are started. The control flow waits for all synchronous behaviours to finish execution and only then continues. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="asynchronousForkedBehaviours_ForkAction" ordered="false" upperBound="-1" eType="#//seff_av_pc/ForkedBehaviour" containment="true" eOpposite="#//seff_av_pc/ForkedBehaviour/forkAction_ForkedBehaivour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisingBehaviours_ForkAction" ordered="false" eType="#//seff_av_pc/SynchronisationPoint" containment="true" eOpposite="#//seff_av_pc/SynchronisationPoint/forkAction_SynchronisationPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedBehaviour" eSuperTypes="#//seff_av_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_ForkedBehaviour" ordered="false" eType="#//seff_av_pc/SynchronisationPoint" eOpposite="#//seff_av_pc/SynchronisationPoint/synchronousForkedBehaviours_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_ForkedBehaivour" ordered="false" eType="#//seff_av_pc/ForkAction" eOpposite="#//seff_av_pc/ForkAction/asynchronousForkedBehaviours_ForkAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronisationPoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsage_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/synchronisationPoint_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_SynchronisationPoint" ordered="false" eType="#//seff_av_pc/ForkAction" eOpposite="#//seff_av_pc/ForkAction/synchronisingBehaviours_ForkAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronousForkedBehaviours_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//seff_av_pc/ForkedBehaviour" containment="true" eOpposite="#//seff_av_pc/ForkedBehaviour/synchronisationPoint_ForkedBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallAction" eSuperTypes="#//seff_av_pc/AbstractAction #//seff_av_pc/CallReturnAction #//seff_av_pc/seff_reliability_av_pc/FailureHandlingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ExternalCallAction&amp;nbsp;models&amp;nbsp;the&amp;nbsp;invocation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;service&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;a&amp;nbsp;required&amp;nbsp;interface.&amp;nbsp;Therefore,&amp;nbsp;it&amp;nbsp;references&amp;nbsp;a&amp;nbsp;Role,&amp;nbsp;from&amp;nbsp;which&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component&amp;nbsp;can&amp;nbsp;be&amp;nbsp;derived,&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service.&amp;nbsp;ExternalCallActions&amp;nbsp;model&amp;nbsp;synchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services,&amp;nbsp;i.e.,&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;waits&amp;nbsp;until&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;finishes&amp;nbsp;execution&amp;nbsp;before&amp;nbsp;continuing&amp;nbsp;execution&amp;nbsp;itself.&amp;nbsp;The&amp;nbsp;PCM&amp;nbsp;allows&amp;nbsp;modelling&amp;nbsp;asynchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services&amp;nbsp;by&amp;nbsp;using&amp;nbsp;an&amp;nbsp;ExternalCallAction&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;ForkedBehaviour.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;do&amp;nbsp;not&amp;nbsp;have&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;by&amp;nbsp;themselves.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;need&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;of&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;in&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;of&amp;nbsp;that&amp;nbsp;service.&amp;nbsp;The&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;also&amp;nbsp;be&amp;nbsp;calculated&amp;nbsp;by&amp;nbsp;analysing&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component.&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;different&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;each&amp;nbsp;other&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;them&amp;nbsp;replaceable&amp;nbsp;in&amp;nbsp;an&amp;nbsp;architectural&amp;nbsp;model.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;two&amp;nbsp;sets&amp;nbsp;of&amp;nbsp;VariableUsages&amp;nbsp;specifying&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;and&amp;nbsp;output&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;respectively.&amp;nbsp;VariableUsages&amp;nbsp;for&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;may&amp;nbsp;only&amp;nbsp;reference&amp;nbsp;IN&amp;nbsp;or&amp;nbsp;INOUT&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;call's&amp;nbsp;referenced&amp;nbsp;signature.&amp;nbsp;The&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;inside&amp;nbsp;such&amp;nbsp;a&amp;nbsp;VariableUsage&amp;nbsp;may&amp;nbsp;be&amp;nbsp;constants,&amp;nbsp;probability&amp;nbsp;distribution&amp;nbsp;functions,&amp;nbsp;or&amp;nbsp;include&amp;nbsp;a&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;involving&amp;nbsp;for&amp;nbsp;example&amp;nbsp;arithmetic&amp;nbsp;operations.&amp;nbsp;The&amp;nbsp;latter&amp;nbsp;models&amp;nbsp;a&amp;nbsp;dependency&amp;nbsp;between&amp;nbsp;the&amp;nbsp;current&amp;nbsp;service's&amp;nbsp;own&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;required&amp;nbsp;service."/> </eAnnotations> <eOperations name="SignatureBelongsToRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.role_ExternalService.requiredInterface__OperationRequiredRole.signatures__OperationInterface->includes(self.calledService_ExternalService)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;pre id=&quot;comment_text_0&quot; class=&quot;bz_comment_text&quot;>&#xD;&#xA;check if the signature&#xD;&#xA;(declared in calledService_ExternalService attribute) belongs to the role&#xD;&#xA;(declared in role_ExternalService attribute)&#xD;&#xA;&lt;/pre>"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="OperationRequiredRoleMustBeReferencedByContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.role_ExternalService)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="calledService_ExternalService" ordered="false" eType="#//repository_av_pc/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_ExternalService" ordered="false" eType="#//repository_av_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retryCount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;the&amp;nbsp;number of&amp;nbsp;retries this ExternalCallAction shoul be re-executed&amp;nbsp; in case of failure&#xD;&#xA;occurence."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallReturnAction" eSuperTypes="#//seff_av_pc/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call) for calls with parameters send to the called signature and return values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnVariableUsage__CallReturnAction" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/callReturnAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilisticBranchTransition" eSuperTypes="#//seff_av_pc/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="a GuardedBranchTransition, this transition provides a link between a BranchAction and a nested ResourceDemandingBehaviour, which includes the actions executed inside the branch. But instead of using a guard, it specifies a branching probability without parameter dependencies. Analysis tools may directly use it to determine the transition where the control flow continues. The probabilities of all ProbabilisticBranchTransitions belonging to a single BranchAction must sum up to 1.0. &#xD;&#xA;Although a probabilistic choice at a branch usually does not happen in a computer program, ProbabilisticBranchTransitions provide a convenient way of modelling in case the actual parameter dependency is too hard to determine or too complex to integrate into a guard. It can also be useful for newly designed components, where the parameter dependency on the control flow guard is still be unknown. However, this construct potentially introduces inaccuracies into the performance model, because it does not reflect the influence of input parameters. Therefore, predictions based on this model can be misleading, if the used input parameters would result in different branching probabilities. The component developer cannot foresee this, when specifying the RDSEFF using ProbabilisticBranchTransitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcquireAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; In&amp;nbsp;an&amp;nbsp;RDSEFF,&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;AcquireAction,&amp;nbsp;which&amp;nbsp;references&amp;nbsp;a&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;types.&amp;nbsp;Once&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;execute&amp;nbsp;this&amp;nbsp;action,&amp;nbsp;they&amp;nbsp;decrease&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;items&amp;nbsp;available&amp;nbsp;from&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;type&amp;nbsp;by&amp;nbsp;one,&amp;nbsp;if&amp;nbsp;at&amp;nbsp;least&amp;nbsp;one&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available.&amp;nbsp;If&amp;nbsp;none&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available,&amp;nbsp;because&amp;nbsp;other,&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;requests&amp;nbsp;have&amp;nbsp;acquired&amp;nbsp;all&amp;nbsp;of&amp;nbsp;them,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;enqueue&amp;nbsp;the&amp;nbsp;current&amp;nbsp;request&amp;nbsp;(first-come-first-serve&amp;nbsp;scheduling&amp;nbsp;policy)&amp;nbsp;and&amp;nbsp;block&amp;nbsp;it's&amp;nbsp;further&amp;nbsp;execution.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Acquisition&amp;nbsp;and&amp;nbsp;release&amp;nbsp;of&amp;nbsp;passive&amp;nbsp;resources&amp;nbsp;happen&amp;nbsp;instantaneously&amp;nbsp;and&amp;nbsp;do&amp;nbsp;not&amp;nbsp;consume&amp;nbsp;any&amp;nbsp;time&amp;nbsp;except&amp;nbsp;for&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;before&amp;nbsp;actual&amp;nbsp;acquisition.&amp;nbsp;Resource&amp;nbsp;locking&amp;nbsp;may&amp;nbsp;introduce&amp;nbsp;deadlocks&amp;nbsp;when&amp;nbsp;simulating&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;however,&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;analysis&amp;nbsp;with&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;no&amp;nbsp;deadlocks&amp;nbsp;occur.&amp;nbsp;Otherwise,&amp;nbsp;the&amp;nbsp;model&amp;nbsp;first&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;fixed&amp;nbsp;accordingly&amp;nbsp;before&amp;nbsp;carrying&amp;nbsp;out&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; A reliability-related extension is the timeout mechanism that may be associated to an AcquireAction through the&#xD;&#xA; &quot;timeout&quot; and &quot;timeoutValue&quot; attributes. See the documentation of the &quot;timeout&quot; attribute for further information.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="TimeoutValueOfAcquireActionMustNotBeNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.timeoutValue.oclAsType(Real) >= 0.0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveresource_AcquireAction" ordered="false" eType="#//repository_av_pc/PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Indicates&amp;nbsp;if&amp;nbsp;the&amp;nbsp;AcquireAction&amp;nbsp;has&amp;nbsp;a&amp;nbsp;timeout.&amp;nbsp;If&amp;nbsp;yes, a simulation through&#xD;&#xA; SimuCom with the &quot;simulate failures&quot; option switched on will consider the timeout as follows:&#xD;&#xA; Any&amp;nbsp;acquiring&amp;nbsp;thread&amp;nbsp;waits&amp;nbsp;no&amp;nbsp;longer&amp;nbsp;than&amp;nbsp;the&amp;nbsp;duration&amp;nbsp;specified&amp;nbsp;in&#xD;&#xA; &quot;timeoutValue&quot;.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;maximum&amp;nbsp;waiting&amp;nbsp;time&amp;nbsp;is&amp;nbsp;reached,&amp;nbsp;the&amp;nbsp;thread&amp;nbsp;is&amp;nbsp;removed&amp;nbsp;from&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;queue&amp;nbsp;and&amp;nbsp;cancelled&amp;nbsp;by&amp;nbsp;a&#xD;&#xA; timeout&amp;nbsp;failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The reliability Markov analysis does not consider AcquireAction timeouts.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; As&amp;nbsp;any&amp;nbsp;failure-on-demand&amp;nbsp;occurrence,&amp;nbsp;timeout&amp;nbsp;failures&amp;nbsp;can&amp;nbsp;be&amp;nbsp;handled&amp;nbsp;by&amp;nbsp;&quot;RecoveryBlockActions&quot;&amp;nbsp;at&amp;nbsp;any&amp;nbsp;higher&amp;nbsp;level&#xD;&#xA; in&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;hierarchy. To achieve this, the modeller must specify a &quot;ResourceTimeoutFailureType&quot;&#xD;&#xA; pointing to the &quot;PassiveResource&quot; that the AcquireAction is related to. The specified &quot;ResourceTimeoutFailureType&quot; can&#xD;&#xA; then be added to the list of handled failure types of any &quot;RecoveryBlockAlternativeBehaviour&quot;.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Please notice the following limitation of the current implementation of timeout handling: Timeouts are only considered&#xD;&#xA; by SimuCom if the executing software component is allocated to a resource container with an operating system set to&#xD;&#xA; &quot;ABSTRACT&quot; (i.e. no specific OS schedulers are supported). The timeout handling implementation can be found in&#xD;&#xA; de.uka.ipd.sdq.simucomframework.resources.SimSimpleFairPassiveResource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeoutValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies a timeout value, in case the AcquireAction has a timeout (see the documentation of the &quot;timeout&quot; attribute&#xD;&#xA; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionIteratorAction" eSuperTypes="#//seff_av_pc/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Collection&amp;nbsp;Iterator&amp;nbsp;Action&amp;nbsp;Models&amp;nbsp;the&amp;nbsp;repeated&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;its&amp;nbsp;inner&amp;nbsp;ResourceDemandingBehaviour&amp;nbsp;for&amp;nbsp;each&amp;nbsp;element&amp;nbsp;of&amp;nbsp;a&amp;nbsp;collection&amp;nbsp;data&amp;nbsp;type.&amp;nbsp;Therefore&amp;nbsp;it&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;reference&amp;nbsp;to&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;signature,&amp;nbsp;which&amp;nbsp;must&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;CollectionDataType.&amp;nbsp;The&amp;nbsp;NUMBER&amp;nbsp;OF&amp;nbsp;ELEMENTS&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;from&amp;nbsp;the&amp;nbsp;outside&amp;nbsp;of&amp;nbsp;the&amp;nbsp;component,&amp;nbsp;either&amp;nbsp;by&amp;nbsp;another&amp;nbsp;RDSEFF&amp;nbsp;or&amp;nbsp;by&amp;nbsp;an&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;calling&amp;nbsp;this&amp;nbsp;service.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;integer&amp;nbsp;or&amp;nbsp;IntPMF.&amp;nbsp;Besides&amp;nbsp;the&amp;nbsp;source&amp;nbsp;of&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;iterations,&amp;nbsp;CollectionIteratorActions&amp;nbsp;differ&amp;nbsp;from&amp;nbsp;LoopAction&amp;nbsp;only&amp;nbsp;in&amp;nbsp;their&amp;nbsp;allowed&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;of&amp;nbsp;random&amp;nbsp;variables&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;loop&amp;nbsp;body's&amp;nbsp;ResourceDemandingBehaviour.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;same&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;occurs&amp;nbsp;twice&amp;nbsp;in&amp;nbsp;such&amp;nbsp;a&amp;nbsp;loop&amp;nbsp;body,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;must&amp;nbsp;evaluate&amp;nbsp;the&amp;nbsp;second&amp;nbsp;occurrence&amp;nbsp;in&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;to&amp;nbsp;the&amp;nbsp;first&amp;nbsp;occurrence.&amp;nbsp;This&amp;nbsp;complicates&amp;nbsp;the&amp;nbsp;involved&amp;nbsp;calculation&amp;nbsp;and&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;the&amp;nbsp;intractability&amp;nbsp;of&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;therefore&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;should&amp;nbsp;use&amp;nbsp;CollectionIteratorActions&amp;nbsp;with&amp;nbsp;care&amp;nbsp;and&amp;nbsp;only&amp;nbsp;include&amp;nbsp;them&amp;nbsp;if&amp;nbsp;they&amp;nbsp;expect&amp;nbsp;that&amp;nbsp;the&amp;nbsp;prediction&amp;nbsp;results&amp;nbsp;would&amp;nbsp;be&amp;nbsp;vastly&amp;nbsp;inaccurate&amp;nbsp;without&amp;nbsp;it."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter_CollectionIteratorAction" ordered="false" eType="#//repository_av_pc/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardedBranchTransition" eSuperTypes="#//seff_av_pc/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guarded&amp;nbsp;Branch&amp;nbsp;Transition&amp;nbsp;Provides&amp;nbsp;a&amp;nbsp;link&amp;nbsp;between&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;and&amp;nbsp;a&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviour,&amp;nbsp;which&amp;nbsp;includes&amp;nbsp;the&amp;nbsp;actions&amp;nbsp;executed&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branch.&amp;nbsp;It&amp;nbsp;uses&amp;nbsp;a&amp;nbsp;guard,&amp;nbsp;i.e.&amp;nbsp;a&amp;nbsp;boolean&amp;nbsp;expression&amp;nbsp;specified&amp;nbsp;by&amp;nbsp;a&amp;nbsp;RandomVariable,&amp;nbsp;to&amp;nbsp;determine&amp;nbsp;whether&amp;nbsp;the&amp;nbsp;transition&amp;nbsp;is&amp;nbsp;chosen.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;the&amp;nbsp;branch&amp;nbsp;is&amp;nbsp;chosen,&amp;nbsp;otherwise&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;false&amp;nbsp;another&amp;nbsp;branch&amp;nbsp;transition&amp;nbsp;must&amp;nbsp;be&amp;nbsp;chosen.&lt;br />&#xD;&#xA;The&amp;nbsp;guard&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;A&amp;nbsp;component&amp;nbsp;developer&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;complex&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;by&amp;nbsp;using&amp;nbsp;the&amp;nbsp;AND,&amp;nbsp;OR,&amp;nbsp;and&amp;nbsp;NOT&amp;nbsp;operations&amp;nbsp;provided&amp;nbsp;by&amp;nbsp;the&amp;nbsp;StoEx&amp;nbsp;framework.&amp;nbsp;As&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;may&amp;nbsp;have&amp;nbsp;characterised&amp;nbsp;the&amp;nbsp;parameters&amp;nbsp;used&amp;nbsp;in&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;with&amp;nbsp;probability&amp;nbsp;distributions,&amp;nbsp;it&amp;nbsp;might&amp;nbsp;happen&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;does&amp;nbsp;not&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;or&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;1.0.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;can&amp;nbsp;express&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.3,&amp;nbsp;and&amp;nbsp;to&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.7.&amp;nbsp;In&amp;nbsp;any&amp;nbsp;case,&amp;nbsp;the&amp;nbsp;probabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;individual&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;all&amp;nbsp;GuardedBranchTransitions&amp;nbsp;contained&amp;nbsp;in&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;must&amp;nbsp;sum&amp;nbsp;up&amp;nbsp;to&amp;nbsp;1.0.&lt;br />&#xD;&#xA;There&amp;nbsp;is&amp;nbsp;no&amp;nbsp;predefined&amp;nbsp;order&amp;nbsp;in&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;a&amp;nbsp;BranchAction.&amp;nbsp;This&amp;nbsp;differs&amp;nbsp;from&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;such&amp;nbsp;as&amp;nbsp;C&amp;nbsp;or&amp;nbsp;Java,&amp;nbsp;where&amp;nbsp;the&amp;nbsp;conditions&amp;nbsp;on&amp;nbsp;if/then/else&amp;nbsp;statements&amp;nbsp;are&amp;nbsp;evaluated&amp;nbsp;in&amp;nbsp;the&amp;nbsp;order&amp;nbsp;of&amp;nbsp;their&amp;nbsp;appearance&amp;nbsp;in&amp;nbsp;the&amp;nbsp;code.&amp;nbsp;Such&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;allow&amp;nbsp;overlapping&amp;nbsp;branching&amp;nbsp;conditions&amp;nbsp;(for&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;(X&amp;lt;10)&amp;nbsp;//...&amp;nbsp;else&amp;nbsp;if&amp;nbsp;(X&amp;lt;20)&amp;nbsp;//&amp;nbsp;...),&amp;nbsp;which&amp;nbsp;are&amp;nbsp;not&amp;nbsp;allowed&amp;nbsp;for&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions,&amp;nbsp;because&amp;nbsp;the&amp;nbsp;missing&amp;nbsp;order&amp;nbsp;specification&amp;nbsp;would&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguous&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;and&amp;nbsp;enable&amp;nbsp;more&amp;nbsp;than&amp;nbsp;one&amp;nbsp;guard&amp;nbsp;to&amp;nbsp;become&amp;nbsp;true.&amp;nbsp;If&amp;nbsp;X&amp;nbsp;would&amp;nbsp;have&amp;nbsp;the&amp;nbsp;value&amp;nbsp;5,&amp;nbsp;both&amp;nbsp;conditions&amp;nbsp;would&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;if&amp;nbsp;they&amp;nbsp;would&amp;nbsp;be&amp;nbsp;used&amp;nbsp;directly&amp;nbsp;as&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions.&amp;nbsp;The&amp;nbsp;correct&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;this&amp;nbsp;case&amp;nbsp;would&amp;nbsp;be&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;and&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;AND&amp;nbsp;X.VALUE&amp;nbsp;20.&amp;nbsp;Guards&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;stochastic&amp;nbsp;dependencies&amp;nbsp;when&amp;nbsp;evaluating&amp;nbsp;variable&amp;nbsp;characterisations&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;branched&amp;nbsp;behaviour.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;X.VALUE&amp;nbsp;&amp;nbsp;&amp;nbsp;10&amp;nbsp;had&amp;nbsp;formerly&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;uses&amp;nbsp;X.VALUE&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branched&amp;nbsp;behaviour,&amp;nbsp;the&amp;nbsp;sample&amp;nbsp;space&amp;nbsp;of&amp;nbsp;the&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;characterisation&amp;nbsp;must&amp;nbsp;be&amp;nbsp;restricted,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;event&amp;nbsp;that&amp;nbsp;X&amp;nbsp;takes&amp;nbsp;a&amp;nbsp;values&amp;nbsp;greater&amp;nbsp;than&amp;nbsp;10&amp;nbsp;cannot&amp;nbsp;occur&amp;nbsp;anymore.&amp;nbsp;Therefore&amp;nbsp;its&amp;nbsp;probability&amp;nbsp;is&amp;nbsp;zero.&amp;nbsp;Any&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;always&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;evaluated&amp;nbsp;under&amp;nbsp;the&amp;nbsp;condition&amp;nbsp;that&amp;nbsp;all&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;scenario’s&amp;nbsp;path&amp;nbsp;to&amp;nbsp;it&amp;nbsp;have&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchCondition_GuardedBranchTransition" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/guardedBranchTransition_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetVariableAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set Variable Action Assigns a variable characterisation to an OUT parameter, INOUT parameter, or return value of the service. It ensures that performance-relevant output parameter characterisations of a component service are specified to use them to parameterise the calling RDSEFF. A SetVariableAction must only use output parameters on the left hand side of the assignment and must not use input parameter or local variable&#xD;&#xA;names, because input parameters cannot be returned and local names should not be exposed to adhere the black box principle. The action is only intended to allow proper data flow modelling (i.e., output parameter passing) between different component services, but not to reveal additional internals of the service the current RDSEFF models. Thus, the assigned characterisation is not accessible in subsequent actions of the current RDSEFF. Notice, that the stochastic expression used in this assignment must characterise the result of the whole computation of the current service. For non-trivial components, this requires a substantial stochastic approximation based on manual abstraction. However, recall that not the actual result of a component service needs to be specified, but only its performance-relevant attributes. For example, to model the return value of a component service compressing a file, using its file size divided by the compression factor as the stochastic expression is usually sufficient, while the value of the compressed file is not of interest in a performance model.&#xD;&#xA;Multiple SetVariableActions assigning to the same output parameter might occur at different locations of the control flow in an RDSEFF. In the case of sequences, loops, and fork, the last assignment overwrites the former assignments and gets transferred back to the calling RDSEFF. Therefore, analysis tools may ignore the former assignments. In the case of using a SetVariableAction in two different branches of a BranchAction, only the assignment in the chosen branch is valid and gets transferred back to the caller."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariableUsages_SetVariableAction" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/setVariableAction_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalCallAction" eSuperTypes="#//seff_av_pc/CallAction #//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A &quot;SubSEFF&quot;-Action: Realises an internal method call within a SEFF."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="calledResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_av_pc/ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmitEventAction" eSuperTypes="#//seff_av_pc/AbstractAction #//seff_av_pc/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="EmitEventAction specifies when a component emits an event during its processing. To enable the specification of the EventType characteristics, the EmitEventAction extends the CallAction. The EmitEventAction defines which type of events are emited, their characteristics and the SourceRole that triggered. Each EmitEventAction is limited to one type of events. To support multiple types of events, multiple EmitEventActions have to be used."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__EmitEventAction" ordered="false" eType="#//repository_av_pc/EventType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EmitEventAction" ordered="false" eType="#//repository_av_pc/SourceRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Internal Action Combines the execution of a number of internal computations by a component service in a single model entity. It models calculations inside a component service, which do not include calls to required services. For a desired high abstraction level, an RDSEFF has only one InternalAction for all instructions between two calls to required services. A high abstraction level is needed to keep the model tractable for mathematical analysis methods. However, in principle it is also possible to use multiple InternalActions in direct succession to model on a lower abstraction level and enable more accurate predictions.&#xD;&#xA;InternalActions provide an abstraction from the complete behaviour (i.e., control and data flow) of a component service, as they can hide different possible control and data flows not affecting external service calls and express their resource demands as a single stochastic expression. This abstraction underlies the assumption that the resource demands of a number of instruction can be captured sufficiently accurate enough in one such expression"/> </eAnnotations> <eOperations name="MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.internalFailureOccurrenceDescriptions__InternalAction->forAll(x:pcm::reliability::InternalFailureOccurrenceDescription,y:pcm::reliability::InternalFailureOccurrenceDescription | x&lt;>y implies x.softwareInducedFailureType__InternalFailureOccurrenceDescription &lt;> y.softwareInducedFailureType__InternalFailureOccurrenceDescription )&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SumOfInternalActionFailureProbabilitiesMustNotExceed1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.internalFailureOccurrenceDescriptions__InternalAction.failureProbability.oclAsType(Real)->sum()&lt;=1.0&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalFailureOccurrenceDescriptions__InternalAction" ordered="false" upperBound="-1" eType="#//reliability_av_pc/InternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_av_pc/InternalFailureOccurrenceDescription/internalAction__InternalFailureOccurrenceDescription"/> </eClassifiers> <eSubpackages name="seff_performance_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_advice_pointcut" nsPrefix="seff_performance_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing performance aspects of an RDSEFF"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureCall" eSuperTypes="#//seff_av_pc/CallAction"> <eOperations name="SignatureMustBelongToUsedRequiredRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="signature__InfrastructureCall.infrastructureInterface__InfrastructureSignature = requiredRole__InfrastructureCall.requiredInterface__InfrastructureRequiredRole"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ReferencedRequiredRoleMustBeRequiredByComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole__InfrastructureCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action__InfrastructureCall.infrastructureCall__Action->select(call | call.requiredRole__InfrastructureCall = self.requiredRole__InfrastructureCall and call.signature__InfrastructureCall=self.signature__InfrastructureCall)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__InfrastructureCall" ordered="false" eType="#//repository_av_pc/InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__InfrastructureCall" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/infrastructureCall__PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action__InfrastructureCall" ordered="false" eType="#//seff_av_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_av_pc/AbstractInternalControlFlowAction/infrastructureCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__InfrastructureCall" ordered="false" eType="#//repository_av_pc/InfrastructureRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCall" eSuperTypes="#//seff_av_pc/CallAction"> <eOperations name="ResourceSignatureBelongsToResourceRequiredRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.resourceRequiredRole__ResourceCall.requiredResourceInterface__ResourceRequiredRole.resourceSignatures__ResourceInterface->includes(self.signature__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ResourceRequiredRoleMustBeReferencedByComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::ResourceInterfaceRequiringEntity)).oclAsType(pcm::core::entity::ResourceInterfaceRequiringEntity).resourceRequiredRoles__ResourceInterfaceRequiringEntity->includes(self.resourceRequiredRole__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action__ResourceCall.resourceCall__Action->select(call | call.resourceRequiredRole__ResourceCall=self.resourceRequiredRole__ResourceCall and call.signature__ResourceCall=self.signature__ResourceCall)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="action__ResourceCall" ordered="false" eType="#//seff_av_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_av_pc/AbstractInternalControlFlowAction/resourceCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRole__ResourceCall" ordered="false" eType="#//core_av_pc/entity_av_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__ResourceCall" ordered="false" eType="#//resourcetype_av_pc/ResourceSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__ResourceCall" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/resourceCall__PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricResourceDemand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO&amp;nbsp;(Überarbeitung&amp;nbsp;durch&amp;nbsp;MH)&lt;br />&#xD;&#xA;Parametric&amp;nbsp;Resource&amp;nbsp;Demand&amp;nbsp;Specifies&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;requested&amp;nbsp;from&amp;nbsp;a&amp;nbsp;certain&amp;nbsp;type&amp;nbsp;of&amp;nbsp;resource&amp;nbsp;in&amp;nbsp;a&amp;nbsp;parametrised&amp;nbsp;way.&amp;nbsp;It&amp;nbsp;assigns&amp;nbsp;the&amp;nbsp;demand&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;Random-Variable&amp;nbsp;to&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;ProcessingResourceType&amp;nbsp;(e.g.,&amp;nbsp;CPU,&amp;nbsp;hard&amp;nbsp;disk)&amp;nbsp;instead&amp;nbsp;of&amp;nbsp;a&amp;nbsp;concrete&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;(e.g.,&amp;nbsp;5&amp;nbsp;Ghz&amp;nbsp;CPU,&amp;nbsp;20&amp;nbsp;MByte/s&amp;nbsp;hard&amp;nbsp;disk).&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;a&amp;nbsp;specific&amp;nbsp;resource&amp;nbsp;environment,&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;the&amp;nbsp;concrete&amp;nbsp;resources&amp;nbsp;replaceable&amp;nbsp;to&amp;nbsp;answer&amp;nbsp;sizing&amp;nbsp;questions.&lt;br />&#xD;&#xA;The&amp;nbsp;demand's&amp;nbsp;unit&amp;nbsp;is&amp;nbsp;equal&amp;nbsp;for&amp;nbsp;all&amp;nbsp;ProcessingResourceSpecifications&amp;nbsp;referencing&lt;br />&#xD;&#xA;the&amp;nbsp;same&amp;nbsp;ProcessingResourceType.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;for&amp;nbsp;example&amp;nbsp;be&amp;nbsp;&quot;WorkUnits&quot;&lt;br />&#xD;&#xA;for&amp;nbsp;CPUs&amp;nbsp;[Smi02]&amp;nbsp;or&amp;nbsp;&quot;BytesRead&quot;&amp;nbsp;for&amp;nbsp;hard&amp;nbsp;disks.&amp;nbsp;Each&amp;nbsp;ProcessingResource-&lt;br />&#xD;&#xA;Specification&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;for&amp;nbsp;demands&amp;nbsp;(e.g.,&amp;nbsp;1000&amp;nbsp;WorkUnits/s,&amp;nbsp;20&lt;br />&#xD;&#xA;MB/s),&amp;nbsp;which&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;use&amp;nbsp;to&amp;nbsp;compute&amp;nbsp;an&amp;nbsp;actual&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;in&amp;nbsp;seconds.&amp;nbsp;They&lt;br />&#xD;&#xA;use&amp;nbsp;this&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;for&amp;nbsp;example&amp;nbsp;as&amp;nbsp;the&amp;nbsp;service&amp;nbsp;demand&amp;nbsp;on&amp;nbsp;a&amp;nbsp;service&amp;nbsp;center&amp;nbsp;in&amp;nbsp;a&amp;nbsp;queueing&lt;br />&#xD;&#xA;network&amp;nbsp;or&amp;nbsp;the&amp;nbsp;firing&amp;nbsp;delay&amp;nbsp;of&amp;nbsp;a&amp;nbsp;transition&amp;nbsp;in&amp;nbsp;a&amp;nbsp;Petri&amp;nbsp;net.&amp;nbsp;As&amp;nbsp;multiple&amp;nbsp;component&amp;nbsp;services&lt;br />&#xD;&#xA;might&amp;nbsp;request&amp;nbsp;processing&amp;nbsp;on&amp;nbsp;the&amp;nbsp;same&amp;nbsp;resource,&amp;nbsp;these&amp;nbsp;analytical&amp;nbsp;or&amp;nbsp;simulation&amp;nbsp;models&lt;br />&#xD;&#xA;allow&amp;nbsp;determining&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;delay&amp;nbsp;induced&amp;nbsp;by&amp;nbsp;this&amp;nbsp;contention&amp;nbsp;effect.&lt;br />&#xD;&#xA;Besides&amp;nbsp;this&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;different&amp;nbsp;resource&amp;nbsp;environments,&amp;nbsp;Parametric-&lt;br />&#xD;&#xA;ResourceDemands&amp;nbsp;also&amp;nbsp;parameterise&amp;nbsp;over&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;profile.&amp;nbsp;For&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression&lt;br />&#xD;&#xA;specifying&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&lt;br />&#xD;&#xA;parameters&amp;nbsp;or&amp;nbsp;the&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;Upon&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;use&amp;nbsp;the&amp;nbsp;current&amp;nbsp;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;input&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameter&lt;br />&#xD;&#xA;and&amp;nbsp;substitute&amp;nbsp;the&amp;nbsp;reference&amp;nbsp;with&amp;nbsp;this&amp;nbsp;characterisation&amp;nbsp;in&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression.&lt;br />&#xD;&#xA;Solving&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression,&amp;nbsp;which&amp;nbsp;can&amp;nbsp;be&amp;nbsp;a&amp;nbsp;function&amp;nbsp;involving&amp;nbsp;arithmetic&amp;nbsp;operators&lt;br />&#xD;&#xA;(Chapter&amp;nbsp;3.3.6),&amp;nbsp;then&amp;nbsp;yields&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;or&amp;nbsp;probability&amp;nbsp;function&amp;nbsp;for&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand.&lt;br />&#xD;&#xA;As&amp;nbsp;an&amp;nbsp;example&amp;nbsp;for&amp;nbsp;solving&amp;nbsp;the&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;and&amp;nbsp;usage&lt;br />&#xD;&#xA;profile,&amp;nbsp;consider&amp;nbsp;an&amp;nbsp;RDSEFF&amp;nbsp;for&amp;nbsp;a&amp;nbsp;service&amp;nbsp;implementing&amp;nbsp;the&amp;nbsp;bubblesort&amp;nbsp;algorithm.&amp;nbsp;It&lt;br />&#xD;&#xA;might&amp;nbsp;include&amp;nbsp;a&amp;nbsp;CPU&amp;nbsp;demand&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;n22000WorkUnits&amp;nbsp;derived&amp;nbsp;from&amp;nbsp;complexity&lt;br />&#xD;&#xA;theory&amp;nbsp;(n2)&amp;nbsp;and&amp;nbsp;empirical&amp;nbsp;measurements&amp;nbsp;(2000).&amp;nbsp;In&amp;nbsp;this&amp;nbsp;case&amp;nbsp;n&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;the&amp;nbsp;length&amp;nbsp;of&lt;br />&#xD;&#xA;the&amp;nbsp;list&amp;nbsp;the&amp;nbsp;algorithm&amp;nbsp;shall&amp;nbsp;sort,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;current&lt;br />&#xD;&#xA;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;list's&amp;nbsp;length&amp;nbsp;is&amp;nbsp;100&amp;nbsp;(as&amp;nbsp;the&amp;nbsp;modelled&amp;nbsp;usage&amp;nbsp;profile),&amp;nbsp;analysis&amp;nbsp;tools&lt;br />&#xD;&#xA;derive&amp;nbsp;1002&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;from&amp;nbsp;the&amp;nbsp;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;usage&lt;br />&#xD;&#xA;profile&amp;nbsp;dependency.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;CPU&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;the&amp;nbsp;service's&lt;br />&#xD;&#xA;126&lt;br />&#xD;&#xA;4.3.&amp;nbsp;Resource&amp;nbsp;Demanding&amp;nbsp;Service&amp;nbsp;Effect&amp;nbsp;Specification&lt;br />&#xD;&#xA;component&amp;nbsp;is&amp;nbsp;allocated&amp;nbsp;on&amp;nbsp;then&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;of&amp;nbsp;10000WorkUnits/s,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;derive&amp;nbsp;an&amp;nbsp;execution&amp;nbsp;time&amp;nbsp;of&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;{10000&amp;nbsp;WorkUnits/s&amp;nbsp;=&amp;nbsp;1:2&amp;nbsp;s&amp;nbsp;from&amp;nbsp;the&lt;br />&#xD;&#xA;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;dependency.&lt;br />&#xD;&#xA;The&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;for&amp;nbsp;a&amp;nbsp;ParametricResourceDemand&amp;nbsp;depends&amp;nbsp;on&amp;nbsp;the&amp;nbsp;implementation&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;it&amp;nbsp;using&amp;nbsp;complexity&amp;nbsp;theory,&lt;br />&#xD;&#xA;estimations,&amp;nbsp;or&amp;nbsp;measurements.&amp;nbsp;However,&amp;nbsp;how&amp;nbsp;to&amp;nbsp;get&amp;nbsp;data&amp;nbsp;to&amp;nbsp;define&amp;nbsp;such&amp;nbsp;expressions&lt;br />&#xD;&#xA;accurately&amp;nbsp;is&amp;nbsp;beyond&amp;nbsp;of&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&amp;nbsp;thesis.&amp;nbsp;Woodside&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[WVCB01]&amp;nbsp;and&amp;nbsp;Krogmann&lt;br />&#xD;&#xA;[Kro07]&amp;nbsp;present&amp;nbsp;approaches&amp;nbsp;for&amp;nbsp;measuring&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;in&amp;nbsp;dependency&amp;nbsp;to&amp;nbsp;input&amp;nbsp;parameters.&lt;br />&#xD;&#xA;Meyerhoefer&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[ML05]&amp;nbsp;and&amp;nbsp;Kuperberg&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[KB07]&amp;nbsp;propose&amp;nbsp;methods&amp;nbsp;to&lt;br />&#xD;&#xA;establish&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;concrete&amp;nbsp;resources.&amp;nbsp;For&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&lt;br />&#xD;&#xA;thesis,&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;these&amp;nbsp;methods&amp;nbsp;have&amp;nbsp;been&amp;nbsp;applied&amp;nbsp;and&amp;nbsp;an&amp;nbsp;accurate&amp;nbsp;specification&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;ParametricResourceDemand&amp;nbsp;is&amp;nbsp;available."/> </eAnnotations> <eOperations name="DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action_ParametricResourceDemand.resourceDemand_Action->select(prd | prd.requiredResource_ParametricResourceDemand=self.requiredResource_ParametricResourceDemand)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_ParametericResourceDemand" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/parametricResourceDemand_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_av_pc/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action_ParametricResourceDemand" ordered="false" eType="#//seff_av_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_av_pc/AbstractInternalControlFlowAction/resourceDemand_Action"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_reliability_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_advice_pointcut" nsPrefix="seff_reliability_av_pc"> <eClassifiers xsi:type="ecore:EClass" name="RecoveryActionBehaviour" eSuperTypes="#//seff_av_pc/seff_reliability_av_pc/FailureHandlingEntity #//seff_av_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Recovery block alternative haviours represent alternatives of recovery blocks. They are resource demanding behaviours,&#xD;&#xA; thus any behaviour can be defined as an alternative.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The alternatives of a recovery block form a chain. They are failure handling entities, i.e.&amp;nbsp;they can handle&#xD;&#xA; failures that occur in previous alternatives. If one alternative fails, the next alternative is executed that can&#xD;&#xA; handle the failure type.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="RecoveryActionBehaviourHasOnlyOnePredecessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.recoveryAction__RecoveryActionBehaviour.recoveryActionBehaviours__RecoveryAction->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y&#xD;&#xA;&#x9;&#x9;and x.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)&#xD;&#xA;&#x9;&#x9;and y.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RecoveryActionBehaviourIsNotSuccessorOfItself" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureHandlingAlternatives__RecoveryActionBehaviour->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y and&#xD;&#xA;&#x9;x.failureTypes_FailureHandlingEntity->&#xD;&#xA;&#x9;&#x9;exists(f:pcm::reliability::FailureType |&#xD;&#xA;&#x9;&#x9;y.failureTypes_FailureHandlingEntity->includes(f)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureHandlingAlternatives__RecoveryActionBehaviour" ordered="false" upperBound="-1" eType="#//seff_av_pc/seff_reliability_av_pc/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryAction__RecoveryActionBehaviour" ordered="false" eType="#//seff_av_pc/seff_reliability_av_pc/RecoveryAction" eOpposite="#//seff_av_pc/seff_reliability_av_pc/RecoveryAction/recoveryActionBehaviours__RecoveryAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecoveryAction" eSuperTypes="#//seff_av_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Recover block actions are a generic failure handling technique. A recovery block consists of a a primary algorithm and one&#xD;&#xA;or more alternatives that can be used in case of failure. If the primary algorithm fails, the next alternative is chosen.&#xD;&#xA;Here the alternatives also support failure types. Alternatives may specify which kind of failures they can handle."/> </eAnnotations> <eOperations name="PrimaryBehaviourOfRecoveryActionMustBeSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.primaryBehaviour__RecoveryAction &lt;> null"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryBehaviour__RecoveryAction" ordered="false" eType="#//seff_av_pc/seff_reliability_av_pc/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryActionBehaviours__RecoveryAction" ordered="false" upperBound="-1" eType="#//seff_av_pc/seff_reliability_av_pc/RecoveryActionBehaviour" containment="true" eOpposite="#//seff_av_pc/seff_reliability_av_pc/RecoveryActionBehaviour/recoveryAction__RecoveryActionBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureHandlingEntity" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Failure handling entities are any program constructs that can handle failures. Instances of failure handling entities&#xD;&#xA; specify any number of failure types that can be handled.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes_FailureHandlingEntity" ordered="false" upperBound="-1" eType="#//reliability_av_pc/FailureType"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="qosannotations_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_advice_pointcut" nsPrefix="qosannotations_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains elements to specify fixed QoS attributes of system-external services."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; SpecifiedQoSAnnotations&amp;nbsp;(as&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;class)&amp;nbsp;associate&amp;nbsp;specified&amp;nbsp;(see&amp;nbsp;QoSAnnotation)&amp;nbsp;QoS&amp;nbsp;properties&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;components.&amp;nbsp;A&amp;nbsp;service&amp;nbsp;is&amp;nbsp;thereby&amp;nbsp;determined&amp;nbsp;by&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Role&amp;nbsp;(i.e.,&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;component).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedQoSAnnation" ordered="false" eType="#//repository_av_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedQoSAnnotation" ordered="false" eType="#//repository_av_pc/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedQoSAnnotation" ordered="false" eType="#//qosannotations_av_pc/QoSAnnotations" eOpposite="#//qosannotations_av_pc/QoSAnnotations/specifiedQoSAnnotations_QoSAnnotations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QoSAnnotations" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoSAnnotations allow software architects and performance analysts to annotate Quality of Service (QoS) attributes to services (i.e., signatures of an interface). It is important to note that these annotations are specified and not derived. Usually the PCM uses the internal specification of a components behaviour (i.e., its RD-SEFFs) to determine its QoS. However, in a mixed top down and bottom up approach as favoured by the PCM, software architects have to combine components whose internals are not yet known with fully specified components. QoSAnnotations provide a first perforamnce (or reliability) abstraction of the services offered by a component using the SpecifiedQoSAnnotation. They furthermore define the output parameters of the services without describing its internal behviour.&#xD;&#xA;&#xD;&#xA;Notes:&#xD;&#xA;- Should the association of QoSAnnotations to services not be in the class QoSAnnotation instead of SpecifiedQoSAnnotation and SpecifiedOutputParameterAbstraction separately?"/> </eAnnotations> <eOperations name="MultipleReliabilityAnnotationsPerExternalCallNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.specifiedQoSAnnotations_QoSAnnotations->select(oclIsTypeOf(pcm::qosannotations::qos_reliability::SpecifiedReliabilityAnnotation))->forAll( x, y | ( x&lt;>y ) implies ( ( x.role_SpecifiedQoSAnnotation &lt;> y.role_SpecifiedQoSAnnotation ) or ( x.signature_SpecifiedQoSAnnation &lt;> y.signature_SpecifiedQoSAnnation ) ) )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedOutputParameterAbstractions_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_av_pc/SpecifiedOutputParameterAbstraction" containment="true" eOpposite="#//qosannotations_av_pc/SpecifiedOutputParameterAbstraction/qosAnnotations_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_QoSAnnotations" ordered="false" eType="#//system_av_pc/System" eOpposite="#//system_av_pc/System/qosAnnotations_System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedQoSAnnotations_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_av_pc/SpecifiedQoSAnnotation" containment="true" eOpposite="#//qosannotations_av_pc/SpecifiedQoSAnnotation/qosAnnotations_SpecifiedQoSAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedOutputParameterAbstraction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To specify the output parameters of a service (without associated RD-SEFF), software architects can associate a SpecifiedOutputParameterAbstraction to services (signature + role). SpecifiedOutputParameterAbstractions assign a single VariableUsage to that service that determines the output parameters in depency of its input parameters. Software architects can use stochastic expressions (package StoEx) to define the dependencies.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually possible to define the output in dependency on the input parameters?&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_av_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_av_pc/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expectedExternalOutputs_SpecifiedOutputParameterAbstraction" ordered="false" upperBound="-1" eType="#//parameter_av_pc/VariableUsage" containment="true" eOpposite="#//parameter_av_pc/VariableUsage/specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//qosannotations_av_pc/QoSAnnotations" eOpposite="#//qosannotations_av_pc/QoSAnnotations/specifiedOutputParameterAbstractions_QoSAnnotations"/> </eClassifiers> <eSubpackages name="qos_performance_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_advice_pointcut" nsPrefix="_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance aspects of QoS annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SystemSpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_pc/qos_performance_av_pc/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SystemSpecifiedExecutionTime allows software architect and performance analysts to specify the response time (distribution) of services called at the system boundaries. This allows abstracting from the system externals and restricts the focus to the software architecture under consideration.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- That's the starting point for Performance-Kennlinien I guess..."/> </eAnnotations> <eOperations name="SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_pc/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies an execution time&#xD;&#xA; in&amp;nbsp;terms&amp;nbsp;of&amp;nbsp;a&amp;nbsp;PCMRandomVariable&amp;nbsp;which&amp;nbsp;may&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;component&amp;nbsp;or&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&#xD;&#xA; referenced&amp;nbsp;service.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Notes:&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; -&amp;nbsp;Is&amp;nbsp;it&amp;nbsp;correct&amp;nbsp;that&amp;nbsp;the&amp;nbsp;PCMRandomvariable&amp;nbsp;can&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;parameters?&lt;br />&#xD;&#xA; -&amp;nbsp;How&amp;nbsp;is&amp;nbsp;the&amp;nbsp;relation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;QoS&amp;nbsp;to&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;established?&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_SpecifiedExecutionTime" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/specifiedExecutionTime_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentSpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_pc/qos_performance_av_pc/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComponentSpecifiedExecutionTime allows software architects (and performance analysts) to specify the response time of a service (signature + role) of a component. However, the response time is not given for the considered component in general, but the component in a specific context (i.e., in a specific hardware environment with specific external components connected) determined by the AssemblyContext. This allows software architects to include Provided- and CompleteComponentTypes into their software architecuture that still miss a description of their internals. Even though the internals are missing, performance predictions are still possible.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually the response time or total service demand specified here? -> I guess it should be response time. Otherwise, we would require also an assignment to resources.&#xD;&#xA;- I guess it's necessary to replace the association to the AssemblyContext by an association to an AllocationContext, since the Response time is heavily determined by the underlying hardware...&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ComponentSpecifiedExecutionTime" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="qos_reliability_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_advice_pointcut" nsPrefix="_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reliability&amp;nbsp;aspects&amp;nbsp;of&amp;nbsp;QoS&amp;nbsp;annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedReliabilityAnnotation" eSuperTypes="#//qosannotations_av_pc/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SpecifiedFailureProbability of a service resembles its &quot;Probability of Failure on Demand&quot; (POFOD). Whenever the service is called, this values states the probability that it returns successfully. For reliability prediction, the PCMRandomVariable specified in its superclass SpecifiedQoSAnnotation must evaluate to a real number between 0 and 1.&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eOperations name="SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation.failureProbability.oclAsType(Real)->sum()&lt;=1.0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation->forAll(x:pcm::reliability::ExternalFailureOccurrenceDescription,y:pcm::reliability::ExternalFailureOccurrenceDescription | x&lt;>y implies x.failureType__ExternalFailureOccurrenceDescription &lt;> y.failureType__ExternalFailureOccurrenceDescription )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation" ordered="false" upperBound="-1" eType="#//reliability_av_pc/ExternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_av_pc/ExternalFailureOccurrenceDescription/specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="system_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_advice_pointcut" nsPrefix="system_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system package holds only the System meta class. A system is the most high-level and out-most compositional entity of the PCM. It defines the boundaries of a modelled application. Only systems (more precisely provided services of a system) can be accessed from usage profile. Systems also can carry QoS-Annotations, a special means to express fixed QoS properties of services that are required at the system boundary."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//core_av_pc/entity_av_pc/Entity #//core_av_pc/entity_av_pc/ComposedProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A System is the out-most entity of a PCM's assembly of components. It captures the modeling decision to which extend a system under investigation is modelled within the PCM.&#xD;&#xA;A System is not composable (part of another composition) because it has QoS annotations which are only allowed in the &quot;outer&quot; composition thing. And a UsageModel must only access ProvidedRoles of a System and not of inner components.&#xD;&#xA;The System is inheriting from ComposedProvidingRequiringEntity to have a unique means for expressing the inner composition of an entity (here: System). Also it allows using the same editor etc. being applied to ComposedProvidingRequiringEntity and thus also being useful for System.&#xD;&#xA;&#xD;&#xA;A system consists of an assembly and is itself referenced by an allocation (only a System can be allocated). The first specifies how the components are connected with other components, the latter specifies how the components and connectors are mapped to the resource environment (hardware and middleware). From a structural point of view, Systems can be seen as special kind of CompositeComponents. Systems are not supposed to be reused as components are. The are assumed to be coupled by using special techniques for system integration.&#xD;&#xA;&#xD;&#xA;A System has provided and required roles like a composite component. Only a system's provided role can be accessed from the usage profile. Only a system's required roles can have QOS annotations.&#xD;&#xA;&#xD;&#xA;Like SubSystems, Systems are white-box entities for the Software Architect and also for the System Deployer. Thus, a System Deployer can and must allocate inner components of a System individually."/> </eAnnotations> <eOperations name="SystemMustHaveAtLeastOneProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.providedRoles_InterfaceProvidingEntity->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_System" ordered="false" upperBound="-1" eType="#//qosannotations_av_pc/QoSAnnotations" containment="true" eOpposite="#//qosannotations_av_pc/QoSAnnotations/system_QoSAnnotations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoS Annotations allow for specifing fixed (non-parameterised) QoS properties at the system boundary level for required services. For example, for a required service it can be specified that its response time is fixed &quot;3 ms&quot;. See the QoS Annotations package for more details."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="resourceenvironment_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_advice_pointcut" nsPrefix="resourceenvironment_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package of entities representing the execution environment of a component based software system"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceEnvironment" eSuperTypes="#//core_av_pc/entity_av_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Repository element of&amp;nbsp;the resource environment&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResources__ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_pc/LinkingResource" containment="true" eOpposite="#//resourceenvironment_av_pc/LinkingResource/resourceEnvironment_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_pc/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_av_pc/ResourceContainer/resourceEnvironment_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkingResource" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model&amp;nbsp;element&amp;nbsp;representing&amp;nbsp;communication&amp;nbsp;links&amp;nbsp;like&amp;nbsp;LAN,&amp;nbsp;WAN,&amp;nbsp;WiFi&amp;nbsp;etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedResourceContainers_LinkingResource" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_pc/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifications_LinkingResource" ordered="false" eType="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification" containment="true" eOpposite="#//resourceenvironment_av_pc/CommunicationLinkResourceSpecification/linkingResource_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_LinkingResource" ordered="false" eType="#//resourceenvironment_av_pc/ResourceEnvironment" eOpposite="#//resourceenvironment_av_pc/ResourceEnvironment/linkingResources__ResourceEnvironment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceContainer" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UML-like&amp;nbsp;container&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;resources (e.g. hardware server)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceSpecifications_ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_pc/ProcessingResourceSpecification" containment="true" eOpposite="#//resourceenvironment_av_pc/ProcessingResourceSpecification/resourceContainer_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_ResourceContainer" ordered="false" eType="#//resourceenvironment_av_pc/ResourceEnvironment" eOpposite="#//resourceenvironment_av_pc/ResourceEnvironment/resourceContainer_ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedResourceContainers__ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_pc/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_av_pc/ResourceContainer/parentResourceContainer__ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentResourceContainer__ResourceContainer" ordered="false" eType="#//resourceenvironment_av_pc/ResourceContainer" eOpposite="#//resourceenvironment_av_pc/ResourceContainer/nestedResourceContainers__ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceSpecification" eSuperTypes="identifier_advice_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance specification of processing resources (e.g. processing rate, scheduling policy)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTR" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Repair (MTTR) of a physical resource is the expected timespan from breakdown of this physical resource to its repair or replacement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTF" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Failure (MTTF) of a physical resource is the expected timespan from the start of its usage until breakdown."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredByContainer" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This attribute controls the handling of the resource&amp;nbsp;by the&amp;nbsp;reliability prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to TRUE, the unavailability of the resource automatically leads to the unavailability of the surrounding&#xD;&#xA; resource container. Every attempt to execute a SEFF on an unavailable resource container leads to a corresponding&#xD;&#xA; resource failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to FALSE, the unavailability of the resource does not make the container unavailable. An attempt to execute a&#xD;&#xA; SEFF on a container with an unavailable resource leads to a resource failure ONLY IF the SEFF contains an&#xD;&#xA; InternalAction that accesses&amp;nbsp;the resource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicy" ordered="false" eType="#//resourcetype_av_pc/SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceType_ActiveResourceSpecification" ordered="false" eType="#//resourcetype_av_pc/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingRate_ProcessingResourceSpecification" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/processingResourceSpecification_processingRate_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfReplicas" ordered="false" lowerBound="1" 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="&lt;p>&#xD;&#xA; Specifies the actual number of processors of the processing resource.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; In terms of the queueing theory, the number of processors corresponds to the number of servers&amp;nbsp;of a service&#xD;&#xA; center. Thus, the attribute allows to specify a&amp;nbsp;multi-server queue, i.e., one queue with multiple servers.&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ProcessingResourceSpecification" ordered="false" eType="#//resourceenvironment_av_pc/ResourceContainer" eOpposite="#//resourceenvironment_av_pc/ResourceContainer/activeResourceSpecifications_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceSpecification" eSuperTypes="identifier_advice_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Throughput and performance specification of linking resources"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResource_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourceenvironment_av_pc/LinkingResource" eOpposite="#//resourceenvironment_av_pc/LinkingResource/communicationLinkResourceSpecifications_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the probability that a service call over this communication link fails. The failure could be due to message loss or overload, for example."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceType_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourcetype_av_pc/CommunicationLinkResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latency_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/communicationLinkResourceSpecification_latency_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the latency of this linking resource in the simulated time unit. The latency is the time that a message on this linking resource takes to receive the receiver. In synchronous communication (call and return), the latency is added twice to the duration, once for the call and once for the response. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="throughput_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_av_pc/PCMRandomVariable" containment="true" eOpposite="#//core_av_pc/PCMRandomVariable/communicationLinkResourceSpecifcation_throughput_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the maximum throughput of this linking resource in byte per simulated time unit. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="allocation_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_advice_pointcut" nsPrefix="allocation_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All PCM entities related to model allocation"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AllocationContext" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping between AssemblyContext and Resource. Sometimes referred to as &quot;Deployment&quot;."/> </eAnnotations> <eOperations name="OneAssemblyContextOrOneEventChannelShouldBeReferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not(self.assemblyContext_AllocationContext.oclIsUndefined()) xor not(self.eventChannel__AllocationContext.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_AllocationContext" ordered="false" eType="#//resourceenvironment_av_pc/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_AllocationContext" ordered="false" eType="#//core_av_pc/composition_av_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocation_AllocationContext" ordered="false" eType="#//allocation_av_pc/Allocation" eOpposite="#//allocation_av_pc/Allocation/allocationContexts_Allocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__AllocationContext" ordered="false" eType="#//core_av_pc/composition_av_pc/EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation" eSuperTypes="#//core_av_pc/entity_av_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The allocation repository holding all available allocation contexts of a model."/> </eAnnotations> <eOperations name="EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- Get all AssemblyContexts used by this system, that is &#xD;&#xA;-- 1) the AssemblyContexts directly used in the system and &#xD;&#xA;self.system_Allocation.assemblyContexts__ComposedStructure&#xD;&#xA;-- 2) the AssemblyContexts used by SubSystems in the System. Note that if a SubSystem also contains other Subsystems,&#xD;&#xA;-- we need to get those AssemblyContexts too: Thus, we use a closure here&#xD;&#xA;->union(self.system_Allocation.assemblyContexts__ComposedStructure->closure(&#xD;&#xA;encapsulatedComponent__AssemblyContext->select(composites|composites.oclIsTypeOf(pcm::subsystem::SubSystem)).oclAsType(pcm::subsystem::SubSystem)&#xD;&#xA;.assemblyContexts__ComposedStructure))&#xD;&#xA;--Now, after we collected all AssemblyContexts somehow used, we check whether they need to be allocated &#xD;&#xA;--and if yes, if they are allocated.&#xD;&#xA;->forAll(assemblyCtx|&#xD;&#xA;--AssemblyContexts that contain SubSystems do not need to be allocated&#xD;&#xA;assemblyCtx.encapsulatedComponent__AssemblyContext.oclIsTypeOf(pcm::subsystem::SubSystem) or&#xD;&#xA;--All others need to be allocated. &#xD;&#xA;self.allocationContexts_Allocation->select(allocationCtx|&#xD;&#xA;allocationCtx.assemblyContext_AllocationContext = assemblyCtx)->size() = 1)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each Assembly of BasicComponents and CompositeComponents used in the referenced System must be allocated. &#xD;&#xA;&#xD;&#xA;Things are complicated by the introduction of SubSystems. Here, the Assembly of the SubSystem itself does not have to be allocated. If it is not allocated, all BasicComponents and CompositeComponents contained in this SubSystem (also transitively over several nested and not-allocated SubSystems) need to be allocated. &#xD;&#xA;&#xD;&#xA;The constraint is realised wth a closure over the AssemblyContext contained in a ComposedStructure. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="CommunicatingServersHaveToBeConnectedByLinkingResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.allocationContexts_Allocation->forAll(a | self.allocationContexts_Allocation->forAll(b | &#xD;&#xA; --- if a and b are not on the same server&#xD;&#xA; (a.resourceContainer_AllocationContext &lt;> b.resourceContainer_AllocationContext &#xD;&#xA; and&#xD;&#xA; -- and if the assembly contexts of a and b are connected&#xD;&#xA; self.system_Allocation.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(pcm::core::composition::AssemblyConnector)->exists(conn | &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext )&#xD;&#xA; or &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext )&#xD;&#xA; )&#xD;&#xA; )&#xD;&#xA; -- then the servers have to be connected by a linking resource&#xD;&#xA; implies &#xD;&#xA; self.targetResourceEnvironment_Allocation.linkingResources__ResourceEnvironment->exists(l | &#xD;&#xA; -- l connects the two&#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(a.resourceContainer_AllocationContext)&#xD;&#xA; and &#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(b.resourceContainer_AllocationContext)&#xD;&#xA; )&#xD;&#xA; ))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetResourceEnvironment_Allocation" ordered="false" eType="#//resourceenvironment_av_pc/ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_Allocation" ordered="false" eType="#//system_av_pc/System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocationContexts_Allocation" ordered="false" upperBound="-1" eType="#//allocation_av_pc/AllocationContext" containment="true" eOpposite="#//allocation_av_pc/AllocationContext/allocation_AllocationContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="subsystem_av_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_advice_pointcut" nsPrefix="subsystem_av_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing the subsystem entity"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SubSystem" eSuperTypes="#//core_av_pc/entity_av_pc/ComposedProvidingRequiringEntity #//repository_av_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SubSystem is structually comparable to a CompositeComponent. The major difference is the white-blox property it preserves for System Deployers. While Component Developer have a white-box view for their CompositeComponents, a System Deployer perceives a CompositeComponent like any other component as a black-box entity, which thus cannot be allocated onto different nodes in the resource environment (a CompositeComponent cannot be split up at allocation time).&#xD;&#xA;Opposed to that, SubSystems are white-box entities for System Deployers, meaning that they can be allocated to different nodes of the resource environment, if required. They are pure logical groupings of components, which can be reused by Component Developers and System Architects like usual components.&#xD;&#xA;&#xD;&#xA;Remark 1: If a SubSystem is part of a CompositeComponent (inner component) is looses its white-box property, as there is a outer black-box component hiding the its and consequently the SubSytem's internals.&#xD;&#xA;&#xD;&#xA;Remark 2: Structurally, SubSytem can be converted into CompositeComponents and vice versa.&#xD;&#xA;&#xD;&#xA;Example: To model a layered architecture, of which each layer is potentially split up to run on multiple machines (in the resource environment), each layer can be represented by a subsystem, allowing to allocated each layer's components individually."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="completions_av_pc" nsURI="http://sdq.ipd.uka.de/Completions/1.0_advice_pointcut" nsPrefix="completions_av_pc"> <eClassifiers xsi:type="ecore:EClass" name="Completion" eSuperTypes="#//core_av_pc/entity_av_pc/ComposedProvidingRequiringEntity #//repository_av_pc/ImplementationComponentType"/> <eClassifiers xsi:type="ecore:EClass" name="CompletionRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="completions_CompletionRepository" ordered="false" upperBound="-1" eType="#//completions_av_pc/Completion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegatingExternalCallAction" eSuperTypes="#//seff_av_pc/ExternalCallAction"/> <eClassifiers xsi:type="ecore:EClass" name="NetworkDemandParametricResourceDemand" eSuperTypes="#//seff_av_pc/seff_performance_av_pc/ParametricResourceDemand"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCommunicationLinkResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_av_pc/CommunicationLinkResourceType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"de.uka.ipd.sdq.pcm_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/5.0_advice_pointcut","name":"pcm_av_pc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advice","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerJoinPointScope","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"core_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_advice_pointcut","name":"core_av_pc","id":6,"eClass":"EPackage"},{"nsPrefix":"usagemodel_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_advice_pointcut","name":"usagemodel_av_pc","id":7,"eClass":"EPackage"},{"nsPrefix":"repository_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_advice_pointcut","name":"repository_av_pc","id":8,"eClass":"EPackage"},{"nsPrefix":"resourcetype_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_advice_pointcut","name":"resourcetype_av_pc","id":9,"eClass":"EPackage"},{"nsPrefix":"protocol_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_advice_pointcut","name":"protocol_av_pc","id":10,"eClass":"EPackage"},{"nsPrefix":"parameter_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_advice_pointcut","name":"parameter_av_pc","id":11,"eClass":"EPackage"},{"nsPrefix":"reliability_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_advice_pointcut","name":"reliability_av_pc","id":12,"eClass":"EPackage"},{"nsPrefix":"seff_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_advice_pointcut","name":"seff_av_pc","id":13,"eClass":"EPackage"},{"nsPrefix":"qosannotations_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_advice_pointcut","name":"qosannotations_av_pc","id":14,"eClass":"EPackage"},{"nsPrefix":"system_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_advice_pointcut","name":"system_av_pc","id":15,"eClass":"EPackage"},{"nsPrefix":"resourceenvironment_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_advice_pointcut","name":"resourceenvironment_av_pc","id":16,"eClass":"EPackage"},{"nsPrefix":"allocation_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_advice_pointcut","name":"allocation_av_pc","id":17,"eClass":"EPackage"},{"nsPrefix":"subsystem_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_advice_pointcut","name":"subsystem_av_pc","id":18,"eClass":"EPackage"},{"nsPrefix":"completions_av_pc","nsURI":"http://sdq.ipd.uka.de/Completions/1.0_advice_pointcut","name":"completions_av_pc","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCMRandomVariable","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"nsPrefix":"entity_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_advice_pointcut","name":"entity_av_pc","id":29,"eClass":"EPackage"},{"nsPrefix":"composition_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_advice_pointcut","name":"composition_av_pc","id":30,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecificationMustNotBeNULL","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"closedWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"passiveResource_capacity_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"variableCharacterisation_Specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"infrastructureCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"resourceCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"parametricResourceDemand_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopAction_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"guardedBranchTransition_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"specifiedExecutionTime_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"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":"eventChannelSinkConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"assemblyEventConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"loop_LoopIteration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"openWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"delay_TimeSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"communicationLinkResourceSpecifcation_throughput_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"processingResourceSpecification_processingRate_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":"communicationLinkResourceSpecification_latency_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EParameter"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedWorkload","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"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":"thinkTime_ClosedWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveResource","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"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":"capacity_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCharacterisation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"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":"specification_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureCall","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"id":67,"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":"numberOfCalls__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCall","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"numberOfCalls__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricResourceDemand","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"specification_ParametericResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"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":"iterationCount_LoopAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardedBranchTransition","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"id":79,"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":"branchCondition_GuardedBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"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":"specification_SpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSinkConnector","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"id":85,"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":"filterCondition__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyEventConnector","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"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":"filterCondition__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"id":91,"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":"loopIteration_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenWorkload","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"id":94,"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":"interArrivalTime_OpenWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"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":"timeSpecification_Delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceSpecification","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"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":"throughput_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceSpecification","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"id":103,"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":"processingRate_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"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":"latency_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceProvidedRole","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredRole","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterfaceProvidingEntity__ResourceProvidedRole","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":false,"unsettable":false,"transient":false,"unique":true,"name":"providedResourceInterface__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceProvidedRoles__ResourceInterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterface","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"providedRoles_InterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedRole","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"id":131,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providingEntity_ProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"requiredRoles_InterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredRole","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"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":"requiringEntity_RequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"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":"resourceRequiredRoles__ResourceInterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterfaceRequiringEntity__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResourceInterface__ResourceRequiredRole","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedStructure","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedRolesMustBeBound","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"aName","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"aName","unsettable":false,"transient":false,"unique":true,"name":"entityName","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegationConnector","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredDelegationConnector","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannel","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSourceConnector","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedDelegationConnector","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDelegationConnector","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyConnector","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceDelegationConnector","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkDelegationConnector","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyInfrastructureConnector","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredResourceDelegationConnector","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyContext","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"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":"parentStructure__Connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"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":"connectors__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraint","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraintForAssemblyConnectors","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContexts__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":"resourceRequiredDelegationConnectors_ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"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":"eventChannel__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStructure__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStructure_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"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":"parentStructure__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"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":"innerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"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":"outerResourceRequiredRole_ResourceRequiredDelegationConnector","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventGroup__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"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":"eventChannelSourceConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventChannelSinkConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGroup","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventChannel__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"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":"eventChannel__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"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":"sourceRole__EventChannelSourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"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":"assemblyContext__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceRole","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sinkRole__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"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":"assemblyContext__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkRole","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"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":"outerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"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":"assemblyContext_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationProvidedRole","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":"outerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"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":"assemblyContext_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EParameter"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRequiredRole","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedInterfacesMustMatch","lowerBound":0,"id":302,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiringAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"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":"providingAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"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":"providedRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":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":"sinkRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"sourceRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sinkAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"sourceAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"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":"outerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":"assemblyContext__SourceDelegationConnector","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"},{"container":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":"assemblyContext__SinkDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"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":"innerSinkRole__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"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":"outerSinkRole__SinkRole","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"},{"container":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":"providedRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"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":"requiredRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"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":"providingAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiringAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureProvidedRole","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"id":363,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequiredRole","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":"innerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"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":"assemblyContext__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"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":"outerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"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":"assemblyContext__RequiredInfrastructureDelegationConnector","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"},{"container":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":"assemblyContext__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"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":"outerRequiredRole__RequiredResourceDelegationConnector","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encapsulatedComponent__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"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":"configParameterUsages__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryComponent","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"id":394,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableUsage","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"id":396,"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":"assemblyContext__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workload","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageScenario","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageModel","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryLevelSystemCall","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractUserAction","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioBehaviour","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchTransition","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageScenario_Workload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"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":"workload_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"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":"usageModel_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"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":"scenarioBehaviour_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"usageScenario_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"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":"usageScenario_SenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"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":"assemblyContext_userData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"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":"usageModel_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"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":"userDataParameterUsages_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"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":"userData_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"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":"userData_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallMustReferenceProvidedRoleOfASystem","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallSignatureMustMatchItsProvidedRole","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRole_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"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":"operationSignature__EntryLevelSystemCall","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":true,"unsettable":false,"transient":false,"unique":true,"name":"outputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":435,"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":"inputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSignature","instanceClass":null,"abstract":false,"id":453,"interface":false,"eClass":"EClass"},{"id":454,"eClass":"EGenericType"},{"id":455,"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":"entryLevelSystemCall_OutputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"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":"entryLevelSystemCall_InputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"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":"scenarioBehaviour_AbstractUserAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestart","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestop","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branchTransition_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"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":"loop_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EParameter"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EParameter"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"branchedBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":501,"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":"branch_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"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":"branchTransitions_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EOperation"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EParameter"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopHasNoSuccessor","lowerBound":0,"id":520,"many":false,"required":false,"eClass":"EOperation"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartHasNoPredecessor","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EParameter"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"InterArrivalTimeInOpenWorkloadNeedsToBeSpecified","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EParameter"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PopulationInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":550,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ThinkTimeInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":551,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"population","changeable":true,"lowerBound":1,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":555,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":556,"many":false,"required":false,"eClass":"EParameter"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":562,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":563,"many":false,"required":false,"eClass":"EParameter"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicComponent","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationComponentType","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredCharacterisation","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureSignature","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureInterface","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterface","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterModifier","instanceClass":null,"id":583,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteComponentType","instanceClass":null,"abstract":false,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesComponentType","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"id":586,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponent","instanceClass":null,"abstract":false,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeEnum","instanceClass":null,"id":589,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDataType","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDataType","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerDeclaration","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicComponent_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"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":"resourceTimeoutFailureType__PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"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":"passiveResource_BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceTimeoutFailureType","instanceClass":null,"abstract":false,"id":599,"interface":false,"eClass":"EClass"},{"id":600,"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":"passiveResource__ResourceTimeoutFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoSeffTypeUsedTwice","lowerBound":0,"id":602,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfacesAsImplementationType","lowerBound":0,"id":603,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfacesAsImplementationType","lowerBound":0,"id":604,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceEffectSpecifications__BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":608,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":609,"many":false,"required":false,"eClass":"EParameter"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":616,"many":false,"required":false,"eClass":"EParameter"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EParameter"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceEffectSpecification","instanceClass":null,"abstract":false,"id":628,"interface":false,"eClass":"EClass"},{"id":629,"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":"basicComponent_ServiceEffectSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredInterfacesHaveToConformToCompleteType","lowerBound":0,"id":632,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToCompleteType","lowerBound":0,"id":633,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedInterfaceHaveToConformToComponentType","lowerBound":0,"id":634,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentCompleteComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"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":"componentParameterUsage_ImplementationComponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"BUSINESS_COMPONENT","unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"lowerBound":1,"iD":false,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":640,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":641,"many":false,"required":false,"eClass":"EParameter"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":647,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":648,"many":false,"required":false,"eClass":"EParameter"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":654,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":655,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":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":"repository__RepositoryComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"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":"infrastructureSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"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":"operationSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"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":"eventType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"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":"parameterName","changeable":true,"lowerBound":1,"iD":false,"id":673,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier__Parameter","changeable":true,"lowerBound":1,"iD":false,"id":674,"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":"resourceSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"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":"parameters__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":680,"derived":false},{"id":681,"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":"parameter__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSignature","instanceClass":null,"abstract":false,"id":685,"interface":false,"eClass":"EClass"},{"id":686,"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":"parameter__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":687,"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":"repository__DataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"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":"dataTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"repositoryDescription","changeable":true,"lowerBound":0,"iD":false,"id":691,"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":"interfaces__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"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":"failureTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"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":"repository__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureType","instanceClass":null,"abstract":false,"id":699,"interface":false,"eClass":"EClass"},{"id":700,"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":"repository__FailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoProtocolTypeIDUsedTwice","lowerBound":0,"id":703,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentInterfaces__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":704,"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":"protocols__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"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":"requiredCharacterisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":709,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":710,"many":false,"required":false,"eClass":"EParameter"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":716,"interface":false,"eClass":"EClass"},{"id":717,"eClass":"EGenericType"},{"id":718,"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":"interface_RequiredCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"ordered":false,"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":721,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableCharacterisationType","instanceClass":null,"id":723,"serializable":true,"eClass":"EEnum"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"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":"eventTypes__EventGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"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":"eventGroup__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"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":"exceptions__Signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"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":"failureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionName","changeable":true,"lowerBound":1,"iD":false,"id":739,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionMessage","changeable":true,"lowerBound":1,"iD":false,"id":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"id":742,"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":"infrastructureInterface__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"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":"infrastructureSignatures__InfrastructureInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"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":"requiredInterface__InfrastructureRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":750,"derived":false},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ParameterNamesHaveToBeUniqueForASignature","lowerBound":0,"id":755,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"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":"returnType__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":760,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EParameter"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"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":"signatures__OperationInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignaturesHaveToBeUniqueForAnInterface","lowerBound":0,"id":770,"many":false,"required":false,"eClass":"EOperation"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":773,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":774,"many":false,"required":false,"eClass":"EParameter"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"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":"requiredInterface__OperationRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":780,"derived":false},{"id":781,"eClass":"EGenericType"},{"id":782,"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":"eventGroup__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"id":784,"eClass":"EGenericType"},{"id":785,"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":"eventGroup__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"id":787,"eClass":"EGenericType"},{"id":788,"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":"providedInterface__OperationProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"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":"providedInterface__InfrastructureProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"name":"none","id":795,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"in","id":796,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":797,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":798,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType","lowerBound":0,"id":799,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToProvidedType2","lowerBound":0,"id":800,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentProvidesComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":804,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":805,"many":false,"required":false,"eClass":"EParameter"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":811,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":812,"many":false,"required":false,"eClass":"EParameter"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType","lowerBound":0,"id":818,"many":false,"required":false,"eClass":"EOperation"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":821,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":822,"many":false,"required":false,"eClass":"EParameter"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"name":"BUSINESS_COMPONENT","id":827,"value":0,"literal":"BUSINESS_COMPONENT","eClass":"EEnumLiteral"},{"name":"INFRASTRUCTURE_COMPONENT","id":828,"value":1,"literal":"INFRASTRUCTURE_COMPONENT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfaces","lowerBound":0,"id":829,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfaces","lowerBound":0,"id":830,"many":false,"required":false,"eClass":"EOperation"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":834,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":835,"many":false,"required":false,"eClass":"EParameter"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":841,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":842,"many":false,"required":false,"eClass":"EParameter"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"ordered":false,"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":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"name":"INT","id":850,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"STRING","id":851,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BOOL","id":852,"value":2,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":853,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"CHAR","id":854,"value":4,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"BYTE","id":855,"value":5,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"LONG","id":856,"value":6,"literal":"LONG","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerType_CollectionDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":857,"derived":false},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"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":"parentType_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":861,"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":"innerDeclaration_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":862,"derived":false},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"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":"compositeDataType_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":867,"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":"datatype_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceType","instanceClass":null,"abstract":false,"id":873,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":874,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRepository","instanceClass":null,"abstract":false,"id":875,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"abstract":false,"id":876,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceType","instanceClass":null,"abstract":false,"id":877,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceServiceId","changeable":true,"lowerBound":1,"iD":false,"id":878,"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":"resourceInterface__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":879,"derived":false},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"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":"resourceSignatures__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":884,"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":"hardwareInducedFailureType__ProcessingResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareInducedFailureType","instanceClass":null,"abstract":false,"id":887,"interface":false,"eClass":"EClass"},{"id":888,"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":"processingResourceType__HardwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":889,"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":"resourceRepository_ResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":890,"derived":false},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"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":"availableResourceTypes_ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"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":"resourceInterfaces__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"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":"schedulingPolicies__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":897,"derived":false},{"id":898,"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":"resourceRepository__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":899,"derived":false},{"id":900,"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":"resourceRepository__SchedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":901,"derived":false},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"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":"networkInducedFailureType__CommunicationLinkResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkInducedFailureType","instanceClass":null,"abstract":false,"id":907,"interface":false,"eClass":"EClass"},{"id":908,"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":"communicationLinkResourceType__NetworkInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":909,"derived":false},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"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":"protocolTypeID","changeable":true,"lowerBound":1,"iD":false,"id":913,"derived":false},{"id":914,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterisedVariable","instanceClass":null,"abstract":false,"id":915,"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":"variableCharacterisation_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":916,"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":"callAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":917,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisationPoint_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":918,"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":"callReturnAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":919,"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":"setVariableAction_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":920,"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":"specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":921,"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":"namedReference__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"derived":false},{"id":923,"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":"variableUsage_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":924,"derived":false},{"id":925,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":926,"interface":false,"eClass":"EClass"},{"id":927,"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":"inputVariableUsages__CallAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronisationPoint","instanceClass":null,"abstract":false,"id":929,"interface":false,"eClass":"EClass"},{"id":930,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputParameterUsage_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":931,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallReturnAction","instanceClass":null,"abstract":false,"id":932,"interface":false,"eClass":"EClass"},{"id":933,"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":"returnVariableUsage__CallReturnAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetVariableAction","instanceClass":null,"abstract":false,"id":935,"interface":false,"eClass":"EClass"},{"id":936,"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":"localVariableUsages_SetVariableAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":937,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedOutputParameterAbstraction","instanceClass":null,"abstract":false,"id":938,"interface":false,"eClass":"EClass"},{"id":939,"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":"expectedExternalOutputs_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":940,"derived":false},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"ordered":false,"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":945,"derived":false},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"characterisationType","changeable":true,"lowerBound":1,"iD":false,"id":949,"derived":false},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"name":"STRUCTURE","id":952,"value":0,"literal":"STRUCTURE","eClass":"EEnumLiteral"},{"name":"NUMBER_OF_ELEMENTS","id":953,"value":1,"literal":"NUMBER_OF_ELEMENTS","eClass":"EEnumLiteral"},{"name":"VALUE","id":954,"value":2,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"BYTESIZE","id":955,"value":3,"literal":"BYTESIZE","eClass":"EEnumLiteral"},{"name":"TYPE","id":956,"value":4,"literal":"TYPE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":957,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareInducedFailureType","instanceClass":null,"abstract":false,"id":958,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":959,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":960,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"EnsureValidFailureProbabilityRange","lowerBound":0,"id":961,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":962,"derived":false},{"id":963,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":964,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":965,"many":false,"required":false,"eClass":"EParameter"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HardwareInducedFailureTypeHasProcessingResourceType","lowerBound":0,"id":971,"many":false,"required":false,"eClass":"EOperation"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":974,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":975,"many":false,"required":false,"eClass":"EParameter"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"id":980,"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":"internalFailureOccurrenceDescriptions__SoftwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":981,"derived":false},{"id":982,"eClass":"EGenericType"},{"id":983,"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":"softwareInducedFailureType__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":984,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription","lowerBound":0,"id":985,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"internalAction__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":986,"derived":false},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":989,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":990,"many":false,"required":false,"eClass":"EParameter"},{"id":991,"eClass":"EGenericType"},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalAction","instanceClass":null,"abstract":false,"id":995,"interface":false,"eClass":"EClass"},{"id":996,"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":"internalFailureOccurrenceDescriptions__InternalAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":997,"derived":false},{"id":998,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NetworkInducedFailureTypeHasCommunicationLinkResourceType","lowerBound":0,"id":999,"many":false,"required":false,"eClass":"EOperation"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1002,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1003,"many":false,"required":false,"eClass":"EParameter"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription","lowerBound":0,"id":1009,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1010,"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":"failureType__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1011,"derived":false},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1014,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1015,"many":false,"required":false,"eClass":"EParameter"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedReliabilityAnnotation","instanceClass":null,"abstract":false,"id":1020,"interface":false,"eClass":"EClass"},{"id":1021,"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":"externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1022,"derived":false},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopAction","instanceClass":null,"abstract":false,"id":1028,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInternalControlFlowAction","instanceClass":null,"abstract":false,"id":1029,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAction","instanceClass":null,"abstract":false,"id":1030,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingBehaviour","instanceClass":null,"abstract":false,"id":1031,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractLoopAction","instanceClass":null,"abstract":false,"id":1032,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBranchTransition","instanceClass":null,"abstract":false,"id":1033,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchAction","instanceClass":null,"abstract":false,"id":1034,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartAction","instanceClass":null,"abstract":false,"id":1035,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingSEFF","instanceClass":null,"abstract":false,"id":1036,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingInternalBehaviour","instanceClass":null,"abstract":false,"id":1037,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseAction","instanceClass":null,"abstract":false,"id":1038,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkAction","instanceClass":null,"abstract":false,"id":1039,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedBehaviour","instanceClass":null,"abstract":false,"id":1040,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallAction","instanceClass":null,"abstract":false,"id":1041,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilisticBranchTransition","instanceClass":null,"abstract":false,"id":1042,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcquireAction","instanceClass":null,"abstract":false,"id":1043,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionIteratorAction","instanceClass":null,"abstract":false,"id":1044,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalCallAction","instanceClass":null,"abstract":false,"id":1045,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmitEventAction","instanceClass":null,"abstract":false,"id":1046,"interface":false,"eClass":"EClass"},{"nsPrefix":"seff_performance_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_advice_pointcut","name":"seff_performance_av_pc","id":1047,"eClass":"EPackage"},{"nsPrefix":"seff_reliability_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_advice_pointcut","name":"seff_reliability_av_pc","id":1048,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopActionSuccessorMustNotBeDefined","lowerBound":0,"id":1049,"many":false,"required":false,"eClass":"EOperation"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1052,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1053,"many":false,"required":false,"eClass":"EParameter"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"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":"resourceDemand_Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1058,"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":"infrastructureCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1059,"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":"resourceCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1060,"derived":false},{"id":1061,"eClass":"EGenericType"},{"id":1062,"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":"action_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1063,"derived":false},{"id":1064,"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":"action__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"derived":false},{"id":1066,"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":"action__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1067,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1068,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1069,"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":"resourceDemandingBehaviour_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1070,"derived":false},{"id":1071,"eClass":"EGenericType"},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"id":1074,"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":"steps_Behaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStopAction","lowerBound":0,"id":1076,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStartAction","lowerBound":0,"id":1077,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor","lowerBound":0,"id":1078,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractLoopAction_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1079,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractBranchTransition_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1083,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1084,"many":false,"required":false,"eClass":"EParameter"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1090,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1091,"many":false,"required":false,"eClass":"EParameter"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1097,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1098,"many":false,"required":false,"eClass":"EParameter"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"id":1103,"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":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1104,"derived":false},{"id":1105,"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":"branchBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"derived":false},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"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":"branchAction_AbstractBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1110,"derived":false},{"id":1111,"eClass":"EGenericType"},{"id":1112,"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":"branches_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1113,"derived":false},{"id":1114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EitherGuardedBranchesOrProbabilisiticBranchTransitions","lowerBound":0,"id":1115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllProbabilisticBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":1116,"many":false,"required":false,"eClass":"EOperation"},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1119,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1120,"many":false,"required":false,"eClass":"EParameter"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1126,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1127,"many":false,"required":false,"eClass":"EParameter"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartActionPredecessorMustNotBeDefined","lowerBound":0,"id":1134,"many":false,"required":false,"eClass":"EOperation"},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1138,"many":false,"required":false,"eClass":"EParameter"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole","lowerBound":0,"id":1143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"seffTypeID","changeable":true,"lowerBound":1,"iD":false,"id":1144,"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":"describedService__SEFF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1145,"derived":false},{"id":1146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1148,"many":false,"required":false,"eClass":"EParameter"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"eClass":"EGenericType"},{"id":1152,"eClass":"EGenericType"},{"id":1153,"eClass":"EGenericType"},{"id":1154,"eClass":"EGenericType"},{"id":1155,"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":"resourceDemandingInternalBehaviours","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1156,"derived":false},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"id":1160,"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":"resourceDemandingSEFF_ResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1161,"derived":false},{"id":1162,"eClass":"EGenericType"},{"id":1163,"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":"passiveResource_ReleaseAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1164,"derived":false},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asynchronousForkedBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1169,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronisingBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1170,"derived":false},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forkAction_ForkedBehaivour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1173,"derived":false},{"id":1174,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forkAction_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1175,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisationPoint_ForkedBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1176,"derived":false},{"id":1177,"eClass":"EGenericType"},{"id":1178,"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":"synchronousForkedBehaviours_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1179,"derived":false},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureHandlingEntity","instanceClass":null,"abstract":false,"id":1184,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureBelongsToRole","lowerBound":0,"id":1185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OperationRequiredRoleMustBeReferencedByContainer","lowerBound":0,"id":1186,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledService_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1187,"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":"role_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1188,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryCount","changeable":true,"lowerBound":1,"iD":false,"id":1189,"derived":false},{"id":1190,"eClass":"EGenericType"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"eClass":"EGenericType"},{"id":1193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1194,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1195,"many":false,"required":false,"eClass":"EParameter"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1201,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1202,"many":false,"required":false,"eClass":"EParameter"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"id":1206,"eClass":"EGenericType"},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":1212,"derived":false},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TimeoutValueOfAcquireActionMustNotBeNegative","lowerBound":0,"id":1215,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"passiveresource_AcquireAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1216,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":1,"iD":false,"id":1217,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeoutValue","changeable":true,"lowerBound":1,"iD":false,"id":1218,"derived":false},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1221,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1222,"many":false,"required":false,"eClass":"EParameter"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"id":1225,"eClass":"EGenericType"},{"id":1226,"eClass":"EGenericType"},{"id":1227,"eClass":"EGenericType"},{"id":1228,"eClass":"EGenericType"},{"id":1229,"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":"parameter_CollectionIteratorAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1230,"derived":false},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"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":"calledResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1237,"derived":false},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"id":1240,"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":"eventType__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1241,"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":"sourceRole__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1242,"derived":false},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1247,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfInternalActionFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1248,"many":false,"required":false,"eClass":"EOperation"},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1251,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1252,"many":false,"required":false,"eClass":"EParameter"},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1258,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1259,"many":false,"required":false,"eClass":"EParameter"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureMustBelongToUsedRequiredRole","lowerBound":0,"id":1265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedRequiredRoleMustBeRequiredByComponent","lowerBound":0,"id":1266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1267,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signature__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1268,"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":"requiredRole__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1269,"derived":false},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1272,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1273,"many":false,"required":false,"eClass":"EParameter"},{"id":1274,"eClass":"EGenericType"},{"id":1275,"eClass":"EGenericType"},{"id":1276,"eClass":"EGenericType"},{"id":1277,"eClass":"EGenericType"},{"id":1278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1279,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1280,"many":false,"required":false,"eClass":"EParameter"},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1286,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1287,"many":false,"required":false,"eClass":"EParameter"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"eClass":"EGenericType"},{"id":1290,"eClass":"EGenericType"},{"id":1291,"eClass":"EGenericType"},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"id":1294,"eClass":"EGenericType"},{"id":1295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceSignatureBelongsToResourceRequiredRole","lowerBound":0,"id":1296,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceRequiredRoleMustBeReferencedByComponent","lowerBound":0,"id":1297,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1298,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRequiredRole__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1299,"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":"signature__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1300,"derived":false},{"id":1301,"eClass":"EGenericType"},{"id":1302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1303,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1304,"many":false,"required":false,"eClass":"EParameter"},{"id":1305,"eClass":"EGenericType"},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"id":1309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1310,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1311,"many":false,"required":false,"eClass":"EParameter"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"id":1316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1317,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1318,"many":false,"required":false,"eClass":"EParameter"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"id":1321,"eClass":"EGenericType"},{"id":1322,"eClass":"EGenericType"},{"id":1323,"eClass":"EGenericType"},{"id":1324,"eClass":"EGenericType"},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1327,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1328,"derived":false},{"id":1329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1330,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1331,"many":false,"required":false,"eClass":"EParameter"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"id":1335,"eClass":"EGenericType"},{"id":1336,"eClass":"EGenericType"},{"id":1337,"eClass":"EGenericType"},{"id":1338,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryActionBehaviour","instanceClass":null,"abstract":false,"id":1339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryAction","instanceClass":null,"abstract":false,"id":1340,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourHasOnlyOnePredecessor","lowerBound":0,"id":1341,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourIsNotSuccessorOfItself","lowerBound":0,"id":1342,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes","lowerBound":0,"id":1343,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"failureHandlingAlternatives__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1344,"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":"recoveryAction__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1345,"derived":false},{"id":1346,"eClass":"EGenericType"},{"id":1347,"eClass":"EGenericType"},{"id":1348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1349,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1350,"many":false,"required":false,"eClass":"EParameter"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"id":1354,"eClass":"EGenericType"},{"id":1355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1356,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1357,"many":false,"required":false,"eClass":"EParameter"},{"id":1358,"eClass":"EGenericType"},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"id":1361,"eClass":"EGenericType"},{"id":1362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1363,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1364,"many":false,"required":false,"eClass":"EParameter"},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"id":1367,"eClass":"EGenericType"},{"id":1368,"eClass":"EGenericType"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"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":"recoveryActionBehaviours__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1371,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"PrimaryBehaviourOfRecoveryActionMustBeSet","lowerBound":0,"id":1372,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryBehaviour__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1373,"derived":false},{"id":1374,"eClass":"EGenericType"},{"id":1375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1376,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1377,"many":false,"required":false,"eClass":"EParameter"},{"id":1378,"eClass":"EGenericType"},{"id":1379,"eClass":"EGenericType"},{"id":1380,"eClass":"EGenericType"},{"id":1381,"eClass":"EGenericType"},{"id":1382,"eClass":"EGenericType"},{"id":1383,"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":"failureTypes_FailureHandlingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1384,"derived":false},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedQoSAnnotation","instanceClass":null,"abstract":false,"id":1387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoSAnnotations","instanceClass":null,"abstract":false,"id":1388,"interface":false,"eClass":"EClass"},{"nsPrefix":"_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_advice_pointcut","name":"qos_performance_av_pc","id":1389,"eClass":"EPackage"},{"nsPrefix":"_av_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_advice_pointcut","name":"qos_reliability_av_pc","id":1390,"eClass":"EPackage"},{"container":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":"signature_SpecifiedQoSAnnation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1391,"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":"role_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1392,"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":"qosAnnotations_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1393,"derived":false},{"id":1394,"eClass":"EGenericType"},{"id":1395,"eClass":"EGenericType"},{"id":1396,"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":"specifiedQoSAnnotations_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1397,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleReliabilityAnnotationsPerExternalCallNotAllowed","lowerBound":0,"id":1398,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifiedOutputParameterAbstractions_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1399,"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":"system_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1400,"derived":false},{"id":1401,"eClass":"EGenericType"},{"id":1402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1403,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1404,"many":false,"required":false,"eClass":"EParameter"},{"id":1405,"eClass":"EGenericType"},{"id":1406,"eClass":"EGenericType"},{"id":1407,"eClass":"EGenericType"},{"id":1408,"eClass":"EGenericType"},{"id":1409,"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":"qosAnnotations_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1410,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1411,"interface":false,"eClass":"EClass"},{"id":1412,"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":"qosAnnotations_System","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1413,"derived":false},{"id":1414,"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":"signature_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1415,"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":"role_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1416,"derived":false},{"id":1417,"eClass":"EGenericType"},{"id":1418,"eClass":"EGenericType"},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1421,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1422,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1423,"many":false,"required":false,"eClass":"EOperation"},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1426,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1427,"many":false,"required":false,"eClass":"EParameter"},{"id":1428,"eClass":"EGenericType"},{"id":1429,"eClass":"EGenericType"},{"id":1430,"eClass":"EGenericType"},{"id":1431,"eClass":"EGenericType"},{"id":1432,"eClass":"EGenericType"},{"id":1433,"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":"assemblyContext_ComponentSpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1434,"derived":false},{"id":1435,"eClass":"EGenericType"},{"id":1436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1437,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1438,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1439,"many":false,"required":false,"eClass":"EOperation"},{"id":1440,"eClass":"EGenericType"},{"id":1441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1442,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1443,"many":false,"required":false,"eClass":"EParameter"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"id":1448,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1449,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1450,"many":false,"required":false,"eClass":"EParameter"},{"id":1451,"eClass":"EGenericType"},{"id":1452,"eClass":"EGenericType"},{"id":1453,"eClass":"EGenericType"},{"id":1454,"eClass":"EGenericType"},{"id":1455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1456,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1457,"many":false,"required":false,"eClass":"EParameter"},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemMustHaveAtLeastOneProvidedRole","lowerBound":0,"id":1463,"many":false,"required":false,"eClass":"EOperation"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"eClass":"EGenericType"},{"id":1466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1468,"many":false,"required":false,"eClass":"EParameter"},{"id":1469,"eClass":"EGenericType"},{"id":1470,"eClass":"EGenericType"},{"id":1471,"eClass":"EGenericType"},{"id":1472,"eClass":"EGenericType"},{"id":1473,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvironment","instanceClass":null,"abstract":false,"id":1474,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkingResource","instanceClass":null,"abstract":false,"id":1475,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContainer","instanceClass":null,"abstract":false,"id":1476,"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":"linkingResources__ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1477,"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":"resourceContainer_ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1478,"derived":false},{"id":1479,"eClass":"EGenericType"},{"id":1480,"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":"resourceEnvironment_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1481,"derived":false},{"id":1482,"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":"resourceEnvironment_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1483,"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":"connectedResourceContainers_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"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":"communicationLinkResourceSpecifications_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1485,"derived":false},{"id":1486,"eClass":"EGenericType"},{"id":1487,"eClass":"EGenericType"},{"id":1488,"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":"linkingResource_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1489,"derived":false},{"id":1490,"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":"activeResourceSpecifications_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1491,"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":"nestedResourceContainers__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1492,"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":"parentResourceContainer__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1493,"derived":false},{"id":1494,"eClass":"EGenericType"},{"id":1495,"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":"resourceContainer_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1496,"derived":false},{"id":1497,"eClass":"EGenericType"},{"id":1498,"eClass":"EGenericType"},{"id":1499,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTR","changeable":true,"lowerBound":1,"iD":false,"id":1500,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTF","changeable":true,"lowerBound":1,"iD":false,"id":1501,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredByContainer","changeable":true,"lowerBound":1,"iD":false,"id":1502,"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":"schedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1503,"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":"activeResourceType_ActiveResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1504,"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":"numberOfReplicas","changeable":true,"lowerBound":1,"iD":false,"id":1505,"derived":false},{"id":1506,"eClass":"EGenericType"},{"id":1507,"eClass":"EGenericType"},{"id":1508,"eClass":"EGenericType"},{"id":1509,"eClass":"EGenericType"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"id":1514,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":1515,"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":"communicationLinkResourceType_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1516,"derived":false},{"id":1517,"eClass":"EGenericType"},{"id":1518,"eClass":"EGenericType"},{"id":1519,"eClass":"EGenericType"},{"id":1520,"eClass":"EGenericType"},{"id":1521,"eClass":"EGenericType"},{"id":1522,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationContext","instanceClass":null,"abstract":false,"id":1523,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":1524,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneAssemblyContextOrOneEventChannelShouldBeReferred","lowerBound":0,"id":1525,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceContainer_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1526,"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":"assemblyContext_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1527,"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":"allocation_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1528,"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":"eventChannel__AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1529,"derived":false},{"id":1530,"eClass":"EGenericType"},{"id":1531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1532,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1533,"many":false,"required":false,"eClass":"EParameter"},{"id":1534,"eClass":"EGenericType"},{"id":1535,"eClass":"EGenericType"},{"id":1536,"eClass":"EGenericType"},{"id":1537,"eClass":"EGenericType"},{"id":1538,"eClass":"EGenericType"},{"id":1539,"eClass":"EGenericType"},{"id":1540,"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":"allocationContexts_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1541,"derived":false},{"id":1542,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce","lowerBound":0,"id":1543,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CommunicatingServersHaveToBeConnectedByLinkingResource","lowerBound":0,"id":1544,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetResourceEnvironment_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1545,"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":"system_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1546,"derived":false},{"id":1547,"eClass":"EGenericType"},{"id":1548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1549,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1550,"many":false,"required":false,"eClass":"EParameter"},{"id":1551,"eClass":"EGenericType"},{"id":1552,"eClass":"EGenericType"},{"id":1553,"eClass":"EGenericType"},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1556,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1557,"many":false,"required":false,"eClass":"EParameter"},{"id":1558,"eClass":"EGenericType"},{"id":1559,"eClass":"EGenericType"},{"id":1560,"eClass":"EGenericType"},{"id":1561,"eClass":"EGenericType"},{"id":1562,"eClass":"EGenericType"},{"id":1563,"eClass":"EGenericType"},{"id":1564,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystem","instanceClass":null,"abstract":false,"id":1565,"interface":false,"eClass":"EClass"},{"id":1566,"eClass":"EGenericType"},{"id":1567,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Completion","instanceClass":null,"abstract":false,"id":1568,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionRepository","instanceClass":null,"abstract":false,"id":1569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegatingExternalCallAction","instanceClass":null,"abstract":false,"id":1570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkDemandParametricResourceDemand","instanceClass":null,"abstract":false,"id":1571,"interface":false,"eClass":"EClass"},{"id":1572,"eClass":"EGenericType"},{"id":1573,"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":"completions_CompletionRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1574,"derived":false},{"id":1575,"eClass":"EGenericType"},{"id":1576,"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":"requiredCommunicationLinkResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1577,"derived":false},{"id":1578,"eClass":"EGenericType"},{"id":1579,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":22,"target":23},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":24},{"source":24,"target":25},{"source":24,"target":4},{"source":5,"target":0},{"source":5,"target":26},{"source":26,"target":27},{"source":26,"target":5},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":0},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":32},{"source":28,"target":33},{"source":28,"target":34},{"source":28,"target":35},{"source":28,"target":36},{"source":28,"target":37},{"source":28,"target":38},{"source":28,"target":39},{"source":28,"target":40},{"source":28,"target":41},{"source":28,"target":42},{"source":28,"target":43},{"source":28,"target":44},{"source":28,"target":45},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":48},{"source":28,"target":49},{"source":31,"target":50},{"source":31,"target":28},{"source":31,"target":51},{"source":31,"target":52},{"source":51,"target":53},{"source":51,"target":31},{"source":52,"target":54},{"source":52,"target":31},{"source":54,"target":55},{"source":54,"target":56},{"source":32,"target":57},{"source":32,"target":58},{"source":32,"target":28},{"source":32,"target":59},{"source":58,"target":57},{"source":33,"target":60},{"source":33,"target":61},{"source":33,"target":28},{"source":33,"target":62},{"source":61,"target":60},{"source":34,"target":63},{"source":34,"target":64},{"source":34,"target":28},{"source":34,"target":65},{"source":64,"target":63},{"source":35,"target":66},{"source":35,"target":67},{"source":35,"target":28},{"source":35,"target":68},{"source":67,"target":66},{"source":36,"target":69},{"source":36,"target":70},{"source":36,"target":28},{"source":36,"target":71},{"source":70,"target":69},{"source":37,"target":72},{"source":37,"target":73},{"source":37,"target":28},{"source":37,"target":74},{"source":73,"target":72},{"source":38,"target":75},{"source":38,"target":76},{"source":38,"target":28},{"source":38,"target":77},{"source":76,"target":75},{"source":39,"target":78},{"source":39,"target":79},{"source":39,"target":28},{"source":39,"target":80},{"source":79,"target":78},{"source":40,"target":81},{"source":40,"target":82},{"source":40,"target":28},{"source":40,"target":83},{"source":82,"target":81},{"source":41,"target":84},{"source":41,"target":85},{"source":41,"target":28},{"source":41,"target":86},{"source":85,"target":84},{"source":42,"target":87},{"source":42,"target":88},{"source":42,"target":28},{"source":42,"target":89},{"source":88,"target":87},{"source":43,"target":90},{"source":43,"target":91},{"source":43,"target":28},{"source":43,"target":92},{"source":91,"target":90},{"source":44,"target":93},{"source":44,"target":94},{"source":44,"target":28},{"source":44,"target":95},{"source":94,"target":93},{"source":45,"target":96},{"source":45,"target":97},{"source":45,"target":28},{"source":45,"target":98},{"source":97,"target":96},{"source":46,"target":99},{"source":46,"target":100},{"source":46,"target":28},{"source":46,"target":101},{"source":100,"target":99},{"source":47,"target":102},{"source":47,"target":103},{"source":47,"target":28},{"source":47,"target":104},{"source":103,"target":102},{"source":48,"target":99},{"source":48,"target":105},{"source":48,"target":28},{"source":48,"target":106},{"source":105,"target":99},{"source":29,"target":107},{"source":29,"target":108},{"source":29,"target":109},{"source":29,"target":110},{"source":29,"target":111},{"source":29,"target":112},{"source":29,"target":113},{"source":29,"target":114},{"source":29,"target":115},{"source":29,"target":116},{"source":29,"target":117},{"source":29,"target":6},{"source":107,"target":29},{"source":107,"target":118},{"source":107,"target":119},{"source":107,"target":120},{"source":107,"target":121},{"source":119,"target":113},{"source":119,"target":122},{"source":119,"target":107},{"source":119,"target":123},{"source":122,"target":113},{"source":120,"target":124},{"source":120,"target":125},{"source":120,"target":107},{"source":125,"target":124},{"source":121,"target":118},{"source":108,"target":29},{"source":108,"target":109},{"source":108,"target":110},{"source":108,"target":126},{"source":108,"target":127},{"source":126,"target":109},{"source":127,"target":110},{"source":109,"target":29},{"source":109,"target":117},{"source":109,"target":128},{"source":109,"target":129},{"source":128,"target":130},{"source":128,"target":131},{"source":128,"target":109},{"source":128,"target":132},{"source":131,"target":130},{"source":129,"target":117},{"source":110,"target":29},{"source":110,"target":117},{"source":110,"target":111},{"source":110,"target":133},{"source":110,"target":134},{"source":110,"target":135},{"source":133,"target":136},{"source":133,"target":137},{"source":133,"target":110},{"source":133,"target":138},{"source":137,"target":136},{"source":134,"target":117},{"source":135,"target":111},{"source":111,"target":29},{"source":111,"target":117},{"source":111,"target":139},{"source":111,"target":140},{"source":139,"target":112},{"source":139,"target":141},{"source":139,"target":111},{"source":139,"target":142},{"source":141,"target":112},{"source":140,"target":117},{"source":112,"target":29},{"source":112,"target":118},{"source":112,"target":143},{"source":112,"target":142},{"source":112,"target":144},{"source":143,"target":124},{"source":143,"target":145},{"source":143,"target":112},{"source":145,"target":124},{"source":142,"target":111},{"source":142,"target":146},{"source":142,"target":112},{"source":142,"target":139},{"source":146,"target":111},{"source":144,"target":118},{"source":113,"target":29},{"source":113,"target":117},{"source":113,"target":123},{"source":113,"target":147},{"source":123,"target":107},{"source":123,"target":148},{"source":123,"target":113},{"source":123,"target":119},{"source":148,"target":107},{"source":147,"target":117},{"source":114,"target":29},{"source":114,"target":149},{"source":114,"target":108},{"source":114,"target":150},{"source":114,"target":151},{"source":114,"target":152},{"source":150,"target":153},{"source":150,"target":114},{"source":150,"target":154},{"source":150,"target":155},{"source":154,"target":156},{"source":154,"target":150},{"source":155,"target":157},{"source":155,"target":150},{"source":157,"target":158},{"source":157,"target":159},{"source":151,"target":149},{"source":152,"target":108},{"source":115,"target":29},{"source":115,"target":160},{"source":160,"target":161},{"source":160,"target":115},{"source":116,"target":29},{"source":116,"target":111},{"source":116,"target":113},{"source":116,"target":162},{"source":116,"target":163},{"source":162,"target":111},{"source":163,"target":113},{"source":117,"target":29},{"source":117,"target":115},{"source":117,"target":164},{"source":117,"target":165},{"source":165,"target":115},{"source":30,"target":166},{"source":30,"target":167},{"source":30,"target":149},{"source":30,"target":168},{"source":30,"target":169},{"source":30,"target":170},{"source":30,"target":84},{"source":30,"target":171},{"source":30,"target":172},{"source":30,"target":173},{"source":30,"target":87},{"source":30,"target":174},{"source":30,"target":175},{"source":30,"target":176},{"source":30,"target":177},{"source":30,"target":178},{"source":30,"target":179},{"source":30,"target":180},{"source":30,"target":6},{"source":166,"target":30},{"source":166,"target":167},{"source":166,"target":181},{"source":181,"target":167},{"source":167,"target":30},{"source":167,"target":117},{"source":167,"target":182},{"source":167,"target":183},{"source":182,"target":149},{"source":182,"target":184},{"source":182,"target":167},{"source":182,"target":185},{"source":184,"target":149},{"source":183,"target":117},{"source":149,"target":30},{"source":149,"target":117},{"source":149,"target":186},{"source":149,"target":187},{"source":149,"target":188},{"source":149,"target":189},{"source":149,"target":190},{"source":149,"target":185},{"source":149,"target":191},{"source":186,"target":192},{"source":186,"target":149},{"source":186,"target":193},{"source":186,"target":194},{"source":193,"target":195},{"source":193,"target":186},{"source":194,"target":196},{"source":194,"target":186},{"source":196,"target":197},{"source":196,"target":198},{"source":187,"target":199},{"source":187,"target":149},{"source":187,"target":200},{"source":187,"target":201},{"source":200,"target":202},{"source":200,"target":187},{"source":201,"target":203},{"source":201,"target":187},{"source":203,"target":204},{"source":203,"target":205},{"source":188,"target":180},{"source":188,"target":206},{"source":188,"target":149},{"source":188,"target":207},{"source":206,"target":180},{"source":189,"target":168},{"source":189,"target":208},{"source":189,"target":149},{"source":189,"target":209},{"source":208,"target":168},{"source":190,"target":169},{"source":190,"target":210},{"source":190,"target":149},{"source":190,"target":211},{"source":210,"target":169},{"source":185,"target":167},{"source":185,"target":212},{"source":185,"target":149},{"source":185,"target":182},{"source":212,"target":167},{"source":191,"target":117},{"source":168,"target":30},{"source":168,"target":213},{"source":168,"target":214},{"source":168,"target":209},{"source":213,"target":112},{"source":213,"target":215},{"source":213,"target":168},{"source":215,"target":112},{"source":214,"target":112},{"source":214,"target":216},{"source":214,"target":168},{"source":216,"target":112},{"source":209,"target":149},{"source":209,"target":217},{"source":209,"target":168},{"source":209,"target":189},{"source":217,"target":149},{"source":169,"target":30},{"source":169,"target":117},{"source":169,"target":218},{"source":169,"target":219},{"source":169,"target":220},{"source":169,"target":211},{"source":169,"target":221},{"source":218,"target":222},{"source":218,"target":223},{"source":218,"target":169},{"source":223,"target":222},{"source":219,"target":170},{"source":219,"target":224},{"source":219,"target":169},{"source":219,"target":225},{"source":224,"target":170},{"source":220,"target":84},{"source":220,"target":226},{"source":220,"target":169},{"source":220,"target":227},{"source":226,"target":84},{"source":211,"target":149},{"source":211,"target":228},{"source":211,"target":169},{"source":211,"target":190},{"source":228,"target":149},{"source":221,"target":117},{"source":170,"target":30},{"source":170,"target":167},{"source":170,"target":229},{"source":170,"target":230},{"source":170,"target":225},{"source":170,"target":231},{"source":229,"target":232},{"source":229,"target":233},{"source":229,"target":170},{"source":233,"target":232},{"source":230,"target":180},{"source":230,"target":234},{"source":230,"target":170},{"source":234,"target":180},{"source":225,"target":169},{"source":225,"target":235},{"source":225,"target":170},{"source":225,"target":219},{"source":235,"target":169},{"source":231,"target":167},{"source":84,"target":30},{"source":84,"target":167},{"source":84,"target":236},{"source":84,"target":86},{"source":84,"target":237},{"source":84,"target":227},{"source":84,"target":238},{"source":236,"target":239},{"source":236,"target":240},{"source":236,"target":84},{"source":240,"target":239},{"source":86,"target":28},{"source":86,"target":241},{"source":86,"target":84},{"source":86,"target":41},{"source":241,"target":28},{"source":237,"target":180},{"source":237,"target":242},{"source":237,"target":84},{"source":242,"target":180},{"source":227,"target":169},{"source":227,"target":243},{"source":227,"target":84},{"source":227,"target":220},{"source":243,"target":169},{"source":238,"target":167},{"source":171,"target":30},{"source":171,"target":166},{"source":171,"target":244},{"source":171,"target":245},{"source":171,"target":246},{"source":171,"target":247},{"source":171,"target":248},{"source":171,"target":249},{"source":244,"target":250},{"source":244,"target":171},{"source":244,"target":251},{"source":244,"target":252},{"source":251,"target":253},{"source":251,"target":244},{"source":252,"target":254},{"source":252,"target":244},{"source":254,"target":255},{"source":254,"target":256},{"source":245,"target":257},{"source":245,"target":171},{"source":245,"target":258},{"source":245,"target":259},{"source":258,"target":260},{"source":258,"target":245},{"source":259,"target":261},{"source":259,"target":245},{"source":261,"target":262},{"source":261,"target":263},{"source":246,"target":264},{"source":246,"target":265},{"source":246,"target":171},{"source":265,"target":264},{"source":247,"target":264},{"source":247,"target":266},{"source":247,"target":171},{"source":266,"target":264},{"source":248,"target":180},{"source":248,"target":267},{"source":248,"target":171},{"source":267,"target":180},{"source":249,"target":166},{"source":172,"target":30},{"source":172,"target":166},{"source":172,"target":268},{"source":172,"target":269},{"source":172,"target":270},{"source":172,"target":271},{"source":172,"target":272},{"source":172,"target":273},{"source":172,"target":274},{"source":268,"target":275},{"source":268,"target":172},{"source":268,"target":276},{"source":268,"target":277},{"source":276,"target":278},{"source":276,"target":268},{"source":277,"target":279},{"source":277,"target":268},{"source":279,"target":280},{"source":279,"target":281},{"source":269,"target":282},{"source":269,"target":172},{"source":269,"target":283},{"source":269,"target":284},{"source":283,"target":285},{"source":283,"target":269},{"source":284,"target":286},{"source":284,"target":269},{"source":286,"target":287},{"source":286,"target":288},{"source":270,"target":289},{"source":270,"target":172},{"source":270,"target":290},{"source":270,"target":291},{"source":290,"target":292},{"source":290,"target":270},{"source":291,"target":293},{"source":291,"target":270},{"source":293,"target":294},{"source":293,"target":295},{"source":271,"target":296},{"source":271,"target":297},{"source":271,"target":172},{"source":297,"target":296},{"source":272,"target":296},{"source":272,"target":298},{"source":272,"target":172},{"source":298,"target":296},{"source":273,"target":180},{"source":273,"target":299},{"source":273,"target":172},{"source":299,"target":180},{"source":274,"target":166},{"source":173,"target":30},{"source":173,"target":167},{"source":173,"target":300},{"source":173,"target":301},{"source":173,"target":302},{"source":173,"target":303},{"source":173,"target":304},{"source":173,"target":305},{"source":173,"target":306},{"source":173,"target":307},{"source":300,"target":308},{"source":300,"target":173},{"source":300,"target":309},{"source":300,"target":310},{"source":309,"target":311},{"source":309,"target":300},{"source":310,"target":312},{"source":310,"target":300},{"source":312,"target":313},{"source":312,"target":314},{"source":301,"target":315},{"source":301,"target":173},{"source":301,"target":316},{"source":301,"target":317},{"source":316,"target":318},{"source":316,"target":301},{"source":317,"target":319},{"source":317,"target":301},{"source":319,"target":320},{"source":319,"target":321},{"source":302,"target":322},{"source":302,"target":173},{"source":302,"target":323},{"source":302,"target":324},{"source":323,"target":325},{"source":323,"target":302},{"source":324,"target":326},{"source":324,"target":302},{"source":326,"target":327},{"source":326,"target":328},{"source":303,"target":180},{"source":303,"target":329},{"source":303,"target":173},{"source":329,"target":180},{"source":304,"target":180},{"source":304,"target":330},{"source":304,"target":173},{"source":330,"target":180},{"source":305,"target":264},{"source":305,"target":331},{"source":305,"target":173},{"source":331,"target":264},{"source":306,"target":296},{"source":306,"target":332},{"source":306,"target":173},{"source":332,"target":296},{"source":307,"target":167},{"source":87,"target":30},{"source":87,"target":167},{"source":87,"target":333},{"source":87,"target":334},{"source":87,"target":335},{"source":87,"target":336},{"source":87,"target":89},{"source":87,"target":337},{"source":333,"target":239},{"source":333,"target":338},{"source":333,"target":87},{"source":338,"target":239},{"source":334,"target":232},{"source":334,"target":339},{"source":334,"target":87},{"source":339,"target":232},{"source":335,"target":180},{"source":335,"target":340},{"source":335,"target":87},{"source":340,"target":180},{"source":336,"target":180},{"source":336,"target":341},{"source":336,"target":87},{"source":341,"target":180},{"source":89,"target":28},{"source":89,"target":342},{"source":89,"target":87},{"source":89,"target":42},{"source":342,"target":28},{"source":337,"target":167},{"source":174,"target":30},{"source":174,"target":166},{"source":174,"target":343},{"source":174,"target":344},{"source":174,"target":345},{"source":174,"target":346},{"source":343,"target":232},{"source":343,"target":347},{"source":343,"target":174},{"source":347,"target":232},{"source":344,"target":232},{"source":344,"target":348},{"source":344,"target":174},{"source":348,"target":232},{"source":345,"target":180},{"source":345,"target":349},{"source":345,"target":174},{"source":349,"target":180},{"source":346,"target":166},{"source":175,"target":30},{"source":175,"target":166},{"source":175,"target":350},{"source":175,"target":351},{"source":175,"target":352},{"source":175,"target":353},{"source":350,"target":180},{"source":350,"target":354},{"source":350,"target":175},{"source":354,"target":180},{"source":351,"target":239},{"source":351,"target":355},{"source":351,"target":175},{"source":355,"target":239},{"source":352,"target":239},{"source":352,"target":356},{"source":352,"target":175},{"source":356,"target":239},{"source":353,"target":166},{"source":176,"target":30},{"source":176,"target":167},{"source":176,"target":357},{"source":176,"target":358},{"source":176,"target":359},{"source":176,"target":360},{"source":176,"target":361},{"source":357,"target":362},{"source":357,"target":363},{"source":357,"target":176},{"source":363,"target":362},{"source":358,"target":364},{"source":358,"target":365},{"source":358,"target":176},{"source":365,"target":364},{"source":359,"target":180},{"source":359,"target":366},{"source":359,"target":176},{"source":366,"target":180},{"source":360,"target":180},{"source":360,"target":367},{"source":360,"target":176},{"source":367,"target":180},{"source":361,"target":167},{"source":177,"target":30},{"source":177,"target":166},{"source":177,"target":368},{"source":177,"target":369},{"source":177,"target":370},{"source":177,"target":371},{"source":368,"target":362},{"source":368,"target":372},{"source":368,"target":177},{"source":372,"target":362},{"source":369,"target":362},{"source":369,"target":373},{"source":369,"target":177},{"source":373,"target":362},{"source":370,"target":180},{"source":370,"target":374},{"source":370,"target":177},{"source":374,"target":180},{"source":371,"target":166},{"source":178,"target":30},{"source":178,"target":166},{"source":178,"target":375},{"source":178,"target":376},{"source":178,"target":377},{"source":178,"target":378},{"source":375,"target":364},{"source":375,"target":379},{"source":375,"target":178},{"source":379,"target":364},{"source":376,"target":364},{"source":376,"target":380},{"source":376,"target":178},{"source":380,"target":364},{"source":377,"target":180},{"source":377,"target":381},{"source":377,"target":178},{"source":381,"target":180},{"source":378,"target":166},{"source":179,"target":30},{"source":179,"target":166},{"source":179,"target":382},{"source":179,"target":383},{"source":179,"target":384},{"source":179,"target":385},{"source":382,"target":180},{"source":382,"target":386},{"source":382,"target":179},{"source":386,"target":180},{"source":383,"target":112},{"source":383,"target":387},{"source":383,"target":179},{"source":387,"target":112},{"source":384,"target":112},{"source":384,"target":388},{"source":384,"target":179},{"source":388,"target":112},{"source":385,"target":166},{"source":180,"target":30},{"source":180,"target":117},{"source":180,"target":207},{"source":180,"target":389},{"source":180,"target":390},{"source":180,"target":391},{"source":207,"target":149},{"source":207,"target":392},{"source":207,"target":180},{"source":207,"target":188},{"source":392,"target":149},{"source":389,"target":393},{"source":389,"target":394},{"source":389,"target":180},{"source":394,"target":393},{"source":390,"target":395},{"source":390,"target":396},{"source":390,"target":180},{"source":390,"target":397},{"source":396,"target":395},{"source":391,"target":117},{"source":7,"target":398},{"source":7,"target":399},{"source":7,"target":400},{"source":7,"target":401},{"source":7,"target":402},{"source":7,"target":403},{"source":7,"target":404},{"source":7,"target":405},{"source":7,"target":406},{"source":7,"target":90},{"source":7,"target":407},{"source":7,"target":408},{"source":7,"target":93},{"source":7,"target":96},{"source":7,"target":57},{"source":7,"target":0},{"source":398,"target":7},{"source":398,"target":409},{"source":409,"target":399},{"source":409,"target":410},{"source":409,"target":398},{"source":409,"target":411},{"source":410,"target":399},{"source":399,"target":7},{"source":399,"target":117},{"source":399,"target":412},{"source":399,"target":413},{"source":399,"target":411},{"source":399,"target":414},{"source":412,"target":401},{"source":412,"target":415},{"source":412,"target":399},{"source":412,"target":416},{"source":415,"target":401},{"source":413,"target":404},{"source":413,"target":417},{"source":413,"target":399},{"source":413,"target":418},{"source":417,"target":404},{"source":411,"target":398},{"source":411,"target":419},{"source":411,"target":399},{"source":411,"target":409},{"source":419,"target":398},{"source":414,"target":117},{"source":400,"target":7},{"source":400,"target":420},{"source":400,"target":421},{"source":400,"target":422},{"source":420,"target":180},{"source":420,"target":423},{"source":420,"target":400},{"source":423,"target":180},{"source":421,"target":401},{"source":421,"target":424},{"source":421,"target":400},{"source":421,"target":425},{"source":424,"target":401},{"source":422,"target":395},{"source":422,"target":426},{"source":422,"target":400},{"source":422,"target":427},{"source":426,"target":395},{"source":401,"target":7},{"source":401,"target":416},{"source":401,"target":425},{"source":416,"target":399},{"source":416,"target":428},{"source":416,"target":401},{"source":416,"target":412},{"source":428,"target":399},{"source":425,"target":400},{"source":425,"target":429},{"source":425,"target":401},{"source":425,"target":421},{"source":429,"target":400},{"source":402,"target":7},{"source":402,"target":403},{"source":402,"target":430},{"source":402,"target":431},{"source":402,"target":432},{"source":402,"target":433},{"source":402,"target":434},{"source":402,"target":435},{"source":402,"target":436},{"source":402,"target":437},{"source":430,"target":438},{"source":430,"target":402},{"source":430,"target":439},{"source":430,"target":440},{"source":439,"target":441},{"source":439,"target":430},{"source":440,"target":442},{"source":440,"target":430},{"source":442,"target":443},{"source":442,"target":444},{"source":431,"target":445},{"source":431,"target":402},{"source":431,"target":446},{"source":431,"target":447},{"source":446,"target":448},{"source":446,"target":431},{"source":447,"target":449},{"source":447,"target":431},{"source":449,"target":450},{"source":449,"target":451},{"source":432,"target":264},{"source":432,"target":452},{"source":432,"target":402},{"source":452,"target":264},{"source":433,"target":453},{"source":433,"target":454},{"source":433,"target":402},{"source":454,"target":453},{"source":434,"target":395},{"source":434,"target":455},{"source":434,"target":402},{"source":434,"target":456},{"source":455,"target":395},{"source":435,"target":457},{"source":435,"target":402},{"source":436,"target":395},{"source":436,"target":458},{"source":436,"target":402},{"source":436,"target":459},{"source":458,"target":395},{"source":437,"target":403},{"source":403,"target":7},{"source":403,"target":117},{"source":403,"target":460},{"source":403,"target":461},{"source":403,"target":462},{"source":403,"target":463},{"source":460,"target":403},{"source":460,"target":464},{"source":460,"target":403},{"source":460,"target":461},{"source":464,"target":403},{"source":461,"target":403},{"source":461,"target":465},{"source":461,"target":403},{"source":461,"target":460},{"source":465,"target":403},{"source":462,"target":404},{"source":462,"target":466},{"source":462,"target":403},{"source":462,"target":467},{"source":466,"target":404},{"source":463,"target":117},{"source":404,"target":7},{"source":404,"target":117},{"source":404,"target":468},{"source":404,"target":469},{"source":404,"target":470},{"source":404,"target":418},{"source":404,"target":471},{"source":404,"target":472},{"source":404,"target":467},{"source":404,"target":473},{"source":468,"target":474},{"source":468,"target":404},{"source":468,"target":475},{"source":468,"target":476},{"source":475,"target":477},{"source":475,"target":468},{"source":476,"target":478},{"source":476,"target":468},{"source":478,"target":479},{"source":478,"target":480},{"source":469,"target":481},{"source":469,"target":404},{"source":469,"target":482},{"source":469,"target":483},{"source":482,"target":484},{"source":482,"target":469},{"source":483,"target":485},{"source":483,"target":469},{"source":485,"target":486},{"source":485,"target":487},{"source":470,"target":488},{"source":470,"target":404},{"source":470,"target":489},{"source":470,"target":490},{"source":489,"target":491},{"source":489,"target":470},{"source":490,"target":492},{"source":490,"target":470},{"source":492,"target":493},{"source":492,"target":494},{"source":418,"target":399},{"source":418,"target":495},{"source":418,"target":404},{"source":418,"target":413},{"source":495,"target":399},{"source":471,"target":405},{"source":471,"target":496},{"source":471,"target":404},{"source":471,"target":497},{"source":496,"target":405},{"source":472,"target":90},{"source":472,"target":498},{"source":472,"target":404},{"source":472,"target":499},{"source":498,"target":90},{"source":467,"target":403},{"source":467,"target":500},{"source":467,"target":404},{"source":467,"target":462},{"source":500,"target":403},{"source":473,"target":117},{"source":405,"target":7},{"source":405,"target":501},{"source":405,"target":502},{"source":405,"target":497},{"source":501,"target":503},{"source":501,"target":405},{"source":502,"target":406},{"source":502,"target":504},{"source":502,"target":405},{"source":502,"target":505},{"source":504,"target":406},{"source":497,"target":404},{"source":497,"target":506},{"source":497,"target":405},{"source":497,"target":471},{"source":506,"target":404},{"source":406,"target":7},{"source":406,"target":403},{"source":406,"target":507},{"source":406,"target":505},{"source":406,"target":508},{"source":507,"target":509},{"source":507,"target":406},{"source":507,"target":510},{"source":507,"target":511},{"source":510,"target":512},{"source":510,"target":507},{"source":511,"target":513},{"source":511,"target":507},{"source":513,"target":514},{"source":513,"target":515},{"source":505,"target":405},{"source":505,"target":516},{"source":505,"target":406},{"source":505,"target":502},{"source":516,"target":405},{"source":508,"target":403},{"source":90,"target":7},{"source":90,"target":403},{"source":90,"target":92},{"source":90,"target":499},{"source":90,"target":517},{"source":92,"target":28},{"source":92,"target":518},{"source":92,"target":90},{"source":92,"target":43},{"source":518,"target":28},{"source":499,"target":404},{"source":499,"target":519},{"source":499,"target":90},{"source":499,"target":472},{"source":519,"target":404},{"source":517,"target":403},{"source":407,"target":7},{"source":407,"target":403},{"source":407,"target":520},{"source":407,"target":521},{"source":520,"target":522},{"source":520,"target":407},{"source":520,"target":523},{"source":520,"target":524},{"source":523,"target":525},{"source":523,"target":520},{"source":524,"target":526},{"source":524,"target":520},{"source":526,"target":527},{"source":526,"target":528},{"source":521,"target":403},{"source":408,"target":7},{"source":408,"target":403},{"source":408,"target":529},{"source":408,"target":530},{"source":529,"target":531},{"source":529,"target":408},{"source":529,"target":532},{"source":529,"target":533},{"source":532,"target":534},{"source":532,"target":529},{"source":533,"target":535},{"source":533,"target":529},{"source":535,"target":536},{"source":535,"target":537},{"source":530,"target":403},{"source":93,"target":7},{"source":93,"target":398},{"source":93,"target":538},{"source":93,"target":95},{"source":93,"target":539},{"source":538,"target":540},{"source":538,"target":93},{"source":538,"target":541},{"source":538,"target":542},{"source":541,"target":543},{"source":541,"target":538},{"source":542,"target":544},{"source":542,"target":538},{"source":544,"target":545},{"source":544,"target":546},{"source":95,"target":28},{"source":95,"target":547},{"source":95,"target":93},{"source":95,"target":44},{"source":547,"target":28},{"source":539,"target":398},{"source":96,"target":7},{"source":96,"target":403},{"source":96,"target":98},{"source":96,"target":548},{"source":98,"target":28},{"source":98,"target":549},{"source":98,"target":96},{"source":98,"target":45},{"source":549,"target":28},{"source":548,"target":403},{"source":57,"target":7},{"source":57,"target":398},{"source":57,"target":550},{"source":57,"target":551},{"source":57,"target":552},{"source":57,"target":59},{"source":57,"target":553},{"source":550,"target":554},{"source":550,"target":57},{"source":550,"target":555},{"source":550,"target":556},{"source":555,"target":557},{"source":555,"target":550},{"source":556,"target":558},{"source":556,"target":550},{"source":558,"target":559},{"source":558,"target":560},{"source":551,"target":561},{"source":551,"target":57},{"source":551,"target":562},{"source":551,"target":563},{"source":562,"target":564},{"source":562,"target":551},{"source":563,"target":565},{"source":563,"target":551},{"source":565,"target":566},{"source":565,"target":567},{"source":552,"target":568},{"source":552,"target":57},{"source":59,"target":28},{"source":59,"target":569},{"source":59,"target":57},{"source":59,"target":32},{"source":569,"target":28},{"source":553,"target":398},{"source":8,"target":60},{"source":8,"target":570},{"source":8,"target":571},{"source":8,"target":393},{"source":8,"target":130},{"source":8,"target":572},{"source":8,"target":573},{"source":8,"target":574},{"source":8,"target":575},{"source":8,"target":576},{"source":8,"target":222},{"source":8,"target":577},{"source":8,"target":578},{"source":8,"target":579},{"source":8,"target":580},{"source":8,"target":581},{"source":8,"target":364},{"source":8,"target":136},{"source":8,"target":453},{"source":8,"target":582},{"source":8,"target":296},{"source":8,"target":232},{"source":8,"target":239},{"source":8,"target":264},{"source":8,"target":362},{"source":8,"target":583},{"source":8,"target":584},{"source":8,"target":585},{"source":8,"target":586},{"source":8,"target":587},{"source":8,"target":588},{"source":8,"target":589},{"source":8,"target":590},{"source":8,"target":591},{"source":8,"target":592},{"source":8,"target":118},{"source":8,"target":0},{"source":60,"target":8},{"source":60,"target":117},{"source":60,"target":62},{"source":60,"target":593},{"source":60,"target":594},{"source":60,"target":595},{"source":62,"target":28},{"source":62,"target":596},{"source":62,"target":60},{"source":62,"target":33},{"source":596,"target":28},{"source":593,"target":570},{"source":593,"target":597},{"source":593,"target":60},{"source":593,"target":598},{"source":597,"target":570},{"source":594,"target":599},{"source":594,"target":600},{"source":594,"target":60},{"source":594,"target":601},{"source":600,"target":599},{"source":595,"target":117},{"source":570,"target":8},{"source":570,"target":571},{"source":570,"target":602},{"source":570,"target":603},{"source":570,"target":604},{"source":570,"target":605},{"source":570,"target":598},{"source":570,"target":606},{"source":602,"target":607},{"source":602,"target":570},{"source":602,"target":608},{"source":602,"target":609},{"source":608,"target":610},{"source":608,"target":602},{"source":609,"target":611},{"source":609,"target":602},{"source":611,"target":612},{"source":611,"target":613},{"source":603,"target":614},{"source":603,"target":570},{"source":603,"target":615},{"source":603,"target":616},{"source":615,"target":617},{"source":615,"target":603},{"source":616,"target":618},{"source":616,"target":603},{"source":618,"target":619},{"source":618,"target":620},{"source":604,"target":621},{"source":604,"target":570},{"source":604,"target":622},{"source":604,"target":623},{"source":622,"target":624},{"source":622,"target":604},{"source":623,"target":625},{"source":623,"target":604},{"source":625,"target":626},{"source":625,"target":627},{"source":605,"target":628},{"source":605,"target":629},{"source":605,"target":570},{"source":605,"target":630},{"source":629,"target":628},{"source":598,"target":60},{"source":598,"target":631},{"source":598,"target":570},{"source":598,"target":593},{"source":631,"target":60},{"source":606,"target":571},{"source":571,"target":8},{"source":571,"target":393},{"source":571,"target":632},{"source":571,"target":633},{"source":571,"target":634},{"source":571,"target":635},{"source":571,"target":636},{"source":571,"target":637},{"source":571,"target":638},{"source":632,"target":639},{"source":632,"target":571},{"source":632,"target":640},{"source":632,"target":641},{"source":640,"target":642},{"source":640,"target":632},{"source":641,"target":643},{"source":641,"target":632},{"source":643,"target":644},{"source":643,"target":645},{"source":633,"target":646},{"source":633,"target":571},{"source":633,"target":647},{"source":633,"target":648},{"source":647,"target":649},{"source":647,"target":633},{"source":648,"target":650},{"source":648,"target":633},{"source":650,"target":651},{"source":650,"target":652},{"source":634,"target":653},{"source":634,"target":571},{"source":634,"target":654},{"source":634,"target":655},{"source":654,"target":656},{"source":654,"target":634},{"source":655,"target":657},{"source":655,"target":634},{"source":657,"target":658},{"source":657,"target":659},{"source":635,"target":584},{"source":635,"target":660},{"source":635,"target":571},{"source":660,"target":584},{"source":636,"target":395},{"source":636,"target":661},{"source":636,"target":571},{"source":661,"target":395},{"source":637,"target":586},{"source":637,"target":662},{"source":637,"target":571},{"source":662,"target":586},{"source":638,"target":393},{"source":393,"target":8},{"source":393,"target":108},{"source":393,"target":663},{"source":393,"target":664},{"source":663,"target":574},{"source":663,"target":665},{"source":663,"target":393},{"source":663,"target":666},{"source":665,"target":574},{"source":664,"target":108},{"source":130,"target":8},{"source":130,"target":118},{"source":130,"target":132},{"source":130,"target":667},{"source":132,"target":109},{"source":132,"target":668},{"source":132,"target":130},{"source":132,"target":128},{"source":668,"target":109},{"source":667,"target":118},{"source":572,"target":8},{"source":572,"target":669},{"source":572,"target":670},{"source":572,"target":671},{"source":572,"target":672},{"source":572,"target":673},{"source":572,"target":674},{"source":572,"target":675},{"source":669,"target":573},{"source":669,"target":676},{"source":669,"target":572},{"source":676,"target":573},{"source":670,"target":580},{"source":670,"target":677},{"source":670,"target":572},{"source":670,"target":678},{"source":677,"target":580},{"source":671,"target":453},{"source":671,"target":679},{"source":671,"target":572},{"source":671,"target":680},{"source":679,"target":453},{"source":672,"target":577},{"source":672,"target":681},{"source":672,"target":572},{"source":672,"target":682},{"source":681,"target":577},{"source":673,"target":683},{"source":673,"target":572},{"source":674,"target":583},{"source":674,"target":684},{"source":674,"target":572},{"source":684,"target":583},{"source":675,"target":685},{"source":675,"target":686},{"source":675,"target":572},{"source":675,"target":687},{"source":686,"target":685},{"source":573,"target":8},{"source":573,"target":688},{"source":688,"target":574},{"source":688,"target":689},{"source":688,"target":573},{"source":688,"target":690},{"source":689,"target":574},{"source":574,"target":8},{"source":574,"target":117},{"source":574,"target":691},{"source":574,"target":666},{"source":574,"target":692},{"source":574,"target":693},{"source":574,"target":690},{"source":574,"target":694},{"source":691,"target":695},{"source":691,"target":574},{"source":666,"target":393},{"source":666,"target":696},{"source":666,"target":574},{"source":666,"target":663},{"source":696,"target":393},{"source":692,"target":575},{"source":692,"target":697},{"source":692,"target":574},{"source":692,"target":698},{"source":697,"target":575},{"source":693,"target":699},{"source":693,"target":700},{"source":693,"target":574},{"source":693,"target":701},{"source":700,"target":699},{"source":690,"target":573},{"source":690,"target":702},{"source":690,"target":574},{"source":690,"target":688},{"source":702,"target":573},{"source":694,"target":117},{"source":575,"target":8},{"source":575,"target":117},{"source":575,"target":703},{"source":575,"target":704},{"source":575,"target":705},{"source":575,"target":706},{"source":575,"target":698},{"source":575,"target":707},{"source":703,"target":708},{"source":703,"target":575},{"source":703,"target":709},{"source":703,"target":710},{"source":709,"target":711},{"source":709,"target":703},{"source":710,"target":712},{"source":710,"target":703},{"source":712,"target":713},{"source":712,"target":714},{"source":704,"target":575},{"source":704,"target":715},{"source":704,"target":575},{"source":715,"target":575},{"source":705,"target":716},{"source":705,"target":717},{"source":705,"target":575},{"source":717,"target":716},{"source":706,"target":576},{"source":706,"target":718},{"source":706,"target":575},{"source":706,"target":719},{"source":718,"target":576},{"source":698,"target":574},{"source":698,"target":720},{"source":698,"target":575},{"source":698,"target":692},{"source":720,"target":574},{"source":707,"target":117},{"source":576,"target":8},{"source":576,"target":721},{"source":576,"target":722},{"source":576,"target":719},{"source":721,"target":723},{"source":721,"target":724},{"source":721,"target":576},{"source":724,"target":723},{"source":722,"target":572},{"source":722,"target":725},{"source":722,"target":576},{"source":725,"target":572},{"source":719,"target":575},{"source":719,"target":726},{"source":719,"target":576},{"source":719,"target":706},{"source":726,"target":575},{"source":222,"target":8},{"source":222,"target":575},{"source":222,"target":727},{"source":222,"target":728},{"source":727,"target":577},{"source":727,"target":729},{"source":727,"target":222},{"source":727,"target":730},{"source":729,"target":577},{"source":728,"target":575},{"source":577,"target":8},{"source":577,"target":578},{"source":577,"target":682},{"source":577,"target":730},{"source":577,"target":731},{"source":682,"target":572},{"source":682,"target":732},{"source":682,"target":577},{"source":682,"target":672},{"source":732,"target":572},{"source":730,"target":222},{"source":730,"target":733},{"source":730,"target":577},{"source":730,"target":727},{"source":733,"target":222},{"source":731,"target":578},{"source":578,"target":8},{"source":578,"target":117},{"source":578,"target":734},{"source":578,"target":735},{"source":578,"target":736},{"source":734,"target":579},{"source":734,"target":737},{"source":734,"target":578},{"source":737,"target":579},{"source":735,"target":699},{"source":735,"target":738},{"source":735,"target":578},{"source":738,"target":699},{"source":736,"target":117},{"source":579,"target":8},{"source":579,"target":739},{"source":579,"target":740},{"source":739,"target":741},{"source":739,"target":579},{"source":740,"target":742},{"source":740,"target":579},{"source":580,"target":8},{"source":580,"target":578},{"source":580,"target":678},{"source":580,"target":743},{"source":580,"target":744},{"source":678,"target":572},{"source":678,"target":745},{"source":678,"target":580},{"source":678,"target":670},{"source":745,"target":572},{"source":743,"target":581},{"source":743,"target":746},{"source":743,"target":580},{"source":743,"target":747},{"source":746,"target":581},{"source":744,"target":578},{"source":581,"target":8},{"source":581,"target":575},{"source":581,"target":747},{"source":581,"target":748},{"source":747,"target":580},{"source":747,"target":749},{"source":747,"target":581},{"source":747,"target":743},{"source":749,"target":580},{"source":748,"target":575},{"source":364,"target":8},{"source":364,"target":136},{"source":364,"target":750},{"source":364,"target":751},{"source":750,"target":581},{"source":750,"target":752},{"source":750,"target":364},{"source":752,"target":581},{"source":751,"target":136},{"source":136,"target":8},{"source":136,"target":118},{"source":136,"target":138},{"source":136,"target":753},{"source":138,"target":110},{"source":138,"target":754},{"source":138,"target":136},{"source":138,"target":133},{"source":754,"target":110},{"source":753,"target":118},{"source":453,"target":8},{"source":453,"target":578},{"source":453,"target":755},{"source":453,"target":756},{"source":453,"target":680},{"source":453,"target":757},{"source":453,"target":758},{"source":755,"target":759},{"source":755,"target":453},{"source":755,"target":760},{"source":755,"target":761},{"source":760,"target":762},{"source":760,"target":755},{"source":761,"target":763},{"source":761,"target":755},{"source":763,"target":764},{"source":763,"target":765},{"source":756,"target":582},{"source":756,"target":766},{"source":756,"target":453},{"source":756,"target":767},{"source":766,"target":582},{"source":680,"target":572},{"source":680,"target":768},{"source":680,"target":453},{"source":680,"target":671},{"source":768,"target":572},{"source":757,"target":573},{"source":757,"target":769},{"source":757,"target":453},{"source":769,"target":573},{"source":758,"target":578},{"source":582,"target":8},{"source":582,"target":575},{"source":582,"target":770},{"source":582,"target":767},{"source":582,"target":771},{"source":770,"target":772},{"source":770,"target":582},{"source":770,"target":773},{"source":770,"target":774},{"source":773,"target":775},{"source":773,"target":770},{"source":774,"target":776},{"source":774,"target":770},{"source":776,"target":777},{"source":776,"target":778},{"source":767,"target":453},{"source":767,"target":779},{"source":767,"target":582},{"source":767,"target":756},{"source":779,"target":453},{"source":771,"target":575},{"source":296,"target":8},{"source":296,"target":136},{"source":296,"target":780},{"source":296,"target":781},{"source":780,"target":582},{"source":780,"target":782},{"source":780,"target":296},{"source":782,"target":582},{"source":781,"target":136},{"source":232,"target":8},{"source":232,"target":136},{"source":232,"target":783},{"source":232,"target":784},{"source":783,"target":222},{"source":783,"target":785},{"source":783,"target":232},{"source":785,"target":222},{"source":784,"target":136},{"source":239,"target":8},{"source":239,"target":130},{"source":239,"target":786},{"source":239,"target":787},{"source":786,"target":222},{"source":786,"target":788},{"source":786,"target":239},{"source":788,"target":222},{"source":787,"target":130},{"source":264,"target":8},{"source":264,"target":130},{"source":264,"target":789},{"source":264,"target":790},{"source":789,"target":582},{"source":789,"target":791},{"source":789,"target":264},{"source":791,"target":582},{"source":790,"target":130},{"source":362,"target":8},{"source":362,"target":130},{"source":362,"target":792},{"source":362,"target":793},{"source":792,"target":581},{"source":792,"target":794},{"source":792,"target":362},{"source":794,"target":581},{"source":793,"target":130},{"source":583,"target":8},{"source":583,"target":795},{"source":583,"target":796},{"source":583,"target":797},{"source":583,"target":798},{"source":795,"target":583},{"source":796,"target":583},{"source":797,"target":583},{"source":798,"target":583},{"source":584,"target":8},{"source":584,"target":393},{"source":584,"target":799},{"source":584,"target":800},{"source":584,"target":801},{"source":584,"target":802},{"source":799,"target":803},{"source":799,"target":584},{"source":799,"target":804},{"source":799,"target":805},{"source":804,"target":806},{"source":804,"target":799},{"source":805,"target":807},{"source":805,"target":799},{"source":807,"target":808},{"source":807,"target":809},{"source":800,"target":810},{"source":800,"target":584},{"source":800,"target":811},{"source":800,"target":812},{"source":811,"target":813},{"source":811,"target":800},{"source":812,"target":814},{"source":812,"target":800},{"source":814,"target":815},{"source":814,"target":816},{"source":801,"target":585},{"source":801,"target":817},{"source":801,"target":584},{"source":817,"target":585},{"source":802,"target":393},{"source":585,"target":8},{"source":585,"target":393},{"source":585,"target":818},{"source":585,"target":819},{"source":818,"target":820},{"source":818,"target":585},{"source":818,"target":821},{"source":818,"target":822},{"source":821,"target":823},{"source":821,"target":818},{"source":822,"target":824},{"source":822,"target":818},{"source":824,"target":825},{"source":824,"target":826},{"source":819,"target":393},{"source":586,"target":8},{"source":586,"target":827},{"source":586,"target":828},{"source":827,"target":586},{"source":828,"target":586},{"source":587,"target":8},{"source":587,"target":114},{"source":587,"target":571},{"source":587,"target":829},{"source":587,"target":830},{"source":587,"target":831},{"source":587,"target":832},{"source":829,"target":833},{"source":829,"target":587},{"source":829,"target":834},{"source":829,"target":835},{"source":834,"target":836},{"source":834,"target":829},{"source":835,"target":837},{"source":835,"target":829},{"source":837,"target":838},{"source":837,"target":839},{"source":830,"target":840},{"source":830,"target":587},{"source":830,"target":841},{"source":830,"target":842},{"source":841,"target":843},{"source":841,"target":830},{"source":842,"target":844},{"source":842,"target":830},{"source":844,"target":845},{"source":844,"target":846},{"source":831,"target":114},{"source":832,"target":571},{"source":588,"target":8},{"source":588,"target":573},{"source":588,"target":847},{"source":588,"target":848},{"source":847,"target":589},{"source":847,"target":849},{"source":847,"target":588},{"source":849,"target":589},{"source":848,"target":573},{"source":589,"target":8},{"source":589,"target":850},{"source":589,"target":851},{"source":589,"target":852},{"source":589,"target":853},{"source":589,"target":854},{"source":589,"target":855},{"source":589,"target":856},{"source":850,"target":589},{"source":851,"target":589},{"source":852,"target":589},{"source":853,"target":589},{"source":854,"target":589},{"source":855,"target":589},{"source":856,"target":589},{"source":590,"target":8},{"source":590,"target":117},{"source":590,"target":573},{"source":590,"target":857},{"source":590,"target":858},{"source":590,"target":859},{"source":857,"target":573},{"source":857,"target":860},{"source":857,"target":590},{"source":860,"target":573},{"source":858,"target":117},{"source":859,"target":573},{"source":591,"target":8},{"source":591,"target":117},{"source":591,"target":573},{"source":591,"target":861},{"source":591,"target":862},{"source":591,"target":863},{"source":591,"target":864},{"source":861,"target":591},{"source":861,"target":865},{"source":861,"target":591},{"source":865,"target":591},{"source":862,"target":592},{"source":862,"target":866},{"source":862,"target":591},{"source":862,"target":867},{"source":866,"target":592},{"source":863,"target":117},{"source":864,"target":573},{"source":592,"target":8},{"source":592,"target":115},{"source":592,"target":868},{"source":592,"target":867},{"source":592,"target":869},{"source":868,"target":573},{"source":868,"target":870},{"source":868,"target":592},{"source":870,"target":573},{"source":867,"target":591},{"source":867,"target":871},{"source":867,"target":592},{"source":867,"target":862},{"source":871,"target":591},{"source":869,"target":115},{"source":118,"target":8},{"source":118,"target":117},{"source":118,"target":872},{"source":872,"target":117},{"source":9,"target":685},{"source":9,"target":873},{"source":9,"target":874},{"source":9,"target":875},{"source":9,"target":876},{"source":9,"target":877},{"source":9,"target":124},{"source":9,"target":0},{"source":685,"target":9},{"source":685,"target":117},{"source":685,"target":687},{"source":685,"target":878},{"source":685,"target":879},{"source":685,"target":880},{"source":687,"target":572},{"source":687,"target":881},{"source":687,"target":685},{"source":687,"target":675},{"source":881,"target":572},{"source":878,"target":882},{"source":878,"target":685},{"source":879,"target":124},{"source":879,"target":883},{"source":879,"target":685},{"source":879,"target":884},{"source":883,"target":124},{"source":880,"target":117},{"source":873,"target":9},{"source":873,"target":874},{"source":873,"target":885},{"source":873,"target":886},{"source":885,"target":887},{"source":885,"target":888},{"source":885,"target":873},{"source":885,"target":889},{"source":888,"target":887},{"source":886,"target":874},{"source":874,"target":9},{"source":874,"target":117},{"source":874,"target":113},{"source":874,"target":890},{"source":874,"target":891},{"source":874,"target":892},{"source":874,"target":893},{"source":890,"target":875},{"source":890,"target":894},{"source":890,"target":874},{"source":890,"target":895},{"source":894,"target":875},{"source":891,"target":117},{"source":893,"target":113},{"source":875,"target":9},{"source":875,"target":896},{"source":875,"target":897},{"source":875,"target":895},{"source":896,"target":124},{"source":896,"target":898},{"source":896,"target":875},{"source":896,"target":899},{"source":898,"target":124},{"source":897,"target":876},{"source":897,"target":900},{"source":897,"target":875},{"source":897,"target":901},{"source":900,"target":876},{"source":895,"target":874},{"source":895,"target":902},{"source":895,"target":875},{"source":895,"target":890},{"source":902,"target":874},{"source":876,"target":9},{"source":876,"target":117},{"source":876,"target":901},{"source":876,"target":903},{"source":901,"target":875},{"source":901,"target":904},{"source":901,"target":876},{"source":901,"target":897},{"source":904,"target":875},{"source":903,"target":117},{"source":877,"target":9},{"source":877,"target":874},{"source":877,"target":905},{"source":877,"target":906},{"source":905,"target":907},{"source":905,"target":908},{"source":905,"target":877},{"source":905,"target":909},{"source":908,"target":907},{"source":906,"target":874},{"source":124,"target":9},{"source":124,"target":117},{"source":124,"target":899},{"source":124,"target":884},{"source":124,"target":910},{"source":899,"target":875},{"source":899,"target":911},{"source":899,"target":124},{"source":899,"target":896},{"source":911,"target":875},{"source":884,"target":685},{"source":884,"target":912},{"source":884,"target":124},{"source":884,"target":879},{"source":912,"target":685},{"source":910,"target":117},{"source":10,"target":716},{"source":10,"target":0},{"source":716,"target":10},{"source":716,"target":913},{"source":913,"target":914},{"source":913,"target":716},{"source":11,"target":395},{"source":11,"target":63},{"source":11,"target":915},{"source":11,"target":723},{"source":11,"target":0},{"source":395,"target":11},{"source":395,"target":916},{"source":395,"target":427},{"source":395,"target":917},{"source":395,"target":918},{"source":395,"target":919},{"source":395,"target":920},{"source":395,"target":921},{"source":395,"target":397},{"source":395,"target":459},{"source":395,"target":456},{"source":395,"target":922},{"source":916,"target":63},{"source":916,"target":923},{"source":916,"target":395},{"source":916,"target":924},{"source":923,"target":63},{"source":427,"target":400},{"source":427,"target":925},{"source":427,"target":395},{"source":427,"target":422},{"source":925,"target":400},{"source":917,"target":926},{"source":917,"target":927},{"source":917,"target":395},{"source":917,"target":928},{"source":927,"target":926},{"source":918,"target":929},{"source":918,"target":930},{"source":918,"target":395},{"source":918,"target":931},{"source":930,"target":929},{"source":919,"target":932},{"source":919,"target":933},{"source":919,"target":395},{"source":919,"target":934},{"source":933,"target":932},{"source":920,"target":935},{"source":920,"target":936},{"source":920,"target":395},{"source":920,"target":937},{"source":936,"target":935},{"source":921,"target":938},{"source":921,"target":939},{"source":921,"target":395},{"source":921,"target":940},{"source":939,"target":938},{"source":397,"target":180},{"source":397,"target":941},{"source":397,"target":395},{"source":397,"target":390},{"source":941,"target":180},{"source":459,"target":402},{"source":459,"target":942},{"source":459,"target":395},{"source":459,"target":436},{"source":942,"target":402},{"source":456,"target":402},{"source":456,"target":943},{"source":456,"target":395},{"source":456,"target":434},{"source":943,"target":402},{"source":922,"target":944},{"source":922,"target":395},{"source":63,"target":11},{"source":63,"target":945},{"source":63,"target":65},{"source":63,"target":924},{"source":945,"target":723},{"source":945,"target":946},{"source":945,"target":63},{"source":946,"target":723},{"source":65,"target":28},{"source":65,"target":947},{"source":65,"target":63},{"source":65,"target":34},{"source":947,"target":28},{"source":924,"target":395},{"source":924,"target":948},{"source":924,"target":63},{"source":924,"target":916},{"source":948,"target":395},{"source":915,"target":11},{"source":915,"target":949},{"source":915,"target":950},{"source":949,"target":723},{"source":949,"target":951},{"source":949,"target":915},{"source":951,"target":723},{"source":723,"target":11},{"source":723,"target":952},{"source":723,"target":953},{"source":723,"target":954},{"source":723,"target":955},{"source":723,"target":956},{"source":952,"target":723},{"source":953,"target":723},{"source":954,"target":723},{"source":955,"target":723},{"source":956,"target":723},{"source":12,"target":957},{"source":12,"target":887},{"source":12,"target":958},{"source":12,"target":959},{"source":12,"target":907},{"source":12,"target":960},{"source":12,"target":599},{"source":12,"target":699},{"source":12,"target":0},{"source":957,"target":12},{"source":957,"target":961},{"source":957,"target":962},{"source":961,"target":963},{"source":961,"target":957},{"source":961,"target":964},{"source":961,"target":965},{"source":964,"target":966},{"source":964,"target":961},{"source":965,"target":967},{"source":965,"target":961},{"source":967,"target":968},{"source":967,"target":969},{"source":962,"target":970},{"source":962,"target":957},{"source":887,"target":12},{"source":887,"target":699},{"source":887,"target":971},{"source":887,"target":889},{"source":887,"target":972},{"source":971,"target":973},{"source":971,"target":887},{"source":971,"target":974},{"source":971,"target":975},{"source":974,"target":976},{"source":974,"target":971},{"source":975,"target":977},{"source":975,"target":971},{"source":977,"target":978},{"source":977,"target":979},{"source":889,"target":873},{"source":889,"target":980},{"source":889,"target":887},{"source":889,"target":885},{"source":980,"target":873},{"source":972,"target":699},{"source":958,"target":12},{"source":958,"target":699},{"source":958,"target":981},{"source":958,"target":982},{"source":981,"target":959},{"source":981,"target":983},{"source":981,"target":958},{"source":981,"target":984},{"source":983,"target":959},{"source":982,"target":699},{"source":959,"target":12},{"source":959,"target":957},{"source":959,"target":985},{"source":959,"target":986},{"source":959,"target":984},{"source":959,"target":987},{"source":985,"target":988},{"source":985,"target":959},{"source":985,"target":989},{"source":985,"target":990},{"source":989,"target":991},{"source":989,"target":985},{"source":990,"target":992},{"source":990,"target":985},{"source":992,"target":993},{"source":992,"target":994},{"source":986,"target":995},{"source":986,"target":996},{"source":986,"target":959},{"source":986,"target":997},{"source":996,"target":995},{"source":984,"target":958},{"source":984,"target":998},{"source":984,"target":959},{"source":984,"target":981},{"source":998,"target":958},{"source":987,"target":957},{"source":907,"target":12},{"source":907,"target":699},{"source":907,"target":999},{"source":907,"target":909},{"source":907,"target":1000},{"source":999,"target":1001},{"source":999,"target":907},{"source":999,"target":1002},{"source":999,"target":1003},{"source":1002,"target":1004},{"source":1002,"target":999},{"source":1003,"target":1005},{"source":1003,"target":999},{"source":1005,"target":1006},{"source":1005,"target":1007},{"source":909,"target":877},{"source":909,"target":1008},{"source":909,"target":907},{"source":909,"target":905},{"source":1008,"target":877},{"source":1000,"target":699},{"source":960,"target":12},{"source":960,"target":957},{"source":960,"target":1009},{"source":960,"target":1010},{"source":960,"target":1011},{"source":960,"target":1012},{"source":1009,"target":1013},{"source":1009,"target":960},{"source":1009,"target":1014},{"source":1009,"target":1015},{"source":1014,"target":1016},{"source":1014,"target":1009},{"source":1015,"target":1017},{"source":1015,"target":1009},{"source":1017,"target":1018},{"source":1017,"target":1019},{"source":1010,"target":1020},{"source":1010,"target":1021},{"source":1010,"target":960},{"source":1010,"target":1022},{"source":1021,"target":1020},{"source":1011,"target":699},{"source":1011,"target":1023},{"source":1011,"target":960},{"source":1023,"target":699},{"source":1012,"target":957},{"source":599,"target":12},{"source":599,"target":958},{"source":599,"target":601},{"source":599,"target":1024},{"source":601,"target":60},{"source":601,"target":1025},{"source":601,"target":599},{"source":601,"target":594},{"source":1025,"target":60},{"source":1024,"target":958},{"source":699,"target":12},{"source":699,"target":117},{"source":699,"target":701},{"source":699,"target":1026},{"source":701,"target":574},{"source":701,"target":1027},{"source":701,"target":699},{"source":701,"target":693},{"source":1027,"target":574},{"source":1026,"target":117},{"source":13,"target":1028},{"source":13,"target":1029},{"source":13,"target":1030},{"source":13,"target":1031},{"source":13,"target":1032},{"source":13,"target":1033},{"source":13,"target":1034},{"source":13,"target":926},{"source":13,"target":1035},{"source":13,"target":628},{"source":13,"target":1036},{"source":13,"target":1037},{"source":13,"target":1038},{"source":13,"target":75},{"source":13,"target":1039},{"source":13,"target":1040},{"source":13,"target":929},{"source":13,"target":1041},{"source":13,"target":932},{"source":13,"target":1042},{"source":13,"target":1043},{"source":13,"target":1044},{"source":13,"target":78},{"source":13,"target":935},{"source":13,"target":1045},{"source":13,"target":1046},{"source":13,"target":995},{"source":13,"target":1047},{"source":13,"target":1048},{"source":13,"target":0},{"source":1028,"target":13},{"source":1028,"target":1029},{"source":1028,"target":1049},{"source":1028,"target":1050},{"source":1049,"target":1051},{"source":1049,"target":1028},{"source":1049,"target":1052},{"source":1049,"target":1053},{"source":1052,"target":1054},{"source":1052,"target":1049},{"source":1053,"target":1055},{"source":1053,"target":1049},{"source":1055,"target":1056},{"source":1055,"target":1057},{"source":1050,"target":1029},{"source":1029,"target":13},{"source":1029,"target":1030},{"source":1029,"target":1058},{"source":1029,"target":1059},{"source":1029,"target":1060},{"source":1029,"target":1061},{"source":1058,"target":72},{"source":1058,"target":1062},{"source":1058,"target":1029},{"source":1058,"target":1063},{"source":1062,"target":72},{"source":1059,"target":66},{"source":1059,"target":1064},{"source":1059,"target":1029},{"source":1059,"target":1065},{"source":1064,"target":66},{"source":1060,"target":69},{"source":1060,"target":1066},{"source":1060,"target":1029},{"source":1060,"target":1067},{"source":1066,"target":69},{"source":1061,"target":1030},{"source":1030,"target":13},{"source":1030,"target":117},{"source":1030,"target":1068},{"source":1030,"target":1069},{"source":1030,"target":1070},{"source":1030,"target":1071},{"source":1068,"target":1030},{"source":1068,"target":1072},{"source":1068,"target":1030},{"source":1068,"target":1069},{"source":1072,"target":1030},{"source":1069,"target":1030},{"source":1069,"target":1073},{"source":1069,"target":1030},{"source":1069,"target":1068},{"source":1073,"target":1030},{"source":1070,"target":1031},{"source":1070,"target":1074},{"source":1070,"target":1030},{"source":1070,"target":1075},{"source":1074,"target":1031},{"source":1071,"target":117},{"source":1031,"target":13},{"source":1031,"target":1076},{"source":1031,"target":1077},{"source":1031,"target":1078},{"source":1031,"target":1079},{"source":1031,"target":1080},{"source":1031,"target":1075},{"source":1031,"target":1081},{"source":1076,"target":1082},{"source":1076,"target":1031},{"source":1076,"target":1083},{"source":1076,"target":1084},{"source":1083,"target":1085},{"source":1083,"target":1076},{"source":1084,"target":1086},{"source":1084,"target":1076},{"source":1086,"target":1087},{"source":1086,"target":1088},{"source":1077,"target":1089},{"source":1077,"target":1031},{"source":1077,"target":1090},{"source":1077,"target":1091},{"source":1090,"target":1092},{"source":1090,"target":1077},{"source":1091,"target":1093},{"source":1091,"target":1077},{"source":1093,"target":1094},{"source":1093,"target":1095},{"source":1078,"target":1096},{"source":1078,"target":1031},{"source":1078,"target":1097},{"source":1078,"target":1098},{"source":1097,"target":1099},{"source":1097,"target":1078},{"source":1098,"target":1100},{"source":1098,"target":1078},{"source":1100,"target":1101},{"source":1100,"target":1102},{"source":1079,"target":1032},{"source":1079,"target":1103},{"source":1079,"target":1031},{"source":1079,"target":1104},{"source":1103,"target":1032},{"source":1080,"target":1033},{"source":1080,"target":1105},{"source":1080,"target":1031},{"source":1080,"target":1106},{"source":1105,"target":1033},{"source":1075,"target":1030},{"source":1075,"target":1107},{"source":1075,"target":1031},{"source":1075,"target":1070},{"source":1107,"target":1030},{"source":1032,"target":13},{"source":1032,"target":1029},{"source":1032,"target":1104},{"source":1032,"target":1108},{"source":1104,"target":1031},{"source":1104,"target":1109},{"source":1104,"target":1032},{"source":1104,"target":1079},{"source":1109,"target":1031},{"source":1108,"target":1029},{"source":1033,"target":13},{"source":1033,"target":117},{"source":1033,"target":1110},{"source":1033,"target":1106},{"source":1033,"target":1111},{"source":1110,"target":1034},{"source":1110,"target":1112},{"source":1110,"target":1033},{"source":1110,"target":1113},{"source":1112,"target":1034},{"source":1106,"target":1031},{"source":1106,"target":1114},{"source":1106,"target":1033},{"source":1106,"target":1080},{"source":1114,"target":1031},{"source":1111,"target":117},{"source":1034,"target":13},{"source":1034,"target":1029},{"source":1034,"target":1115},{"source":1034,"target":1116},{"source":1034,"target":1113},{"source":1034,"target":1117},{"source":1115,"target":1118},{"source":1115,"target":1034},{"source":1115,"target":1119},{"source":1115,"target":1120},{"source":1119,"target":1121},{"source":1119,"target":1115},{"source":1120,"target":1122},{"source":1120,"target":1115},{"source":1122,"target":1123},{"source":1122,"target":1124},{"source":1116,"target":1125},{"source":1116,"target":1034},{"source":1116,"target":1126},{"source":1116,"target":1127},{"source":1126,"target":1128},{"source":1126,"target":1116},{"source":1127,"target":1129},{"source":1127,"target":1116},{"source":1129,"target":1130},{"source":1129,"target":1131},{"source":1113,"target":1033},{"source":1113,"target":1132},{"source":1113,"target":1034},{"source":1113,"target":1110},{"source":1132,"target":1033},{"source":1117,"target":1029},{"source":926,"target":13},{"source":926,"target":928},{"source":928,"target":395},{"source":928,"target":1133},{"source":928,"target":926},{"source":928,"target":917},{"source":1133,"target":395},{"source":1035,"target":13},{"source":1035,"target":1029},{"source":1035,"target":1134},{"source":1035,"target":1135},{"source":1134,"target":1136},{"source":1134,"target":1035},{"source":1134,"target":1137},{"source":1134,"target":1138},{"source":1137,"target":1139},{"source":1137,"target":1134},{"source":1138,"target":1140},{"source":1138,"target":1134},{"source":1140,"target":1141},{"source":1140,"target":1142},{"source":1135,"target":1029},{"source":628,"target":13},{"source":628,"target":1143},{"source":628,"target":1144},{"source":628,"target":1145},{"source":628,"target":630},{"source":1143,"target":1146},{"source":1143,"target":628},{"source":1143,"target":1147},{"source":1143,"target":1148},{"source":1147,"target":1149},{"source":1147,"target":1143},{"source":1148,"target":1150},{"source":1148,"target":1143},{"source":1150,"target":1151},{"source":1150,"target":1152},{"source":1144,"target":1153},{"source":1144,"target":628},{"source":1145,"target":578},{"source":1145,"target":1154},{"source":1145,"target":628},{"source":1154,"target":578},{"source":630,"target":570},{"source":630,"target":1155},{"source":630,"target":628},{"source":630,"target":605},{"source":1155,"target":570},{"source":1036,"target":13},{"source":1036,"target":628},{"source":1036,"target":1031},{"source":1036,"target":1156},{"source":1036,"target":1157},{"source":1036,"target":1158},{"source":1036,"target":1159},{"source":1156,"target":1037},{"source":1156,"target":1160},{"source":1156,"target":1036},{"source":1156,"target":1161},{"source":1160,"target":1037},{"source":1158,"target":628},{"source":1159,"target":1031},{"source":1037,"target":13},{"source":1037,"target":1031},{"source":1037,"target":1161},{"source":1037,"target":1162},{"source":1161,"target":1036},{"source":1161,"target":1163},{"source":1161,"target":1037},{"source":1161,"target":1156},{"source":1163,"target":1036},{"source":1162,"target":1031},{"source":1038,"target":13},{"source":1038,"target":1029},{"source":1038,"target":1164},{"source":1038,"target":1165},{"source":1164,"target":60},{"source":1164,"target":1166},{"source":1164,"target":1038},{"source":1166,"target":60},{"source":1165,"target":1029},{"source":75,"target":13},{"source":75,"target":1032},{"source":75,"target":77},{"source":75,"target":1167},{"source":77,"target":28},{"source":77,"target":1168},{"source":77,"target":75},{"source":77,"target":38},{"source":1168,"target":28},{"source":1167,"target":1032},{"source":1039,"target":13},{"source":1039,"target":1029},{"source":1039,"target":1169},{"source":1039,"target":1170},{"source":1039,"target":1171},{"source":1169,"target":1040},{"source":1169,"target":1172},{"source":1169,"target":1039},{"source":1169,"target":1173},{"source":1172,"target":1040},{"source":1170,"target":929},{"source":1170,"target":1174},{"source":1170,"target":1039},{"source":1170,"target":1175},{"source":1174,"target":929},{"source":1171,"target":1029},{"source":1040,"target":13},{"source":1040,"target":1031},{"source":1040,"target":1176},{"source":1040,"target":1173},{"source":1040,"target":1177},{"source":1176,"target":929},{"source":1176,"target":1178},{"source":1176,"target":1040},{"source":1176,"target":1179},{"source":1178,"target":929},{"source":1173,"target":1039},{"source":1173,"target":1180},{"source":1173,"target":1040},{"source":1173,"target":1169},{"source":1180,"target":1039},{"source":1177,"target":1031},{"source":929,"target":13},{"source":929,"target":931},{"source":929,"target":1175},{"source":929,"target":1179},{"source":931,"target":395},{"source":931,"target":1181},{"source":931,"target":929},{"source":931,"target":918},{"source":1181,"target":395},{"source":1175,"target":1039},{"source":1175,"target":1182},{"source":1175,"target":929},{"source":1175,"target":1170},{"source":1182,"target":1039},{"source":1179,"target":1040},{"source":1179,"target":1183},{"source":1179,"target":929},{"source":1179,"target":1176},{"source":1183,"target":1040},{"source":1041,"target":13},{"source":1041,"target":1030},{"source":1041,"target":932},{"source":1041,"target":1184},{"source":1041,"target":1185},{"source":1041,"target":1186},{"source":1041,"target":1187},{"source":1041,"target":1188},{"source":1041,"target":1189},{"source":1041,"target":1190},{"source":1041,"target":1191},{"source":1041,"target":1192},{"source":1185,"target":1193},{"source":1185,"target":1041},{"source":1185,"target":1194},{"source":1185,"target":1195},{"source":1194,"target":1196},{"source":1194,"target":1185},{"source":1195,"target":1197},{"source":1195,"target":1185},{"source":1197,"target":1198},{"source":1197,"target":1199},{"source":1186,"target":1200},{"source":1186,"target":1041},{"source":1186,"target":1201},{"source":1186,"target":1202},{"source":1201,"target":1203},{"source":1201,"target":1186},{"source":1202,"target":1204},{"source":1202,"target":1186},{"source":1204,"target":1205},{"source":1204,"target":1206},{"source":1187,"target":453},{"source":1187,"target":1207},{"source":1187,"target":1041},{"source":1207,"target":453},{"source":1188,"target":296},{"source":1188,"target":1208},{"source":1188,"target":1041},{"source":1208,"target":296},{"source":1189,"target":1209},{"source":1189,"target":1041},{"source":1190,"target":1030},{"source":1191,"target":932},{"source":1192,"target":1184},{"source":932,"target":13},{"source":932,"target":926},{"source":932,"target":934},{"source":932,"target":1210},{"source":934,"target":395},{"source":934,"target":1211},{"source":934,"target":932},{"source":934,"target":919},{"source":1211,"target":395},{"source":1210,"target":926},{"source":1042,"target":13},{"source":1042,"target":1033},{"source":1042,"target":1212},{"source":1042,"target":1213},{"source":1212,"target":1214},{"source":1212,"target":1042},{"source":1213,"target":1033},{"source":1043,"target":13},{"source":1043,"target":1029},{"source":1043,"target":1215},{"source":1043,"target":1216},{"source":1043,"target":1217},{"source":1043,"target":1218},{"source":1043,"target":1219},{"source":1215,"target":1220},{"source":1215,"target":1043},{"source":1215,"target":1221},{"source":1215,"target":1222},{"source":1221,"target":1223},{"source":1221,"target":1215},{"source":1222,"target":1224},{"source":1222,"target":1215},{"source":1224,"target":1225},{"source":1224,"target":1226},{"source":1216,"target":60},{"source":1216,"target":1227},{"source":1216,"target":1043},{"source":1227,"target":60},{"source":1217,"target":1228},{"source":1217,"target":1043},{"source":1218,"target":1229},{"source":1218,"target":1043},{"source":1219,"target":1029},{"source":1044,"target":13},{"source":1044,"target":1032},{"source":1044,"target":1230},{"source":1044,"target":1231},{"source":1230,"target":572},{"source":1230,"target":1232},{"source":1230,"target":1044},{"source":1232,"target":572},{"source":1231,"target":1032},{"source":78,"target":13},{"source":78,"target":1033},{"source":78,"target":80},{"source":78,"target":1233},{"source":80,"target":28},{"source":80,"target":1234},{"source":80,"target":78},{"source":80,"target":39},{"source":1234,"target":28},{"source":1233,"target":1033},{"source":935,"target":13},{"source":935,"target":1029},{"source":935,"target":937},{"source":935,"target":1235},{"source":937,"target":395},{"source":937,"target":1236},{"source":937,"target":935},{"source":937,"target":920},{"source":1236,"target":395},{"source":1235,"target":1029},{"source":1045,"target":13},{"source":1045,"target":926},{"source":1045,"target":1029},{"source":1045,"target":1237},{"source":1045,"target":1238},{"source":1045,"target":1239},{"source":1237,"target":1037},{"source":1237,"target":1240},{"source":1237,"target":1045},{"source":1240,"target":1037},{"source":1238,"target":926},{"source":1239,"target":1029},{"source":1046,"target":13},{"source":1046,"target":1030},{"source":1046,"target":926},{"source":1046,"target":1241},{"source":1046,"target":1242},{"source":1046,"target":1243},{"source":1046,"target":1244},{"source":1241,"target":577},{"source":1241,"target":1245},{"source":1241,"target":1046},{"source":1245,"target":577},{"source":1242,"target":232},{"source":1242,"target":1246},{"source":1242,"target":1046},{"source":1246,"target":232},{"source":1243,"target":1030},{"source":1244,"target":926},{"source":995,"target":13},{"source":995,"target":1029},{"source":995,"target":1247},{"source":995,"target":1248},{"source":995,"target":997},{"source":995,"target":1249},{"source":1247,"target":1250},{"source":1247,"target":995},{"source":1247,"target":1251},{"source":1247,"target":1252},{"source":1251,"target":1253},{"source":1251,"target":1247},{"source":1252,"target":1254},{"source":1252,"target":1247},{"source":1254,"target":1255},{"source":1254,"target":1256},{"source":1248,"target":1257},{"source":1248,"target":995},{"source":1248,"target":1258},{"source":1248,"target":1259},{"source":1258,"target":1260},{"source":1258,"target":1248},{"source":1259,"target":1261},{"source":1259,"target":1248},{"source":1261,"target":1262},{"source":1261,"target":1263},{"source":997,"target":959},{"source":997,"target":1264},{"source":997,"target":995},{"source":997,"target":986},{"source":1264,"target":959},{"source":1249,"target":1029},{"source":1047,"target":66},{"source":1047,"target":69},{"source":1047,"target":72},{"source":1047,"target":13},{"source":66,"target":1047},{"source":66,"target":926},{"source":66,"target":1265},{"source":66,"target":1266},{"source":66,"target":1267},{"source":66,"target":1268},{"source":66,"target":68},{"source":66,"target":1065},{"source":66,"target":1269},{"source":66,"target":1270},{"source":1265,"target":1271},{"source":1265,"target":66},{"source":1265,"target":1272},{"source":1265,"target":1273},{"source":1272,"target":1274},{"source":1272,"target":1265},{"source":1273,"target":1275},{"source":1273,"target":1265},{"source":1275,"target":1276},{"source":1275,"target":1277},{"source":1266,"target":1278},{"source":1266,"target":66},{"source":1266,"target":1279},{"source":1266,"target":1280},{"source":1279,"target":1281},{"source":1279,"target":1266},{"source":1280,"target":1282},{"source":1280,"target":1266},{"source":1282,"target":1283},{"source":1282,"target":1284},{"source":1267,"target":1285},{"source":1267,"target":66},{"source":1267,"target":1286},{"source":1267,"target":1287},{"source":1286,"target":1288},{"source":1286,"target":1267},{"source":1287,"target":1289},{"source":1287,"target":1267},{"source":1289,"target":1290},{"source":1289,"target":1291},{"source":1268,"target":580},{"source":1268,"target":1292},{"source":1268,"target":66},{"source":1292,"target":580},{"source":68,"target":28},{"source":68,"target":1293},{"source":68,"target":66},{"source":68,"target":35},{"source":1293,"target":28},{"source":1065,"target":1029},{"source":1065,"target":1294},{"source":1065,"target":66},{"source":1065,"target":1059},{"source":1294,"target":1029},{"source":1269,"target":364},{"source":1269,"target":1295},{"source":1269,"target":66},{"source":1295,"target":364},{"source":1270,"target":926},{"source":69,"target":1047},{"source":69,"target":926},{"source":69,"target":1296},{"source":69,"target":1297},{"source":69,"target":1298},{"source":69,"target":1067},{"source":69,"target":1299},{"source":69,"target":1300},{"source":69,"target":71},{"source":69,"target":1301},{"source":1296,"target":1302},{"source":1296,"target":69},{"source":1296,"target":1303},{"source":1296,"target":1304},{"source":1303,"target":1305},{"source":1303,"target":1296},{"source":1304,"target":1306},{"source":1304,"target":1296},{"source":1306,"target":1307},{"source":1306,"target":1308},{"source":1297,"target":1309},{"source":1297,"target":69},{"source":1297,"target":1310},{"source":1297,"target":1311},{"source":1310,"target":1312},{"source":1310,"target":1297},{"source":1311,"target":1313},{"source":1311,"target":1297},{"source":1313,"target":1314},{"source":1313,"target":1315},{"source":1298,"target":1316},{"source":1298,"target":69},{"source":1298,"target":1317},{"source":1298,"target":1318},{"source":1317,"target":1319},{"source":1317,"target":1298},{"source":1318,"target":1320},{"source":1318,"target":1298},{"source":1320,"target":1321},{"source":1320,"target":1322},{"source":1067,"target":1029},{"source":1067,"target":1323},{"source":1067,"target":69},{"source":1067,"target":1060},{"source":1323,"target":1029},{"source":1299,"target":112},{"source":1299,"target":1324},{"source":1299,"target":69},{"source":1324,"target":112},{"source":1300,"target":685},{"source":1300,"target":1325},{"source":1300,"target":69},{"source":1325,"target":685},{"source":71,"target":28},{"source":71,"target":1326},{"source":71,"target":69},{"source":71,"target":36},{"source":1326,"target":28},{"source":1301,"target":926},{"source":72,"target":1047},{"source":72,"target":1327},{"source":72,"target":74},{"source":72,"target":1328},{"source":72,"target":1063},{"source":1327,"target":1329},{"source":1327,"target":72},{"source":1327,"target":1330},{"source":1327,"target":1331},{"source":1330,"target":1332},{"source":1330,"target":1327},{"source":1331,"target":1333},{"source":1331,"target":1327},{"source":1333,"target":1334},{"source":1333,"target":1335},{"source":74,"target":28},{"source":74,"target":1336},{"source":74,"target":72},{"source":74,"target":37},{"source":1336,"target":28},{"source":1328,"target":873},{"source":1328,"target":1337},{"source":1328,"target":72},{"source":1337,"target":873},{"source":1063,"target":1029},{"source":1063,"target":1338},{"source":1063,"target":72},{"source":1063,"target":1058},{"source":1338,"target":1029},{"source":1048,"target":1339},{"source":1048,"target":1340},{"source":1048,"target":1184},{"source":1048,"target":13},{"source":1339,"target":1048},{"source":1339,"target":1184},{"source":1339,"target":1031},{"source":1339,"target":1341},{"source":1339,"target":1342},{"source":1339,"target":1343},{"source":1339,"target":1344},{"source":1339,"target":1345},{"source":1339,"target":1346},{"source":1339,"target":1347},{"source":1341,"target":1348},{"source":1341,"target":1339},{"source":1341,"target":1349},{"source":1341,"target":1350},{"source":1349,"target":1351},{"source":1349,"target":1341},{"source":1350,"target":1352},{"source":1350,"target":1341},{"source":1352,"target":1353},{"source":1352,"target":1354},{"source":1342,"target":1355},{"source":1342,"target":1339},{"source":1342,"target":1356},{"source":1342,"target":1357},{"source":1356,"target":1358},{"source":1356,"target":1342},{"source":1357,"target":1359},{"source":1357,"target":1342},{"source":1359,"target":1360},{"source":1359,"target":1361},{"source":1343,"target":1362},{"source":1343,"target":1339},{"source":1343,"target":1363},{"source":1343,"target":1364},{"source":1363,"target":1365},{"source":1363,"target":1343},{"source":1364,"target":1366},{"source":1364,"target":1343},{"source":1366,"target":1367},{"source":1366,"target":1368},{"source":1344,"target":1339},{"source":1344,"target":1369},{"source":1344,"target":1339},{"source":1369,"target":1339},{"source":1345,"target":1340},{"source":1345,"target":1370},{"source":1345,"target":1339},{"source":1345,"target":1371},{"source":1370,"target":1340},{"source":1346,"target":1184},{"source":1347,"target":1031},{"source":1340,"target":1048},{"source":1340,"target":1029},{"source":1340,"target":1372},{"source":1340,"target":1373},{"source":1340,"target":1371},{"source":1340,"target":1374},{"source":1372,"target":1375},{"source":1372,"target":1340},{"source":1372,"target":1376},{"source":1372,"target":1377},{"source":1376,"target":1378},{"source":1376,"target":1372},{"source":1377,"target":1379},{"source":1377,"target":1372},{"source":1379,"target":1380},{"source":1379,"target":1381},{"source":1373,"target":1339},{"source":1373,"target":1382},{"source":1373,"target":1340},{"source":1382,"target":1339},{"source":1371,"target":1339},{"source":1371,"target":1383},{"source":1371,"target":1340},{"source":1371,"target":1345},{"source":1383,"target":1339},{"source":1374,"target":1029},{"source":1184,"target":1048},{"source":1184,"target":117},{"source":1184,"target":1384},{"source":1184,"target":1385},{"source":1384,"target":699},{"source":1384,"target":1386},{"source":1384,"target":1184},{"source":1386,"target":699},{"source":1385,"target":117},{"source":14,"target":1387},{"source":14,"target":1388},{"source":14,"target":938},{"source":14,"target":1389},{"source":14,"target":1390},{"source":14,"target":0},{"source":1387,"target":14},{"source":1387,"target":1391},{"source":1387,"target":1392},{"source":1387,"target":1393},{"source":1391,"target":578},{"source":1391,"target":1394},{"source":1391,"target":1387},{"source":1394,"target":578},{"source":1392,"target":118},{"source":1392,"target":1395},{"source":1392,"target":1387},{"source":1395,"target":118},{"source":1393,"target":1388},{"source":1393,"target":1396},{"source":1393,"target":1387},{"source":1393,"target":1397},{"source":1396,"target":1388},{"source":1388,"target":14},{"source":1388,"target":117},{"source":1388,"target":1398},{"source":1388,"target":1399},{"source":1388,"target":1400},{"source":1388,"target":1397},{"source":1388,"target":1401},{"source":1398,"target":1402},{"source":1398,"target":1388},{"source":1398,"target":1403},{"source":1398,"target":1404},{"source":1403,"target":1405},{"source":1403,"target":1398},{"source":1404,"target":1406},{"source":1404,"target":1398},{"source":1406,"target":1407},{"source":1406,"target":1408},{"source":1399,"target":938},{"source":1399,"target":1409},{"source":1399,"target":1388},{"source":1399,"target":1410},{"source":1409,"target":938},{"source":1400,"target":1411},{"source":1400,"target":1412},{"source":1400,"target":1388},{"source":1400,"target":1413},{"source":1412,"target":1411},{"source":1397,"target":1387},{"source":1397,"target":1414},{"source":1397,"target":1388},{"source":1397,"target":1393},{"source":1414,"target":1387},{"source":1401,"target":117},{"source":938,"target":14},{"source":938,"target":1415},{"source":938,"target":1416},{"source":938,"target":940},{"source":938,"target":1410},{"source":1415,"target":578},{"source":1415,"target":1417},{"source":1415,"target":938},{"source":1417,"target":578},{"source":1416,"target":118},{"source":1416,"target":1418},{"source":1416,"target":938},{"source":1418,"target":118},{"source":940,"target":395},{"source":940,"target":1419},{"source":940,"target":938},{"source":940,"target":921},{"source":1419,"target":395},{"source":1410,"target":1388},{"source":1410,"target":1420},{"source":1410,"target":938},{"source":1410,"target":1399},{"source":1420,"target":1388},{"source":1389,"target":1421},{"source":1389,"target":81},{"source":1389,"target":1422},{"source":1389,"target":14},{"source":1421,"target":1389},{"source":1421,"target":81},{"source":1421,"target":1423},{"source":1421,"target":1424},{"source":1423,"target":1425},{"source":1423,"target":1421},{"source":1423,"target":1426},{"source":1423,"target":1427},{"source":1426,"target":1428},{"source":1426,"target":1423},{"source":1427,"target":1429},{"source":1427,"target":1423},{"source":1429,"target":1430},{"source":1429,"target":1431},{"source":1424,"target":81},{"source":81,"target":1389},{"source":81,"target":1387},{"source":81,"target":83},{"source":81,"target":1432},{"source":83,"target":28},{"source":83,"target":1433},{"source":83,"target":81},{"source":83,"target":40},{"source":1433,"target":28},{"source":1432,"target":1387},{"source":1422,"target":1389},{"source":1422,"target":81},{"source":1422,"target":1434},{"source":1422,"target":1435},{"source":1434,"target":180},{"source":1434,"target":1436},{"source":1434,"target":1422},{"source":1436,"target":180},{"source":1435,"target":81},{"source":1390,"target":1020},{"source":1390,"target":14},{"source":1020,"target":1390},{"source":1020,"target":1387},{"source":1020,"target":1437},{"source":1020,"target":1438},{"source":1020,"target":1439},{"source":1020,"target":1022},{"source":1020,"target":1440},{"source":1437,"target":1441},{"source":1437,"target":1020},{"source":1437,"target":1442},{"source":1437,"target":1443},{"source":1442,"target":1444},{"source":1442,"target":1437},{"source":1443,"target":1445},{"source":1443,"target":1437},{"source":1445,"target":1446},{"source":1445,"target":1447},{"source":1438,"target":1448},{"source":1438,"target":1020},{"source":1438,"target":1449},{"source":1438,"target":1450},{"source":1449,"target":1451},{"source":1449,"target":1438},{"source":1450,"target":1452},{"source":1450,"target":1438},{"source":1452,"target":1453},{"source":1452,"target":1454},{"source":1439,"target":1455},{"source":1439,"target":1020},{"source":1439,"target":1456},{"source":1439,"target":1457},{"source":1456,"target":1458},{"source":1456,"target":1439},{"source":1457,"target":1459},{"source":1457,"target":1439},{"source":1459,"target":1460},{"source":1459,"target":1461},{"source":1022,"target":960},{"source":1022,"target":1462},{"source":1022,"target":1020},{"source":1022,"target":1010},{"source":1462,"target":960},{"source":1440,"target":1387},{"source":15,"target":1411},{"source":15,"target":0},{"source":1411,"target":15},{"source":1411,"target":117},{"source":1411,"target":114},{"source":1411,"target":1463},{"source":1411,"target":1413},{"source":1411,"target":1464},{"source":1411,"target":1465},{"source":1463,"target":1466},{"source":1463,"target":1411},{"source":1463,"target":1467},{"source":1463,"target":1468},{"source":1467,"target":1469},{"source":1467,"target":1463},{"source":1468,"target":1470},{"source":1468,"target":1463},{"source":1470,"target":1471},{"source":1470,"target":1472},{"source":1413,"target":1388},{"source":1413,"target":1473},{"source":1413,"target":1411},{"source":1413,"target":1400},{"source":1473,"target":1388},{"source":1464,"target":117},{"source":1465,"target":114},{"source":16,"target":1474},{"source":16,"target":1475},{"source":16,"target":1476},{"source":16,"target":102},{"source":16,"target":99},{"source":16,"target":0},{"source":1474,"target":16},{"source":1474,"target":115},{"source":1474,"target":1477},{"source":1474,"target":1478},{"source":1474,"target":1479},{"source":1477,"target":1475},{"source":1477,"target":1480},{"source":1477,"target":1474},{"source":1477,"target":1481},{"source":1480,"target":1475},{"source":1478,"target":1476},{"source":1478,"target":1482},{"source":1478,"target":1474},{"source":1478,"target":1483},{"source":1482,"target":1476},{"source":1479,"target":115},{"source":1475,"target":16},{"source":1475,"target":117},{"source":1475,"target":1484},{"source":1475,"target":1485},{"source":1475,"target":1481},{"source":1475,"target":1486},{"source":1484,"target":1476},{"source":1484,"target":1487},{"source":1484,"target":1475},{"source":1487,"target":1476},{"source":1485,"target":99},{"source":1485,"target":1488},{"source":1485,"target":1475},{"source":1485,"target":1489},{"source":1488,"target":99},{"source":1481,"target":1474},{"source":1481,"target":1490},{"source":1481,"target":1475},{"source":1481,"target":1477},{"source":1490,"target":1474},{"source":1486,"target":117},{"source":1476,"target":16},{"source":1476,"target":117},{"source":1476,"target":1491},{"source":1476,"target":1483},{"source":1476,"target":1492},{"source":1476,"target":1493},{"source":1476,"target":1494},{"source":1491,"target":102},{"source":1491,"target":1495},{"source":1491,"target":1476},{"source":1491,"target":1496},{"source":1495,"target":102},{"source":1483,"target":1474},{"source":1483,"target":1497},{"source":1483,"target":1476},{"source":1483,"target":1478},{"source":1497,"target":1474},{"source":1492,"target":1476},{"source":1492,"target":1498},{"source":1492,"target":1476},{"source":1492,"target":1493},{"source":1498,"target":1476},{"source":1493,"target":1476},{"source":1493,"target":1499},{"source":1493,"target":1476},{"source":1493,"target":1492},{"source":1499,"target":1476},{"source":1494,"target":117},{"source":102,"target":16},{"source":102,"target":1500},{"source":102,"target":1501},{"source":102,"target":1502},{"source":102,"target":1503},{"source":102,"target":1504},{"source":102,"target":104},{"source":102,"target":1505},{"source":102,"target":1496},{"source":102,"target":1506},{"source":1500,"target":1507},{"source":1500,"target":102},{"source":1501,"target":1508},{"source":1501,"target":102},{"source":1502,"target":1509},{"source":1502,"target":102},{"source":1503,"target":876},{"source":1503,"target":1510},{"source":1503,"target":102},{"source":1510,"target":876},{"source":1504,"target":873},{"source":1504,"target":1511},{"source":1504,"target":102},{"source":1511,"target":873},{"source":104,"target":28},{"source":104,"target":1512},{"source":104,"target":102},{"source":104,"target":47},{"source":1512,"target":28},{"source":1505,"target":1513},{"source":1505,"target":102},{"source":1496,"target":1476},{"source":1496,"target":1514},{"source":1496,"target":102},{"source":1496,"target":1491},{"source":1514,"target":1476},{"source":99,"target":16},{"source":99,"target":1489},{"source":99,"target":1515},{"source":99,"target":1516},{"source":99,"target":106},{"source":99,"target":101},{"source":99,"target":1517},{"source":1489,"target":1475},{"source":1489,"target":1518},{"source":1489,"target":99},{"source":1489,"target":1485},{"source":1518,"target":1475},{"source":1515,"target":1519},{"source":1515,"target":99},{"source":1516,"target":877},{"source":1516,"target":1520},{"source":1516,"target":99},{"source":1520,"target":877},{"source":106,"target":28},{"source":106,"target":1521},{"source":106,"target":99},{"source":106,"target":48},{"source":1521,"target":28},{"source":101,"target":28},{"source":101,"target":1522},{"source":101,"target":99},{"source":101,"target":46},{"source":1522,"target":28},{"source":17,"target":1523},{"source":17,"target":1524},{"source":17,"target":0},{"source":1523,"target":17},{"source":1523,"target":117},{"source":1523,"target":1525},{"source":1523,"target":1526},{"source":1523,"target":1527},{"source":1523,"target":1528},{"source":1523,"target":1529},{"source":1523,"target":1530},{"source":1525,"target":1531},{"source":1525,"target":1523},{"source":1525,"target":1532},{"source":1525,"target":1533},{"source":1532,"target":1534},{"source":1532,"target":1525},{"source":1533,"target":1535},{"source":1533,"target":1525},{"source":1535,"target":1536},{"source":1535,"target":1537},{"source":1526,"target":1476},{"source":1526,"target":1538},{"source":1526,"target":1523},{"source":1538,"target":1476},{"source":1527,"target":180},{"source":1527,"target":1539},{"source":1527,"target":1523},{"source":1539,"target":180},{"source":1528,"target":1524},{"source":1528,"target":1540},{"source":1528,"target":1523},{"source":1528,"target":1541},{"source":1540,"target":1524},{"source":1529,"target":169},{"source":1529,"target":1542},{"source":1529,"target":1523},{"source":1542,"target":169},{"source":1530,"target":117},{"source":1524,"target":17},{"source":1524,"target":117},{"source":1524,"target":1543},{"source":1524,"target":1544},{"source":1524,"target":1545},{"source":1524,"target":1546},{"source":1524,"target":1541},{"source":1524,"target":1547},{"source":1543,"target":1548},{"source":1543,"target":1524},{"source":1543,"target":1549},{"source":1543,"target":1550},{"source":1549,"target":1551},{"source":1549,"target":1543},{"source":1550,"target":1552},{"source":1550,"target":1543},{"source":1552,"target":1553},{"source":1552,"target":1554},{"source":1544,"target":1555},{"source":1544,"target":1524},{"source":1544,"target":1556},{"source":1544,"target":1557},{"source":1556,"target":1558},{"source":1556,"target":1544},{"source":1557,"target":1559},{"source":1557,"target":1544},{"source":1559,"target":1560},{"source":1559,"target":1561},{"source":1545,"target":1474},{"source":1545,"target":1562},{"source":1545,"target":1524},{"source":1562,"target":1474},{"source":1546,"target":1411},{"source":1546,"target":1563},{"source":1546,"target":1524},{"source":1563,"target":1411},{"source":1541,"target":1523},{"source":1541,"target":1564},{"source":1541,"target":1524},{"source":1541,"target":1528},{"source":1564,"target":1523},{"source":1547,"target":117},{"source":18,"target":1565},{"source":18,"target":0},{"source":1565,"target":18},{"source":1565,"target":114},{"source":1565,"target":393},{"source":1565,"target":1566},{"source":1565,"target":1567},{"source":1566,"target":114},{"source":1567,"target":393},{"source":19,"target":1568},{"source":19,"target":1569},{"source":19,"target":1570},{"source":19,"target":1571},{"source":19,"target":0},{"source":1568,"target":19},{"source":1568,"target":114},{"source":1568,"target":571},{"source":1568,"target":1572},{"source":1568,"target":1573},{"source":1572,"target":114},{"source":1573,"target":571},{"source":1569,"target":19},{"source":1569,"target":1574},{"source":1574,"target":1568},{"source":1574,"target":1575},{"source":1574,"target":1569},{"source":1575,"target":1568},{"source":1570,"target":19},{"source":1570,"target":1041},{"source":1570,"target":1576},{"source":1576,"target":1041},{"source":1571,"target":19},{"source":1571,"target":72},{"source":1571,"target":1577},{"source":1571,"target":1578},{"source":1577,"target":877},{"source":1577,"target":1579},{"source":1577,"target":1571},{"source":1579,"target":877},{"source":1578,"target":72}],"multigraph":true}
ecore
education
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/school.ecore
school Classroom name students Diagram school School name classrooms Student name friends
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="school" nsURI="http:///jfb/examples/gmf/school.ecore" nsPrefix="jfb.examples.gmf.school"> <eClassifiers xsi:type="ecore:EClass" name="Classroom"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="kref=students" value=""/> </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="students" upperBound="-1" eType="#//Student" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="cref=school"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="School"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="kref=classrooms" value=""/> </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="classrooms" upperBound="-1" eType="#//Classroom" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=friends" value=""/> </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="friends" upperBound="-1" eType="#//Student"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"jfb.examples.gmf.school","nsURI":"http:///jfb/examples/gmf/school.ecore","name":"school","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classroom","instanceClass":null,"abstract":false,"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":"School","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classrooms","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"friends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":4},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":4},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":3},{"source":9,"target":10},{"source":9,"target":2},{"source":10,"target":3},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":13},{"source":11,"target":3},{"source":12,"target":1},{"source":12,"target":14},{"source":12,"target":3},{"source":14,"target":1},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":16},{"source":15,"target":17},{"source":15,"target":4},{"source":16,"target":4},{"source":16,"target":18},{"source":16,"target":4},{"source":18,"target":4}],"multigraph":true}
ecore
relational
repo-ecore-all/data/jasonbrianhall/Jaspersoft-Studio/com.jaspersoft.studio.data.sql/src-gen/com/jaspersoft/studio/data/Sql.ecore
sql Model query FetchFirst fetchFirst row Offset offset Limit l1 l2 SelectQuery SelectSubSet op all query Select op select cols tbl whereExpression groupByEntry havingEntry orderByEntry lim offset fetchFirst OrColumn entries ColumnOrAlias ce alias colAlias allCols dbAllCols ColumnFull OrTable entries FromTable table fjoin FromTableJoin join onTable joinExpr joinCond JoinCondition useCols UsingCols entries TableOrAlias tfull sq values pivot unpivot alias tblAlias FromValues values c FromValuesColumns fvCols FromValuesColumnNames ColumnNames colName Values rows Rows entries Row rowValues RowValues entries RowValue null PivotTable pfun pfor pin PivotFunctions abc PivotFunction PivotInClause sq args pinany UnpivotTable pcols pfor inop UnpivotInClause UnpivotInClauseArgs UnpivotInClauseArg pcols cfuls PivotForClause PivotColumns Pivots PivotCol TableFull DbObjectNameAll dbname DbObjectName dbname OrOrderByColumn entries OrderByColumnFull colOrder colOrderInt direction OrGroupByColumn entries GroupByColumnFull colGrBy gbFunction grByInt OrExpr entries FullExpression c efrag notPrm expgroup exp xexp in exists op1 isnull between like comp ExprGroup isnot expr XExpr xf col prm Prms entries JRParameter jrprm Comparison operator subOperator op2 Like opLike op2 LikeOperand op2 fop2 fcast fparam Between opBetween op2 op3 InOper op subquery opList ExistsOper op subquery opList OperandListGroup opGroup OperandList Operands op1 left right Operand column xop subq fcast fext func sqlcase param eparam scalar OpFunction fname star args fan FunctionExtract v operand FunctionAnalytical anClause AnalyticClause abc obc winc WindowingClause WindowingClauseBetween wcoP wcoF WindowingClauseOperandFollowing exp WindowingClauseOperandPreceding expr OrderByClause args OrderByClauseArgs OrderByClauseArg col QueryPartitionClause args AnalyticExprArgs AnalyticExprArg ce colAlias OpFunctionArg OpFunctionArgOperand op OpFunctionCast op type p p2 OpFunctionArgAgregate POperand prm ExpOperand prm ColumnOperand cfull ora SubQueryOperand sel ScalarOperand sostr sodbl sodate sotime sodt soUInt soint SQLCaseOperand expr when SQLCaseWhens SqlCaseWhen expr texp eexp EXTRACT_VALUES ms MICROSECOND s SECOND m MINUTE h HOUR day DAY week WEEK month MONTH quart QUARTER year YEAR micros SECOND_MICROSECOND minMicro MINUTE_MICROSECOND minSec MINUTE_SECOND hms HOUR_MICROSECOND hs HOUR_SECOND hmin HOUR_MINUTE dms DAY_MICROSECOND ds DAY_SECOND daymin DAY_MINUTE dayh DAY_HOUR yearMonth YEAR_MONTH XFunction xin IN xnotin NOTIN xeq EQUAL xnoteq NOTEQUAL xls LESS xgt GREATER xlsr LESS] xgtl [GREATER xbwn BETWEEN xbwnc [BETWEEN] xbwnl [BETWEEN xbwnr BETWEEN] IntegerValue integer UnsignedValue integer Col entries abc entries UnipivotInClause op args uicargs entries pvcs entries pcols entries tbls entries OpList entries Plus Minus Concat Multiply Division OBCArgs entries AExpArgs entries OpFList entries WhenList entries
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2010 - 2016. TIBCO Software Inc. All Rights Reserved. Confidential & Proprietary. --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sql" nsURI="http://www.com.jaspersoft.studio.data.Sql" nsPrefix="sql"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectQuery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FetchFirst"> <eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//UnsignedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offset"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Limit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="l1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="l2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectQuery"/> <eClassifiers xsi:type="ecore:EClass" name="SelectSubSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Select" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//SelectQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" upperBound="-1" eType="#//SelectSubSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" eType="#//OrColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tbl" eType="#//OrTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//OrExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupByEntry" eType="#//OrGroupByColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="havingEntry" eType="#//OrExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderByEntry" eType="#//OrOrderByColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lim" eType="#//Limit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Offset" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//FetchFirst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrColumn" eSuperTypes="#//PivotForClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ColumnOrAlias" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnOrAlias" eSuperTypes="#//OrColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allCols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dbAllCols" eType="#//DbObjectNameAll" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnFull" eSuperTypes="#//PivotForClause"/> <eClassifiers xsi:type="ecore:EClass" name="OrTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//FromTable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromTable" eSuperTypes="#//OrTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableOrAlias" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fjoin" upperBound="-1" eType="#//FromTableJoin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromTableJoin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="join" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTable" eType="#//TableOrAlias" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinExpr" eType="#//OrExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinCond" eType="#//JoinCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="useCols" eType="#//UsingCols" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsingCols"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableOrAlias"> <eStructuralFeatures xsi:type="ecore:EReference" name="tfull" eType="#//TableFull" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//FromValues" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pivot" eType="#//PivotTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unpivot" eType="#//UnpivotTable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tblAlias" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromValues"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//FromValuesColumns" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromValuesColumns"> <eStructuralFeatures xsi:type="ecore:EReference" name="fvCols" eType="#//FromValuesColumnNames" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromValuesColumnNames"/> <eClassifiers xsi:type="ecore:EClass" name="ColumnNames" eSuperTypes="#//FromValuesColumnNames"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Values"> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" eType="#//Rows" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rows"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Row" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="#//Rows"> <eStructuralFeatures xsi:type="ecore:EReference" name="rowValues" eType="#//RowValues" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowValues"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//RowValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowValue" eSuperTypes="#//RowValues"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PivotTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="pfun" eType="#//PivotFunctions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pin" eType="#//PivotInClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PivotFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PivotFunction"/> <eClassifiers xsi:type="ecore:EClass" name="PivotInClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pinany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnpivotTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inop" eType="#//UnpivotInClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnpivotInClause"/> <eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArgs"/> <eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArg" eSuperTypes="#//UnpivotInClauseArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cfuls" eType="#//PivotColumns" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PivotForClause"/> <eClassifiers xsi:type="ecore:EClass" name="PivotColumns"/> <eClassifiers xsi:type="ecore:EClass" name="Pivots" eSuperTypes="#//PivotColumns"/> <eClassifiers xsi:type="ecore:EClass" name="PivotCol" eSuperTypes="#//PivotFunction #//PivotColumns #//Pivots"/> <eClassifiers xsi:type="ecore:EClass" name="TableFull"/> <eClassifiers xsi:type="ecore:EClass" name="DbObjectNameAll"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DbObjectName" eSuperTypes="#//ColumnFull #//UsingCols #//PivotCol #//TableFull"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrOrderByColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//OrderByColumnFull" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderByColumnFull" eSuperTypes="#//OrOrderByColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="colOrder" eType="#//ColumnFull" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colOrderInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrGroupByColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//GroupByColumnFull" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupByColumnFull" eSuperTypes="#//OrGroupByColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="colGrBy" eType="#//ColumnFull" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gbFunction" eType="#//OpFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grByInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//FullExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullExpression" eSuperTypes="#//OrExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="efrag" eType="#//FullExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notPrm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expgroup" eType="#//ExprGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//FullExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xexp" eType="#//XExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//InOper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exists" eType="#//ExistsOper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isnull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="between" eType="#//Between" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="like" eType="#//Like" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//Comparison" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isnot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xf" eType="#//XFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prm" eType="#//Prms" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prms"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//JRParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JRParameter" eSuperTypes="#//Prms"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jrprm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparison"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Like"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opLike" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//LikeOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LikeOperand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fop2" eType="#//OpFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fparam" eType="#//POperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Between"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opBetween" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op3" eType="#//Operands" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InOper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistsOper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperandListGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="opGroup" eType="#//OperandList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperandList"/> <eClassifiers xsi:type="ecore:EClass" name="Operands" eSuperTypes="#//OpFunctionArgAgregate"> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Operand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operand"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xop" eType="#//Operand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subq" eType="#//SubQueryOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fext" eType="#//FunctionExtract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//OpFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sqlcase" eType="#//SQLCaseOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//POperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eparam" eType="#//ExpOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scalar" eType="#//ScalarOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="star" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OpFunctionArg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fan" eType="#//FunctionAnalytical" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionExtract"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="#//EXTRACT_VALUES"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Operands" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionAnalytical"> <eStructuralFeatures xsi:type="ecore:EReference" name="anClause" eType="#//AnalyticClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalyticClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="abc" eType="#//QueryPartitionClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="obc" eType="#//OrderByClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="winc" eType="#//WindowingClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WindowingClause"/> <eClassifiers xsi:type="ecore:EClass" name="WindowingClauseBetween" eSuperTypes="#//WindowingClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="wcoP" eType="#//WindowingClauseOperandPreceding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wcoF" eType="#//WindowingClauseOperandFollowing" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandFollowing"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//AnalyticExprArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandPreceding" eSuperTypes="#//WindowingClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//AnalyticExprArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderByClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OrderByClauseArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArgs"/> <eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArg" eSuperTypes="#//OrderByClauseArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//AnalyticExprArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryPartitionClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//AnalyticExprArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArgs" eSuperTypes="#//QueryPartitionClause"/> <eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArg" eSuperTypes="#//AnalyticExprArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpFunctionArg"/> <eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgOperand" eSuperTypes="#//OpFunctionArg"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpFunctionArgAgregate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpFunctionCast"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="p2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgAgregate"/> <eClassifiers xsi:type="ecore:EClass" name="POperand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpOperand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnOperand"> <eStructuralFeatures xsi:type="ecore:EReference" name="cfull" eType="#//ColumnFull" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ora" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubQueryOperand"> <eStructuralFeatures xsi:type="ecore:EReference" name="sel" eType="#//SelectQuery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarOperand" eSuperTypes="#//RowValue #//OperandList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sostr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sodbl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sodate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sotime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sodt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soUInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SQLCaseOperand"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//SQLCaseWhens" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SQLCaseWhens"/> <eClassifiers xsi:type="ecore:EClass" name="SqlCaseWhen" eSuperTypes="#//SQLCaseWhens"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="texp" eType="#//Operands" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eexp" eType="#//Operands" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EXTRACT_VALUES"> <eLiterals name="ms" literal="MICROSECOND"/> <eLiterals name="s" value="1" literal="SECOND"/> <eLiterals name="m" value="2" literal="MINUTE"/> <eLiterals name="h" value="3" literal="HOUR"/> <eLiterals name="day" value="4" literal="DAY"/> <eLiterals name="week" value="5" literal="WEEK"/> <eLiterals name="month" value="6" literal="MONTH"/> <eLiterals name="quart" value="7" literal="QUARTER"/> <eLiterals name="year" value="8" literal="YEAR"/> <eLiterals name="micros" value="9" literal="SECOND_MICROSECOND"/> <eLiterals name="minMicro" value="10" literal="MINUTE_MICROSECOND"/> <eLiterals name="minSec" value="11" literal="MINUTE_SECOND"/> <eLiterals name="hms" value="12" literal="HOUR_MICROSECOND"/> <eLiterals name="hs" value="13" literal="HOUR_SECOND"/> <eLiterals name="hmin" value="14" literal="HOUR_MINUTE"/> <eLiterals name="dms" value="15" literal="DAY_MICROSECOND"/> <eLiterals name="ds" value="16" literal="DAY_SECOND"/> <eLiterals name="daymin" value="17" literal="DAY_MINUTE"/> <eLiterals name="dayh" value="18" literal="DAY_HOUR"/> <eLiterals name="yearMonth" value="19" literal="YEAR_MONTH"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XFunction"> <eLiterals name="xin" literal="IN"/> <eLiterals name="xnotin" value="1" literal="NOTIN"/> <eLiterals name="xeq" value="2" literal="EQUAL"/> <eLiterals name="xnoteq" value="3" literal="NOTEQUAL"/> <eLiterals name="xls" value="4" literal="LESS"/> <eLiterals name="xgt" value="5" literal="GREATER"/> <eLiterals name="xlsr" value="6" literal="LESS]"/> <eLiterals name="xgtl" value="7" literal="[GREATER"/> <eLiterals name="xbwn" value="8" literal="BETWEEN"/> <eLiterals name="xbwnc" value="9" literal="[BETWEEN]"/> <eLiterals name="xbwnl" value="10" literal="[BETWEEN"/> <eLiterals name="xbwnr" value="11" literal="BETWEEN]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnsignedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Col" eSuperTypes="#//ColumnFull"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="abc" eSuperTypes="#//FromValuesColumnNames"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ColumnNames" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnipivotInClause" eSuperTypes="#//UnpivotInClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="uicargs" eSuperTypes="#//UnpivotInClauseArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//UnpivotInClauseArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pvcs" eSuperTypes="#//Pivots"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//PivotCol" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pcols" eSuperTypes="#//PivotCol"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tbls" eSuperTypes="#//TableFull"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//DbObjectName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpList" eSuperTypes="#//OperandList"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//ScalarOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Operands"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Operands"/> <eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operands"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//Operands"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Operands"/> <eClassifiers xsi:type="ecore:EClass" name="OBCArgs" eSuperTypes="#//OrderByClauseArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//OrderByClauseArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AExpArgs" eSuperTypes="#//AnalyticExprArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//AnalyticExprArg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpFList" eSuperTypes="#//OpFunctionArg"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//OpFunctionArgOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhenList" eSuperTypes="#//SQLCaseWhens"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//SqlCaseWhen" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.com.jaspersoft.studio.data.Sql","name":"sql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FetchFirst","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectQuery","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSubSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrColumn","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOrAlias","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnFull","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrTable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTableJoin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingCols","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableOrAlias","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValues","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumns","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumnNames","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnNames","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rows","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValues","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValue","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotTable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunctions","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotInClause","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotTable","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClause","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArgs","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArg","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotForClause","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotColumns","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pivots","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotCol","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableFull","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectNameAll","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectName","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOrderByColumn","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByColumnFull","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroupByColumn","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByColumnFull","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprGroup","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XExpr","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prms","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Like","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeOperand","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InOper","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsOper","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandListGroup","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandList","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operands","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExtract","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAnalytical","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticClause","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClause","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseBetween","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandFollowing","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandPreceding","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClause","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArgs","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArg","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPartitionClause","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArgs","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArg","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArg","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgOperand","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionCast","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgAgregate","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POperand","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpOperand","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOperand","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubQueryOperand","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarOperand","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseOperand","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseWhens","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlCaseWhen","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EXTRACT_VALUES","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XFunction","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedValue","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Col","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abc","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnipivotInClause","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uicargs","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pvcs","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pcols","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tbls","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpList","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBCArgs","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AExpArgs","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFList","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenList","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchFirst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"l1","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"l2","changeable":true,"lowerBound":0,"iD":false,"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":"op","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":"all","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"select","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tbl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"havingEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchFirst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ce","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"alias","changeable":true,"lowerBound":0,"iD":false,"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":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allCols","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbAllCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fjoin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"join","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinCond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"useCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pivot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unpivot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","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":"tblAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fvCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rowValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"null","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pfun","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":"pfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abc","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pinany","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inop","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfuls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":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":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colOrderInt","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colGrBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gbFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grByInt","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"efrag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notPrm","changeable":true,"lowerBound":0,"iD":false,"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":"expgroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnull","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":"between","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"like","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comp","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"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnot","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xf","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prm","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jrprm","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"subOperator","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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opLike","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"lowerBound":0,"iD":false,"id":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":"fop2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opBetween","changeable":true,"lowerBound":0,"iD":false,"id":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":"op2","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":"op3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"subq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"func","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sqlcase","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":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scalar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fname","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"star","changeable":true,"lowerBound":0,"iD":false,"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":"args","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":"fan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"obc","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":"winc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wcoP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wcoF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"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":"expr","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ce","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":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"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":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":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":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p2","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ora","changeable":true,"lowerBound":0,"iD":false,"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":"sel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sostr","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodbl","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodate","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sotime","changeable":true,"lowerBound":0,"iD":false,"id":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":"sodt","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soUInt","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soint","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":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":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"name":"ms","id":473,"value":0,"literal":"MICROSECOND","eClass":"EEnumLiteral"},{"name":"s","id":474,"value":1,"literal":"SECOND","eClass":"EEnumLiteral"},{"name":"m","id":475,"value":2,"literal":"MINUTE","eClass":"EEnumLiteral"},{"name":"h","id":476,"value":3,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"day","id":477,"value":4,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"week","id":478,"value":5,"literal":"WEEK","eClass":"EEnumLiteral"},{"name":"month","id":479,"value":6,"literal":"MONTH","eClass":"EEnumLiteral"},{"name":"quart","id":480,"value":7,"literal":"QUARTER","eClass":"EEnumLiteral"},{"name":"year","id":481,"value":8,"literal":"YEAR","eClass":"EEnumLiteral"},{"name":"micros","id":482,"value":9,"literal":"SECOND_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minMicro","id":483,"value":10,"literal":"MINUTE_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minSec","id":484,"value":11,"literal":"MINUTE_SECOND","eClass":"EEnumLiteral"},{"name":"hms","id":485,"value":12,"literal":"HOUR_MICROSECOND","eClass":"EEnumLiteral"},{"name":"hs","id":486,"value":13,"literal":"HOUR_SECOND","eClass":"EEnumLiteral"},{"name":"hmin","id":487,"value":14,"literal":"HOUR_MINUTE","eClass":"EEnumLiteral"},{"name":"dms","id":488,"value":15,"literal":"DAY_MICROSECOND","eClass":"EEnumLiteral"},{"name":"ds","id":489,"value":16,"literal":"DAY_SECOND","eClass":"EEnumLiteral"},{"name":"daymin","id":490,"value":17,"literal":"DAY_MINUTE","eClass":"EEnumLiteral"},{"name":"dayh","id":491,"value":18,"literal":"DAY_HOUR","eClass":"EEnumLiteral"},{"name":"yearMonth","id":492,"value":19,"literal":"YEAR_MONTH","eClass":"EEnumLiteral"},{"name":"xin","id":493,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"xnotin","id":494,"value":1,"literal":"NOTIN","eClass":"EEnumLiteral"},{"name":"xeq","id":495,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"xnoteq","id":496,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"xls","id":497,"value":4,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"xgt","id":498,"value":5,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"xlsr","id":499,"value":6,"literal":"LESS]","eClass":"EEnumLiteral"},{"name":"xgtl","id":500,"value":7,"literal":"[GREATER","eClass":"EEnumLiteral"},{"name":"xbwn","id":501,"value":8,"literal":"BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnc","id":502,"value":9,"literal":"[BETWEEN]","eClass":"EEnumLiteral"},{"name":"xbwnl","id":503,"value":10,"literal":"[BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnr","id":504,"value":11,"literal":"BETWEEN]","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":"integer","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integer","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":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":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":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":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":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":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":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":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":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":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":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":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":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":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"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":0,"target":5},{"source":0,"target":6},{"source":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":1,"target":0},{"source":1,"target":108},{"source":108,"target":5},{"source":108,"target":109},{"source":108,"target":1},{"source":109,"target":5},{"source":2,"target":0},{"source":2,"target":110},{"source":2,"target":111},{"source":110,"target":90},{"source":110,"target":112},{"source":110,"target":2},{"source":112,"target":90},{"source":111,"target":113},{"source":111,"target":2},{"source":3,"target":0},{"source":3,"target":114},{"source":114,"target":115},{"source":114,"target":3},{"source":4,"target":0},{"source":4,"target":116},{"source":4,"target":117},{"source":116,"target":118},{"source":116,"target":4},{"source":117,"target":119},{"source":117,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":120},{"source":6,"target":121},{"source":6,"target":122},{"source":120,"target":123},{"source":120,"target":6},{"source":121,"target":124},{"source":121,"target":6},{"source":122,"target":7},{"source":122,"target":125},{"source":122,"target":6},{"source":125,"target":7},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":7,"target":131},{"source":7,"target":132},{"source":7,"target":133},{"source":7,"target":134},{"source":7,"target":135},{"source":7,"target":136},{"source":7,"target":137},{"source":126,"target":6},{"source":126,"target":138},{"source":126,"target":7},{"source":138,"target":6},{"source":127,"target":139},{"source":127,"target":7},{"source":128,"target":8},{"source":128,"target":140},{"source":128,"target":7},{"source":140,"target":8},{"source":129,"target":11},{"source":129,"target":141},{"source":129,"target":7},{"source":141,"target":11},{"source":130,"target":45},{"source":130,"target":142},{"source":130,"target":7},{"source":142,"target":45},{"source":131,"target":43},{"source":131,"target":143},{"source":131,"target":7},{"source":143,"target":43},{"source":132,"target":45},{"source":132,"target":144},{"source":132,"target":7},{"source":144,"target":45},{"source":133,"target":41},{"source":133,"target":145},{"source":133,"target":7},{"source":145,"target":41},{"source":134,"target":4},{"source":134,"target":146},{"source":134,"target":7},{"source":146,"target":4},{"source":135,"target":3},{"source":135,"target":147},{"source":135,"target":7},{"source":147,"target":3},{"source":136,"target":2},{"source":136,"target":148},{"source":136,"target":7},{"source":148,"target":2},{"source":137,"target":5},{"source":8,"target":0},{"source":8,"target":34},{"source":8,"target":149},{"source":8,"target":150},{"source":149,"target":9},{"source":149,"target":151},{"source":149,"target":8},{"source":151,"target":9},{"source":150,"target":34},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":152,"target":59},{"source":152,"target":158},{"source":152,"target":9},{"source":158,"target":59},{"source":153,"target":159},{"source":153,"target":9},{"source":154,"target":40},{"source":154,"target":160},{"source":154,"target":9},{"source":160,"target":40},{"source":155,"target":161},{"source":155,"target":9},{"source":156,"target":39},{"source":156,"target":162},{"source":156,"target":9},{"source":162,"target":39},{"source":157,"target":8},{"source":10,"target":0},{"source":10,"target":34},{"source":10,"target":163},{"source":163,"target":34},{"source":11,"target":0},{"source":11,"target":164},{"source":164,"target":12},{"source":164,"target":165},{"source":164,"target":11},{"source":165,"target":12},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":166,"target":16},{"source":166,"target":169},{"source":166,"target":12},{"source":169,"target":16},{"source":167,"target":13},{"source":167,"target":170},{"source":167,"target":12},{"source":170,"target":13},{"source":168,"target":11},{"source":13,"target":0},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":171,"target":175},{"source":171,"target":13},{"source":172,"target":16},{"source":172,"target":176},{"source":172,"target":13},{"source":176,"target":16},{"source":173,"target":45},{"source":173,"target":177},{"source":173,"target":13},{"source":177,"target":45},{"source":174,"target":14},{"source":174,"target":178},{"source":174,"target":13},{"source":178,"target":14},{"source":14,"target":0},{"source":14,"target":179},{"source":179,"target":15},{"source":179,"target":180},{"source":179,"target":14},{"source":180,"target":15},{"source":15,"target":0},{"source":15,"target":181},{"source":181,"target":40},{"source":181,"target":182},{"source":181,"target":15},{"source":182,"target":40},{"source":16,"target":0},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":16,"target":186},{"source":16,"target":187},{"source":16,"target":188},{"source":16,"target":189},{"source":183,"target":38},{"source":183,"target":190},{"source":183,"target":16},{"source":190,"target":38},{"source":184,"target":82},{"source":184,"target":191},{"source":184,"target":16},{"source":191,"target":82},{"source":185,"target":17},{"source":185,"target":192},{"source":185,"target":16},{"source":192,"target":17},{"source":186,"target":26},{"source":186,"target":193},{"source":186,"target":16},{"source":193,"target":26},{"source":187,"target":30},{"source":187,"target":194},{"source":187,"target":16},{"source":194,"target":30},{"source":188,"target":195},{"source":188,"target":16},{"source":189,"target":40},{"source":189,"target":196},{"source":189,"target":16},{"source":196,"target":40},{"source":17,"target":0},{"source":17,"target":197},{"source":17,"target":198},{"source":197,"target":21},{"source":197,"target":199},{"source":197,"target":17},{"source":199,"target":21},{"source":198,"target":18},{"source":198,"target":200},{"source":198,"target":17},{"source":200,"target":18},{"source":18,"target":0},{"source":18,"target":201},{"source":201,"target":19},{"source":201,"target":202},{"source":201,"target":18},{"source":202,"target":19},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":203},{"source":20,"target":204},{"source":203,"target":205},{"source":203,"target":20},{"source":204,"target":19},{"source":21,"target":0},{"source":21,"target":206},{"source":206,"target":22},{"source":206,"target":207},{"source":206,"target":21},{"source":207,"target":22},{"source":22,"target":0},{"source":22,"target":208},{"source":208,"target":23},{"source":208,"target":209},{"source":208,"target":22},{"source":209,"target":23},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":210},{"source":23,"target":211},{"source":210,"target":24},{"source":210,"target":212},{"source":210,"target":23},{"source":212,"target":24},{"source":211,"target":22},{"source":24,"target":0},{"source":24,"target":213},{"source":213,"target":25},{"source":213,"target":214},{"source":213,"target":24},{"source":214,"target":25},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":215},{"source":25,"target":216},{"source":215,"target":217},{"source":215,"target":25},{"source":216,"target":24},{"source":26,"target":0},{"source":26,"target":218},{"source":26,"target":219},{"source":26,"target":220},{"source":218,"target":27},{"source":218,"target":221},{"source":218,"target":26},{"source":221,"target":27},{"source":219,"target":34},{"source":219,"target":222},{"source":219,"target":26},{"source":222,"target":34},{"source":220,"target":29},{"source":220,"target":223},{"source":220,"target":26},{"source":223,"target":29},{"source":27,"target":0},{"source":27,"target":224},{"source":224,"target":225},{"source":224,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":226},{"source":29,"target":227},{"source":29,"target":228},{"source":226,"target":82},{"source":226,"target":229},{"source":226,"target":29},{"source":229,"target":82},{"source":227,"target":32},{"source":227,"target":230},{"source":227,"target":29},{"source":230,"target":32},{"source":228,"target":231},{"source":228,"target":29},{"source":30,"target":0},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":232,"target":35},{"source":232,"target":235},{"source":232,"target":30},{"source":235,"target":35},{"source":233,"target":34},{"source":233,"target":236},{"source":233,"target":30},{"source":236,"target":34},{"source":234,"target":31},{"source":234,"target":237},{"source":234,"target":30},{"source":237,"target":31},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":238},{"source":33,"target":239},{"source":33,"target":240},{"source":238,"target":35},{"source":238,"target":241},{"source":238,"target":33},{"source":241,"target":35},{"source":239,"target":35},{"source":239,"target":242},{"source":239,"target":33},{"source":242,"target":35},{"source":240,"target":32},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":243},{"source":243,"target":35},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":35},{"source":37,"target":36},{"source":37,"target":244},{"source":37,"target":245},{"source":37,"target":246},{"source":244,"target":28},{"source":245,"target":35},{"source":246,"target":36},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":247},{"source":247,"target":248},{"source":247,"target":39},{"source":40,"target":0},{"source":40,"target":10},{"source":40,"target":15},{"source":40,"target":37},{"source":40,"target":38},{"source":40,"target":249},{"source":40,"target":250},{"source":40,"target":251},{"source":40,"target":252},{"source":40,"target":253},{"source":249,"target":254},{"source":249,"target":40},{"source":250,"target":10},{"source":251,"target":15},{"source":252,"target":37},{"source":253,"target":38},{"source":41,"target":0},{"source":41,"target":255},{"source":255,"target":42},{"source":255,"target":256},{"source":255,"target":41},{"source":256,"target":42},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":257},{"source":42,"target":258},{"source":42,"target":259},{"source":42,"target":260},{"source":257,"target":10},{"source":257,"target":261},{"source":257,"target":42},{"source":261,"target":10},{"source":258,"target":262},{"source":258,"target":42},{"source":259,"target":263},{"source":259,"target":42},{"source":260,"target":41},{"source":43,"target":0},{"source":43,"target":264},{"source":264,"target":44},{"source":264,"target":265},{"source":264,"target":43},{"source":265,"target":44},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":266},{"source":44,"target":267},{"source":44,"target":268},{"source":44,"target":269},{"source":266,"target":10},{"source":266,"target":270},{"source":266,"target":44},{"source":270,"target":10},{"source":267,"target":61},{"source":267,"target":271},{"source":267,"target":44},{"source":271,"target":61},{"source":268,"target":272},{"source":268,"target":44},{"source":269,"target":43},{"source":45,"target":0},{"source":45,"target":273},{"source":273,"target":46},{"source":273,"target":274},{"source":273,"target":45},{"source":274,"target":46},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":275},{"source":46,"target":276},{"source":46,"target":277},{"source":46,"target":278},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":46,"target":283},{"source":46,"target":284},{"source":46,"target":285},{"source":46,"target":286},{"source":46,"target":287},{"source":46,"target":288},{"source":275,"target":289},{"source":275,"target":46},{"source":276,"target":46},{"source":276,"target":290},{"source":276,"target":46},{"source":290,"target":46},{"source":277,"target":291},{"source":277,"target":46},{"source":278,"target":47},{"source":278,"target":292},{"source":278,"target":46},{"source":292,"target":47},{"source":279,"target":46},{"source":279,"target":293},{"source":279,"target":46},{"source":293,"target":46},{"source":280,"target":48},{"source":280,"target":294},{"source":280,"target":46},{"source":294,"target":48},{"source":281,"target":55},{"source":281,"target":295},{"source":281,"target":46},{"source":295,"target":55},{"source":282,"target":56},{"source":282,"target":296},{"source":282,"target":46},{"source":296,"target":56},{"source":283,"target":59},{"source":283,"target":297},{"source":283,"target":46},{"source":297,"target":59},{"source":284,"target":298},{"source":284,"target":46},{"source":285,"target":54},{"source":285,"target":299},{"source":285,"target":46},{"source":299,"target":54},{"source":286,"target":52},{"source":286,"target":300},{"source":286,"target":46},{"source":300,"target":52},{"source":287,"target":51},{"source":287,"target":301},{"source":287,"target":46},{"source":301,"target":51},{"source":288,"target":45},{"source":47,"target":0},{"source":47,"target":302},{"source":47,"target":303},{"source":302,"target":304},{"source":302,"target":47},{"source":303,"target":45},{"source":303,"target":305},{"source":303,"target":47},{"source":305,"target":45},{"source":48,"target":0},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":306,"target":88},{"source":306,"target":309},{"source":306,"target":48},{"source":309,"target":88},{"source":307,"target":59},{"source":307,"target":310},{"source":307,"target":48},{"source":310,"target":59},{"source":308,"target":49},{"source":308,"target":311},{"source":308,"target":48},{"source":311,"target":49},{"source":49,"target":0},{"source":49,"target":312},{"source":312,"target":50},{"source":312,"target":313},{"source":312,"target":49},{"source":313,"target":50},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":314},{"source":50,"target":315},{"source":314,"target":316},{"source":314,"target":50},{"source":315,"target":49},{"source":51,"target":0},{"source":51,"target":317},{"source":51,"target":318},{"source":51,"target":319},{"source":317,"target":320},{"source":317,"target":51},{"source":318,"target":321},{"source":318,"target":51},{"source":319,"target":59},{"source":319,"target":322},{"source":319,"target":51},{"source":322,"target":59},{"source":52,"target":0},{"source":52,"target":323},{"source":52,"target":324},{"source":323,"target":325},{"source":323,"target":52},{"source":324,"target":53},{"source":324,"target":326},{"source":324,"target":52},{"source":326,"target":53},{"source":53,"target":0},{"source":53,"target":327},{"source":53,"target":328},{"source":53,"target":329},{"source":53,"target":330},{"source":327,"target":331},{"source":327,"target":53},{"source":328,"target":61},{"source":328,"target":332},{"source":328,"target":53},{"source":332,"target":61},{"source":329,"target":77},{"source":329,"target":333},{"source":329,"target":53},{"source":333,"target":77},{"source":330,"target":79},{"source":330,"target":334},{"source":330,"target":53},{"source":334,"target":79},{"source":54,"target":0},{"source":54,"target":335},{"source":54,"target":336},{"source":54,"target":337},{"source":335,"target":338},{"source":335,"target":54},{"source":336,"target":59},{"source":336,"target":339},{"source":336,"target":54},{"source":339,"target":59},{"source":337,"target":59},{"source":337,"target":340},{"source":337,"target":54},{"source":340,"target":59},{"source":55,"target":0},{"source":55,"target":341},{"source":55,"target":342},{"source":55,"target":343},{"source":341,"target":344},{"source":341,"target":55},{"source":342,"target":82},{"source":342,"target":345},{"source":342,"target":55},{"source":345,"target":82},{"source":343,"target":57},{"source":343,"target":346},{"source":343,"target":55},{"source":346,"target":57},{"source":56,"target":0},{"source":56,"target":347},{"source":56,"target":348},{"source":56,"target":349},{"source":347,"target":350},{"source":347,"target":56},{"source":348,"target":82},{"source":348,"target":351},{"source":348,"target":56},{"source":351,"target":82},{"source":349,"target":57},{"source":349,"target":352},{"source":349,"target":56},{"source":352,"target":57},{"source":57,"target":0},{"source":57,"target":353},{"source":353,"target":58},{"source":353,"target":354},{"source":353,"target":57},{"source":354,"target":58},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":78},{"source":59,"target":355},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":355,"target":60},{"source":355,"target":359},{"source":355,"target":59},{"source":359,"target":60},{"source":356,"target":59},{"source":356,"target":360},{"source":356,"target":59},{"source":360,"target":59},{"source":357,"target":60},{"source":357,"target":361},{"source":357,"target":59},{"source":361,"target":60},{"source":358,"target":78},{"source":60,"target":0},{"source":60,"target":362},{"source":60,"target":363},{"source":60,"target":364},{"source":60,"target":365},{"source":60,"target":366},{"source":60,"target":367},{"source":60,"target":368},{"source":60,"target":369},{"source":60,"target":370},{"source":60,"target":371},{"source":362,"target":81},{"source":362,"target":372},{"source":362,"target":60},{"source":372,"target":81},{"source":363,"target":60},{"source":363,"target":373},{"source":363,"target":60},{"source":373,"target":60},{"source":364,"target":82},{"source":364,"target":374},{"source":364,"target":60},{"source":374,"target":82},{"source":365,"target":77},{"source":365,"target":375},{"source":365,"target":60},{"source":375,"target":77},{"source":366,"target":62},{"source":366,"target":376},{"source":366,"target":60},{"source":376,"target":62},{"source":367,"target":61},{"source":367,"target":377},{"source":367,"target":60},{"source":377,"target":61},{"source":368,"target":84},{"source":368,"target":378},{"source":368,"target":60},{"source":378,"target":84},{"source":369,"target":79},{"source":369,"target":379},{"source":369,"target":60},{"source":379,"target":79},{"source":370,"target":80},{"source":370,"target":380},{"source":370,"target":60},{"source":380,"target":80},{"source":371,"target":83},{"source":371,"target":381},{"source":371,"target":60},{"source":381,"target":83},{"source":61,"target":0},{"source":61,"target":382},{"source":61,"target":383},{"source":61,"target":384},{"source":61,"target":385},{"source":382,"target":386},{"source":382,"target":61},{"source":383,"target":387},{"source":383,"target":61},{"source":384,"target":75},{"source":384,"target":388},{"source":384,"target":61},{"source":388,"target":75},{"source":385,"target":63},{"source":385,"target":389},{"source":385,"target":61},{"source":389,"target":63},{"source":62,"target":0},{"source":62,"target":390},{"source":62,"target":391},{"source":390,"target":87},{"source":390,"target":392},{"source":390,"target":62},{"source":392,"target":87},{"source":391,"target":59},{"source":391,"target":393},{"source":391,"target":62},{"source":393,"target":59},{"source":63,"target":0},{"source":63,"target":394},{"source":394,"target":64},{"source":394,"target":395},{"source":394,"target":63},{"source":395,"target":64},{"source":64,"target":0},{"source":64,"target":396},{"source":64,"target":397},{"source":64,"target":398},{"source":396,"target":72},{"source":396,"target":399},{"source":396,"target":64},{"source":399,"target":72},{"source":397,"target":69},{"source":397,"target":400},{"source":397,"target":64},{"source":400,"target":69},{"source":398,"target":65},{"source":398,"target":401},{"source":398,"target":64},{"source":401,"target":65},{"source":65,"target":0},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":402},{"source":66,"target":403},{"source":66,"target":404},{"source":402,"target":68},{"source":402,"target":405},{"source":402,"target":66},{"source":405,"target":68},{"source":403,"target":67},{"source":403,"target":406},{"source":403,"target":66},{"source":406,"target":67},{"source":404,"target":65},{"source":67,"target":0},{"source":67,"target":407},{"source":407,"target":74},{"source":407,"target":408},{"source":407,"target":67},{"source":408,"target":74},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":409},{"source":68,"target":410},{"source":409,"target":74},{"source":409,"target":411},{"source":409,"target":68},{"source":411,"target":74},{"source":410,"target":65},{"source":69,"target":0},{"source":69,"target":412},{"source":412,"target":70},{"source":412,"target":413},{"source":412,"target":69},{"source":413,"target":70},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":414},{"source":71,"target":415},{"source":414,"target":74},{"source":414,"target":416},{"source":414,"target":71},{"source":416,"target":74},{"source":415,"target":70},{"source":72,"target":0},{"source":72,"target":417},{"source":417,"target":73},{"source":417,"target":418},{"source":417,"target":72},{"source":418,"target":73},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":419},{"source":419,"target":72},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":420},{"source":74,"target":421},{"source":74,"target":422},{"source":420,"target":59},{"source":420,"target":423},{"source":420,"target":74},{"source":423,"target":59},{"source":421,"target":40},{"source":421,"target":424},{"source":421,"target":74},{"source":424,"target":40},{"source":422,"target":73},{"source":75,"target":0},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":425},{"source":76,"target":426},{"source":425,"target":78},{"source":425,"target":427},{"source":425,"target":76},{"source":427,"target":78},{"source":426,"target":75},{"source":77,"target":0},{"source":77,"target":428},{"source":77,"target":429},{"source":77,"target":430},{"source":77,"target":431},{"source":428,"target":59},{"source":428,"target":432},{"source":428,"target":77},{"source":432,"target":59},{"source":429,"target":433},{"source":429,"target":77},{"source":430,"target":434},{"source":430,"target":77},{"source":431,"target":435},{"source":431,"target":77},{"source":78,"target":0},{"source":79,"target":0},{"source":79,"target":436},{"source":436,"target":437},{"source":436,"target":79},{"source":80,"target":0},{"source":80,"target":438},{"source":438,"target":439},{"source":438,"target":80},{"source":81,"target":0},{"source":81,"target":440},{"source":81,"target":441},{"source":440,"target":10},{"source":440,"target":442},{"source":440,"target":81},{"source":442,"target":10},{"source":441,"target":443},{"source":441,"target":81},{"source":82,"target":0},{"source":82,"target":444},{"source":444,"target":5},{"source":444,"target":445},{"source":444,"target":82},{"source":445,"target":5},{"source":83,"target":0},{"source":83,"target":25},{"source":83,"target":58},{"source":83,"target":446},{"source":83,"target":447},{"source":83,"target":448},{"source":83,"target":449},{"source":83,"target":450},{"source":83,"target":451},{"source":83,"target":452},{"source":83,"target":453},{"source":83,"target":454},{"source":446,"target":455},{"source":446,"target":83},{"source":447,"target":456},{"source":447,"target":83},{"source":448,"target":457},{"source":448,"target":83},{"source":449,"target":458},{"source":449,"target":83},{"source":450,"target":459},{"source":450,"target":83},{"source":451,"target":460},{"source":451,"target":83},{"source":452,"target":461},{"source":452,"target":83},{"source":453,"target":25},{"source":454,"target":58},{"source":84,"target":0},{"source":84,"target":462},{"source":84,"target":463},{"source":462,"target":45},{"source":462,"target":464},{"source":462,"target":84},{"source":464,"target":45},{"source":463,"target":85},{"source":463,"target":465},{"source":463,"target":84},{"source":465,"target":85},{"source":85,"target":0},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":466},{"source":86,"target":467},{"source":86,"target":468},{"source":86,"target":469},{"source":466,"target":45},{"source":466,"target":470},{"source":466,"target":86},{"source":470,"target":45},{"source":467,"target":59},{"source":467,"target":471},{"source":467,"target":86},{"source":471,"target":59},{"source":468,"target":59},{"source":468,"target":472},{"source":468,"target":86},{"source":472,"target":59},{"source":469,"target":85},{"source":87,"target":0},{"source":87,"target":473},{"source":87,"target":474},{"source":87,"target":475},{"source":87,"target":476},{"source":87,"target":477},{"source":87,"target":478},{"source":87,"target":479},{"source":87,"target":480},{"source":87,"target":481},{"source":87,"target":482},{"source":87,"target":483},{"source":87,"target":484},{"source":87,"target":485},{"source":87,"target":486},{"source":87,"target":487},{"source":87,"target":488},{"source":87,"target":489},{"source":87,"target":490},{"source":87,"target":491},{"source":87,"target":492},{"source":473,"target":87},{"source":474,"target":87},{"source":475,"target":87},{"source":476,"target":87},{"source":477,"target":87},{"source":478,"target":87},{"source":479,"target":87},{"source":480,"target":87},{"source":481,"target":87},{"source":482,"target":87},{"source":483,"target":87},{"source":484,"target":87},{"source":485,"target":87},{"source":486,"target":87},{"source":487,"target":87},{"source":488,"target":87},{"source":489,"target":87},{"source":490,"target":87},{"source":491,"target":87},{"source":492,"target":87},{"source":88,"target":0},{"source":88,"target":493},{"source":88,"target":494},{"source":88,"target":495},{"source":88,"target":496},{"source":88,"target":497},{"source":88,"target":498},{"source":88,"target":499},{"source":88,"target":500},{"source":88,"target":501},{"source":88,"target":502},{"source":88,"target":503},{"source":88,"target":504},{"source":493,"target":88},{"source":494,"target":88},{"source":495,"target":88},{"source":496,"target":88},{"source":497,"target":88},{"source":498,"target":88},{"source":499,"target":88},{"source":500,"target":88},{"source":501,"target":88},{"source":502,"target":88},{"source":503,"target":88},{"source":504,"target":88},{"source":89,"target":0},{"source":89,"target":505},{"source":505,"target":506},{"source":505,"target":89},{"source":90,"target":0},{"source":90,"target":507},{"source":507,"target":508},{"source":507,"target":90},{"source":91,"target":0},{"source":91,"target":10},{"source":91,"target":509},{"source":91,"target":510},{"source":509,"target":40},{"source":509,"target":511},{"source":509,"target":91},{"source":511,"target":40},{"source":510,"target":10},{"source":92,"target":0},{"source":92,"target":19},{"source":92,"target":512},{"source":92,"target":513},{"source":512,"target":20},{"source":512,"target":514},{"source":512,"target":92},{"source":514,"target":20},{"source":513,"target":19},{"source":93,"target":0},{"source":93,"target":31},{"source":93,"target":515},{"source":93,"target":516},{"source":93,"target":517},{"source":515,"target":518},{"source":515,"target":93},{"source":516,"target":32},{"source":516,"target":519},{"source":516,"target":93},{"source":519,"target":32},{"source":517,"target":31},{"source":94,"target":0},{"source":94,"target":32},{"source":94,"target":520},{"source":94,"target":521},{"source":520,"target":33},{"source":520,"target":522},{"source":520,"target":94},{"source":522,"target":33},{"source":521,"target":32},{"source":95,"target":0},{"source":95,"target":36},{"source":95,"target":523},{"source":95,"target":524},{"source":523,"target":37},{"source":523,"target":525},{"source":523,"target":95},{"source":525,"target":37},{"source":524,"target":36},{"source":96,"target":0},{"source":96,"target":37},{"source":96,"target":526},{"source":96,"target":527},{"source":526,"target":40},{"source":526,"target":528},{"source":526,"target":96},{"source":528,"target":40},{"source":527,"target":37},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":529},{"source":97,"target":530},{"source":529,"target":40},{"source":529,"target":531},{"source":529,"target":97},{"source":531,"target":40},{"source":530,"target":38},{"source":98,"target":0},{"source":98,"target":58},{"source":98,"target":532},{"source":98,"target":533},{"source":532,"target":83},{"source":532,"target":534},{"source":532,"target":98},{"source":534,"target":83},{"source":533,"target":58},{"source":99,"target":0},{"source":99,"target":59},{"source":99,"target":535},{"source":535,"target":59},{"source":100,"target":0},{"source":100,"target":59},{"source":100,"target":536},{"source":536,"target":59},{"source":101,"target":0},{"source":101,"target":59},{"source":101,"target":537},{"source":537,"target":59},{"source":102,"target":0},{"source":102,"target":59},{"source":102,"target":538},{"source":538,"target":59},{"source":103,"target":0},{"source":103,"target":59},{"source":103,"target":539},{"source":539,"target":59},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":540},{"source":104,"target":541},{"source":540,"target":71},{"source":540,"target":542},{"source":540,"target":104},{"source":542,"target":71},{"source":541,"target":70},{"source":105,"target":0},{"source":105,"target":73},{"source":105,"target":543},{"source":105,"target":544},{"source":543,"target":74},{"source":543,"target":545},{"source":543,"target":105},{"source":545,"target":74},{"source":544,"target":73},{"source":106,"target":0},{"source":106,"target":75},{"source":106,"target":546},{"source":106,"target":547},{"source":546,"target":76},{"source":546,"target":548},{"source":546,"target":106},{"source":548,"target":76},{"source":547,"target":75},{"source":107,"target":0},{"source":107,"target":85},{"source":107,"target":549},{"source":107,"target":550},{"source":549,"target":86},{"source":549,"target":551},{"source":549,"target":107},{"source":551,"target":86},{"source":550,"target":85}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/atlanmod/modisco/modisco-models/org.eclipse.gmt.modisco.java.classiceobject/src/main/resources/model/java.ecore
java AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpression operator operand PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations VisibilityKind none none public public private private protected protected WildCardType upperBound bound WhileStatement expression body
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="java" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-classicEObject" nsPrefix="java"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-classicEObject","name":"java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsBeforeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"ASSIGN","id":251,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":252,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":253,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":254,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":255,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":256,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":257,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":258,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":259,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":260,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":261,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":262,"value":12,"literal":">>>=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":403,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"name":"TIMES","id":412,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":413,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":414,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":415,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":416,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":417,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":418,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":419,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":420,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":421,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":422,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":423,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":424,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":425,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":426,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":427,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":428,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":429,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":430,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":431,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":432,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":433,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":470,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":490,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"transient","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":515,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"native","changeable":true,"lowerBound":1,"iD":false,"id":516,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":517,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":518,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":538,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":571,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"name":"INCREMENT","id":576,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":577,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":578,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"name":"INCREMENT","id":583,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":584,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":585,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":586,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":587,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":588,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":608,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":609,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":1,"iD":false,"id":632,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":637,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":642,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":659,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":716,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":729,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"name":"none","id":736,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":737,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":738,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":739,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":740,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":133,"target":24},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":24},{"source":134,"target":93},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":93},{"source":135,"target":108},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":108},{"source":136,"target":112},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":112},{"source":137,"target":65},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":65},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":21},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":148,"target":1},{"source":148,"target":152},{"source":148,"target":2},{"source":148,"target":138},{"source":152,"target":1},{"source":149,"target":43},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":43},{"source":150,"target":108},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":108},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":107},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":21},{"source":156,"target":35},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":35},{"source":157,"target":35},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":35},{"source":158,"target":73},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":73},{"source":159,"target":108},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":108},{"source":160,"target":21},{"source":161,"target":107},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":108},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":108},{"source":170,"target":43},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":108},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":108},{"source":173,"target":128},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":128},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":108},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":108},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":43},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":183,"target":187},{"source":183,"target":7},{"source":184,"target":29},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":29},{"source":185,"target":59},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":59},{"source":186,"target":69},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":43},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":43},{"source":191,"target":43},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":43},{"source":192,"target":94},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":35},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":35},{"source":196,"target":36},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":36},{"source":197,"target":29},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":29},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":201,"target":12},{"source":201,"target":204},{"source":201,"target":10},{"source":201,"target":205},{"source":204,"target":12},{"source":202,"target":43},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":43},{"source":203,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":43},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":43},{"source":209,"target":108},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":108},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":21},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":21},{"source":215,"target":30},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":30},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":43},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":43},{"source":222,"target":43},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":43},{"source":223,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":43},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":43},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":108},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":108},{"source":229,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":43},{"source":234,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":43},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":43},{"source":237,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":108},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":108},{"source":241,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":43},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":43},{"source":245,"target":20},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":20},{"source":246,"target":43},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":43},{"source":247,"target":43},{"source":20,"target":0},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":251,"target":20},{"source":252,"target":20},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":256,"target":20},{"source":257,"target":20},{"source":258,"target":20},{"source":259,"target":20},{"source":260,"target":20},{"source":261,"target":20},{"source":262,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":163},{"source":21,"target":263},{"source":21,"target":218},{"source":21,"target":264},{"source":21,"target":265},{"source":163,"target":3},{"source":163,"target":266},{"source":163,"target":21},{"source":163,"target":155},{"source":266,"target":3},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":21},{"source":267,"target":6},{"source":218,"target":13},{"source":218,"target":268},{"source":218,"target":21},{"source":218,"target":214},{"source":268,"target":13},{"source":264,"target":68},{"source":264,"target":269},{"source":264,"target":21},{"source":264,"target":270},{"source":269,"target":68},{"source":265,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":271},{"source":22,"target":272},{"source":271,"target":273},{"source":271,"target":22},{"source":272,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":274},{"source":274,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":275},{"source":24,"target":276},{"source":275,"target":94},{"source":275,"target":277},{"source":275,"target":24},{"source":277,"target":94},{"source":276,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":278},{"source":25,"target":279},{"source":278,"target":57},{"source":278,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":280,"target":57},{"source":279,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":282,"target":43},{"source":282,"target":285},{"source":282,"target":26},{"source":285,"target":43},{"source":283,"target":108},{"source":283,"target":286},{"source":283,"target":26},{"source":286,"target":108},{"source":284,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":287},{"source":27,"target":288},{"source":27,"target":289},{"source":287,"target":93},{"source":287,"target":290},{"source":287,"target":27},{"source":287,"target":291},{"source":290,"target":93},{"source":288,"target":24},{"source":288,"target":292},{"source":288,"target":27},{"source":292,"target":24},{"source":289,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":293},{"source":28,"target":294},{"source":293,"target":295},{"source":293,"target":28},{"source":294,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":296,"target":301},{"source":296,"target":29},{"source":297,"target":3},{"source":297,"target":302},{"source":297,"target":29},{"source":302,"target":3},{"source":298,"target":36},{"source":298,"target":303},{"source":298,"target":29},{"source":303,"target":36},{"source":299,"target":73},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":73},{"source":300,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":220},{"source":30,"target":305},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":220,"target":13},{"source":220,"target":309},{"source":220,"target":30},{"source":220,"target":215},{"source":309,"target":13},{"source":305,"target":43},{"source":305,"target":310},{"source":305,"target":30},{"source":310,"target":43},{"source":306,"target":108},{"source":306,"target":311},{"source":306,"target":30},{"source":311,"target":108},{"source":307,"target":43},{"source":308,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":312},{"source":312,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":313},{"source":32,"target":314},{"source":32,"target":315},{"source":32,"target":316},{"source":313,"target":43},{"source":313,"target":317},{"source":313,"target":32},{"source":317,"target":43},{"source":314,"target":43},{"source":314,"target":318},{"source":314,"target":32},{"source":318,"target":43},{"source":315,"target":43},{"source":315,"target":319},{"source":315,"target":32},{"source":319,"target":43},{"source":316,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":320},{"source":33,"target":321},{"source":320,"target":94},{"source":321,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":322},{"source":34,"target":323},{"source":322,"target":108},{"source":322,"target":324},{"source":322,"target":34},{"source":324,"target":108},{"source":323,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":325,"target":329},{"source":325,"target":35},{"source":326,"target":330},{"source":326,"target":35},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":332},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":332,"target":338},{"source":332,"target":36},{"source":333,"target":35},{"source":333,"target":339},{"source":333,"target":36},{"source":339,"target":35},{"source":334,"target":49},{"source":334,"target":340},{"source":334,"target":36},{"source":340,"target":49},{"source":335,"target":73},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":73},{"source":336,"target":3},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":3},{"source":337,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":343},{"source":37,"target":344},{"source":343,"target":57},{"source":343,"target":345},{"source":343,"target":37},{"source":343,"target":346},{"source":345,"target":57},{"source":344,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":347},{"source":38,"target":348},{"source":38,"target":349},{"source":347,"target":43},{"source":347,"target":350},{"source":347,"target":38},{"source":350,"target":43},{"source":348,"target":94},{"source":348,"target":351},{"source":348,"target":38},{"source":351,"target":94},{"source":349,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":352},{"source":352,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":353},{"source":40,"target":354},{"source":40,"target":355},{"source":40,"target":356},{"source":353,"target":94},{"source":353,"target":357},{"source":353,"target":40},{"source":357,"target":94},{"source":354,"target":43},{"source":354,"target":358},{"source":354,"target":40},{"source":358,"target":43},{"source":355,"target":93},{"source":355,"target":359},{"source":355,"target":40},{"source":355,"target":360},{"source":359,"target":93},{"source":356,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":361},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":41},{"source":365,"target":13},{"source":362,"target":43},{"source":362,"target":366},{"source":362,"target":41},{"source":366,"target":43},{"source":363,"target":21},{"source":364,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":367},{"source":42,"target":368},{"source":367,"target":41},{"source":367,"target":369},{"source":367,"target":42},{"source":369,"target":41},{"source":368,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":370},{"source":370,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":371},{"source":44,"target":372},{"source":371,"target":43},{"source":371,"target":373},{"source":371,"target":44},{"source":373,"target":43},{"source":372,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":374},{"source":45,"target":375},{"source":45,"target":376},{"source":374,"target":92},{"source":374,"target":377},{"source":374,"target":45},{"source":377,"target":92},{"source":375,"target":43},{"source":375,"target":378},{"source":375,"target":45},{"source":378,"target":43},{"source":376,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":379},{"source":46,"target":380},{"source":379,"target":21},{"source":380,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":381},{"source":47,"target":382},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":381,"target":43},{"source":381,"target":386},{"source":381,"target":47},{"source":386,"target":43},{"source":382,"target":43},{"source":382,"target":387},{"source":382,"target":47},{"source":387,"target":43},{"source":383,"target":43},{"source":383,"target":388},{"source":383,"target":47},{"source":388,"target":43},{"source":384,"target":94},{"source":384,"target":389},{"source":384,"target":47},{"source":389,"target":94},{"source":385,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":390,"target":43},{"source":390,"target":394},{"source":390,"target":48},{"source":394,"target":43},{"source":391,"target":94},{"source":391,"target":395},{"source":391,"target":48},{"source":395,"target":94},{"source":392,"target":94},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":94},{"source":393,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":397},{"source":49,"target":398},{"source":49,"target":399},{"source":397,"target":400},{"source":397,"target":49},{"source":398,"target":69},{"source":398,"target":401},{"source":398,"target":49},{"source":398,"target":402},{"source":401,"target":69},{"source":399,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":403},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":403,"target":51},{"source":403,"target":408},{"source":403,"target":50},{"source":408,"target":51},{"source":404,"target":43},{"source":404,"target":409},{"source":404,"target":50},{"source":409,"target":43},{"source":405,"target":43},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":43},{"source":406,"target":43},{"source":406,"target":411},{"source":406,"target":50},{"source":411,"target":43},{"source":407,"target":43},{"source":51,"target":0},{"source":51,"target":412},{"source":51,"target":413},{"source":51,"target":414},{"source":51,"target":415},{"source":51,"target":416},{"source":51,"target":417},{"source":51,"target":418},{"source":51,"target":419},{"source":51,"target":420},{"source":51,"target":421},{"source":51,"target":422},{"source":51,"target":423},{"source":51,"target":424},{"source":51,"target":425},{"source":51,"target":426},{"source":51,"target":427},{"source":51,"target":428},{"source":51,"target":429},{"source":51,"target":430},{"source":412,"target":51},{"source":413,"target":51},{"source":414,"target":51},{"source":415,"target":51},{"source":416,"target":51},{"source":417,"target":51},{"source":418,"target":51},{"source":419,"target":51},{"source":420,"target":51},{"source":421,"target":51},{"source":422,"target":51},{"source":423,"target":51},{"source":424,"target":51},{"source":425,"target":51},{"source":426,"target":51},{"source":427,"target":51},{"source":428,"target":51},{"source":429,"target":51},{"source":430,"target":51},{"source":52,"target":0},{"source":52,"target":431},{"source":52,"target":432},{"source":52,"target":433},{"source":431,"target":52},{"source":432,"target":52},{"source":433,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":434},{"source":53,"target":435},{"source":434,"target":24},{"source":434,"target":436},{"source":434,"target":53},{"source":436,"target":24},{"source":435,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":437},{"source":54,"target":438},{"source":54,"target":439},{"source":437,"target":108},{"source":437,"target":440},{"source":437,"target":54},{"source":440,"target":108},{"source":438,"target":43},{"source":438,"target":441},{"source":438,"target":54},{"source":441,"target":43},{"source":439,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":442},{"source":442,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":443},{"source":56,"target":444},{"source":443,"target":102},{"source":443,"target":445},{"source":443,"target":56},{"source":445,"target":102},{"source":444,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":446},{"source":57,"target":281},{"source":57,"target":346},{"source":57,"target":447},{"source":57,"target":448},{"source":446,"target":94},{"source":446,"target":449},{"source":446,"target":57},{"source":449,"target":94},{"source":281,"target":25},{"source":281,"target":450},{"source":281,"target":57},{"source":281,"target":278},{"source":450,"target":25},{"source":346,"target":37},{"source":346,"target":451},{"source":346,"target":57},{"source":346,"target":343},{"source":451,"target":37},{"source":447,"target":69},{"source":448,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":452},{"source":452,"target":35},{"source":59,"target":0},{"source":59,"target":453},{"source":59,"target":454},{"source":453,"target":60},{"source":453,"target":455},{"source":453,"target":59},{"source":455,"target":60},{"source":454,"target":61},{"source":454,"target":456},{"source":454,"target":59},{"source":456,"target":61},{"source":60,"target":0},{"source":60,"target":457},{"source":60,"target":458},{"source":457,"target":459},{"source":457,"target":60},{"source":458,"target":460},{"source":458,"target":60},{"source":61,"target":0},{"source":61,"target":461},{"source":61,"target":462},{"source":461,"target":463},{"source":461,"target":61},{"source":462,"target":60},{"source":462,"target":464},{"source":462,"target":61},{"source":464,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":465},{"source":62,"target":466},{"source":62,"target":467},{"source":465,"target":69},{"source":465,"target":468},{"source":465,"target":62},{"source":468,"target":69},{"source":466,"target":108},{"source":466,"target":469},{"source":466,"target":62},{"source":469,"target":108},{"source":467,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":470},{"source":63,"target":471},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":470,"target":475},{"source":470,"target":63},{"source":471,"target":108},{"source":471,"target":476},{"source":471,"target":63},{"source":476,"target":108},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":63},{"source":472,"target":473},{"source":477,"target":63},{"source":473,"target":63},{"source":473,"target":478},{"source":473,"target":63},{"source":473,"target":472},{"source":478,"target":63},{"source":474,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":479},{"source":64,"target":480},{"source":64,"target":481},{"source":479,"target":43},{"source":479,"target":482},{"source":479,"target":64},{"source":482,"target":43},{"source":480,"target":43},{"source":481,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":146},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":485},{"source":146,"target":1},{"source":146,"target":486},{"source":146,"target":65},{"source":146,"target":137},{"source":486,"target":1},{"source":483,"target":108},{"source":483,"target":487},{"source":483,"target":65},{"source":487,"target":108},{"source":484,"target":66},{"source":484,"target":488},{"source":484,"target":65},{"source":488,"target":66},{"source":485,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":489},{"source":66,"target":490},{"source":66,"target":491},{"source":66,"target":492},{"source":489,"target":493},{"source":489,"target":66},{"source":490,"target":494},{"source":490,"target":66},{"source":491,"target":108},{"source":491,"target":495},{"source":491,"target":66},{"source":495,"target":108},{"source":492,"target":9},{"source":67,"target":0},{"source":67,"target":496},{"source":67,"target":497},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":67,"target":501},{"source":67,"target":502},{"source":496,"target":503},{"source":496,"target":67},{"source":497,"target":73},{"source":497,"target":504},{"source":497,"target":67},{"source":497,"target":505},{"source":504,"target":73},{"source":498,"target":107},{"source":498,"target":506},{"source":498,"target":67},{"source":506,"target":107},{"source":499,"target":113},{"source":499,"target":507},{"source":499,"target":67},{"source":507,"target":113},{"source":500,"target":36},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":36},{"source":501,"target":29},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":29},{"source":502,"target":7},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":511},{"source":68,"target":512},{"source":68,"target":513},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":68,"target":517},{"source":68,"target":518},{"source":68,"target":270},{"source":68,"target":519},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":511,"target":130},{"source":511,"target":523},{"source":511,"target":68},{"source":523,"target":130},{"source":512,"target":52},{"source":512,"target":524},{"source":512,"target":68},{"source":524,"target":52},{"source":513,"target":525},{"source":513,"target":68},{"source":514,"target":526},{"source":514,"target":68},{"source":515,"target":527},{"source":515,"target":68},{"source":516,"target":528},{"source":516,"target":68},{"source":517,"target":529},{"source":517,"target":68},{"source":518,"target":530},{"source":518,"target":68},{"source":270,"target":21},{"source":270,"target":531},{"source":270,"target":68},{"source":270,"target":264},{"source":531,"target":21},{"source":519,"target":93},{"source":519,"target":532},{"source":519,"target":68},{"source":519,"target":533},{"source":532,"target":93},{"source":520,"target":129},{"source":520,"target":534},{"source":520,"target":68},{"source":520,"target":535},{"source":534,"target":129},{"source":521,"target":127},{"source":521,"target":536},{"source":521,"target":68},{"source":521,"target":537},{"source":536,"target":127},{"source":522,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":538},{"source":69,"target":539},{"source":69,"target":402},{"source":69,"target":540},{"source":538,"target":541},{"source":538,"target":69},{"source":539,"target":542},{"source":539,"target":69},{"source":402,"target":49},{"source":402,"target":543},{"source":402,"target":69},{"source":402,"target":398},{"source":543,"target":49},{"source":540,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":544},{"source":544,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":545},{"source":71,"target":546},{"source":545,"target":547},{"source":545,"target":71},{"source":546,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":548},{"source":548,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":167},{"source":73,"target":505},{"source":73,"target":549},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":167,"target":3},{"source":167,"target":553},{"source":167,"target":73},{"source":167,"target":158},{"source":553,"target":3},{"source":505,"target":67},{"source":505,"target":554},{"source":505,"target":73},{"source":505,"target":497},{"source":554,"target":67},{"source":549,"target":73},{"source":549,"target":555},{"source":549,"target":73},{"source":549,"target":550},{"source":555,"target":73},{"source":550,"target":73},{"source":550,"target":556},{"source":550,"target":73},{"source":550,"target":549},{"source":556,"target":73},{"source":551,"target":74},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":558},{"source":557,"target":74},{"source":552,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":558},{"source":74,"target":559},{"source":74,"target":560},{"source":558,"target":73},{"source":558,"target":561},{"source":558,"target":74},{"source":558,"target":551},{"source":561,"target":73},{"source":559,"target":74},{"source":559,"target":562},{"source":559,"target":74},{"source":562,"target":74},{"source":560,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":563},{"source":75,"target":564},{"source":75,"target":565},{"source":563,"target":108},{"source":563,"target":566},{"source":563,"target":75},{"source":566,"target":108},{"source":564,"target":108},{"source":564,"target":567},{"source":564,"target":75},{"source":567,"target":108},{"source":565,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":568},{"source":76,"target":569},{"source":568,"target":43},{"source":568,"target":570},{"source":568,"target":76},{"source":570,"target":43},{"source":569,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":571},{"source":77,"target":572},{"source":77,"target":573},{"source":571,"target":78},{"source":571,"target":574},{"source":571,"target":77},{"source":574,"target":78},{"source":572,"target":43},{"source":572,"target":575},{"source":572,"target":77},{"source":575,"target":43},{"source":573,"target":43},{"source":78,"target":0},{"source":78,"target":576},{"source":78,"target":577},{"source":576,"target":78},{"source":577,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":578},{"source":79,"target":579},{"source":79,"target":580},{"source":578,"target":80},{"source":578,"target":581},{"source":578,"target":79},{"source":581,"target":80},{"source":579,"target":43},{"source":579,"target":582},{"source":579,"target":79},{"source":582,"target":43},{"source":580,"target":43},{"source":80,"target":0},{"source":80,"target":583},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":583,"target":80},{"source":584,"target":80},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":589},{"source":589,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":590},{"source":590,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":591},{"source":591,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":592},{"source":592,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":593},{"source":593,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":594},{"source":594,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":595},{"source":595,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":596},{"source":596,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":597},{"source":597,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":598},{"source":598,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":599},{"source":91,"target":600},{"source":599,"target":43},{"source":599,"target":601},{"source":599,"target":91},{"source":601,"target":43},{"source":600,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":602},{"source":92,"target":603},{"source":92,"target":604},{"source":602,"target":126},{"source":602,"target":605},{"source":602,"target":92},{"source":602,"target":606},{"source":605,"target":126},{"source":603,"target":43},{"source":603,"target":607},{"source":603,"target":92},{"source":607,"target":43},{"source":604,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":533},{"source":93,"target":608},{"source":93,"target":609},{"source":93,"target":610},{"source":93,"target":142},{"source":93,"target":291},{"source":93,"target":360},{"source":93,"target":611},{"source":533,"target":68},{"source":533,"target":612},{"source":533,"target":93},{"source":533,"target":519},{"source":612,"target":68},{"source":608,"target":613},{"source":608,"target":93},{"source":609,"target":108},{"source":609,"target":614},{"source":609,"target":93},{"source":614,"target":108},{"source":610,"target":6},{"source":610,"target":615},{"source":610,"target":93},{"source":615,"target":6},{"source":142,"target":1},{"source":142,"target":616},{"source":142,"target":93},{"source":142,"target":134},{"source":616,"target":1},{"source":291,"target":27},{"source":291,"target":617},{"source":291,"target":93},{"source":291,"target":287},{"source":617,"target":27},{"source":360,"target":40},{"source":360,"target":618},{"source":360,"target":93},{"source":360,"target":355},{"source":618,"target":40},{"source":611,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":619},{"source":619,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":620},{"source":95,"target":621},{"source":620,"target":622},{"source":620,"target":95},{"source":621,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":43},{"source":623,"target":626},{"source":623,"target":96},{"source":626,"target":43},{"source":624,"target":94},{"source":625,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":627},{"source":97,"target":628},{"source":627,"target":92},{"source":627,"target":629},{"source":627,"target":97},{"source":629,"target":92},{"source":628,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":630},{"source":98,"target":631},{"source":630,"target":4},{"source":631,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":632},{"source":99,"target":633},{"source":99,"target":634},{"source":632,"target":635},{"source":632,"target":99},{"source":633,"target":43},{"source":633,"target":636},{"source":633,"target":99},{"source":636,"target":43},{"source":634,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":637},{"source":100,"target":638},{"source":100,"target":639},{"source":637,"target":43},{"source":637,"target":640},{"source":637,"target":100},{"source":640,"target":43},{"source":638,"target":94},{"source":638,"target":641},{"source":638,"target":100},{"source":641,"target":94},{"source":639,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":642},{"source":101,"target":643},{"source":101,"target":644},{"source":642,"target":24},{"source":642,"target":645},{"source":642,"target":101},{"source":645,"target":24},{"source":643,"target":43},{"source":643,"target":646},{"source":643,"target":101},{"source":646,"target":43},{"source":644,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":647},{"source":102,"target":648},{"source":102,"target":649},{"source":647,"target":650},{"source":647,"target":102},{"source":648,"target":9},{"source":648,"target":651},{"source":648,"target":102},{"source":651,"target":9},{"source":649,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":652},{"source":103,"target":653},{"source":652,"target":654},{"source":652,"target":103},{"source":653,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":655},{"source":655,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":656},{"source":105,"target":657},{"source":656,"target":43},{"source":656,"target":658},{"source":656,"target":105},{"source":658,"target":43},{"source":657,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":659},{"source":106,"target":660},{"source":106,"target":661},{"source":106,"target":662},{"source":659,"target":24},{"source":659,"target":663},{"source":659,"target":106},{"source":663,"target":24},{"source":660,"target":24},{"source":660,"target":664},{"source":660,"target":106},{"source":664,"target":24},{"source":661,"target":27},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":27},{"source":662,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":666},{"source":107,"target":667},{"source":666,"target":108},{"source":666,"target":668},{"source":666,"target":107},{"source":666,"target":669},{"source":668,"target":108},{"source":667,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":669},{"source":108,"target":670},{"source":108,"target":671},{"source":108,"target":672},{"source":669,"target":107},{"source":669,"target":673},{"source":669,"target":108},{"source":669,"target":666},{"source":673,"target":107},{"source":670,"target":70},{"source":670,"target":674},{"source":670,"target":108},{"source":674,"target":70},{"source":671,"target":43},{"source":672,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":675},{"source":109,"target":676},{"source":675,"target":112},{"source":675,"target":677},{"source":675,"target":109},{"source":677,"target":112},{"source":676,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":678},{"source":110,"target":679},{"source":678,"target":3},{"source":678,"target":680},{"source":678,"target":110},{"source":680,"target":3},{"source":679,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":681},{"source":111,"target":682},{"source":681,"target":108},{"source":681,"target":683},{"source":681,"target":111},{"source":683,"target":108},{"source":682,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":684},{"source":112,"target":685},{"source":684,"target":108},{"source":684,"target":686},{"source":684,"target":112},{"source":686,"target":108},{"source":685,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":687},{"source":687,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":688},{"source":114,"target":689},{"source":114,"target":690},{"source":114,"target":691},{"source":688,"target":113},{"source":688,"target":692},{"source":688,"target":114},{"source":692,"target":113},{"source":689,"target":9},{"source":689,"target":693},{"source":689,"target":114},{"source":693,"target":9},{"source":690,"target":43},{"source":691,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":694},{"source":115,"target":695},{"source":694,"target":11},{"source":695,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":696},{"source":116,"target":697},{"source":696,"target":12},{"source":697,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":698},{"source":117,"target":699},{"source":698,"target":34},{"source":699,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":700},{"source":118,"target":701},{"source":700,"target":42},{"source":701,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":702},{"source":119,"target":703},{"source":702,"target":55},{"source":703,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":704},{"source":120,"target":705},{"source":704,"target":57},{"source":705,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":706},{"source":121,"target":707},{"source":706,"target":63},{"source":707,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":708},{"source":122,"target":709},{"source":708,"target":93},{"source":709,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":710},{"source":123,"target":711},{"source":710,"target":107},{"source":711,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":712},{"source":124,"target":713},{"source":712,"target":3},{"source":713,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":714},{"source":125,"target":715},{"source":714,"target":128},{"source":715,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":716},{"source":126,"target":717},{"source":126,"target":606},{"source":126,"target":718},{"source":716,"target":719},{"source":716,"target":126},{"source":717,"target":43},{"source":717,"target":720},{"source":717,"target":126},{"source":720,"target":43},{"source":606,"target":92},{"source":606,"target":721},{"source":606,"target":126},{"source":606,"target":602},{"source":721,"target":92},{"source":718,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":537},{"source":127,"target":722},{"source":127,"target":723},{"source":127,"target":724},{"source":537,"target":68},{"source":537,"target":725},{"source":537,"target":127},{"source":537,"target":521},{"source":725,"target":68},{"source":722,"target":6},{"source":722,"target":726},{"source":722,"target":127},{"source":726,"target":6},{"source":723,"target":43},{"source":724,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":177},{"source":128,"target":727},{"source":177,"target":5},{"source":177,"target":728},{"source":177,"target":128},{"source":177,"target":173},{"source":728,"target":5},{"source":727,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":729},{"source":129,"target":535},{"source":129,"target":730},{"source":129,"target":731},{"source":129,"target":732},{"source":729,"target":733},{"source":729,"target":129},{"source":535,"target":68},{"source":535,"target":734},{"source":535,"target":129},{"source":535,"target":520},{"source":734,"target":68},{"source":730,"target":6},{"source":730,"target":735},{"source":730,"target":129},{"source":735,"target":6},{"source":731,"target":94},{"source":732,"target":5},{"source":130,"target":0},{"source":130,"target":736},{"source":130,"target":737},{"source":130,"target":738},{"source":130,"target":739},{"source":736,"target":130},{"source":737,"target":130},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":740,"target":743},{"source":740,"target":131},{"source":741,"target":108},{"source":741,"target":744},{"source":741,"target":131},{"source":744,"target":108},{"source":742,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":745},{"source":132,"target":746},{"source":132,"target":747},{"source":745,"target":43},{"source":745,"target":748},{"source":745,"target":132},{"source":748,"target":43},{"source":746,"target":94},{"source":746,"target":749},{"source":746,"target":132},{"source":749,"target":94},{"source":747,"target":94}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/lib.ecore
library UoD allLibraries allPersons allAuthors Book title isbn author AbstractPerson getFirstName getLastName name Library name books loans Loan borrower book Person Author
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://www.eclipse.org/e4/tm/examples/library/lib.ecore" nsPrefix="lib"> <eClassifiers xsi:type="ecore:EClass" name="UoD"> <eStructuralFeatures xsi:type="ecore:EReference" name="allLibraries" upperBound="-1" eType="#//Library" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allPersons" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allAuthors" upperBound="-1" eType="#//Author" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isbn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPerson" abstract="true"> <eOperations name="getFirstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getLastName" 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="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" upperBound="-1" eType="#//Loan" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loan"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrower" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="book" eType="#//Book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//AbstractPerson"/> <eClassifiers xsi:type="ecore:EClass" name="Author" eSuperTypes="#//AbstractPerson"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lib","nsURI":"http://www.eclipse.org/e4/tm/examples/library/lib.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UoD","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPerson","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allLibraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allPersons","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":"allAuthors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isbn","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstName","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLastName","lowerBound":0,"id":21,"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":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"book","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":4},{"source":9,"target":6},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":6},{"source":10,"target":7},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":7},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":7},{"source":16,"target":19},{"source":16,"target":2},{"source":19,"target":7},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":25},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":2},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":6},{"source":33,"target":2},{"source":33,"target":35},{"source":33,"target":5},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":36},{"source":36,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":37},{"source":37,"target":3}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/dhakehurst/net.akehurst.transform/example/net.akehurst.transform.example.emf.simpleUml/model/simpleUml.ecore
simpleUml Package elements Class attribute Association UMLModelElement kind name Classifier PackageElement namespace Attribute
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleUml" nsURI="http://www.akehurst.net/simpleUml" nsPrefix="simpleUml"> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//PackageElement" eOpposite="#//PackageElement/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association"/> <eClassifiers xsi:type="ecore:EClass" name="UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//PackageElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageElement" abstract="true" eSuperTypes="#//UMLModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Package" eOpposite="#//Package/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simpleUml","nsURI":"http://www.akehurst.net/simpleUml","name":"simpleUml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UMLModelElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":6},{"source":8,"target":10},{"source":8,"target":1},{"source":8,"target":11},{"source":10,"target":6},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":7},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":7},{"source":13,"target":5},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":16},{"source":15,"target":17},{"source":15,"target":4},{"source":16,"target":18},{"source":16,"target":4},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":19},{"source":19,"target":6},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":11},{"source":6,"target":20},{"source":11,"target":1},{"source":11,"target":21},{"source":11,"target":6},{"source":11,"target":8},{"source":21,"target":1},{"source":20,"target":4},{"source":7,"target":0}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/nested102.ecore
nested102 World things Thing id relations EReference0 NamedElement name RelatedTo fromThing toThing since EClass0 ecl1 EClass1 ecl2 EClass2 ecl3 EClass3 ecl4 EClass4 ecl5 EClass5 EClass6 EClass7 EClass8
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="nested102" nsURI="http://nested102" nsPrefix="_nested102"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="World"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=EReference0"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//RelatedTo" containment="true" eOpposite="#//RelatedTo/fromThing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" upperBound="-1" eType="#//EClass0" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vweclass0"/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vweclass1"/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vweclass2"/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vweclass3"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatedTo" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=vweclass3"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing" eOpposite="#//Thing/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass0" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=ecl1"/> <details key="nav:vweclass0"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="kref=ecl1"/> <details key="view=vweclass0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ecl1" upperBound="-1" eType="#//EClass1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass1" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass0"/> <details key="kref=ecl2"/> <details key="nav:vweclass1"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=ecl2"/> <details key="view=vweclass1"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ecl2" upperBound="-1" eType="#//EClass2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass2" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass0"/> <details key="kref=ecl3"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> <details key="kref=ecl3"/> <details key="nav:vweclass2"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=ecl3"/> <details key="view=vweclass2"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ecl3" upperBound="-1" eType="#//EClass3" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass3" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass0"/> <details key="kref=ecl4"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=ecl4"/> <details key="view=vweclass2"/> <details key="nav:vweclass3"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=ecl4"/> <details key="view=vweclass3"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ecl4" upperBound="-1" eType="#//EClass4" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass4" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass0"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass2"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> <details key="kref=ecl5"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ecl5" upperBound="-1" eType="#//EClass5" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass5" eSuperTypes="#//NamedElement #//EClass6"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass6" abstract="true" eSuperTypes="#//EClass7 #//EClass8"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass7" abstract="true" eSuperTypes="#//Thing"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass8" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass3"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_nested102","nsURI":"http://nested102","name":"nested102","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedTo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass2","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass3","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass4","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass5","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass6","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass7","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass8","instanceClass":null,"abstract":true,"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":"things","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"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":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecl1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecl2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecl3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecl4","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":"ecl5","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"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":2},{"source":14,"target":15},{"source":14,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":5},{"source":19,"target":3},{"source":3,"target":0},{"source":3,"target":24},{"source":24,"target":25},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":22},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":4},{"source":22,"target":17},{"source":29,"target":2},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":4},{"source":30,"target":2},{"source":27,"target":31},{"source":27,"target":4},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":32},{"source":5,"target":33},{"source":32,"target":6},{"source":32,"target":34},{"source":32,"target":5},{"source":34,"target":6},{"source":33,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":7},{"source":35,"target":37},{"source":35,"target":6},{"source":37,"target":7},{"source":36,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":8},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":8},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":41},{"source":8,"target":42},{"source":41,"target":9},{"source":41,"target":43},{"source":41,"target":8},{"source":43,"target":9},{"source":42,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":44},{"source":9,"target":45},{"source":44,"target":10},{"source":44,"target":46},{"source":44,"target":9},{"source":46,"target":10},{"source":45,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":11},{"source":10,"target":47},{"source":10,"target":48},{"source":47,"target":3},{"source":48,"target":11},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":13},{"source":11,"target":49},{"source":11,"target":50},{"source":49,"target":12},{"source":50,"target":13},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":51},{"source":51,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":52},{"source":52,"target":3}],"multigraph":true}
ecore
calculator
repo-ecore-all/data/jesusc/eclectic/tests/org.eclectic.test/fixtures/metamodels/Binary.ecore
BinaryCalculator Model calculators BinaryCalculator description number result BitSeq L left rigth Bit value Value value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="BinaryCalculator" nsURI="http://www.modelum.es/eclectic/test/binary_calculator" nsPrefix="binary_calculator"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="calculators" upperBound="-1" eType="#//BinaryCalculator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryCalculator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="number" lowerBound="1" eType="#//BitSeq" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitSeq" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="L" eSuperTypes="#//BitSeq"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//BitSeq" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rigth" lowerBound="1" eType="#//Bit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bit" eSuperTypes="#//BitSeq"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"binary_calculator","nsURI":"http://www.modelum.es/eclectic/test/binary_calculator","name":"BinaryCalculator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryCalculator","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitSeq","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calculators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rigth","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":13,"target":3},{"source":11,"target":6},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":6},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":4},{"source":18,"target":3},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":4},{"source":19,"target":5},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":20},{"source":5,"target":21},{"source":20,"target":22},{"source":20,"target":5},{"source":21,"target":3},{"source":6,"target":0},{"source":6,"target":23},{"source":23,"target":24},{"source":23,"target":6}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/eMoflon/emoflon-ibex-tests/MoDiscoIbexTGG/metamodels/Types.ecore
types Boolean boolean boolean Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="types" nsURI="platform:/resource/MoDiscoIbexTGG/metamodels/Types.ecore" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Types"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="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:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"platform:/resource/MoDiscoIbexTGG/metamodels/Types.ecore","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":5,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
expressions
repo-ecore-all/data/fraunhofer-iem/mechatronicuml/StoryDiagram/org.muml.storydiagram.expressions.common/src-gen/org/muml/storydiagram/expressions/common/Expressions.ecore
expressions LExpression CExpression SomeValue AExpression NumberValue numValue BooleanValue value StringValue strValue Variable varName Equivalent left right Imply left right Or left right Xor left right And left right Not not LessOrEqual left right Less left right GreaterOrEqual left right Greater left right Equal left right Unequal left right Approx left right Plus left right Minus left right Multi left right Div left right Mod left right Pow left right
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="expressions" nsURI="http://www.muml.org/storydiagram/expressions/common/expressions/1.0" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" name="LExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CExpression" eSuperTypes="#//LExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SomeValue" eSuperTypes="#//CExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AExpression" eSuperTypes="#//SomeValue"/> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//LExpression #//SomeValue"> <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="StringValue" eSuperTypes="#//SomeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//LExpression #//AExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equivalent" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Imply" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//LExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//LExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="not" eType="#//LExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqual" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unequal" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Approx" eSuperTypes="#//CExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SomeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SomeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multi" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pow" eSuperTypes="#//AExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//AExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//AExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"expressions","nsURI":"http://www.muml.org/storydiagram/expressions/common/expressions/1.0","name":"expressions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LExpression","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeValue","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AExpression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equivalent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Imply","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqual","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unequal","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approx","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multi","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pow","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numValue","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"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":"strValue","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":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":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":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":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":28},{"source":28,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":29},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":30},{"source":30,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":4},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":3},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":34,"target":37},{"source":34,"target":6},{"source":35,"target":1},{"source":36,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":4},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":41,"target":44},{"source":41,"target":8},{"source":42,"target":1},{"source":43,"target":4},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":45,"target":1},{"source":45,"target":48},{"source":45,"target":9},{"source":48,"target":1},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":9},{"source":49,"target":1},{"source":47,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":10},{"source":53,"target":1},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":10},{"source":54,"target":1},{"source":52,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":55},{"source":11,"target":56},{"source":11,"target":57},{"source":55,"target":1},{"source":55,"target":58},{"source":55,"target":11},{"source":58,"target":1},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":11},{"source":59,"target":1},{"source":57,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":12},{"source":63,"target":1},{"source":61,"target":1},{"source":61,"target":64},{"source":61,"target":12},{"source":64,"target":1},{"source":62,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":65},{"source":13,"target":66},{"source":13,"target":67},{"source":65,"target":1},{"source":65,"target":68},{"source":65,"target":13},{"source":68,"target":1},{"source":66,"target":1},{"source":66,"target":69},{"source":66,"target":13},{"source":69,"target":1},{"source":67,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":70},{"source":14,"target":71},{"source":70,"target":1},{"source":70,"target":72},{"source":70,"target":14},{"source":72,"target":1},{"source":71,"target":1},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":73,"target":3},{"source":73,"target":76},{"source":73,"target":15},{"source":76,"target":3},{"source":74,"target":3},{"source":74,"target":77},{"source":74,"target":15},{"source":77,"target":3},{"source":75,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":78,"target":3},{"source":78,"target":81},{"source":78,"target":16},{"source":81,"target":3},{"source":79,"target":3},{"source":79,"target":82},{"source":79,"target":16},{"source":82,"target":3},{"source":80,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":83},{"source":17,"target":84},{"source":17,"target":85},{"source":83,"target":3},{"source":83,"target":86},{"source":83,"target":17},{"source":86,"target":3},{"source":84,"target":3},{"source":84,"target":87},{"source":84,"target":17},{"source":87,"target":3},{"source":85,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":88,"target":3},{"source":88,"target":91},{"source":88,"target":18},{"source":91,"target":3},{"source":89,"target":3},{"source":89,"target":92},{"source":89,"target":18},{"source":92,"target":3},{"source":90,"target":2},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":93},{"source":19,"target":94},{"source":19,"target":95},{"source":93,"target":3},{"source":93,"target":96},{"source":93,"target":19},{"source":96,"target":3},{"source":94,"target":3},{"source":94,"target":97},{"source":94,"target":19},{"source":97,"target":3},{"source":95,"target":2},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":98,"target":3},{"source":98,"target":101},{"source":98,"target":20},{"source":101,"target":3},{"source":99,"target":3},{"source":99,"target":102},{"source":99,"target":20},{"source":102,"target":3},{"source":100,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":103},{"source":21,"target":104},{"source":21,"target":105},{"source":103,"target":3},{"source":103,"target":106},{"source":103,"target":21},{"source":106,"target":3},{"source":104,"target":3},{"source":104,"target":107},{"source":104,"target":21},{"source":107,"target":3},{"source":105,"target":2},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":108},{"source":22,"target":109},{"source":22,"target":110},{"source":108,"target":4},{"source":108,"target":111},{"source":108,"target":22},{"source":111,"target":4},{"source":109,"target":4},{"source":109,"target":112},{"source":109,"target":22},{"source":112,"target":4},{"source":110,"target":4},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":113},{"source":23,"target":114},{"source":23,"target":115},{"source":113,"target":4},{"source":113,"target":116},{"source":113,"target":23},{"source":116,"target":4},{"source":114,"target":4},{"source":114,"target":117},{"source":114,"target":23},{"source":117,"target":4},{"source":115,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":118,"target":4},{"source":118,"target":121},{"source":118,"target":24},{"source":121,"target":4},{"source":119,"target":4},{"source":119,"target":122},{"source":119,"target":24},{"source":122,"target":4},{"source":120,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":123},{"source":25,"target":124},{"source":25,"target":125},{"source":123,"target":4},{"source":123,"target":126},{"source":123,"target":25},{"source":126,"target":4},{"source":124,"target":4},{"source":124,"target":127},{"source":124,"target":25},{"source":127,"target":4},{"source":125,"target":4},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":128},{"source":26,"target":129},{"source":26,"target":130},{"source":128,"target":4},{"source":128,"target":131},{"source":128,"target":26},{"source":131,"target":4},{"source":129,"target":4},{"source":129,"target":132},{"source":129,"target":26},{"source":132,"target":4},{"source":130,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":133},{"source":27,"target":134},{"source":27,"target":135},{"source":133,"target":4},{"source":133,"target":136},{"source":133,"target":27},{"source":136,"target":4},{"source":134,"target":4},{"source":134,"target":137},{"source":134,"target":27},{"source":137,"target":4},{"source":135,"target":4}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/Poofix/TP-DSL-Gemoc/sources/fr.ut2j.tp01/model/tp01.ecore
tp01 FSM state transition name State name Transition name source target StartState FinalState
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tp01" nsURI="http://www.example.org/tp01" nsPrefix="tp01"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tp01","nsURI":"http://www.example.org/tp01","name":"tp01","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","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":"StartState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":12,"target":13},{"source":12,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":14,"target":17},{"source":14,"target":3},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":2},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":21},{"source":21,"target":2}],"multigraph":true}
ecore
people
repo-ecore-all/data/hayasamaana/shapelang/Persons.ecore
persons Person fullName Male Female
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="persons" nsURI="http://persons.com" nsPrefix="persons"> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Female" eSuperTypes="#//Person"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"persons","nsURI":"http://persons.com","name":"persons","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Male","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Female","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullName","changeable":true,"lowerBound":1,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"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":1},{"source":2,"target":6},{"source":6,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":7},{"source":7,"target":1}],"multigraph":true}
ecore
library
repo-ecore-all/data/zld3002/Graphiti/LibraryDemoEclipseSummit 2010/Workspace/org.eclipse.graphiti.examples.libary.mm/model/Library.ecore
library Library name books users Book name author library User name borrowedItems library BorrowedItem item user borrowDate lastReturnDate
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://eclipse.org/graphiti/mm/examples/library" nsPrefix="org.eclipse.graphiti.examples"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true" eOpposite="#//Book/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User" containment="true" eOpposite="#//User/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1" eType="#//Library" eOpposite="#//Library/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowedItems" upperBound="-1" eType="#//BorrowedItem" containment="true" eOpposite="#//BorrowedItem/user"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" lowerBound="1" eType="#//Library" eOpposite="#//Library/users"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorrowedItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//Book"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//User" eOpposite="#//User/borrowedItems"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borrowDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastReturnDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.graphiti.examples","nsURI":"http://eclipse.org/graphiti/mm/examples/library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorrowedItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borrowedItems","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borrowDate","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":"lastReturnDate","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":2},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":3},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":10},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":16},{"source":14,"target":2},{"source":10,"target":1},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":6},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":12},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":4},{"source":19,"target":21},{"source":19,"target":3},{"source":19,"target":22},{"source":21,"target":4},{"source":12,"target":1},{"source":12,"target":23},{"source":12,"target":3},{"source":12,"target":7},{"source":23,"target":1},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":22},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":4},{"source":27,"target":2},{"source":22,"target":3},{"source":22,"target":28},{"source":22,"target":4},{"source":22,"target":19},{"source":28,"target":3},{"source":25,"target":29},{"source":25,"target":4},{"source":26,"target":30},{"source":26,"target":4}],"multigraph":true}
ecore
drones
repo-ecore-all/data/domenkos/Mars-Rover-DSL/DSL/org.xtext.robotFinal/model/generated/MarsRover.ecore
marsRover Robot name slave_address drive_speed special_speed missions mission name type avoid_obstacles name sensors ultra name distance bumpers name detect_lakes name number_of_lakes lakes_colors after_examinating detect_rocks name number_of_rocks after_examinating push_obstacles name after_action action indicate indication name type sound name duration frequency message name msg color_indication name color park name Color COLOR_RED red COLOR_BLUE blue COLOR_GREEN green COLOR_ORANGE orange COLOR_WHITE white COLOR_BLACK black COLOR_OFF off LED_Color LED_ORANGE orange LED_RED red LED_GREEN green LED_OFF off avoid_lakes name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="marsRover" nsURI="http://www.xtext.org/robotFinal/MarsRover" nsPrefix="marsRover"> <eClassifiers xsi:type="ecore:EClass" name="Robot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slave_address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="drive_speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="special_speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="missions" upperBound="-1" eType="#//mission" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="mission"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="avoid_obstacles"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ultra"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="bumpers"> <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="detect_lakes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number_of_lakes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lakes_colors" unique="false" upperBound="-1" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after_examinating" eType="#//after_action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="detect_rocks"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number_of_rocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after_examinating" eType="#//after_action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="push_obstacles"> <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="after_action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indicate" upperBound="-1" eType="#//indication" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="indication"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="sound"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="message"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="color_indication"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//LED_Color"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="park"> <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="Color"> <eLiterals name="COLOR_RED" literal="red"/> <eLiterals name="COLOR_BLUE" value="1" literal="blue"/> <eLiterals name="COLOR_GREEN" value="2" literal="green"/> <eLiterals name="COLOR_ORANGE" value="3" literal="orange"/> <eLiterals name="COLOR_WHITE" value="4" literal="white"/> <eLiterals name="COLOR_BLACK" value="5" literal="black"/> <eLiterals name="COLOR_OFF" value="6" literal="off"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LED_Color"> <eLiterals name="LED_ORANGE" literal="orange"/> <eLiterals name="LED_RED" value="1" literal="red"/> <eLiterals name="LED_GREEN" value="2" literal="green"/> <eLiterals name="LED_OFF" value="3" literal="off"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="avoid_lakes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"marsRover","nsURI":"http://www.xtext.org/robotFinal/MarsRover","name":"marsRover","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Robot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"mission","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"avoid_obstacles","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ultra","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bumpers","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"detect_lakes","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"detect_rocks","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"push_obstacles","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"after_action","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"indication","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"sound","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"message","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"color_indication","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"park","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LED_Color","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"avoid_lakes","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slave_address","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"drive_speed","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"special_speed","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"missions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensors","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number_of_lakes","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lakes_colors","changeable":true,"lowerBound":0,"iD":false,"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":"after_examinating","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number_of_rocks","changeable":true,"lowerBound":0,"iD":false,"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":"after_examinating","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indicate","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":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":"frequency","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"name":"COLOR_RED","id":82,"value":0,"literal":"red","eClass":"EEnumLiteral"},{"name":"COLOR_BLUE","id":83,"value":1,"literal":"blue","eClass":"EEnumLiteral"},{"name":"COLOR_GREEN","id":84,"value":2,"literal":"green","eClass":"EEnumLiteral"},{"name":"COLOR_ORANGE","id":85,"value":3,"literal":"orange","eClass":"EEnumLiteral"},{"name":"COLOR_WHITE","id":86,"value":4,"literal":"white","eClass":"EEnumLiteral"},{"name":"COLOR_BLACK","id":87,"value":5,"literal":"black","eClass":"EEnumLiteral"},{"name":"COLOR_OFF","id":88,"value":6,"literal":"off","eClass":"EEnumLiteral"},{"name":"LED_ORANGE","id":89,"value":0,"literal":"orange","eClass":"EEnumLiteral"},{"name":"LED_RED","id":90,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"LED_GREEN","id":91,"value":2,"literal":"green","eClass":"EEnumLiteral"},{"name":"LED_OFF","id":92,"value":3,"literal":"off","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":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":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":25},{"source":20,"target":1},{"source":21,"target":26},{"source":21,"target":1},{"source":22,"target":2},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":30},{"source":28,"target":2},{"source":29,"target":31},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":34},{"source":32,"target":3},{"source":33,"target":35},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":37,"target":39},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":40,"target":41},{"source":40,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":42,"target":46},{"source":42,"target":6},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":15},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":15},{"source":45,"target":9},{"source":45,"target":49},{"source":45,"target":6},{"source":49,"target":9},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":53},{"source":50,"target":7},{"source":51,"target":54},{"source":51,"target":7},{"source":52,"target":9},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":9},{"source":8,"target":0},{"source":8,"target":56},{"source":56,"target":57},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":58},{"source":9,"target":59},{"source":58,"target":60},{"source":58,"target":9},{"source":59,"target":10},{"source":59,"target":61},{"source":59,"target":9},{"source":61,"target":10},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":62,"target":64},{"source":62,"target":10},{"source":63,"target":65},{"source":63,"target":10},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":66,"target":69},{"source":66,"target":11},{"source":67,"target":70},{"source":67,"target":11},{"source":68,"target":71},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":72,"target":74},{"source":72,"target":12},{"source":73,"target":75},{"source":73,"target":12},{"source":13,"target":0},{"source":13,"target":76},{"source":13,"target":77},{"source":76,"target":78},{"source":76,"target":13},{"source":77,"target":16},{"source":77,"target":79},{"source":77,"target":13},{"source":79,"target":16},{"source":14,"target":0},{"source":14,"target":80},{"source":80,"target":81},{"source":80,"target":14},{"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":82,"target":15},{"source":83,"target":15},{"source":84,"target":15},{"source":85,"target":15},{"source":86,"target":15},{"source":87,"target":15},{"source":88,"target":15},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":89,"target":16},{"source":90,"target":16},{"source":91,"target":16},{"source":92,"target":16},{"source":17,"target":0},{"source":17,"target":93},{"source":93,"target":94},{"source":93,"target":17}],"multigraph":true}
ecore
relational
repo-ecore-all/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.uml2rdbms/mediniQVT/IKV Version/SimpleRDBMS.ecore
SimpleRDBMS RdbmsColumn rdbmsType rdbmsOwner rdbmsKey rdbmsForeignKey RdbmsForeignKey rdbmsOwner rdbmsRefersTo rdbmsColumn RdbmsKey rdbmsColumn rdbmsRefersToOpposite rdbmsOwner RdbmsModelElement rdbmsName rdbmsKind id RdbmsSchema rdbmsTable RdbmsTable rdbmsColumn rdbmsForeignKey rdbmsKey rdbmsSchema
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SimpleRDBMS" nsURI="urn:SimpleRDBMS.ecore" nsPrefix="SimpleRDBMS"> <eClassifiers xsi:type="ecore:EClass" name="RdbmsColumn" eSuperTypes="#//RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rdbmsType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsOwner" lowerBound="1" eType="#//RdbmsTable" eOpposite="#//RdbmsTable/rdbmsColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsKey" upperBound="-1" eType="#//RdbmsKey" eOpposite="#//RdbmsKey/rdbmsColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsForeignKey" upperBound="-1" eType="#//RdbmsForeignKey" eOpposite="#//RdbmsForeignKey/rdbmsColumn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RdbmsForeignKey" eSuperTypes="#//RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsOwner" lowerBound="1" eType="#//RdbmsTable" eOpposite="#//RdbmsTable/rdbmsForeignKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsRefersTo" lowerBound="1" eType="#//RdbmsKey" eOpposite="#//RdbmsKey/rdbmsRefersToOpposite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsColumn" upperBound="-1" eType="#//RdbmsColumn" eOpposite="#//RdbmsColumn/rdbmsForeignKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RdbmsKey" eSuperTypes="#//RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsColumn" upperBound="-1" eType="#//RdbmsColumn" eOpposite="#//RdbmsColumn/rdbmsKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsRefersToOpposite" upperBound="-1" eType="#//RdbmsForeignKey" eOpposite="#//RdbmsForeignKey/rdbmsRefersTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsOwner" lowerBound="1" eType="#//RdbmsTable" eOpposite="#//RdbmsTable/rdbmsKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rdbmsName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rdbmsKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RdbmsSchema" eSuperTypes="#//RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsTable" upperBound="-1" eType="#//RdbmsTable" containment="true" eOpposite="#//RdbmsTable/rdbmsSchema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RdbmsTable" eSuperTypes="#//RdbmsModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsColumn" upperBound="-1" eType="#//RdbmsColumn" containment="true" eOpposite="#//RdbmsColumn/rdbmsOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsForeignKey" upperBound="-1" eType="#//RdbmsForeignKey" containment="true" eOpposite="#//RdbmsForeignKey/rdbmsOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsKey" upperBound="-1" eType="#//RdbmsKey" containment="true" eOpposite="#//RdbmsKey/rdbmsOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rdbmsSchema" lowerBound="1" eType="#//RdbmsSchema" eOpposite="#//RdbmsSchema/rdbmsTable"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"SimpleRDBMS","nsURI":"urn:SimpleRDBMS.ecore","name":"SimpleRDBMS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsColumn","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsForeignKey","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsKey","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsModelElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsSchema","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RdbmsTable","instanceClass":null,"abstract":false,"id":6,"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":"rdbmsType","changeable":true,"lowerBound":1,"iD":false,"id":7,"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":"rdbmsOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsKey","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"rdbmsOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsRefersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsRefersToOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"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":"rdbmsKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsName","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsKind","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsSchema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":6},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":6},{"source":9,"target":3},{"source":9,"target":15},{"source":9,"target":1},{"source":9,"target":16},{"source":15,"target":3},{"source":10,"target":2},{"source":10,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":17,"target":2},{"source":11,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":18},{"source":2,"target":21},{"source":19,"target":6},{"source":19,"target":22},{"source":19,"target":2},{"source":19,"target":23},{"source":22,"target":6},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":3},{"source":18,"target":1},{"source":18,"target":26},{"source":18,"target":2},{"source":18,"target":10},{"source":26,"target":1},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":16},{"source":3,"target":25},{"source":3,"target":27},{"source":3,"target":28},{"source":16,"target":1},{"source":16,"target":29},{"source":16,"target":3},{"source":16,"target":9},{"source":29,"target":1},{"source":25,"target":2},{"source":25,"target":30},{"source":25,"target":3},{"source":25,"target":20},{"source":30,"target":2},{"source":27,"target":6},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":6},{"source":28,"target":4},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":37},{"source":34,"target":4},{"source":35,"target":38},{"source":35,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":5},{"source":39,"target":42},{"source":41,"target":6},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":14},{"source":6,"target":23},{"source":6,"target":32},{"source":6,"target":42},{"source":6,"target":43},{"source":14,"target":1},{"source":14,"target":44},{"source":14,"target":6},{"source":14,"target":8},{"source":44,"target":1},{"source":23,"target":2},{"source":23,"target":45},{"source":23,"target":6},{"source":23,"target":19},{"source":45,"target":2},{"source":32,"target":3},{"source":32,"target":46},{"source":32,"target":6},{"source":32,"target":27},{"source":46,"target":3},{"source":42,"target":5},{"source":42,"target":47},{"source":42,"target":6},{"source":42,"target":39},{"source":47,"target":5},{"source":43,"target":4}],"multigraph":true}
ecore
company
repo-ecore-all/data/mikevd92/atl2/Homework1ATL/CE.ecore
ce Company name works Employee name address department
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ce" nsURI="platform:/resource/Homework1ATL/CE.ecore" nsPrefix="ce"> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="works" upperBound="-1" eType="#//Employee" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="department" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ce","nsURI":"platform:/resource/Homework1ATL/CE.ecore","name":"ce","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"works","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","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":"department","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":10},{"source":7,"target":2},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":12},{"source":9,"target":2}],"multigraph":true}
ecore
features
repo-ecore-all/data/FMTools/sxfm-ecore/plugins/sxfm/model/sxfm.ecore
sxfm Feature name groups id treeLevel description Group groupedFeatures id Constraint id or Mandatory Optional FeatureModel constraintsSet featureTree name featureModelInfo configuration FeatureTree root CardinalizedElement minCardinality maxCardinality ConstraintsSet constraints GroupedFeature Root ContainerElement childrenFeatures ConstraintableElement ContainableElement Not feature Or clause Atom feature Literal Data name value MetadataSet data FeatureModelConfiguaration featureChoice FeatureChoice selected decisionType decisionStep feature DecisionType manual manual propagated propagated autocompleted autocompleted VariableFeature CommonFeature
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sxfm" nsURI="http://sxfm.com" nsPrefix="sxfm"> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//Group" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="treeLevel" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//CardinalizedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupedFeatures" lowerBound="1" upperBound="-1" eType="#//GroupedFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="or" lowerBound="1" eType="#//Or" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mandatory" eSuperTypes="#//ContainerElement #//ContainableElement #//Feature #//ConstraintableElement #//CommonFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Optional" eSuperTypes="#//Feature #//ContainerElement #//ContainableElement #//ConstraintableElement #//VariableFeature"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintsSet" eType="#//ConstraintsSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureTree" eType="#//FeatureTree" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModelInfo" eType="#//MetadataSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" upperBound="-1" eType="#//FeatureModelConfiguaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureTree"> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Root" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalizedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCardinality" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCardinality" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintsSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupedFeature" eSuperTypes="#//Feature #//ConstraintableElement #//ContainerElement #//VariableFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="#//ContainerElement #//Feature #//CommonFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ContainerElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenFeatures" upperBound="-1" eType="#//ContainableElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ContainableElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Atom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or"> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" lowerBound="2" upperBound="-1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//ConstraintableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Data"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//Data" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureModelConfiguaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="featureChoice" upperBound="-1" eType="#//FeatureChoice" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureChoice"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decisionType" lowerBound="1" eType="#//DecisionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decisionStep" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DecisionType"> <eLiterals name="manual"/> <eLiterals name="propagated" value="1"/> <eLiterals name="autocompleted" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableFeature" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="CommonFeature" abstract="true"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sxfm","nsURI":"http://sxfm.com","name":"sxfm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mandatory","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureTree","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalizedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintsSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupedFeature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintableElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainableElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataSet","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModelConfiguaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChoice","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecisionType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableFeature","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommonFeature","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"treeLevel","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupedFeatures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"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":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"or","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraintsSet","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":"featureTree","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureModelInfo","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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"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":"minCardinality","changeable":true,"lowerBound":1,"iD":false,"id":67,"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":"maxCardinality","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"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":"childrenFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":2,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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},{"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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decisionType","changeable":true,"lowerBound":1,"iD":false,"id":99,"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":"decisionStep","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"manual","id":106,"value":0,"literal":"manual","eClass":"EEnumLiteral"},{"name":"propagated","id":107,"value":1,"literal":"propagated","eClass":"EEnumLiteral"},{"name":"autocompleted","id":108,"value":2,"literal":"autocompleted","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":26,"target":31},{"source":26,"target":1},{"source":27,"target":2},{"source":27,"target":32},{"source":27,"target":1},{"source":32,"target":2},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":35},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":10},{"source":36,"target":39},{"source":36,"target":2},{"source":39,"target":10},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":8},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":41,"target":43},{"source":41,"target":3},{"source":42,"target":16},{"source":42,"target":44},{"source":42,"target":3},{"source":44,"target":16},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":14},{"source":4,"target":1},{"source":4,"target":13},{"source":4,"target":25},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":45,"target":12},{"source":46,"target":14},{"source":47,"target":1},{"source":48,"target":13},{"source":49,"target":25},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":12},{"source":5,"target":14},{"source":5,"target":13},{"source":5,"target":24},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":50,"target":1},{"source":51,"target":12},{"source":52,"target":14},{"source":53,"target":13},{"source":54,"target":24},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":55,"target":9},{"source":55,"target":60},{"source":55,"target":6},{"source":60,"target":9},{"source":56,"target":7},{"source":56,"target":61},{"source":56,"target":6},{"source":61,"target":7},{"source":57,"target":62},{"source":57,"target":6},{"source":58,"target":20},{"source":58,"target":63},{"source":58,"target":6},{"source":63,"target":20},{"source":59,"target":21},{"source":59,"target":64},{"source":59,"target":6},{"source":64,"target":21},{"source":7,"target":0},{"source":7,"target":65},{"source":65,"target":11},{"source":65,"target":66},{"source":65,"target":7},{"source":66,"target":11},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":69},{"source":67,"target":8},{"source":68,"target":70},{"source":68,"target":8},{"source":9,"target":0},{"source":9,"target":71},{"source":71,"target":3},{"source":71,"target":72},{"source":71,"target":9},{"source":72,"target":3},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":13},{"source":10,"target":12},{"source":10,"target":24},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":73,"target":1},{"source":74,"target":13},{"source":75,"target":12},{"source":76,"target":24},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":1},{"source":11,"target":25},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":77,"target":12},{"source":78,"target":1},{"source":79,"target":25},{"source":12,"target":0},{"source":12,"target":80},{"source":80,"target":14},{"source":80,"target":81},{"source":80,"target":12},{"source":81,"target":14},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":18},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":17},{"source":82,"target":84},{"source":82,"target":15},{"source":84,"target":17},{"source":83,"target":18},{"source":16,"target":0},{"source":16,"target":85},{"source":85,"target":18},{"source":85,"target":86},{"source":85,"target":16},{"source":86,"target":18},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":87},{"source":17,"target":88},{"source":87,"target":13},{"source":87,"target":89},{"source":87,"target":17},{"source":89,"target":13},{"source":88,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":90},{"source":19,"target":91},{"source":90,"target":92},{"source":90,"target":19},{"source":91,"target":93},{"source":91,"target":19},{"source":20,"target":0},{"source":20,"target":94},{"source":94,"target":19},{"source":94,"target":95},{"source":94,"target":20},{"source":95,"target":19},{"source":21,"target":0},{"source":21,"target":96},{"source":96,"target":22},{"source":96,"target":97},{"source":96,"target":21},{"source":97,"target":22},{"source":22,"target":0},{"source":22,"target":98},{"source":22,"target":99},{"source":22,"target":100},{"source":22,"target":101},{"source":98,"target":102},{"source":98,"target":22},{"source":99,"target":23},{"source":99,"target":103},{"source":99,"target":22},{"source":103,"target":23},{"source":100,"target":104},{"source":100,"target":22},{"source":101,"target":1},{"source":101,"target":105},{"source":101,"target":22},{"source":105,"target":1},{"source":23,"target":0},{"source":23,"target":106},{"source":23,"target":107},{"source":23,"target":108},{"source":106,"target":23},{"source":107,"target":23},{"source":108,"target":23},{"source":24,"target":0},{"source":25,"target":0}],"multigraph":true}
ecore
features
repo-ecore-all/data/surli/spinefm/spinefm-eclipseplugins-root/spinefm-examples/yourcast-simple-example/resources/MetamodelSpineFM.ecore
spinefm FMModel FeatureModel getStateFT feature getFeatureFromName name addFeature name feature state root constraints id name Feature getAllChildrenFeatures id name children Group getAllChildren features state Constraint Rule GroupState MANDATORY man OPTIONAL opt ALTERNATIVE xor OR or MUTEX mutex exceptions FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException MSPLModel MultipleSoftwareProductLine getDomainElementByName name getValidAssociationsForSourceAndTarget source target domainElements associations DEAssociation computeActionsToDo CPSSource CPSTarget createAndAssociateInverseAssociation restrictionFunction source target id inverse MultiplicityElement respectBoundaries value isExactlyOne isLowerThanUpperBound value lowerBound upperBound id DEAssociationEnd LinkMultiplicity apply_on id DomainElement getSourcedAssociations MultiplicityElement refers_on belongs_to id exceptions DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException ConfigurationModel Configuration canBeLinked association getFeatureModel getLinkedConfigurationsOfDomainElement de isCompletlyLinked getAllCPS CPSRef id belongs_to state description domainElement clonedCPS Link getAssociatedConfiguration conf source relatedAssociation target id CompositeConfiguration isValid addConfiguration conf getConfigurationByName confName createConfigurationLink confSource confTarget asso getCompatibleConfigurations confSource asso subConfigurations links name mspl exceptions ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException ProcessModel ConfigurationProcessStep isComplete getState addActionToDo a alreadyHaveAction a getConfName setFMA fma apply mergeWithExternalCPS cps isCompatibleWithConfiguration conf actionsDone domainElement actionsToDo id description context configuration userConfig Context addCPS cps getCPSOfDE de mergeExternalCPS externalCPS CPS id GlobalContext configuration LocalContext configurations ContextManager propagate CPS context setFMAdapter fma init createNewContext getContextFromId id linkConfigurationsAndManageContexts confSource confTarget association createNewContextCloningCPS cps mspl globalContext localContexts DeletedContextInformations deletedContext replacedBy exceptions ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fmengine FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter exceptions FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException exceptions IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException ActionModel RestrictionFunction createAndAssociateInverseRestFunc id rules inverse ConfigurationState isIncludedIn otherState selectedFeatures deselectedFeatures fm id Rule createInverseRule actions state id Action applyAction fma confName isSameObject o feature fm id type ActionSelect ActionDeselect ActionAddCTConstraint constraint ActionType AUTOMATIC AUTOMATIC MANUAL MANUAL FM FM
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spinefm" nsURI="spinefm.unice.fr" nsPrefix="spinefm"> <eSubpackages name="FMModel" nsURI="fmm.spinefm.unice.fr" nsPrefix="fmm"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eOperations name="getStateFT" lowerBound="1" eType="#//FMModel/GroupState"> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eOperations name="getFeatureFromName" lowerBound="1" eType="#//FMModel/Feature" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addFeature" lowerBound="1"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> <eParameters name="state" lowerBound="1" eType="#//FMModel/GroupState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//FMModel/Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eOperations name="getAllChildrenFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//FMModel/Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eOperations name="getAllChildren" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//FMModel/GroupState" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupState"> <eLiterals name="MANDATORY" literal="man"/> <eLiterals name="OPTIONAL" value="1" literal="opt"/> <eLiterals name="ALTERNATIVE" value="2" literal="xor"/> <eLiterals name="OR" value="3" literal="or"/> <eLiterals name="MUTEX" value="4" literal="mutex"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.fmm.spinefm.unice.fr" nsPrefix="fmm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FeatureNotFoundException" instanceClassName="fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="MSPLModel" nsURI="msplm.spinefm.unice.fr" nsPrefix="msplm"> <eClassifiers xsi:type="ecore:EClass" name="MultipleSoftwareProductLine"> <eOperations name="getDomainElementByName" lowerBound="1" eType="#//MSPLModel/DomainElement" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getValidAssociationsForSourceAndTarget" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" eExceptions="#//MSPLModel/exceptions/DEAssociationNotFoundException"> <eParameters name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eParameters name="target" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElements" ordered="false" lowerBound="1" upperBound="-1" eType="#//MSPLModel/DomainElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociation"> <eOperations name="computeActionsToDo" ordered="false" upperBound="-1" eType="#//ActionModel/Action" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException"> <eParameters name="CPSSource" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="CPSTarget" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="createAndAssociateInverseAssociation" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionFunction" ordered="false" upperBound="-1" eType="#//ActionModel/RestrictionFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement"> <eOperations name="respectBoundaries" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="isExactlyOne" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isLowerThanUpperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociationEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="LinkMultiplicity" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apply_on" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <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="DomainElement"> <eOperations name="getSourcedAssociations" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MultiplicityElement" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refers_on" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.msplm.spinefm.unice.fr" nsPrefix="msplm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="DomainElementNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="DEAssociationNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ConfigurationModel" nsURI="cm.spinefm.unice.fr" nsPrefix="cm"> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eOperations name="canBeLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="association" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getFeatureModel" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eOperations name="getLinkedConfigurationsOfDomainElement" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="isCompletlyLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"/> <eOperations name="getAllCPS" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CPSRef" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eOpposite="#//ProcessModel/ConfigurationProcessStep/configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//ActionModel/ConfigurationState" 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="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clonedCPS" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eOperations name="getAssociatedConfiguration" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedAssociation" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeConfiguration"> <eOperations name="isValid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="addConfiguration"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eOperations name="getConfigurationByName" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="confName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createConfigurationLink" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getCompatibleConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException #//exceptions/IllegalCallException #//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.cm.spinefm.unice.fr" nsPrefix="cm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ConfigNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="InvalidAssociationException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException"/> <eClassifiers xsi:type="ecore:EDataType" name="LinkNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ProcessModel" nsURI="pm.spinefm.unice.fr" nsPrefix="pm"> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationProcessStep"> <eOperations name="isComplete" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"/> <eOperations name="getState" lowerBound="1" eType="#//ActionModel/ConfigurationState" eExceptions="#//exceptions/IllegalCallException"/> <eOperations name="addActionToDo"> <eParameters name="a" lowerBound="1" eType="#//ActionModel/Action"/> </eOperations> <eOperations name="alreadyHaveAction" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="a" lowerBound="1" eType="#//ActionModel/Action"/> </eOperations> <eOperations name="getConfName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setFMA" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter"/> </eOperations> <eOperations name="apply" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"/> <eOperations name="mergeWithExternalCPS" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="isCompatibleWithConfiguration" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsDone" upperBound="-1" eType="#//ActionModel/Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsToDo" upperBound="-1" eType="#//ActionModel/Action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//ConfigurationModel/Configuration" eOpposite="#//ConfigurationModel/Configuration/CPSRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userConfig" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true"> <eOperations name="addCPS"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="getCPSOfDE" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="mergeExternalCPS" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="externalCPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="CPS" ordered="false" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" ordered="false" lowerBound="1" upperBound="-1" eType="#//ConfigurationModel/Configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextManager"> <eOperations name="propagate" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="CPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="setFMAdapter"> <eParameters name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter"/> </eOperations> <eOperations name="init" eExceptions="#//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"/> <eOperations name="createNewContext" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"/> <eOperations name="getContextFromId" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//ProcessModel/exceptions/ContextNotFoundException"> <eParameters name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="linkConfigurationsAndManageContexts" eType="#//ProcessModel/DeletedContextInformations" eExceptions="#//fmengine/exceptions/FMEngineException #//ConfigurationModel/exceptions/InvalidAssociationException #//ProcessModel/exceptions/ContextMergingException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="association" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="createNewContextCloningCPS" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalContext" lowerBound="1" eType="#//ProcessModel/GlobalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localContexts" ordered="false" upperBound="-1" eType="#//ProcessModel/LocalContext" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeletedContextInformations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deletedContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacedBy" eType="#//ProcessModel/Context"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.pm.spinefm.unice.fr" nsPrefix="pm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ContextNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="FMNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="ContextMergingException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException"/> <eClassifiers xsi:type="ecore:EDataType" name="CPSNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="fmengine" nsURI="fmengine.spinefm.unice.fr" nsPrefix="fmengine"> <eClassifiers xsi:type="ecore:EDataType" name="FMSpineFMAdapter" instanceClassName="fr.unice.spinefm.fmengine.FMSpineFMAdapter"/> <eSubpackages name="exceptions" nsURI="exceptions.fmengine.spinefm.unice.fr" nsPrefix="fmengine.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FMEngineException" instanceClassName="fr.unice.spinefm.fmengine.exceptions.FMEngineException"/> </eSubpackages> </eSubpackages> <eSubpackages name="exceptions" nsURI="exceptions.spinefm.unice.fr" nsPrefix="exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="IllegalCallException" instanceClassName="fr.unice.spinefm.exceptions.IllegalCallException"/> </eSubpackages> <eSubpackages name="ActionModel" nsURI="action.spinefm.unice.fr" nsPrefix="action"> <eClassifiers xsi:type="ecore:EClass" name="RestrictionFunction"> <eOperations name="createAndAssociateInverseRestFunc" eType="#//ActionModel/RestrictionFunction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" lowerBound="1" upperBound="-1" eType="#//ActionModel/Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" lowerBound="1" eType="#//ActionModel/RestrictionFunction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationState"> <eOperations name="isIncludedIn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="otherState" lowerBound="1" eType="#//ActionModel/ConfigurationState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedFeatures" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deselectedFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eOperations name="createInverseRule" lowerBound="1" eType="#//ActionModel/Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="1" eType="#//ActionModel/Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//ActionModel/ConfigurationState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"> <eOperations name="applyAction" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter"/> <eParameters name="confName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isSameObject" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="o" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ActionModel/ActionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSelect" eSuperTypes="#//ActionModel/Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActionDeselect" eSuperTypes="#//ActionModel/Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActionAddCTConstraint" eSuperTypes="#//ActionModel/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1" eType="#//FMModel/Constraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionType"> <eLiterals name="AUTOMATIC"/> <eLiterals name="MANUAL" value="1"/> <eLiterals name="FM" value="2"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"spinefm","nsURI":"spinefm.unice.fr","name":"spinefm","id":0,"eClass":"EPackage"},{"nsPrefix":"fmm","nsURI":"fmm.spinefm.unice.fr","name":"FMModel","id":1,"eClass":"EPackage"},{"nsPrefix":"msplm","nsURI":"msplm.spinefm.unice.fr","name":"MSPLModel","id":2,"eClass":"EPackage"},{"nsPrefix":"cm","nsURI":"cm.spinefm.unice.fr","name":"ConfigurationModel","id":3,"eClass":"EPackage"},{"nsPrefix":"pm","nsURI":"pm.spinefm.unice.fr","name":"ProcessModel","id":4,"eClass":"EPackage"},{"nsPrefix":"fmengine","nsURI":"fmengine.spinefm.unice.fr","name":"fmengine","id":5,"eClass":"EPackage"},{"nsPrefix":"exceptions","nsURI":"exceptions.spinefm.unice.fr","name":"exceptions","id":6,"eClass":"EPackage"},{"nsPrefix":"action","nsURI":"action.spinefm.unice.fr","name":"ActionModel","id":7,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupState","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"fmm.exceptions","nsURI":"exceptions.fmm.spinefm.unice.fr","name":"exceptions","id":13,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateFT","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureFromName","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFeature","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","name":"FeatureNotFoundException","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":30,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildrenFeatures","lowerBound":0,"id":39,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildren","lowerBound":0,"id":47,"many":true,"required":false,"eClass":"EOperation"},{"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":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Rule","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"name":"MANDATORY","id":55,"value":0,"literal":"man","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":56,"value":1,"literal":"opt","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":57,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"name":"OR","id":58,"value":3,"literal":"or","eClass":"EEnumLiteral"},{"name":"MUTEX","id":59,"value":4,"literal":"mutex","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleSoftwareProductLine","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociation","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociationEnd","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"nsPrefix":"msplm.exceptions","nsURI":"exceptions.msplm.spinefm.unice.fr","name":"exceptions","id":65,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomainElementByName","lowerBound":1,"id":66,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getValidAssociationsForSourceAndTarget","lowerBound":0,"id":67,"many":true,"required":false,"eClass":"EOperation"},{"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":"domainElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":71,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","name":"DomainElementNotFoundException","instanceClass":null,"id":72,"serializable":true,"eClass":"EDataType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":76,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":77,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","name":"DEAssociationNotFoundException","instanceClass":null,"id":78,"serializable":true,"eClass":"EDataType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"computeActionsToDo","lowerBound":0,"id":84,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseAssociation","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSSource","lowerBound":1,"id":93,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSTarget","lowerBound":1,"id":94,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","name":"FMEngineException","instanceClass":null,"id":95,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.exceptions.IllegalCallException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.IllegalCallException","name":"IllegalCallException","instanceClass":null,"id":96,"serializable":true,"eClass":"EDataType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationProcessStep","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestrictionFunction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"respectBoundaries","lowerBound":1,"id":109,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExactlyOne","lowerBound":1,"id":110,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLowerThanUpperBound","lowerBound":1,"id":111,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":120,"many":false,"required":true,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LinkMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"apply_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSourcedAssociations","lowerBound":0,"id":131,"many":true,"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":"MultiplicityElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refers_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"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":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeConfiguration","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"nsPrefix":"cm.exceptions","nsURI":"exceptions.cm.spinefm.unice.fr","name":"exceptions","id":144,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeLinked","lowerBound":1,"id":145,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureModel","lowerBound":1,"id":146,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getLinkedConfigurationsOfDomainElement","lowerBound":0,"id":147,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompletlyLinked","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllCPS","lowerBound":1,"id":149,"many":true,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CPSRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"clonedCPS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","name":"ConfigNotFoundException","instanceClass":null,"id":163,"serializable":true,"eClass":"EDataType"},{"id":164,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationState","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociatedConfiguration","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedAssociation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":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":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConfiguration","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfigurationByName","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createConfigurationLink","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getCompatibleConfigurations","lowerBound":0,"id":195,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":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":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":201,"many":false,"required":true,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confName","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"confTarget","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","name":"InvalidAssociationException","instanceClass":null,"id":210,"serializable":true,"eClass":"EDataType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":216,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","name":"CPSNotFoundException","instanceClass":null,"id":218,"serializable":true,"eClass":"EDataType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","name":"LinkNotFoundException","instanceClass":null,"id":229,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalContext","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalContext","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextManager","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedContextInformations","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"nsPrefix":"pm.exceptions","nsURI":"exceptions.pm.spinefm.unice.fr","name":"exceptions","id":235,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"isComplete","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getState","lowerBound":1,"id":237,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addActionToDo","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"alreadyHaveAction","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfName","lowerBound":1,"id":240,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFMA","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeWithExternalCPS","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompatibleWithConfiguration","lowerBound":1,"id":244,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionsDone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actionsToDo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"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":"userConfig","changeable":true,"lowerBound":1,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":1,"id":256,"many":false,"required":true,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":1,"id":259,"many":false,"required":true,"eClass":"EParameter"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fma","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","name":"FMSpineFMAdapter","instanceClass":null,"id":265,"serializable":true,"eClass":"EDataType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":269,"many":false,"required":true,"eClass":"EParameter"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCPS","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCPSOfDE","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeExternalCPS","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"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":"CPS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"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":288,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":289,"many":false,"required":true,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":292,"many":false,"required":true,"eClass":"EParameter"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"externalCPS","lowerBound":1,"id":295,"many":false,"required":true,"eClass":"EParameter"},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propagate","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFMAdapter","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNewContext","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContextFromId","lowerBound":1,"id":310,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"linkConfigurationsAndManageContexts","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNewContextCloningCPS","lowerBound":1,"id":312,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"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":"localContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"CPS","lowerBound":1,"id":316,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":317,"many":false,"required":true,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fma","lowerBound":1,"id":323,"many":false,"required":true,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":1,"id":331,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","name":"ContextNotFoundException","instanceClass":null,"id":332,"serializable":true,"eClass":"EDataType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":336,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"confTarget","lowerBound":1,"id":337,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":338,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","name":"ContextMergingException","instanceClass":null,"id":339,"serializable":true,"eClass":"EDataType"},{"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,"unique":true,"name":"cps","lowerBound":1,"id":348,"many":false,"required":true,"eClass":"EParameter"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deletedContext","changeable":true,"lowerBound":0,"iD":false,"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":"replacedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","name":"FMNotFoundException","instanceClass":null,"id":359,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"fmengine.exceptions","nsURI":"exceptions.fmengine.spinefm.unice.fr","name":"exceptions","id":360,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSelect","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeselect","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAddCTConstraint","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionType","instanceClass":null,"id":365,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseRestFunc","lowerBound":0,"id":366,"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":367,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isIncludedIn","lowerBound":1,"id":374,"many":false,"required":true,"eClass":"EOperation"},{"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":"selectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"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":"deselectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherState","lowerBound":1,"id":380,"many":false,"required":true,"eClass":"EParameter"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInverseRule","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"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":"id","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyAction","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSameObject","lowerBound":1,"id":395,"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":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":398,"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":399,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fma","lowerBound":1,"id":400,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"confName","lowerBound":1,"id":401,"many":false,"required":true,"eClass":"EParameter"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":1,"id":406,"many":false,"required":true,"eClass":"EParameter"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"name":"AUTOMATIC","id":417,"value":0,"literal":"AUTOMATIC","eClass":"EEnumLiteral"},{"name":"MANUAL","id":418,"value":1,"literal":"MANUAL","eClass":"EEnumLiteral"},{"name":"FM","id":419,"value":2,"literal":"FM","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":0},{"source":8,"target":1},{"source":8,"target":14},{"source":8,"target":15},{"source":8,"target":16},{"source":8,"target":17},{"source":8,"target":18},{"source":8,"target":19},{"source":8,"target":20},{"source":14,"target":12},{"source":14,"target":21},{"source":14,"target":8},{"source":14,"target":22},{"source":21,"target":12},{"source":22,"target":9},{"source":22,"target":23},{"source":22,"target":14},{"source":23,"target":9},{"source":15,"target":9},{"source":15,"target":24},{"source":15,"target":8},{"source":15,"target":25},{"source":15,"target":26},{"source":15,"target":27},{"source":24,"target":9},{"source":25,"target":28},{"source":25,"target":15},{"source":27,"target":26},{"source":16,"target":8},{"source":16,"target":29},{"source":16,"target":30},{"source":16,"target":31},{"source":29,"target":32},{"source":29,"target":16},{"source":30,"target":9},{"source":30,"target":33},{"source":30,"target":16},{"source":33,"target":9},{"source":31,"target":12},{"source":31,"target":34},{"source":31,"target":16},{"source":34,"target":12},{"source":17,"target":9},{"source":17,"target":35},{"source":17,"target":8},{"source":35,"target":9},{"source":18,"target":11},{"source":18,"target":36},{"source":18,"target":8},{"source":36,"target":11},{"source":19,"target":37},{"source":19,"target":8},{"source":20,"target":38},{"source":20,"target":8},{"source":9,"target":1},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":9,"target":42},{"source":39,"target":9},{"source":39,"target":43},{"source":39,"target":9},{"source":43,"target":9},{"source":40,"target":44},{"source":40,"target":9},{"source":41,"target":45},{"source":41,"target":9},{"source":42,"target":10},{"source":42,"target":46},{"source":42,"target":9},{"source":46,"target":10},{"source":10,"target":1},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":47,"target":9},{"source":47,"target":50},{"source":47,"target":10},{"source":50,"target":9},{"source":48,"target":9},{"source":48,"target":51},{"source":48,"target":10},{"source":51,"target":9},{"source":49,"target":12},{"source":49,"target":52},{"source":49,"target":10},{"source":52,"target":12},{"source":11,"target":1},{"source":11,"target":53},{"source":53,"target":54},{"source":53,"target":11},{"source":12,"target":1},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":55,"target":12},{"source":56,"target":12},{"source":57,"target":12},{"source":58,"target":12},{"source":59,"target":12},{"source":13,"target":26},{"source":13,"target":1},{"source":26,"target":13},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":0},{"source":60,"target":2},{"source":60,"target":66},{"source":60,"target":67},{"source":60,"target":68},{"source":60,"target":69},{"source":66,"target":64},{"source":66,"target":70},{"source":66,"target":60},{"source":66,"target":71},{"source":66,"target":72},{"source":66,"target":73},{"source":70,"target":64},{"source":71,"target":74},{"source":71,"target":66},{"source":73,"target":72},{"source":67,"target":61},{"source":67,"target":75},{"source":67,"target":60},{"source":67,"target":76},{"source":67,"target":77},{"source":67,"target":78},{"source":67,"target":79},{"source":75,"target":61},{"source":76,"target":64},{"source":76,"target":80},{"source":76,"target":67},{"source":80,"target":64},{"source":77,"target":64},{"source":77,"target":81},{"source":77,"target":67},{"source":81,"target":64},{"source":79,"target":78},{"source":68,"target":64},{"source":68,"target":82},{"source":68,"target":60},{"source":82,"target":64},{"source":69,"target":61},{"source":69,"target":83},{"source":69,"target":60},{"source":83,"target":61},{"source":61,"target":2},{"source":61,"target":84},{"source":61,"target":85},{"source":61,"target":86},{"source":61,"target":87},{"source":61,"target":88},{"source":61,"target":89},{"source":61,"target":90},{"source":84,"target":91},{"source":84,"target":92},{"source":84,"target":61},{"source":84,"target":93},{"source":84,"target":94},{"source":84,"target":95},{"source":84,"target":96},{"source":84,"target":97},{"source":84,"target":98},{"source":92,"target":91},{"source":93,"target":99},{"source":93,"target":100},{"source":93,"target":84},{"source":100,"target":99},{"source":94,"target":99},{"source":94,"target":101},{"source":94,"target":84},{"source":101,"target":99},{"source":97,"target":95},{"source":98,"target":96},{"source":85,"target":61},{"source":85,"target":102},{"source":85,"target":61},{"source":102,"target":61},{"source":86,"target":103},{"source":86,"target":104},{"source":86,"target":61},{"source":104,"target":103},{"source":87,"target":63},{"source":87,"target":105},{"source":87,"target":61},{"source":105,"target":63},{"source":88,"target":63},{"source":88,"target":106},{"source":88,"target":61},{"source":106,"target":63},{"source":89,"target":107},{"source":89,"target":61},{"source":90,"target":61},{"source":90,"target":108},{"source":90,"target":61},{"source":108,"target":61},{"source":62,"target":2},{"source":62,"target":109},{"source":62,"target":110},{"source":62,"target":111},{"source":62,"target":112},{"source":62,"target":113},{"source":62,"target":114},{"source":109,"target":115},{"source":109,"target":62},{"source":109,"target":116},{"source":116,"target":117},{"source":116,"target":109},{"source":110,"target":118},{"source":110,"target":62},{"source":111,"target":119},{"source":111,"target":62},{"source":111,"target":120},{"source":120,"target":121},{"source":120,"target":111},{"source":112,"target":122},{"source":112,"target":62},{"source":113,"target":123},{"source":113,"target":62},{"source":114,"target":124},{"source":114,"target":62},{"source":63,"target":2},{"source":63,"target":125},{"source":63,"target":126},{"source":63,"target":127},{"source":125,"target":62},{"source":125,"target":128},{"source":125,"target":63},{"source":128,"target":62},{"source":126,"target":64},{"source":126,"target":129},{"source":126,"target":63},{"source":129,"target":64},{"source":127,"target":130},{"source":127,"target":63},{"source":64,"target":2},{"source":64,"target":131},{"source":64,"target":132},{"source":64,"target":133},{"source":64,"target":134},{"source":64,"target":135},{"source":131,"target":61},{"source":131,"target":136},{"source":131,"target":64},{"source":136,"target":61},{"source":132,"target":62},{"source":132,"target":137},{"source":132,"target":64},{"source":137,"target":62},{"source":133,"target":8},{"source":133,"target":138},{"source":133,"target":64},{"source":138,"target":8},{"source":134,"target":61},{"source":134,"target":139},{"source":134,"target":64},{"source":139,"target":61},{"source":135,"target":140},{"source":135,"target":64},{"source":65,"target":72},{"source":65,"target":78},{"source":65,"target":2},{"source":72,"target":65},{"source":78,"target":65},{"source":3,"target":141},{"source":3,"target":142},{"source":3,"target":143},{"source":3,"target":144},{"source":3,"target":0},{"source":141,"target":3},{"source":141,"target":145},{"source":141,"target":146},{"source":141,"target":147},{"source":141,"target":148},{"source":141,"target":149},{"source":141,"target":150},{"source":141,"target":151},{"source":141,"target":152},{"source":141,"target":153},{"source":141,"target":154},{"source":141,"target":155},{"source":141,"target":156},{"source":145,"target":157},{"source":145,"target":141},{"source":145,"target":158},{"source":158,"target":61},{"source":158,"target":159},{"source":158,"target":145},{"source":159,"target":61},{"source":146,"target":8},{"source":146,"target":160},{"source":146,"target":141},{"source":160,"target":8},{"source":147,"target":141},{"source":147,"target":161},{"source":147,"target":141},{"source":147,"target":162},{"source":147,"target":163},{"source":147,"target":164},{"source":161,"target":141},{"source":162,"target":64},{"source":162,"target":165},{"source":162,"target":147},{"source":165,"target":64},{"source":164,"target":163},{"source":148,"target":166},{"source":148,"target":141},{"source":148,"target":163},{"source":148,"target":167},{"source":167,"target":163},{"source":149,"target":99},{"source":149,"target":168},{"source":149,"target":141},{"source":168,"target":99},{"source":150,"target":99},{"source":150,"target":169},{"source":150,"target":141},{"source":150,"target":170},{"source":169,"target":99},{"source":151,"target":171},{"source":151,"target":141},{"source":152,"target":142},{"source":152,"target":172},{"source":152,"target":141},{"source":172,"target":142},{"source":153,"target":173},{"source":153,"target":174},{"source":153,"target":141},{"source":174,"target":173},{"source":154,"target":175},{"source":154,"target":141},{"source":155,"target":64},{"source":155,"target":176},{"source":155,"target":141},{"source":176,"target":64},{"source":156,"target":99},{"source":156,"target":177},{"source":156,"target":141},{"source":177,"target":99},{"source":142,"target":3},{"source":142,"target":178},{"source":142,"target":179},{"source":142,"target":180},{"source":142,"target":181},{"source":142,"target":182},{"source":178,"target":141},{"source":178,"target":183},{"source":178,"target":142},{"source":178,"target":184},{"source":178,"target":163},{"source":178,"target":185},{"source":183,"target":141},{"source":184,"target":141},{"source":184,"target":186},{"source":184,"target":178},{"source":186,"target":141},{"source":185,"target":163},{"source":179,"target":141},{"source":179,"target":187},{"source":179,"target":142},{"source":187,"target":141},{"source":180,"target":61},{"source":180,"target":188},{"source":180,"target":142},{"source":188,"target":61},{"source":181,"target":141},{"source":181,"target":189},{"source":181,"target":142},{"source":189,"target":141},{"source":182,"target":190},{"source":182,"target":142},{"source":143,"target":3},{"source":143,"target":191},{"source":143,"target":192},{"source":143,"target":193},{"source":143,"target":194},{"source":143,"target":195},{"source":143,"target":196},{"source":143,"target":197},{"source":143,"target":198},{"source":143,"target":199},{"source":191,"target":200},{"source":191,"target":143},{"source":192,"target":143},{"source":192,"target":201},{"source":201,"target":141},{"source":201,"target":202},{"source":201,"target":192},{"source":202,"target":141},{"source":193,"target":141},{"source":193,"target":203},{"source":193,"target":143},{"source":193,"target":204},{"source":193,"target":163},{"source":193,"target":205},{"source":203,"target":141},{"source":204,"target":206},{"source":204,"target":193},{"source":205,"target":163},{"source":194,"target":143},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":207,"target":141},{"source":207,"target":212},{"source":207,"target":194},{"source":212,"target":141},{"source":208,"target":141},{"source":208,"target":213},{"source":208,"target":194},{"source":213,"target":141},{"source":209,"target":61},{"source":209,"target":214},{"source":209,"target":194},{"source":214,"target":61},{"source":211,"target":210},{"source":195,"target":141},{"source":195,"target":215},{"source":195,"target":143},{"source":195,"target":216},{"source":195,"target":217},{"source":195,"target":210},{"source":195,"target":96},{"source":195,"target":95},{"source":195,"target":218},{"source":195,"target":219},{"source":195,"target":220},{"source":195,"target":221},{"source":195,"target":222},{"source":215,"target":141},{"source":216,"target":141},{"source":216,"target":223},{"source":216,"target":195},{"source":223,"target":141},{"source":217,"target":61},{"source":217,"target":224},{"source":217,"target":195},{"source":224,"target":61},{"source":219,"target":210},{"source":220,"target":96},{"source":221,"target":95},{"source":222,"target":218},{"source":196,"target":141},{"source":196,"target":225},{"source":196,"target":143},{"source":225,"target":141},{"source":197,"target":142},{"source":197,"target":226},{"source":197,"target":143},{"source":226,"target":142},{"source":198,"target":227},{"source":198,"target":143},{"source":199,"target":60},{"source":199,"target":228},{"source":199,"target":143},{"source":228,"target":60},{"source":144,"target":163},{"source":144,"target":210},{"source":144,"target":229},{"source":144,"target":3},{"source":163,"target":144},{"source":210,"target":144},{"source":229,"target":144},{"source":4,"target":99},{"source":4,"target":230},{"source":4,"target":231},{"source":4,"target":232},{"source":4,"target":233},{"source":4,"target":234},{"source":4,"target":235},{"source":4,"target":0},{"source":99,"target":4},{"source":99,"target":236},{"source":99,"target":237},{"source":99,"target":238},{"source":99,"target":239},{"source":99,"target":240},{"source":99,"target":241},{"source":99,"target":242},{"source":99,"target":243},{"source":99,"target":244},{"source":99,"target":245},{"source":99,"target":246},{"source":99,"target":247},{"source":99,"target":248},{"source":99,"target":249},{"source":99,"target":250},{"source":99,"target":170},{"source":99,"target":251},{"source":236,"target":252},{"source":236,"target":99},{"source":236,"target":95},{"source":236,"target":253},{"source":253,"target":95},{"source":237,"target":173},{"source":237,"target":254},{"source":237,"target":99},{"source":237,"target":96},{"source":237,"target":255},{"source":254,"target":173},{"source":255,"target":96},{"source":238,"target":99},{"source":238,"target":256},{"source":256,"target":91},{"source":256,"target":257},{"source":256,"target":238},{"source":257,"target":91},{"source":239,"target":258},{"source":239,"target":99},{"source":239,"target":259},{"source":239,"target":95},{"source":239,"target":260},{"source":259,"target":91},{"source":259,"target":261},{"source":259,"target":239},{"source":261,"target":91},{"source":260,"target":95},{"source":240,"target":262},{"source":240,"target":99},{"source":241,"target":99},{"source":241,"target":263},{"source":241,"target":95},{"source":241,"target":264},{"source":263,"target":265},{"source":263,"target":266},{"source":263,"target":241},{"source":266,"target":265},{"source":264,"target":95},{"source":242,"target":267},{"source":242,"target":99},{"source":242,"target":95},{"source":242,"target":268},{"source":268,"target":95},{"source":243,"target":99},{"source":243,"target":269},{"source":243,"target":95},{"source":243,"target":270},{"source":269,"target":99},{"source":269,"target":271},{"source":269,"target":243},{"source":271,"target":99},{"source":270,"target":95},{"source":244,"target":272},{"source":244,"target":99},{"source":244,"target":273},{"source":244,"target":95},{"source":244,"target":274},{"source":273,"target":141},{"source":273,"target":275},{"source":273,"target":244},{"source":275,"target":141},{"source":274,"target":95},{"source":245,"target":91},{"source":245,"target":276},{"source":245,"target":99},{"source":276,"target":91},{"source":246,"target":64},{"source":246,"target":277},{"source":246,"target":99},{"source":277,"target":64},{"source":247,"target":91},{"source":247,"target":278},{"source":247,"target":99},{"source":278,"target":91},{"source":248,"target":279},{"source":248,"target":99},{"source":249,"target":280},{"source":249,"target":99},{"source":250,"target":230},{"source":250,"target":281},{"source":250,"target":99},{"source":281,"target":230},{"source":170,"target":141},{"source":170,"target":282},{"source":170,"target":99},{"source":170,"target":150},{"source":282,"target":141},{"source":251,"target":283},{"source":251,"target":99},{"source":230,"target":4},{"source":230,"target":284},{"source":230,"target":285},{"source":230,"target":286},{"source":230,"target":287},{"source":230,"target":288},{"source":284,"target":230},{"source":284,"target":289},{"source":289,"target":99},{"source":289,"target":290},{"source":289,"target":284},{"source":290,"target":99},{"source":285,"target":99},{"source":285,"target":291},{"source":285,"target":230},{"source":285,"target":292},{"source":285,"target":218},{"source":285,"target":293},{"source":291,"target":99},{"source":292,"target":64},{"source":292,"target":294},{"source":292,"target":285},{"source":294,"target":64},{"source":293,"target":218},{"source":286,"target":230},{"source":286,"target":295},{"source":286,"target":218},{"source":286,"target":296},{"source":295,"target":99},{"source":295,"target":297},{"source":295,"target":286},{"source":297,"target":99},{"source":296,"target":218},{"source":287,"target":99},{"source":287,"target":298},{"source":287,"target":230},{"source":298,"target":99},{"source":288,"target":299},{"source":288,"target":230},{"source":231,"target":4},{"source":231,"target":230},{"source":231,"target":300},{"source":231,"target":301},{"source":300,"target":143},{"source":300,"target":302},{"source":300,"target":231},{"source":302,"target":143},{"source":301,"target":230},{"source":232,"target":4},{"source":232,"target":230},{"source":232,"target":303},{"source":232,"target":304},{"source":303,"target":141},{"source":303,"target":305},{"source":303,"target":232},{"source":305,"target":141},{"source":304,"target":230},{"source":233,"target":4},{"source":233,"target":306},{"source":233,"target":307},{"source":233,"target":308},{"source":233,"target":309},{"source":233,"target":310},{"source":233,"target":311},{"source":233,"target":312},{"source":233,"target":313},{"source":233,"target":314},{"source":233,"target":315},{"source":306,"target":233},{"source":306,"target":316},{"source":306,"target":317},{"source":306,"target":95},{"source":306,"target":96},{"source":306,"target":218},{"source":306,"target":318},{"source":306,"target":319},{"source":306,"target":320},{"source":316,"target":99},{"source":316,"target":321},{"source":316,"target":306},{"source":321,"target":99},{"source":317,"target":230},{"source":317,"target":322},{"source":317,"target":306},{"source":322,"target":230},{"source":318,"target":95},{"source":319,"target":96},{"source":320,"target":218},{"source":307,"target":233},{"source":307,"target":323},{"source":323,"target":265},{"source":323,"target":324},{"source":323,"target":307},{"source":324,"target":265},{"source":308,"target":233},{"source":308,"target":95},{"source":308,"target":218},{"source":308,"target":325},{"source":308,"target":326},{"source":325,"target":95},{"source":326,"target":218},{"source":309,"target":230},{"source":309,"target":327},{"source":309,"target":233},{"source":309,"target":95},{"source":309,"target":218},{"source":309,"target":328},{"source":309,"target":329},{"source":327,"target":230},{"source":328,"target":95},{"source":329,"target":218},{"source":310,"target":230},{"source":310,"target":330},{"source":310,"target":233},{"source":310,"target":331},{"source":310,"target":332},{"source":310,"target":333},{"source":330,"target":230},{"source":331,"target":334},{"source":331,"target":310},{"source":333,"target":332},{"source":311,"target":234},{"source":311,"target":335},{"source":311,"target":233},{"source":311,"target":336},{"source":311,"target":337},{"source":311,"target":338},{"source":311,"target":95},{"source":311,"target":210},{"source":311,"target":339},{"source":311,"target":218},{"source":311,"target":340},{"source":311,"target":341},{"source":311,"target":342},{"source":311,"target":343},{"source":335,"target":234},{"source":336,"target":141},{"source":336,"target":344},{"source":336,"target":311},{"source":344,"target":141},{"source":337,"target":141},{"source":337,"target":345},{"source":337,"target":311},{"source":345,"target":141},{"source":338,"target":61},{"source":338,"target":346},{"source":338,"target":311},{"source":346,"target":61},{"source":340,"target":95},{"source":341,"target":210},{"source":342,"target":339},{"source":343,"target":218},{"source":312,"target":230},{"source":312,"target":347},{"source":312,"target":233},{"source":312,"target":348},{"source":312,"target":95},{"source":312,"target":218},{"source":312,"target":349},{"source":312,"target":350},{"source":347,"target":230},{"source":348,"target":99},{"source":348,"target":351},{"source":348,"target":312},{"source":351,"target":99},{"source":349,"target":95},{"source":350,"target":218},{"source":313,"target":60},{"source":313,"target":352},{"source":313,"target":233},{"source":352,"target":60},{"source":314,"target":231},{"source":314,"target":353},{"source":314,"target":233},{"source":353,"target":231},{"source":315,"target":232},{"source":315,"target":354},{"source":315,"target":233},{"source":354,"target":232},{"source":234,"target":4},{"source":234,"target":355},{"source":234,"target":356},{"source":355,"target":357},{"source":355,"target":234},{"source":356,"target":230},{"source":356,"target":358},{"source":356,"target":234},{"source":358,"target":230},{"source":235,"target":332},{"source":235,"target":359},{"source":235,"target":339},{"source":235,"target":218},{"source":235,"target":4},{"source":332,"target":235},{"source":359,"target":235},{"source":339,"target":235},{"source":218,"target":235},{"source":5,"target":265},{"source":5,"target":360},{"source":5,"target":0},{"source":265,"target":5},{"source":360,"target":95},{"source":360,"target":5},{"source":95,"target":360},{"source":6,"target":96},{"source":6,"target":0},{"source":96,"target":6},{"source":7,"target":103},{"source":7,"target":173},{"source":7,"target":361},{"source":7,"target":91},{"source":7,"target":362},{"source":7,"target":363},{"source":7,"target":364},{"source":7,"target":365},{"source":7,"target":0},{"source":103,"target":7},{"source":103,"target":366},{"source":103,"target":367},{"source":103,"target":368},{"source":103,"target":369},{"source":366,"target":103},{"source":366,"target":370},{"source":366,"target":103},{"source":370,"target":103},{"source":367,"target":371},{"source":367,"target":103},{"source":368,"target":361},{"source":368,"target":372},{"source":368,"target":103},{"source":372,"target":361},{"source":369,"target":103},{"source":369,"target":373},{"source":369,"target":103},{"source":373,"target":103},{"source":173,"target":7},{"source":173,"target":374},{"source":173,"target":375},{"source":173,"target":376},{"source":173,"target":377},{"source":173,"target":378},{"source":374,"target":379},{"source":374,"target":173},{"source":374,"target":380},{"source":380,"target":173},{"source":380,"target":381},{"source":380,"target":374},{"source":381,"target":173},{"source":375,"target":9},{"source":375,"target":382},{"source":375,"target":173},{"source":382,"target":9},{"source":376,"target":9},{"source":376,"target":383},{"source":376,"target":173},{"source":383,"target":9},{"source":377,"target":8},{"source":377,"target":384},{"source":377,"target":173},{"source":384,"target":8},{"source":378,"target":385},{"source":378,"target":173},{"source":361,"target":7},{"source":361,"target":386},{"source":361,"target":387},{"source":361,"target":388},{"source":361,"target":389},{"source":386,"target":361},{"source":386,"target":390},{"source":386,"target":361},{"source":390,"target":361},{"source":387,"target":91},{"source":387,"target":391},{"source":387,"target":361},{"source":391,"target":91},{"source":388,"target":173},{"source":388,"target":392},{"source":388,"target":361},{"source":392,"target":173},{"source":389,"target":393},{"source":389,"target":361},{"source":91,"target":7},{"source":91,"target":394},{"source":91,"target":395},{"source":91,"target":396},{"source":91,"target":397},{"source":91,"target":398},{"source":91,"target":399},{"source":394,"target":91},{"source":394,"target":400},{"source":394,"target":401},{"source":394,"target":95},{"source":394,"target":402},{"source":400,"target":265},{"source":400,"target":403},{"source":400,"target":394},{"source":403,"target":265},{"source":401,"target":404},{"source":401,"target":394},{"source":402,"target":95},{"source":395,"target":405},{"source":395,"target":91},{"source":395,"target":406},{"source":406,"target":407},{"source":406,"target":395},{"source":396,"target":9},{"source":396,"target":408},{"source":396,"target":91},{"source":408,"target":9},{"source":397,"target":8},{"source":397,"target":409},{"source":397,"target":91},{"source":409,"target":8},{"source":398,"target":410},{"source":398,"target":91},{"source":399,"target":365},{"source":399,"target":411},{"source":399,"target":91},{"source":411,"target":365},{"source":362,"target":7},{"source":362,"target":91},{"source":362,"target":412},{"source":412,"target":91},{"source":363,"target":7},{"source":363,"target":91},{"source":363,"target":413},{"source":413,"target":91},{"source":364,"target":7},{"source":364,"target":91},{"source":364,"target":414},{"source":364,"target":415},{"source":414,"target":11},{"source":414,"target":416},{"source":414,"target":364},{"source":416,"target":11},{"source":415,"target":91},{"source":365,"target":7},{"source":365,"target":417},{"source":365,"target":418},{"source":365,"target":419},{"source":417,"target":365},{"source":418,"target":365},{"source":419,"target":365}],"multigraph":true}
ecore
publication
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/research19.ecore
research19 PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs progress authors keywords citedBy state Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions behaviorView Named name Counted id Labelled lname Skill description Position parent description Phase name Keyword word kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper PublicationStatus machineVariables pubStates label StateMachineVariable StateMachineObject label Transition guardLabel guardExpression t_actions source target State id transitions s_actions kind name Action actionLabel actionStatement next StateType initial Initial ongoing Normal final Final
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="research19" nsURI="http://research19" nsPrefix="_research19"> <eAnnotations source="diastyle.node.dashedred"> <details key="background=red"/> <details key="line=dash"/> <details key="font=courier"/> <details key="fontstyle=italic"/> <details key="fontcolor=green"/> <details key="fontsize=20"/> <details key="align=center"/> <details key="layout=free"/> <details key="size=100,100"/> </eAnnotations> <eAnnotations source="diastyle.node.green"> <details key="parent=dashedred"/> <details key="background=green"/> <details key="shape = rounded"/> <details key="figure=diamond"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=2"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=e1"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue23"> <details key="parent=blue"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.bluenode"> <details key="parent=green"/> <details key="background=lightblue"/> <details key="figure=bluediamond"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow3"> <details key="parent=green3"/> <details key="background=yellow"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=black"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.blue22"> <details key="parent=green"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.yellownode"> <details key="parent=dashedred"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.bluecompartment"> <details key="background=blue"/> </eAnnotations> <eAnnotations source="diastyle.partition.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.yellow2"> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.partition.blue2"> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.edge.black"> <details key="background=black"/> </eAnnotations> <eAnnotations source="diastyle.node.green2"> <details key="parent=green"/> </eAnnotations> <eAnnotations source="diastyle.edge.green33"> <details key="parent=green3"/> </eAnnotations> <eAnnotations source="diastyle.edge.e10"> <details key="background=lightgreen"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=phases"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//Phase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="lnk=collaborations"/> <details key="ref=res_position"/> <details key="cref=skills"/> <details key="style=green"/> <details key="style.lnk.reviews=foobar"/> <details key="style.cref.skills=yellow2"/> <details key="style.ref.res_position=e1"/> <details key="style.lnk.writes=black"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1" eType="#//Write" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//Review" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1" eType="#//Skill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1" eType="#//Collaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" value=""/> <details key="style=bluenode"/> <details key="style.kref.paragraphs=lightgray"/> <details key="ref=state"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> <details key="kref=reviews" value=""/> <details key="style.kref.reviews=bluecompartment"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//ReviewNote" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="label=percent"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> <details key="style=e10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper" eOpposite="#//Paper/progress"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=timeSpent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:vwpublicationstructure"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="style.kref.papers=blue2"/> <details key="style.kref.researchers=yellow2"/> <details key="style=dashedred"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1" eType="#//Researcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1" eType="#//Paper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviorView" eType="#//PublicationStatus" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> <details key="style=green2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> <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="Phase"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=green2"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> <details key="kref=allkeywords"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=vwpublicationstructure"/> <details key="ltrg=keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStatus"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=pubStates"/> <details key="label=label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="machineVariables" upperBound="-1" eType="#//StateMachineVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pubStates" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineVariable"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachineObject" abstract="true"> <eAnnotations source="diagraph"> <details key="label=label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//StateMachineObject"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=State.transitions"/> <details key="lsrc=source"/> <details key="ltrg=target"/> <details key="label=guardExpression"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateMachineObject"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=s_actions"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="s_actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//StateType"/> <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="Action"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=actionStatement"/> <details key="cont=State.s_actions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateType"> <eLiterals name="initial" literal="Initial"/> <eLiterals name="ongoing" value="1" literal="Normal"/> <eLiterals name="final" value="2" literal="Final"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_research19","nsURI":"http://research19","name":"research19","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStatus","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineObject","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":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":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","changeable":true,"lowerBound":0,"iD":false,"id":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":"writes","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":"reviews","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":"res_papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"skills","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":"res_position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collaborations","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","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":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"percent","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"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":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","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":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lname","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"word","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"machineVariables","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":"pubStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardLabel","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":"guardExpression","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"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":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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","changeable":true,"lowerBound":0,"iD":false,"id":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":"actionStatement","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"initial","id":173,"value":0,"literal":"Initial","eClass":"EEnumLiteral"},{"name":"ongoing","id":174,"value":1,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"final","id":175,"value":2,"literal":"Final","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":33},{"source":29,"target":1},{"source":30,"target":16},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":16},{"source":31,"target":11},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":35,"target":43},{"source":35,"target":2},{"source":36,"target":44},{"source":36,"target":2},{"source":37,"target":7},{"source":37,"target":45},{"source":37,"target":2},{"source":45,"target":7},{"source":38,"target":8},{"source":38,"target":46},{"source":38,"target":2},{"source":46,"target":8},{"source":39,"target":3},{"source":39,"target":47},{"source":39,"target":2},{"source":39,"target":48},{"source":47,"target":3},{"source":40,"target":14},{"source":40,"target":49},{"source":40,"target":2},{"source":49,"target":14},{"source":41,"target":15},{"source":41,"target":50},{"source":41,"target":2},{"source":50,"target":15},{"source":42,"target":20},{"source":42,"target":51},{"source":42,"target":2},{"source":51,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":48},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":52,"target":4},{"source":52,"target":58},{"source":52,"target":3},{"source":58,"target":4},{"source":53,"target":6},{"source":53,"target":59},{"source":53,"target":3},{"source":53,"target":60},{"source":59,"target":6},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":3},{"source":48,"target":39},{"source":61,"target":2},{"source":54,"target":19},{"source":54,"target":62},{"source":54,"target":3},{"source":62,"target":19},{"source":55,"target":3},{"source":55,"target":63},{"source":55,"target":3},{"source":63,"target":3},{"source":56,"target":25},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":25},{"source":57,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":65,"target":5},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":5},{"source":66,"target":70},{"source":66,"target":4},{"source":67,"target":12},{"source":68,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":73},{"source":71,"target":5},{"source":72,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":74},{"source":6,"target":60},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":6},{"source":77,"target":1},{"source":60,"target":3},{"source":60,"target":78},{"source":60,"target":6},{"source":60,"target":53},{"source":78,"target":3},{"source":75,"target":79},{"source":75,"target":6},{"source":76,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":80,"target":4},{"source":80,"target":83},{"source":80,"target":7},{"source":83,"target":4},{"source":81,"target":84},{"source":81,"target":7},{"source":82,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":85,"target":5},{"source":85,"target":88},{"source":85,"target":8},{"source":88,"target":5},{"source":86,"target":89},{"source":86,"target":8},{"source":87,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":90,"target":2},{"source":90,"target":94},{"source":90,"target":9},{"source":94,"target":2},{"source":91,"target":3},{"source":91,"target":95},{"source":91,"target":9},{"source":95,"target":3},{"source":92,"target":18},{"source":92,"target":96},{"source":92,"target":9},{"source":96,"target":18},{"source":93,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":1},{"source":97,"target":102},{"source":97,"target":10},{"source":102,"target":1},{"source":98,"target":9},{"source":98,"target":103},{"source":98,"target":10},{"source":103,"target":9},{"source":99,"target":15},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":15},{"source":100,"target":21},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":21},{"source":101,"target":11},{"source":11,"target":0},{"source":11,"target":106},{"source":106,"target":107},{"source":106,"target":11},{"source":12,"target":0},{"source":12,"target":108},{"source":108,"target":109},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":110},{"source":110,"target":111},{"source":110,"target":13},{"source":14,"target":0},{"source":14,"target":112},{"source":112,"target":113},{"source":112,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":114,"target":15},{"source":114,"target":117},{"source":114,"target":15},{"source":117,"target":15},{"source":115,"target":118},{"source":115,"target":15},{"source":116,"target":11},{"source":16,"target":0},{"source":16,"target":119},{"source":119,"target":120},{"source":119,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":121,"target":124},{"source":121,"target":17},{"source":122,"target":3},{"source":122,"target":125},{"source":122,"target":17},{"source":125,"target":3},{"source":123,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":17},{"source":126,"target":128},{"source":126,"target":18},{"source":128,"target":17},{"source":127,"target":11},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":131},{"source":129,"target":19},{"source":130,"target":17},{"source":130,"target":132},{"source":130,"target":19},{"source":132,"target":17},{"source":20,"target":0},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":135},{"source":133,"target":20},{"source":134,"target":3},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":3},{"source":21,"target":0},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":137,"target":22},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":22},{"source":138,"target":25},{"source":138,"target":141},{"source":138,"target":21},{"source":141,"target":25},{"source":139,"target":142},{"source":139,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":143},{"source":143,"target":144},{"source":143,"target":23},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":145,"target":151},{"source":145,"target":24},{"source":146,"target":152},{"source":146,"target":24},{"source":147,"target":26},{"source":147,"target":153},{"source":147,"target":24},{"source":153,"target":26},{"source":148,"target":25},{"source":148,"target":154},{"source":148,"target":24},{"source":154,"target":25},{"source":149,"target":25},{"source":149,"target":155},{"source":149,"target":24},{"source":155,"target":25},{"source":150,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":156},{"source":25,"target":157},{"source":25,"target":158},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":156,"target":162},{"source":156,"target":25},{"source":157,"target":24},{"source":157,"target":163},{"source":157,"target":25},{"source":163,"target":24},{"source":158,"target":26},{"source":158,"target":164},{"source":158,"target":25},{"source":164,"target":26},{"source":159,"target":27},{"source":159,"target":165},{"source":159,"target":25},{"source":165,"target":27},{"source":160,"target":166},{"source":160,"target":25},{"source":161,"target":23},{"source":26,"target":0},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":167,"target":170},{"source":167,"target":26},{"source":168,"target":171},{"source":168,"target":26},{"source":169,"target":26},{"source":169,"target":172},{"source":169,"target":26},{"source":172,"target":26},{"source":27,"target":0},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":173,"target":27},{"source":174,"target":27},{"source":175,"target":27}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/gomezabajo/Wodel/wodel.models/models/MutatorEnvironment.ecore
mutatorenvironment MutatorEnvironment definition commands load blocks constraints Definition metamodel Library Program output num source description exhaustive false resources ObjectEmitter type name types Mutator min max fixed CompositeMutator commands Load file CreateObjectMutator container attributes references ObSelectionStrategy refType expression resource refRefType refRefRefType RandomSelection RandomTypeSelection SpecificObjectSelection objSel AttributeScalar value AttributeType operator BooleanType SpecificBooleanType value RandomBooleanType allowsNull StringType SpecificStringType value RandomStringType min max allowsNull IntegerType SpecificIntegerType value RandomIntegerType min max allowsNull DoubleType SpecificDoubleType value RandomDoubleType min max allowsNull ModifySourceReferenceMutator refType source newSource SpecificSelection SpecificReferenceSelection objSel ModifyTargetReferenceMutator refType source newTarget CreateReferenceMutator source target refType RemoveObjectMutator object container RemoveReferenceMutator ModifyInformationMutator object attributes references UpperStringType value LowerStringType value ListStringType value CatStartStringType value CatEndStringType value AttributeUnset AttributeSet attribute AttributeSwap object ReplaceStringType oldstring newstring AttributeCopy object RemoveRandomReferenceMutator refType RemoveSpecificReferenceMutator refType container CompleteSelection CompleteTypeSelection RemoveCompleteReferenceMutator refType Source path OtherSelection OtherTypeSelection SelectObjectMutator container object AttributeEvaluation name value AttributeReverse ReferenceSet reference object ReferenceInit ReferenceAtt attribute value ReferenceEvaluation name refName refRefName operator value refType attName attValue container false Expression first operator second ReferenceSwap Evaluation LogicOperator and and or or Operator equals equals different different in in is is not not gt gt gte gte lt lt lte lte BinaryOperator type Block name commands from repeat min max fixed description Constraint id type expressions rules Repeat yes yes no no RandomType CloneObjectMutator contents false object container refType attributes references ListType value ObjectAttributeType objSel attribute operator AttributeEvaluationType MinValueType attribute MaxValueType attribute NumberType AttributeOperation operator value ArithmeticOperator add add subtract subtract multiply multiply divide divide module module RandomNumberType object max RandomDoubleNumberType min RandomIntegerNumberType min SpecificClosureSelection objSel SelectSampleMutator object clause features SampleClause equals equals distinct distinct ReferenceAdd ReferenceRemove RetypeObjectMutator object container refType attributes references TypedSelection RandomStringNumberType min max allowsNull Resource name path miniOCL RootCS packages contraints PackageCS name packages classes ClassCS name extends properties operations PropertyCS name typeRef OperationCS name params resultRef body ParameterCS name typeRef ConstraintCS typeRef invariants InvariantCS exp ExpCS LogicExpCS left op right CallExpCS source navExp PrimaryExpCS NavigationExpCS NameExpCS expName roundedBrackets callExp LoopExpCS itVar logicOp exp CollectExpCS IteratorVarCS itName itType IterateExpCS accVar AccVarCS accVarName accType accInitExp RoundedBracketClauseCS args LiteralExpCS IntLiteralExpCS intSymbol StringLiteralExpCS stringSymbol BooleanLiteralExpCS PathNameCS path PathCS PathVariableCS varName PathElementCS pathName BooleanExpCS boolSymbol ExistsExpCS accVars NavigationNameExpCS expName roundedBrackets callExp NavigationPathNameCS path NavigationPathCS NavigationPathVariableCS varName NavigationPathElementCS pathName ForAllExpCS accVars
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mutatorenvironment" nsURI="http://mutatorenvironment/1.0" nsPrefix="mutatorenvironment"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MutatorEnvironment"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//Definition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Mutator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="load" upperBound="-1" eType="#//Load" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Definition"/> <eClassifiers xsi:type="ecore:EClass" name="Program" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="num" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Source" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exhaustive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectEmitter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mutator" abstract="true" eSuperTypes="#//ObjectEmitter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" ordered="false" upperBound="-1" eType="#//Mutator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Load"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//ReferenceSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObSelectionStrategy" abstract="true" eSuperTypes="#//ObjectEmitter"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refRefType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refRefRefType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomSelection" abstract="true" eSuperTypes="#//ObSelectionStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="RandomTypeSelection" eSuperTypes="#//RandomSelection"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificObjectSelection" eSuperTypes="#//SpecificSelection"> <eStructuralFeatures xsi:type="ecore:EReference" name="objSel" lowerBound="1" eType="#//ObjectEmitter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeScalar" eSuperTypes="#//AttributeSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AttributeType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeType" abstract="true" eSuperTypes="#//AttributeEvaluationType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//Operator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" abstract="true" eSuperTypes="#//AttributeType"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificBooleanType" eSuperTypes="#//BooleanType"> <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="RandomBooleanType" eSuperTypes="#//BooleanType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringType" abstract="true" eSuperTypes="#//AttributeType"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificStringType" eSuperTypes="#//StringType"> <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="RandomStringType" eSuperTypes="#//StringType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" abstract="true" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificIntegerType" eSuperTypes="#//IntegerType"> <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="RandomIntegerType" eSuperTypes="#//IntegerType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleType" abstract="true" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificDoubleType" eSuperTypes="#//DoubleType"> <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="RandomDoubleType" eSuperTypes="#//DoubleType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifySourceReferenceMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newSource" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificSelection" abstract="true" eSuperTypes="#//ObSelectionStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificReferenceSelection" eSuperTypes="#//SpecificSelection"> <eStructuralFeatures xsi:type="ecore:EReference" name="objSel" lowerBound="1" eType="#//ObjectEmitter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifyTargetReferenceMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newTarget" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateReferenceMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveObjectMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveReferenceMutator" abstract="true" eSuperTypes="#//Mutator"/> <eClassifiers xsi:type="ecore:EClass" name="ModifyInformationMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//ReferenceSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpperStringType" eSuperTypes="#//StringType"> <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="LowerStringType" eSuperTypes="#//StringType"> <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="ListStringType" eSuperTypes="#//AttributeType"> <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="CatStartStringType" eSuperTypes="#//StringType"> <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="CatEndStringType" eSuperTypes="#//StringType"> <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="AttributeUnset" eSuperTypes="#//AttributeSet"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeSwap" eSuperTypes="#//AttributeSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplaceStringType" eSuperTypes="#//StringType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldstring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newstring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCopy" eSuperTypes="#//AttributeSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveRandomReferenceMutator" eSuperTypes="#//RemoveReferenceMutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveSpecificReferenceMutator" eSuperTypes="#//RemoveReferenceMutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteSelection" eSuperTypes="#//ObSelectionStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="CompleteTypeSelection" eSuperTypes="#//CompleteSelection"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveCompleteReferenceMutator" eSuperTypes="#//RemoveReferenceMutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source"> <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="OtherSelection" eSuperTypes="#//ObSelectionStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="OtherTypeSelection" eSuperTypes="#//OtherSelection"/> <eClassifiers xsi:type="ecore:EClass" name="SelectObjectMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeEvaluation" eSuperTypes="#//Evaluation"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AttributeEvaluationType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeReverse" eSuperTypes="#//AttributeSet"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceInit" eSuperTypes="#//ReferenceSet"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceAtt" eSuperTypes="#//ReferenceSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AttributeType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceEvaluation" eSuperTypes="#//Evaluation"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refRefName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attValue" eType="#//AttributeEvaluationType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//Evaluation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" upperBound="-1" eType="#//BinaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" upperBound="-1" eType="#//Evaluation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceSwap" eSuperTypes="#//ReferenceSet"/> <eClassifiers xsi:type="ecore:EClass" name="Evaluation" abstract="true"/> <eClassifiers xsi:type="ecore:EEnum" name="LogicOperator"> <eLiterals name="and"/> <eLiterals name="or" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="equals"/> <eLiterals name="different" value="1"/> <eLiterals name="in" value="2"/> <eLiterals name="is" value="3"/> <eLiterals name="not" value="4"/> <eLiterals name="gt" value="5" literal="gt"/> <eLiterals name="gte" value="6" literal="gte"/> <eLiterals name="lt" value="7" literal="lt"/> <eLiterals name="lte" value="7" literal="lte"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//LogicOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Mutator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//Block"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" lowerBound="1" eType="#//Repeat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" upperBound="-1" eType="#//miniOCL/InvariantCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rules" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Repeat"> <eLiterals name="yes"/> <eLiterals name="no" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomType" eSuperTypes="#//AttributeType"/> <eClassifiers xsi:type="ecore:EClass" name="CloneObjectMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ListType"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//ReferenceSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//AttributeType"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectAttributeType" eSuperTypes="#//AttributeEvaluationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="objSel" lowerBound="1" eType="#//ObjectEmitter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//Operator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeEvaluationType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MinValueType" eSuperTypes="#//NumberType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaxValueType" eSuperTypes="#//NumberType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberType" abstract="true" eSuperTypes="#//AttributeType"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation" eSuperTypes="#//AttributeSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ArithmeticOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//AttributeEvaluationType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator"> <eLiterals name="add"/> <eLiterals name="subtract" value="1"/> <eLiterals name="multiply" value="2"/> <eLiterals name="divide" value="3"/> <eLiterals name="module" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomNumberType" abstract="true" eSuperTypes="#//NumberType"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="max" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomDoubleNumberType" eSuperTypes="#//RandomNumberType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomIntegerNumberType" eSuperTypes="#//RandomNumberType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="SpecificClosureSelection"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificClosureSelection" eSuperTypes="#//SpecificSelection"> <eStructuralFeatures xsi:type="ecore:EReference" name="objSel" lowerBound="1" eType="#//ObjectEmitter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectSampleMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clause" eType="#//SampleClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SampleClause"> <eLiterals name="equals"/> <eLiterals name="distinct" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceAdd" eSuperTypes="#//ReferenceSet"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceRemove" eSuperTypes="#//ReferenceSet"/> <eClassifiers xsi:type="ecore:EClass" name="RetypeObjectMutator" eSuperTypes="#//Mutator"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ObSelectionStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//ReferenceSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedSelection" eSuperTypes="#//ObSelectionStrategy"/> <eClassifiers xsi:type="ecore:EClass" name="RandomStringNumberType" eSuperTypes="#//StringType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowsNull" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Source" containment="true"/> </eClassifiers> <eSubpackages name="miniOCL" nsURI="http://www.ac.uk/york/cs/miniocl/MiniOCLCS" nsPrefix="miniOCL"> <eClassifiers xsi:type="ecore:EClass" name="RootCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//miniOCL/PackageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contraints" upperBound="-1" eType="#//miniOCL/ConstraintCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//miniOCL/PackageCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//miniOCL/ClassCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//miniOCL/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//miniOCL/PropertyCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//miniOCL/OperationCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//miniOCL/PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//miniOCL/ParameterCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultRef" eType="#//miniOCL/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//miniOCL/ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//miniOCL/PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//miniOCL/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1" eType="#//miniOCL/InvariantCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvariantCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//miniOCL/ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="LogicExpCS" eSuperTypes="#//miniOCL/ExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//miniOCL/LogicExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//miniOCL/CallExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpCS" eSuperTypes="#//miniOCL/LogicExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//miniOCL/CallExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navExp" eType="#//miniOCL/NavigationExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpCS" eSuperTypes="#//miniOCL/CallExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NavigationExpCS" eSuperTypes="#//miniOCL/PrimaryExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="NameExpCS" eSuperTypes="#//miniOCL/NavigationExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expName" eType="#//miniOCL/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roundedBrackets" eType="#//miniOCL/RoundedBracketClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callExp" eType="#//miniOCL/CallExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExpCS" eSuperTypes="#//miniOCL/NavigationExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="itVar" eType="#//miniOCL/IteratorVarCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="logicOp" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//miniOCL/ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectExpCS" eSuperTypes="#//miniOCL/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IteratorVarCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itType" eType="#//miniOCL/PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExpCS" eSuperTypes="#//miniOCL/LoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="accVar" eType="#//miniOCL/AccVarCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccVarCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accVarName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accType" eType="#//miniOCL/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accInitExp" eType="#//miniOCL/ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedBracketClauseCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//miniOCL/ExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" eSuperTypes="#//miniOCL/PrimaryExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteralExpCS" eSuperTypes="#//miniOCL/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//miniOCL/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//miniOCL/LiteralExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="PathNameCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#//miniOCL/PathCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathCS"/> <eClassifiers xsi:type="ecore:EClass" name="PathVariableCS" eSuperTypes="#//miniOCL/PathCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathElementCS" eSuperTypes="#//miniOCL/PathCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpCS" eSuperTypes="#//miniOCL/BooleanLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ExistsExpCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistsExpCS" eSuperTypes="#//miniOCL/LoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="accVars" upperBound="-1" eType="#//miniOCL/AccVarCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationNameExpCS" eSuperTypes="#//miniOCL/NavigationExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expName" eType="#//miniOCL/NavigationPathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roundedBrackets" eType="#//miniOCL/RoundedBracketClauseCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callExp" eType="#//miniOCL/CallExpCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationPathNameCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" upperBound="-1" eType="#//miniOCL/NavigationPathCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationPathCS"/> <eClassifiers xsi:type="ecore:EClass" name="NavigationPathVariableCS" eSuperTypes="#//miniOCL/NavigationPathCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationPathElementCS" eSuperTypes="#//miniOCL/NavigationPathCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForAllExpCS" eSuperTypes="#//miniOCL/LoopExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="accVars" upperBound="-1" eType="#//miniOCL/AccVarCS" containment="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mutatorenvironment","nsURI":"http://mutatorenvironment/1.0","name":"mutatorenvironment","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MutatorEnvironment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectEmitter","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutator","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMutator","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Load","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectMutator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObSelectionStrategy","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomSelection","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomTypeSelection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificObjectSelection","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeScalar","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificBooleanType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomBooleanType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificStringType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomStringType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIntegerType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomIntegerType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificDoubleType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomDoubleType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifySourceReferenceMutator","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelection","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificReferenceSelection","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyTargetReferenceMutator","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateReferenceMutator","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveObjectMutator","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveReferenceMutator","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyInformationMutator","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpperStringType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LowerStringType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListStringType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatStartStringType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatEndStringType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeUnset","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSet","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSwap","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplaceStringType","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCopy","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveRandomReferenceMutator","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveSpecificReferenceMutator","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteSelection","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteTypeSelection","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveCompleteReferenceMutator","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSelection","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherTypeSelection","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectObjectMutator","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeEvaluation","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeReverse","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceSet","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceInit","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAtt","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceEvaluation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceSwap","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicOperator","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomType","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloneObjectMutator","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAttributeType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeEvaluationType","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinValueType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxValueType","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomNumberType","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomDoubleNumberType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomIntegerNumberType","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificClosureSelection","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSampleMutator","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SampleClause","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAdd","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceRemove","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RetypeObjectMutator","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedSelection","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomStringNumberType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"nsPrefix":"miniOCL","nsURI":"http://www.ac.uk/york/cs/miniocl/MiniOCLCS","name":"miniOCL","id":92,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"commands","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":"load","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"num","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"exhaustive","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","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":"attributes","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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"resource","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refRefType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refRefRefType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objSel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allowsNull","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":178,"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":"allowsNull","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"},{"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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"allowsNull","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"min","changeable":true,"lowerBound":1,"iD":false,"id":199,"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":"max","changeable":true,"lowerBound":1,"iD":false,"id":200,"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":"allowsNull","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"newSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objSel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"newTarget","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":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":"container","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldstring","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newstring","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"container":false,"ordered":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":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":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":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"refRefName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"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":"container","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"name":"and","id":337,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":338,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"equals","id":339,"value":0,"literal":"equals","eClass":"EEnumLiteral"},{"name":"different","id":340,"value":1,"literal":"different","eClass":"EEnumLiteral"},{"name":"in","id":341,"value":2,"literal":"in","eClass":"EEnumLiteral"},{"name":"is","id":342,"value":3,"literal":"is","eClass":"EEnumLiteral"},{"name":"not","id":343,"value":4,"literal":"not","eClass":"EEnumLiteral"},{"name":"gt","id":344,"value":5,"literal":"gt","eClass":"EEnumLiteral"},{"name":"gte","id":345,"value":6,"literal":"gte","eClass":"EEnumLiteral"},{"name":"lt","id":346,"value":7,"literal":"lt","eClass":"EEnumLiteral"},{"name":"lte","id":347,"value":7,"literal":"lte","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":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":352,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"repeat","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"container":false,"ordered":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":367,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"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":"rules","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvariantCS","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"name":"yes","id":375,"value":0,"literal":"yes","eClass":"EEnumLiteral"},{"name":"no","id":376,"value":1,"literal":"no","eClass":"EEnumLiteral"},{"id":377,"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":"contents","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objSel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"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":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"name":"add","id":413,"value":0,"literal":"add","eClass":"EEnumLiteral"},{"name":"subtract","id":414,"value":1,"literal":"subtract","eClass":"EEnumLiteral"},{"name":"multiply","id":415,"value":2,"literal":"multiply","eClass":"EEnumLiteral"},{"name":"divide","id":416,"value":3,"literal":"divide","eClass":"EEnumLiteral"},{"name":"module","id":417,"value":4,"literal":"module","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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"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":"min","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objSel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"name":"equals","id":439,"value":0,"literal":"equals","eClass":"EEnumLiteral"},{"name":"distinct","id":440,"value":1,"literal":"distinct","eClass":"EEnumLiteral"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":456,"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":"allowsNull","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"container":false,"ordered":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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootCS","instanceClass":null,"abstract":false,"id":467,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageCS","instanceClass":null,"abstract":false,"id":468,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassCS","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCS","instanceClass":null,"abstract":false,"id":470,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":471,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCS","instanceClass":null,"abstract":false,"id":472,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintCS","instanceClass":null,"abstract":false,"id":473,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpCS","instanceClass":null,"abstract":false,"id":474,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicExpCS","instanceClass":null,"abstract":false,"id":475,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":false,"id":476,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpCS","instanceClass":null,"abstract":false,"id":477,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationExpCS","instanceClass":null,"abstract":false,"id":478,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpCS","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExpCS","instanceClass":null,"abstract":false,"id":480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectExpCS","instanceClass":null,"abstract":false,"id":481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorVarCS","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExpCS","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccVarCS","instanceClass":null,"abstract":false,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedBracketClauseCS","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteralExpCS","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathCS","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathVariableCS","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElementCS","instanceClass":null,"abstract":false,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpCS","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsExpCS","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationNameExpCS","instanceClass":null,"abstract":false,"id":496,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationPathNameCS","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationPathCS","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationPathVariableCS","instanceClass":null,"abstract":false,"id":499,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationPathElementCS","instanceClass":null,"abstract":false,"id":500,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllExpCS","instanceClass":null,"abstract":false,"id":501,"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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"extends","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":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":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"invariants","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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":543,"derived":false},{"container":false,"ordered":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":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roundedBrackets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"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":"itVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"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":"logicOp","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itName","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accVarName","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accInitExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"container":false,"ordered":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":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"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":"intSymbol","changeable":true,"lowerBound":0,"iD":false,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"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":"boolSymbol","changeable":true,"lowerBound":0,"iD":false,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accVars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roundedBrackets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"derived":false},{"id":616,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accVars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":1,"target":0},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":93,"target":2},{"source":93,"target":98},{"source":93,"target":1},{"source":98,"target":2},{"source":94,"target":6},{"source":94,"target":99},{"source":94,"target":1},{"source":99,"target":6},{"source":95,"target":8},{"source":95,"target":100},{"source":95,"target":1},{"source":100,"target":8},{"source":96,"target":67},{"source":96,"target":101},{"source":96,"target":1},{"source":101,"target":67},{"source":97,"target":68},{"source":97,"target":102},{"source":97,"target":1},{"source":102,"target":68},{"source":2,"target":0},{"source":2,"target":103},{"source":103,"target":104},{"source":103,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":105},{"source":105,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":106,"target":113},{"source":106,"target":4},{"source":107,"target":114},{"source":107,"target":4},{"source":108,"target":51},{"source":108,"target":115},{"source":108,"target":4},{"source":115,"target":51},{"source":109,"target":116},{"source":109,"target":4},{"source":110,"target":117},{"source":110,"target":4},{"source":111,"target":91},{"source":111,"target":118},{"source":111,"target":4},{"source":118,"target":91},{"source":112,"target":2},{"source":5,"target":0},{"source":5,"target":119},{"source":5,"target":120},{"source":5,"target":121},{"source":119,"target":122},{"source":119,"target":5},{"source":120,"target":123},{"source":120,"target":5},{"source":121,"target":124},{"source":121,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":125,"target":129},{"source":125,"target":6},{"source":126,"target":130},{"source":126,"target":6},{"source":127,"target":131},{"source":127,"target":6},{"source":128,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":132},{"source":7,"target":133},{"source":132,"target":6},{"source":132,"target":134},{"source":132,"target":7},{"source":134,"target":6},{"source":133,"target":6},{"source":8,"target":0},{"source":8,"target":135},{"source":135,"target":136},{"source":135,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":137,"target":10},{"source":137,"target":141},{"source":137,"target":9},{"source":141,"target":10},{"source":138,"target":42},{"source":138,"target":142},{"source":138,"target":9},{"source":142,"target":42},{"source":139,"target":57},{"source":139,"target":143},{"source":139,"target":9},{"source":143,"target":57},{"source":140,"target":6},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":144,"target":150},{"source":144,"target":10},{"source":145,"target":61},{"source":145,"target":151},{"source":145,"target":10},{"source":151,"target":61},{"source":146,"target":152},{"source":146,"target":10},{"source":147,"target":153},{"source":147,"target":10},{"source":148,"target":154},{"source":148,"target":10},{"source":149,"target":5},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":155},{"source":155,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":156},{"source":156,"target":11},{"source":13,"target":0},{"source":13,"target":29},{"source":13,"target":157},{"source":13,"target":158},{"source":157,"target":5},{"source":157,"target":159},{"source":157,"target":13},{"source":159,"target":5},{"source":158,"target":29},{"source":14,"target":0},{"source":14,"target":42},{"source":14,"target":160},{"source":14,"target":161},{"source":160,"target":15},{"source":160,"target":162},{"source":160,"target":14},{"source":162,"target":15},{"source":161,"target":42},{"source":15,"target":0},{"source":15,"target":74},{"source":15,"target":163},{"source":15,"target":164},{"source":163,"target":65},{"source":163,"target":165},{"source":163,"target":15},{"source":165,"target":65},{"source":164,"target":74},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":166},{"source":166,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":167},{"source":17,"target":168},{"source":167,"target":169},{"source":167,"target":17},{"source":168,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":170},{"source":18,"target":171},{"source":170,"target":172},{"source":170,"target":18},{"source":171,"target":16},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":173},{"source":173,"target":15},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":174},{"source":20,"target":175},{"source":174,"target":176},{"source":174,"target":20},{"source":175,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":177},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":177,"target":181},{"source":177,"target":21},{"source":178,"target":182},{"source":178,"target":21},{"source":179,"target":183},{"source":179,"target":21},{"source":180,"target":19},{"source":22,"target":0},{"source":22,"target":77},{"source":22,"target":184},{"source":184,"target":77},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":185},{"source":23,"target":186},{"source":185,"target":187},{"source":185,"target":23},{"source":186,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":188},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":188,"target":192},{"source":188,"target":24},{"source":189,"target":193},{"source":189,"target":24},{"source":190,"target":194},{"source":190,"target":24},{"source":191,"target":22},{"source":25,"target":0},{"source":25,"target":77},{"source":25,"target":195},{"source":195,"target":77},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":196},{"source":26,"target":197},{"source":196,"target":198},{"source":196,"target":26},{"source":197,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":199},{"source":27,"target":200},{"source":27,"target":201},{"source":27,"target":202},{"source":199,"target":203},{"source":199,"target":27},{"source":200,"target":204},{"source":200,"target":27},{"source":201,"target":205},{"source":201,"target":27},{"source":202,"target":25},{"source":28,"target":0},{"source":28,"target":6},{"source":28,"target":206},{"source":28,"target":207},{"source":28,"target":208},{"source":28,"target":209},{"source":206,"target":210},{"source":206,"target":28},{"source":207,"target":10},{"source":207,"target":211},{"source":207,"target":28},{"source":211,"target":10},{"source":208,"target":10},{"source":208,"target":212},{"source":208,"target":28},{"source":212,"target":10},{"source":209,"target":6},{"source":29,"target":0},{"source":29,"target":10},{"source":29,"target":213},{"source":213,"target":10},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":214},{"source":30,"target":215},{"source":214,"target":5},{"source":214,"target":216},{"source":214,"target":30},{"source":216,"target":5},{"source":215,"target":29},{"source":31,"target":0},{"source":31,"target":6},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":217,"target":221},{"source":217,"target":31},{"source":218,"target":10},{"source":218,"target":222},{"source":218,"target":31},{"source":222,"target":10},{"source":219,"target":10},{"source":219,"target":223},{"source":219,"target":31},{"source":223,"target":10},{"source":220,"target":6},{"source":32,"target":0},{"source":32,"target":6},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":224,"target":10},{"source":224,"target":228},{"source":224,"target":32},{"source":228,"target":10},{"source":225,"target":10},{"source":225,"target":229},{"source":225,"target":32},{"source":229,"target":10},{"source":226,"target":230},{"source":226,"target":32},{"source":227,"target":6},{"source":33,"target":0},{"source":33,"target":6},{"source":33,"target":231},{"source":33,"target":232},{"source":33,"target":233},{"source":231,"target":10},{"source":231,"target":234},{"source":231,"target":33},{"source":234,"target":10},{"source":232,"target":10},{"source":232,"target":235},{"source":232,"target":33},{"source":235,"target":10},{"source":233,"target":6},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":236},{"source":236,"target":6},{"source":35,"target":0},{"source":35,"target":6},{"source":35,"target":237},{"source":35,"target":238},{"source":35,"target":239},{"source":35,"target":240},{"source":237,"target":10},{"source":237,"target":241},{"source":237,"target":35},{"source":241,"target":10},{"source":238,"target":42},{"source":238,"target":242},{"source":238,"target":35},{"source":242,"target":42},{"source":239,"target":57},{"source":239,"target":243},{"source":239,"target":35},{"source":243,"target":57},{"source":240,"target":6},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":244},{"source":36,"target":245},{"source":244,"target":246},{"source":244,"target":36},{"source":245,"target":19},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":247},{"source":37,"target":248},{"source":247,"target":249},{"source":247,"target":37},{"source":248,"target":19},{"source":38,"target":0},{"source":38,"target":15},{"source":38,"target":250},{"source":38,"target":251},{"source":250,"target":252},{"source":250,"target":38},{"source":251,"target":15},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":253},{"source":39,"target":254},{"source":253,"target":255},{"source":253,"target":39},{"source":254,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":256},{"source":40,"target":257},{"source":256,"target":258},{"source":256,"target":40},{"source":257,"target":19},{"source":41,"target":0},{"source":41,"target":42},{"source":41,"target":259},{"source":259,"target":42},{"source":42,"target":0},{"source":42,"target":260},{"source":260,"target":261},{"source":260,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":262},{"source":43,"target":263},{"source":262,"target":10},{"source":262,"target":264},{"source":262,"target":43},{"source":264,"target":10},{"source":263,"target":42},{"source":44,"target":0},{"source":44,"target":19},{"source":44,"target":265},{"source":44,"target":266},{"source":44,"target":267},{"source":265,"target":268},{"source":265,"target":44},{"source":266,"target":269},{"source":266,"target":44},{"source":267,"target":19},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":270},{"source":45,"target":271},{"source":270,"target":10},{"source":270,"target":272},{"source":270,"target":45},{"source":272,"target":10},{"source":271,"target":42},{"source":46,"target":0},{"source":46,"target":34},{"source":46,"target":273},{"source":46,"target":274},{"source":273,"target":275},{"source":273,"target":46},{"source":274,"target":34},{"source":47,"target":0},{"source":47,"target":34},{"source":47,"target":276},{"source":47,"target":277},{"source":47,"target":278},{"source":276,"target":279},{"source":276,"target":47},{"source":277,"target":10},{"source":277,"target":280},{"source":277,"target":47},{"source":280,"target":10},{"source":278,"target":34},{"source":48,"target":0},{"source":48,"target":10},{"source":48,"target":281},{"source":281,"target":10},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":282},{"source":282,"target":48},{"source":50,"target":0},{"source":50,"target":34},{"source":50,"target":283},{"source":50,"target":284},{"source":283,"target":285},{"source":283,"target":50},{"source":284,"target":34},{"source":51,"target":0},{"source":51,"target":286},{"source":286,"target":287},{"source":286,"target":51},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":288},{"source":288,"target":10},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":289},{"source":289,"target":52},{"source":54,"target":0},{"source":54,"target":6},{"source":54,"target":290},{"source":54,"target":291},{"source":54,"target":292},{"source":290,"target":10},{"source":290,"target":293},{"source":290,"target":54},{"source":293,"target":10},{"source":291,"target":10},{"source":291,"target":294},{"source":291,"target":54},{"source":294,"target":10},{"source":292,"target":6},{"source":55,"target":0},{"source":55,"target":63},{"source":55,"target":295},{"source":55,"target":296},{"source":55,"target":297},{"source":295,"target":298},{"source":295,"target":55},{"source":296,"target":74},{"source":296,"target":299},{"source":296,"target":55},{"source":299,"target":74},{"source":297,"target":63},{"source":56,"target":0},{"source":56,"target":42},{"source":56,"target":300},{"source":300,"target":42},{"source":57,"target":0},{"source":57,"target":301},{"source":57,"target":302},{"source":301,"target":303},{"source":301,"target":57},{"source":302,"target":10},{"source":302,"target":304},{"source":302,"target":57},{"source":304,"target":10},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":305},{"source":305,"target":57},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":306},{"source":59,"target":307},{"source":59,"target":308},{"source":306,"target":309},{"source":306,"target":59},{"source":307,"target":15},{"source":307,"target":310},{"source":307,"target":59},{"source":310,"target":15},{"source":308,"target":57},{"source":60,"target":0},{"source":60,"target":63},{"source":60,"target":311},{"source":60,"target":312},{"source":60,"target":313},{"source":60,"target":314},{"source":60,"target":315},{"source":60,"target":316},{"source":60,"target":317},{"source":60,"target":318},{"source":60,"target":319},{"source":60,"target":320},{"source":311,"target":321},{"source":311,"target":60},{"source":312,"target":322},{"source":312,"target":60},{"source":313,"target":323},{"source":313,"target":60},{"source":314,"target":65},{"source":314,"target":324},{"source":314,"target":60},{"source":324,"target":65},{"source":315,"target":10},{"source":315,"target":325},{"source":315,"target":60},{"source":325,"target":10},{"source":316,"target":326},{"source":316,"target":60},{"source":317,"target":327},{"source":317,"target":60},{"source":318,"target":74},{"source":318,"target":328},{"source":318,"target":60},{"source":328,"target":74},{"source":319,"target":329},{"source":319,"target":60},{"source":320,"target":63},{"source":61,"target":0},{"source":61,"target":330},{"source":61,"target":331},{"source":61,"target":332},{"source":330,"target":63},{"source":330,"target":333},{"source":330,"target":61},{"source":333,"target":63},{"source":331,"target":66},{"source":331,"target":334},{"source":331,"target":61},{"source":334,"target":66},{"source":332,"target":63},{"source":332,"target":335},{"source":332,"target":61},{"source":335,"target":63},{"source":62,"target":0},{"source":62,"target":57},{"source":62,"target":336},{"source":336,"target":57},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":337},{"source":64,"target":338},{"source":337,"target":64},{"source":338,"target":64},{"source":65,"target":0},{"source":65,"target":339},{"source":65,"target":340},{"source":65,"target":341},{"source":65,"target":342},{"source":65,"target":343},{"source":65,"target":344},{"source":65,"target":345},{"source":65,"target":346},{"source":65,"target":347},{"source":339,"target":65},{"source":340,"target":65},{"source":341,"target":65},{"source":342,"target":65},{"source":343,"target":65},{"source":344,"target":65},{"source":345,"target":65},{"source":346,"target":65},{"source":347,"target":65},{"source":66,"target":0},{"source":66,"target":348},{"source":348,"target":64},{"source":348,"target":349},{"source":348,"target":66},{"source":349,"target":64},{"source":67,"target":0},{"source":67,"target":350},{"source":67,"target":351},{"source":67,"target":352},{"source":67,"target":353},{"source":67,"target":354},{"source":67,"target":355},{"source":67,"target":356},{"source":67,"target":357},{"source":350,"target":358},{"source":350,"target":67},{"source":351,"target":6},{"source":351,"target":359},{"source":351,"target":67},{"source":359,"target":6},{"source":352,"target":67},{"source":352,"target":360},{"source":352,"target":67},{"source":360,"target":67},{"source":353,"target":69},{"source":353,"target":361},{"source":353,"target":67},{"source":361,"target":69},{"source":354,"target":362},{"source":354,"target":67},{"source":355,"target":363},{"source":355,"target":67},{"source":356,"target":364},{"source":356,"target":67},{"source":357,"target":365},{"source":357,"target":67},{"source":68,"target":0},{"source":68,"target":366},{"source":68,"target":367},{"source":68,"target":368},{"source":68,"target":369},{"source":366,"target":370},{"source":366,"target":68},{"source":367,"target":371},{"source":367,"target":68},{"source":368,"target":372},{"source":368,"target":373},{"source":368,"target":68},{"source":373,"target":372},{"source":369,"target":374},{"source":369,"target":68},{"source":69,"target":0},{"source":69,"target":375},{"source":69,"target":376},{"source":375,"target":69},{"source":376,"target":69},{"source":70,"target":0},{"source":70,"target":15},{"source":70,"target":377},{"source":377,"target":15},{"source":71,"target":0},{"source":71,"target":6},{"source":71,"target":378},{"source":71,"target":379},{"source":71,"target":380},{"source":71,"target":381},{"source":71,"target":382},{"source":71,"target":383},{"source":71,"target":384},{"source":378,"target":385},{"source":378,"target":71},{"source":379,"target":10},{"source":379,"target":386},{"source":379,"target":71},{"source":386,"target":10},{"source":380,"target":10},{"source":380,"target":387},{"source":380,"target":71},{"source":387,"target":10},{"source":381,"target":388},{"source":381,"target":71},{"source":382,"target":42},{"source":382,"target":389},{"source":382,"target":71},{"source":389,"target":42},{"source":383,"target":57},{"source":383,"target":390},{"source":383,"target":71},{"source":390,"target":57},{"source":384,"target":6},{"source":72,"target":0},{"source":72,"target":15},{"source":72,"target":391},{"source":72,"target":392},{"source":391,"target":393},{"source":391,"target":72},{"source":392,"target":15},{"source":73,"target":0},{"source":73,"target":74},{"source":73,"target":394},{"source":73,"target":395},{"source":73,"target":396},{"source":73,"target":397},{"source":394,"target":5},{"source":394,"target":398},{"source":394,"target":73},{"source":398,"target":5},{"source":395,"target":399},{"source":395,"target":73},{"source":396,"target":65},{"source":396,"target":400},{"source":396,"target":73},{"source":400,"target":65},{"source":397,"target":74},{"source":74,"target":0},{"source":75,"target":0},{"source":75,"target":77},{"source":75,"target":401},{"source":75,"target":402},{"source":401,"target":403},{"source":401,"target":75},{"source":402,"target":77},{"source":76,"target":0},{"source":76,"target":77},{"source":76,"target":404},{"source":76,"target":405},{"source":404,"target":406},{"source":404,"target":76},{"source":405,"target":77},{"source":77,"target":0},{"source":77,"target":15},{"source":77,"target":407},{"source":407,"target":15},{"source":78,"target":0},{"source":78,"target":42},{"source":78,"target":408},{"source":78,"target":409},{"source":78,"target":410},{"source":408,"target":79},{"source":408,"target":411},{"source":408,"target":78},{"source":411,"target":79},{"source":409,"target":74},{"source":409,"target":412},{"source":409,"target":78},{"source":412,"target":74},{"source":410,"target":42},{"source":79,"target":0},{"source":79,"target":413},{"source":79,"target":414},{"source":79,"target":415},{"source":79,"target":416},{"source":79,"target":417},{"source":413,"target":79},{"source":414,"target":79},{"source":415,"target":79},{"source":416,"target":79},{"source":417,"target":79},{"source":80,"target":0},{"source":80,"target":77},{"source":80,"target":418},{"source":80,"target":419},{"source":80,"target":420},{"source":418,"target":10},{"source":418,"target":421},{"source":418,"target":80},{"source":421,"target":10},{"source":419,"target":422},{"source":419,"target":80},{"source":420,"target":77},{"source":81,"target":0},{"source":81,"target":80},{"source":81,"target":423},{"source":81,"target":424},{"source":423,"target":425},{"source":423,"target":81},{"source":424,"target":80},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":426},{"source":82,"target":427},{"source":426,"target":428},{"source":426,"target":82},{"source":427,"target":80},{"source":83,"target":0},{"source":83,"target":29},{"source":83,"target":429},{"source":83,"target":430},{"source":429,"target":5},{"source":429,"target":431},{"source":429,"target":83},{"source":431,"target":5},{"source":430,"target":29},{"source":84,"target":0},{"source":84,"target":6},{"source":84,"target":432},{"source":84,"target":433},{"source":84,"target":434},{"source":84,"target":435},{"source":432,"target":10},{"source":432,"target":436},{"source":432,"target":84},{"source":436,"target":10},{"source":433,"target":85},{"source":433,"target":437},{"source":433,"target":84},{"source":437,"target":85},{"source":434,"target":438},{"source":434,"target":84},{"source":435,"target":6},{"source":85,"target":0},{"source":85,"target":439},{"source":85,"target":440},{"source":439,"target":85},{"source":440,"target":85},{"source":86,"target":0},{"source":86,"target":57},{"source":86,"target":441},{"source":441,"target":57},{"source":87,"target":0},{"source":87,"target":57},{"source":87,"target":442},{"source":442,"target":57},{"source":88,"target":0},{"source":88,"target":6},{"source":88,"target":443},{"source":88,"target":444},{"source":88,"target":445},{"source":88,"target":446},{"source":88,"target":447},{"source":88,"target":448},{"source":443,"target":10},{"source":443,"target":449},{"source":443,"target":88},{"source":449,"target":10},{"source":444,"target":10},{"source":444,"target":450},{"source":444,"target":88},{"source":450,"target":10},{"source":445,"target":451},{"source":445,"target":88},{"source":446,"target":42},{"source":446,"target":452},{"source":446,"target":88},{"source":452,"target":42},{"source":447,"target":57},{"source":447,"target":453},{"source":447,"target":88},{"source":453,"target":57},{"source":448,"target":6},{"source":89,"target":0},{"source":89,"target":10},{"source":89,"target":454},{"source":454,"target":10},{"source":90,"target":0},{"source":90,"target":19},{"source":90,"target":455},{"source":90,"target":456},{"source":90,"target":457},{"source":90,"target":458},{"source":455,"target":459},{"source":455,"target":90},{"source":456,"target":460},{"source":456,"target":90},{"source":457,"target":461},{"source":457,"target":90},{"source":458,"target":19},{"source":91,"target":0},{"source":91,"target":2},{"source":91,"target":462},{"source":91,"target":463},{"source":91,"target":464},{"source":462,"target":465},{"source":462,"target":91},{"source":463,"target":51},{"source":463,"target":466},{"source":463,"target":91},{"source":466,"target":51},{"source":464,"target":2},{"source":92,"target":467},{"source":92,"target":468},{"source":92,"target":469},{"source":92,"target":470},{"source":92,"target":471},{"source":92,"target":472},{"source":92,"target":473},{"source":92,"target":372},{"source":92,"target":474},{"source":92,"target":475},{"source":92,"target":476},{"source":92,"target":477},{"source":92,"target":478},{"source":92,"target":479},{"source":92,"target":480},{"source":92,"target":481},{"source":92,"target":482},{"source":92,"target":483},{"source":92,"target":484},{"source":92,"target":485},{"source":92,"target":486},{"source":92,"target":487},{"source":92,"target":488},{"source":92,"target":489},{"source":92,"target":490},{"source":92,"target":491},{"source":92,"target":492},{"source":92,"target":493},{"source":92,"target":494},{"source":92,"target":495},{"source":92,"target":496},{"source":92,"target":497},{"source":92,"target":498},{"source":92,"target":499},{"source":92,"target":500},{"source":92,"target":501},{"source":92,"target":0},{"source":467,"target":92},{"source":467,"target":502},{"source":467,"target":503},{"source":502,"target":468},{"source":502,"target":504},{"source":502,"target":467},{"source":504,"target":468},{"source":503,"target":473},{"source":503,"target":505},{"source":503,"target":467},{"source":505,"target":473},{"source":468,"target":92},{"source":468,"target":506},{"source":468,"target":507},{"source":468,"target":508},{"source":506,"target":509},{"source":506,"target":468},{"source":507,"target":468},{"source":507,"target":510},{"source":507,"target":468},{"source":510,"target":468},{"source":508,"target":469},{"source":508,"target":511},{"source":508,"target":468},{"source":511,"target":469},{"source":469,"target":92},{"source":469,"target":512},{"source":469,"target":513},{"source":469,"target":514},{"source":469,"target":515},{"source":512,"target":516},{"source":512,"target":469},{"source":513,"target":490},{"source":513,"target":517},{"source":513,"target":469},{"source":517,"target":490},{"source":514,"target":470},{"source":514,"target":518},{"source":514,"target":469},{"source":518,"target":470},{"source":515,"target":471},{"source":515,"target":519},{"source":515,"target":469},{"source":519,"target":471},{"source":470,"target":92},{"source":470,"target":520},{"source":470,"target":521},{"source":520,"target":522},{"source":520,"target":470},{"source":521,"target":490},{"source":521,"target":523},{"source":521,"target":470},{"source":523,"target":490},{"source":471,"target":92},{"source":471,"target":524},{"source":471,"target":525},{"source":471,"target":526},{"source":471,"target":527},{"source":524,"target":528},{"source":524,"target":471},{"source":525,"target":472},{"source":525,"target":529},{"source":525,"target":471},{"source":529,"target":472},{"source":526,"target":490},{"source":526,"target":530},{"source":526,"target":471},{"source":530,"target":490},{"source":527,"target":474},{"source":527,"target":531},{"source":527,"target":471},{"source":531,"target":474},{"source":472,"target":92},{"source":472,"target":532},{"source":472,"target":533},{"source":532,"target":534},{"source":532,"target":472},{"source":533,"target":490},{"source":533,"target":535},{"source":533,"target":472},{"source":535,"target":490},{"source":473,"target":92},{"source":473,"target":536},{"source":473,"target":537},{"source":536,"target":490},{"source":536,"target":538},{"source":536,"target":473},{"source":538,"target":490},{"source":537,"target":372},{"source":537,"target":539},{"source":537,"target":473},{"source":539,"target":372},{"source":372,"target":92},{"source":372,"target":540},{"source":540,"target":474},{"source":540,"target":541},{"source":540,"target":372},{"source":541,"target":474},{"source":474,"target":92},{"source":475,"target":92},{"source":475,"target":474},{"source":475,"target":542},{"source":475,"target":543},{"source":475,"target":544},{"source":475,"target":545},{"source":542,"target":475},{"source":542,"target":546},{"source":542,"target":475},{"source":546,"target":475},{"source":543,"target":547},{"source":543,"target":475},{"source":544,"target":476},{"source":544,"target":548},{"source":544,"target":475},{"source":548,"target":476},{"source":545,"target":474},{"source":476,"target":92},{"source":476,"target":475},{"source":476,"target":549},{"source":476,"target":550},{"source":476,"target":551},{"source":549,"target":476},{"source":549,"target":552},{"source":549,"target":476},{"source":552,"target":476},{"source":550,"target":478},{"source":550,"target":553},{"source":550,"target":476},{"source":553,"target":478},{"source":551,"target":475},{"source":477,"target":92},{"source":477,"target":476},{"source":477,"target":554},{"source":554,"target":476},{"source":478,"target":92},{"source":478,"target":477},{"source":478,"target":555},{"source":555,"target":477},{"source":479,"target":92},{"source":479,"target":478},{"source":479,"target":556},{"source":479,"target":557},{"source":479,"target":558},{"source":479,"target":559},{"source":556,"target":490},{"source":556,"target":560},{"source":556,"target":479},{"source":560,"target":490},{"source":557,"target":485},{"source":557,"target":561},{"source":557,"target":479},{"source":561,"target":485},{"source":558,"target":476},{"source":558,"target":562},{"source":558,"target":479},{"source":562,"target":476},{"source":559,"target":478},{"source":480,"target":92},{"source":480,"target":478},{"source":480,"target":563},{"source":480,"target":564},{"source":480,"target":565},{"source":480,"target":566},{"source":563,"target":482},{"source":563,"target":567},{"source":563,"target":480},{"source":567,"target":482},{"source":564,"target":568},{"source":564,"target":480},{"source":565,"target":474},{"source":565,"target":569},{"source":565,"target":480},{"source":569,"target":474},{"source":566,"target":478},{"source":481,"target":92},{"source":481,"target":480},{"source":481,"target":570},{"source":570,"target":480},{"source":482,"target":92},{"source":482,"target":571},{"source":482,"target":572},{"source":571,"target":573},{"source":571,"target":482},{"source":572,"target":490},{"source":572,"target":574},{"source":572,"target":482},{"source":574,"target":490},{"source":483,"target":92},{"source":483,"target":480},{"source":483,"target":575},{"source":483,"target":576},{"source":575,"target":484},{"source":575,"target":577},{"source":575,"target":483},{"source":577,"target":484},{"source":576,"target":480},{"source":484,"target":92},{"source":484,"target":578},{"source":484,"target":579},{"source":484,"target":580},{"source":578,"target":581},{"source":578,"target":484},{"source":579,"target":490},{"source":579,"target":582},{"source":579,"target":484},{"source":582,"target":490},{"source":580,"target":474},{"source":580,"target":583},{"source":580,"target":484},{"source":583,"target":474},{"source":485,"target":92},{"source":485,"target":584},{"source":584,"target":474},{"source":584,"target":585},{"source":584,"target":485},{"source":585,"target":474},{"source":486,"target":92},{"source":486,"target":477},{"source":486,"target":586},{"source":586,"target":477},{"source":487,"target":92},{"source":487,"target":486},{"source":487,"target":587},{"source":487,"target":588},{"source":587,"target":589},{"source":587,"target":487},{"source":588,"target":486},{"source":488,"target":92},{"source":488,"target":486},{"source":488,"target":590},{"source":488,"target":591},{"source":590,"target":592},{"source":590,"target":488},{"source":591,"target":486},{"source":489,"target":92},{"source":489,"target":486},{"source":489,"target":593},{"source":593,"target":486},{"source":490,"target":92},{"source":490,"target":594},{"source":594,"target":491},{"source":594,"target":595},{"source":594,"target":490},{"source":595,"target":491},{"source":491,"target":92},{"source":492,"target":92},{"source":492,"target":491},{"source":492,"target":596},{"source":492,"target":597},{"source":596,"target":598},{"source":596,"target":492},{"source":597,"target":491},{"source":493,"target":92},{"source":493,"target":491},{"source":493,"target":599},{"source":493,"target":600},{"source":599,"target":601},{"source":599,"target":493},{"source":600,"target":491},{"source":494,"target":92},{"source":494,"target":489},{"source":494,"target":602},{"source":494,"target":603},{"source":602,"target":604},{"source":602,"target":494},{"source":603,"target":489},{"source":495,"target":92},{"source":495,"target":480},{"source":495,"target":605},{"source":495,"target":606},{"source":605,"target":484},{"source":605,"target":607},{"source":605,"target":495},{"source":607,"target":484},{"source":606,"target":480},{"source":496,"target":92},{"source":496,"target":478},{"source":496,"target":608},{"source":496,"target":609},{"source":496,"target":610},{"source":496,"target":611},{"source":608,"target":497},{"source":608,"target":612},{"source":608,"target":496},{"source":612,"target":497},{"source":609,"target":485},{"source":609,"target":613},{"source":609,"target":496},{"source":613,"target":485},{"source":610,"target":476},{"source":610,"target":614},{"source":610,"target":496},{"source":614,"target":476},{"source":611,"target":478},{"source":497,"target":92},{"source":497,"target":615},{"source":615,"target":498},{"source":615,"target":616},{"source":615,"target":497},{"source":616,"target":498},{"source":498,"target":92},{"source":499,"target":92},{"source":499,"target":498},{"source":499,"target":617},{"source":499,"target":618},{"source":617,"target":619},{"source":617,"target":499},{"source":618,"target":498},{"source":500,"target":92},{"source":500,"target":498},{"source":500,"target":620},{"source":500,"target":621},{"source":620,"target":622},{"source":620,"target":500},{"source":621,"target":498},{"source":501,"target":92},{"source":501,"target":480},{"source":501,"target":623},{"source":501,"target":624},{"source":623,"target":484},{"source":623,"target":625},{"source":623,"target":501},{"source":625,"target":484},{"source":624,"target":480}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/gssi/Edelta_bad_smells/modified/PathExp.ecore
PathExp Element name PathExp states transitions State incoming outgoing owner Transition source target Initial Final Internal attr Bool_attrElement bool_attr PrimitiveTypes String java.lang.Object String
<?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PathExp" nsURI="http://cs.gssi.it/pathExp" nsPrefix="PathExp"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathExp" eSuperTypes="#/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/State" containment="true" eOpposite="#/0/State/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#/0/Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#/0/PathExp" eOpposite="#/0/PathExp/states"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/State" eOpposite="#/0/State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#/0/State" eOpposite="#/0/State/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initial" eSuperTypes="#/0/State #/0/Bool_attrElement"/> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#/0/State #/0/Bool_attrElement"/> <eClassifiers xsi:type="ecore:EClass" name="Internal" eSuperTypes="#/0/State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bool_attrElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bool_attr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://pt" nsPrefix="pt"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="String"/> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"PathExp","nsURI":"http://cs.gssi.it/pathExp","name":"PathExp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initial","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Internal","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool_attrElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":10,"serializable":true,"eClass":"EDataType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":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"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bool_attr","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"nsPrefix":"pt","nsURI":"http://pt","name":"PrimitiveTypes","id":37,"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":1,"target":0},{"source":1,"target":9},{"source":9,"target":10},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":12,"target":16},{"source":15,"target":3},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":4},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":16},{"source":18,"target":4},{"source":18,"target":20},{"source":18,"target":3},{"source":18,"target":21},{"source":20,"target":4},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":22,"target":4},{"source":16,"target":2},{"source":16,"target":24},{"source":16,"target":3},{"source":16,"target":12},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":23},{"source":4,"target":21},{"source":4,"target":25},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":4},{"source":23,"target":19},{"source":26,"target":3},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":4},{"source":21,"target":18},{"source":27,"target":3},{"source":25,"target":1},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":3},{"source":29,"target":8},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":8},{"source":6,"target":30},{"source":6,"target":31},{"source":30,"target":3},{"source":31,"target":8},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":34},{"source":32,"target":7},{"source":33,"target":3},{"source":8,"target":0},{"source":8,"target":35},{"source":35,"target":36},{"source":35,"target":8},{"source":37,"target":10},{"source":10,"target":37}],"multigraph":true}
ecore
relational
repo-ecore-all/data/wbombardellis/MasterThesis-WilliamBombardelliDaSilva/metamodels/org.wbsilva.mm.database/model/Database.ecore
database DB table Table column Column reference
<?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="database" nsURI="platform:/plugin/org.wbsilva.mm.database/model/Database.ecore" nsPrefix="org.wbsilva.mm.database"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: Add documentation for database. Hint: You may copy this element in the Ecore editor to add documentation to EClasses, EOperations, ..."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DB"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" upperBound="-1" eType="#//Table" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" ordered="false" upperBound="-1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Table"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.wbsilva.mm.database","nsURI":"platform:/plugin/org.wbsilva.mm.database/model/Database.ecore","name":"database","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DB","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":2},{"source":4,"target":5},{"source":4,"target":1},{"source":5,"target":2},{"source":2,"target":0},{"source":2,"target":6},{"source":6,"target":3},{"source":6,"target":7},{"source":6,"target":2},{"source":7,"target":3},{"source":3,"target":0},{"source":3,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":3},{"source":9,"target":2}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tdegueul/gemoc-pirover/rover.arduinoml/model/ArduinoML.ecore
arduino Board project Module DigitalPin module Pin level AnalogPin module Sketch project block board Project execute boards sketches Instruction execute finalize ModuleAssignment execute ModuleInstruction execute module Control execute evaluate block Utilities execute Delay execute unit value Time MilliSecond MilliSecond MicroSecond MicroSecond NamedElement name Repeat execute evaluate finalize iteration 5 ModuleGet module While execute evaluate condition BinaryExpression left right BinaryIntegerOperatorKind minus minus plus plus mul mul div div min min max max pourcent pourcent Variable evaluate VariableAssignment execute variable BinaryIntegerExpression evaluate operator BinaryBooleanExpression evaluate operator Expression evaluate Constant evaluate If evaluate execute condition elseBlock IntegerConstant evaluate value 0 BooleanConstant evaluate value false BooleanExpression IntegerExpression Assignment operand IntegerVariable evaluate initialValue 0 value BooleanVariable evaluate initialValue false value BooleanModuleGet evaluate IntegerModuleGet evaluate BinaryBooleanOperatorKind inf inf sup sup infOrEqual infOrEqual supOrEqual supOrEqual equal equal and and or or Different Different UnaryIntegerOperatorKind minus minus squareRoot squareRoot UnaryBooleanOperatorKind not not UnaryExpression operand UnaryBooleanExpression operator UnaryIntegerExpression operator VariableDeclaration execute variable VariableRef evaluate IntegerVariableRef variable LED color blue PushButton Buzzer RotationSensor MicroServo InfraRedSensor AmbientLightSensor SoundSensor Fan MusicPlayer ArduinoModule Block execute instructions ArduinoBoard digitalPins analogPins ArduinoDigitalModule ArduinoAnalogModule BooleanVariableRef variable Color blue blue red red white white ArduinoCommunicationModule push BluetoothTransceiver push connectedTransceiver dataToSend dataReceived Object java.lang.Object java.lang.Object
<?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="arduino" nsURI="http://rover.arduinoml/arduino/" nsPrefix="arduino"> <eClassifiers xsi:type="ecore:EClass" name="Board" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/boards"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" interface="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DigitalPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoDigitalModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalogPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoAnalogModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sketch" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/sketches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="board" eType="//Board"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1" eType="//Board" containment="true" eOpposite="//Board/project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sketches" upperBound="-1" eType="//Sketch" containment="true" eOpposite="//Sketch/project"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleAssignment" eSuperTypes="//ModuleInstruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleInstruction" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utilities" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="//Utilities"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="//Time"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Time"> <eLiterals name="MilliSecond"/> <eLiterals name="MicroSecond"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="//Control"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iteration" defaultValueLiteral="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleGet" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//Control"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="plus" value="1"/> <eLiterals name="mul" value="2"/> <eLiterals name="div" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="max" value="5"/> <eLiterals name="pourcent" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="//NamedElement"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="//Instruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryIntegerExpression" eSuperTypes="//BinaryExpression //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryBooleanExpression" eSuperTypes="//BinaryExpression //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="//Control"> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerConstant" eSuperTypes="//Constant //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanConstant" eSuperTypes="//Constant //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanModuleGet" eSuperTypes="//ModuleGet //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerModuleGet" eSuperTypes="//ModuleGet //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryBooleanOperatorKind"> <eLiterals name="inf" literal="inf"/> <eLiterals name="sup" value="1" literal="sup"/> <eLiterals name="infOrEqual" value="2" literal="infOrEqual"/> <eLiterals name="supOrEqual" value="3" literal="supOrEqual"/> <eLiterals name="equal" value="4" literal="equal"/> <eLiterals name="and" value="5" literal="and"/> <eLiterals name="or" value="6" literal="or"/> <eLiterals name="Different" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="squareRoot" value="1" literal="squareRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryBooleanOperatorKind"> <eLiterals name="not" literal="not"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryBooleanExpression" eSuperTypes="//UnaryExpression //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryIntegerExpression" eSuperTypes="//UnaryExpression //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariableRef" eSuperTypes="//VariableRef //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//IntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="//ArduinoDigitalModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="//Color" defaultValueLiteral="blue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PushButton" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="Buzzer" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="RotationSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="MicroServo" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="InfraRedSensor" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="AmbientLightSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="SoundSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="MusicPlayer" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoModule" abstract="true" eSuperTypes="//Module"/> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoBoard" eSuperTypes="//Board"> <eStructuralFeatures xsi:type="ecore:EReference" name="digitalPins" upperBound="-1" eType="//DigitalPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="analogPins" upperBound="-1" eType="//AnalogPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoDigitalModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoAnalogModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariableRef" eSuperTypes="//VariableRef //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="blue"/> <eLiterals name="red" value="1"/> <eLiterals name="white" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoCommunicationModule" abstract="true" eSuperTypes="//ArduinoDigitalModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BluetoothTransceiver" eSuperTypes="//ArduinoAnalogModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedTransceiver" upperBound="-1" eType="//BluetoothTransceiver"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataToSend" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataReceived" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"> <eAnnotations source="aspect"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://rover.arduinoml/arduino/","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DigitalPin","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalogPin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleInstruction","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utilities","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Time","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleGet","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryIntegerOperatorKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryIntegerExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryBooleanExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerConstant","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConstant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanModuleGet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerModuleGet","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryBooleanOperatorKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryIntegerOperatorKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryBooleanOperatorKind","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryBooleanExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryIntegerExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariableRef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PushButton","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buzzer","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RotationSensor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MicroServo","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfraRedSensor","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmbientLightSensor","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoundSensor","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MusicPlayer","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoModule","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoBoard","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoDigitalModule","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoAnalogModule","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariableRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoCommunicationModule","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BluetoothTransceiver","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":65,"serializable":true,"eClass":"EDataType"},{"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":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"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":false,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"board","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":96,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":101,"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":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"MilliSecond","id":114,"value":0,"literal":"MilliSecond","eClass":"EEnumLiteral"},{"name":"MicroSecond","id":115,"value":0,"literal":"MicroSecond","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":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":129,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"minus","id":139,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"plus","id":140,"value":1,"literal":"plus","eClass":"EEnumLiteral"},{"name":"mul","id":141,"value":2,"literal":"mul","eClass":"EEnumLiteral"},{"name":"div","id":142,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"name":"min","id":143,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":144,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"pourcent","id":145,"value":6,"literal":"pourcent","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":149,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":172,"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":"condition","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":"elseBlock","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"inf","id":218,"value":0,"literal":"inf","eClass":"EEnumLiteral"},{"name":"sup","id":219,"value":1,"literal":"sup","eClass":"EEnumLiteral"},{"name":"infOrEqual","id":220,"value":2,"literal":"infOrEqual","eClass":"EEnumLiteral"},{"name":"supOrEqual","id":221,"value":3,"literal":"supOrEqual","eClass":"EEnumLiteral"},{"name":"equal","id":222,"value":4,"literal":"equal","eClass":"EEnumLiteral"},{"name":"and","id":223,"value":5,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":224,"value":6,"literal":"or","eClass":"EEnumLiteral"},{"name":"Different","id":225,"value":7,"literal":"Different","eClass":"EEnumLiteral"},{"name":"minus","id":226,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"squareRoot","id":227,"value":1,"literal":"squareRoot","eClass":"EEnumLiteral"},{"name":"not","id":228,"value":0,"literal":"not","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":240,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"blue","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"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"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digitalPins","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":"analogPins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"name":"blue","id":278,"value":0,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":279,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"white","id":280,"value":2,"literal":"white","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":283,"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":"connectedTransceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dataToSend","changeable":true,"lowerBound":0,"iD":false,"id":285,"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":"dataReceived","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":66},{"source":1,"target":67},{"source":66,"target":7},{"source":66,"target":68},{"source":66,"target":1},{"source":66,"target":69},{"source":68,"target":7},{"source":67,"target":15},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":70},{"source":70,"target":15},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":71,"target":59},{"source":71,"target":73},{"source":71,"target":3},{"source":73,"target":59},{"source":72,"target":4},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":74},{"source":4,"target":75},{"source":74,"target":76},{"source":74,"target":4},{"source":75,"target":15},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":60},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":60},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":15},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":80,"target":7},{"source":80,"target":84},{"source":80,"target":6},{"source":80,"target":85},{"source":84,"target":7},{"source":81,"target":57},{"source":81,"target":86},{"source":81,"target":6},{"source":86,"target":57},{"source":82,"target":1},{"source":82,"target":87},{"source":82,"target":6},{"source":87,"target":1},{"source":83,"target":15},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":69},{"source":7,"target":85},{"source":88,"target":7},{"source":69,"target":1},{"source":69,"target":89},{"source":69,"target":7},{"source":69,"target":66},{"source":89,"target":1},{"source":85,"target":6},{"source":85,"target":90},{"source":85,"target":7},{"source":85,"target":80},{"source":90,"target":6},{"source":8,"target":0},{"source":8,"target":91},{"source":8,"target":92},{"source":91,"target":8},{"source":92,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":32},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":93,"target":9},{"source":94,"target":10},{"source":95,"target":32},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":96,"target":10},{"source":97,"target":2},{"source":97,"target":99},{"source":97,"target":10},{"source":99,"target":2},{"source":98,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":100,"target":11},{"source":101,"target":104},{"source":101,"target":11},{"source":102,"target":57},{"source":102,"target":105},{"source":102,"target":11},{"source":105,"target":57},{"source":103,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":12},{"source":107,"target":8},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":108},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":108,"target":13},{"source":109,"target":14},{"source":109,"target":112},{"source":109,"target":13},{"source":112,"target":14},{"source":110,"target":113},{"source":110,"target":13},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":14},{"source":115,"target":14},{"source":15,"target":0},{"source":15,"target":116},{"source":116,"target":117},{"source":116,"target":15},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":118,"target":16},{"source":119,"target":123},{"source":119,"target":16},{"source":120,"target":16},{"source":121,"target":124},{"source":121,"target":16},{"source":122,"target":11},{"source":17,"target":0},{"source":17,"target":25},{"source":17,"target":125},{"source":17,"target":126},{"source":125,"target":2},{"source":125,"target":127},{"source":125,"target":17},{"source":127,"target":2},{"source":126,"target":25},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":128,"target":18},{"source":129,"target":132},{"source":129,"target":18},{"source":130,"target":30},{"source":130,"target":133},{"source":130,"target":18},{"source":133,"target":30},{"source":131,"target":11},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":134},{"source":19,"target":135},{"source":19,"target":136},{"source":134,"target":25},{"source":134,"target":137},{"source":134,"target":19},{"source":137,"target":25},{"source":135,"target":25},{"source":135,"target":138},{"source":135,"target":19},{"source":138,"target":25},{"source":136,"target":25},{"source":20,"target":0},{"source":20,"target":139},{"source":20,"target":140},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":139,"target":20},{"source":140,"target":20},{"source":141,"target":20},{"source":142,"target":20},{"source":143,"target":20},{"source":144,"target":20},{"source":145,"target":20},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":146},{"source":21,"target":147},{"source":146,"target":65},{"source":146,"target":148},{"source":146,"target":21},{"source":148,"target":65},{"source":147,"target":15},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":32},{"source":22,"target":149},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":149,"target":22},{"source":150,"target":21},{"source":150,"target":153},{"source":150,"target":22},{"source":153,"target":21},{"source":151,"target":8},{"source":152,"target":32},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":31},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":154,"target":65},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":65},{"source":155,"target":20},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":20},{"source":156,"target":19},{"source":157,"target":31},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":30},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":160,"target":65},{"source":160,"target":164},{"source":160,"target":24},{"source":164,"target":65},{"source":161,"target":37},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":37},{"source":162,"target":19},{"source":163,"target":30},{"source":25,"target":0},{"source":25,"target":166},{"source":166,"target":65},{"source":166,"target":167},{"source":166,"target":25},{"source":167,"target":65},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":168},{"source":26,"target":169},{"source":168,"target":65},{"source":168,"target":170},{"source":168,"target":26},{"source":170,"target":65},{"source":169,"target":25},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":171},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":171,"target":176},{"source":171,"target":27},{"source":172,"target":27},{"source":173,"target":30},{"source":173,"target":177},{"source":173,"target":27},{"source":177,"target":30},{"source":174,"target":57},{"source":174,"target":178},{"source":174,"target":27},{"source":178,"target":57},{"source":175,"target":11},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":31},{"source":28,"target":179},{"source":28,"target":180},{"source":28,"target":181},{"source":28,"target":182},{"source":179,"target":65},{"source":179,"target":183},{"source":179,"target":28},{"source":183,"target":65},{"source":180,"target":184},{"source":180,"target":28},{"source":181,"target":26},{"source":182,"target":31},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":30},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":29,"target":188},{"source":185,"target":65},{"source":185,"target":189},{"source":185,"target":29},{"source":189,"target":65},{"source":186,"target":190},{"source":186,"target":29},{"source":187,"target":26},{"source":188,"target":30},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":191},{"source":191,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":192},{"source":192,"target":25},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":193},{"source":32,"target":194},{"source":193,"target":25},{"source":193,"target":195},{"source":193,"target":32},{"source":195,"target":25},{"source":194,"target":8},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":196},{"source":33,"target":197},{"source":33,"target":198},{"source":33,"target":199},{"source":196,"target":65},{"source":196,"target":200},{"source":196,"target":33},{"source":200,"target":65},{"source":197,"target":201},{"source":197,"target":33},{"source":198,"target":202},{"source":198,"target":33},{"source":199,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":203},{"source":34,"target":204},{"source":34,"target":205},{"source":34,"target":206},{"source":203,"target":65},{"source":203,"target":207},{"source":203,"target":34},{"source":207,"target":65},{"source":204,"target":208},{"source":204,"target":34},{"source":205,"target":209},{"source":205,"target":34},{"source":206,"target":21},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":30},{"source":35,"target":210},{"source":35,"target":211},{"source":35,"target":212},{"source":210,"target":65},{"source":210,"target":213},{"source":210,"target":35},{"source":213,"target":65},{"source":211,"target":17},{"source":212,"target":30},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":31},{"source":36,"target":214},{"source":36,"target":215},{"source":36,"target":216},{"source":214,"target":65},{"source":214,"target":217},{"source":214,"target":36},{"source":217,"target":65},{"source":215,"target":17},{"source":216,"target":31},{"source":37,"target":0},{"source":37,"target":218},{"source":37,"target":219},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":37,"target":223},{"source":37,"target":224},{"source":37,"target":225},{"source":218,"target":37},{"source":219,"target":37},{"source":220,"target":37},{"source":221,"target":37},{"source":222,"target":37},{"source":223,"target":37},{"source":224,"target":37},{"source":225,"target":37},{"source":38,"target":0},{"source":38,"target":226},{"source":38,"target":227},{"source":226,"target":38},{"source":227,"target":38},{"source":39,"target":0},{"source":39,"target":228},{"source":228,"target":39},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":229},{"source":40,"target":230},{"source":229,"target":25},{"source":229,"target":231},{"source":229,"target":40},{"source":231,"target":25},{"source":230,"target":25},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":30},{"source":41,"target":232},{"source":41,"target":233},{"source":41,"target":234},{"source":232,"target":39},{"source":232,"target":235},{"source":232,"target":41},{"source":235,"target":39},{"source":233,"target":40},{"source":234,"target":30},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":31},{"source":42,"target":236},{"source":42,"target":237},{"source":42,"target":238},{"source":236,"target":38},{"source":236,"target":239},{"source":236,"target":42},{"source":239,"target":38},{"source":237,"target":40},{"source":238,"target":31},{"source":43,"target":0},{"source":43,"target":8},{"source":43,"target":240},{"source":43,"target":241},{"source":43,"target":242},{"source":240,"target":43},{"source":241,"target":21},{"source":241,"target":243},{"source":241,"target":43},{"source":243,"target":21},{"source":242,"target":8},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":244},{"source":44,"target":245},{"source":244,"target":65},{"source":244,"target":246},{"source":244,"target":44},{"source":246,"target":65},{"source":245,"target":25},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":31},{"source":45,"target":247},{"source":45,"target":248},{"source":45,"target":249},{"source":247,"target":33},{"source":247,"target":250},{"source":247,"target":45},{"source":250,"target":33},{"source":248,"target":44},{"source":249,"target":31},{"source":46,"target":0},{"source":46,"target":59},{"source":46,"target":251},{"source":46,"target":252},{"source":251,"target":62},{"source":251,"target":253},{"source":251,"target":46},{"source":253,"target":62},{"source":252,"target":59},{"source":47,"target":0},{"source":47,"target":59},{"source":47,"target":254},{"source":254,"target":59},{"source":48,"target":0},{"source":48,"target":59},{"source":48,"target":255},{"source":255,"target":59},{"source":49,"target":0},{"source":49,"target":60},{"source":49,"target":256},{"source":256,"target":60},{"source":50,"target":0},{"source":50,"target":59},{"source":50,"target":257},{"source":257,"target":59},{"source":51,"target":0},{"source":51,"target":59},{"source":51,"target":258},{"source":258,"target":59},{"source":52,"target":0},{"source":52,"target":60},{"source":52,"target":259},{"source":259,"target":60},{"source":53,"target":0},{"source":53,"target":60},{"source":53,"target":260},{"source":260,"target":60},{"source":54,"target":0},{"source":54,"target":59},{"source":54,"target":261},{"source":261,"target":59},{"source":55,"target":0},{"source":55,"target":60},{"source":55,"target":262},{"source":262,"target":60},{"source":56,"target":0},{"source":56,"target":2},{"source":56,"target":263},{"source":263,"target":2},{"source":57,"target":0},{"source":57,"target":264},{"source":57,"target":265},{"source":264,"target":57},{"source":265,"target":8},{"source":265,"target":266},{"source":265,"target":57},{"source":266,"target":8},{"source":58,"target":0},{"source":58,"target":1},{"source":58,"target":267},{"source":58,"target":268},{"source":58,"target":269},{"source":267,"target":3},{"source":267,"target":270},{"source":267,"target":58},{"source":270,"target":3},{"source":268,"target":5},{"source":268,"target":271},{"source":268,"target":58},{"source":271,"target":5},{"source":269,"target":1},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":272},{"source":272,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":273},{"source":273,"target":56},{"source":61,"target":0},{"source":61,"target":44},{"source":61,"target":30},{"source":61,"target":274},{"source":61,"target":275},{"source":61,"target":276},{"source":274,"target":34},{"source":274,"target":277},{"source":274,"target":61},{"source":277,"target":34},{"source":275,"target":44},{"source":276,"target":30},{"source":62,"target":0},{"source":62,"target":278},{"source":62,"target":279},{"source":62,"target":280},{"source":278,"target":62},{"source":279,"target":62},{"source":280,"target":62},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":281},{"source":63,"target":282},{"source":281,"target":63},{"source":282,"target":59},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":283},{"source":64,"target":284},{"source":64,"target":285},{"source":64,"target":286},{"source":64,"target":287},{"source":283,"target":64},{"source":284,"target":64},{"source":284,"target":288},{"source":284,"target":64},{"source":288,"target":64},{"source":285,"target":289},{"source":285,"target":64},{"source":286,"target":290},{"source":286,"target":64},{"source":287,"target":60},{"source":65,"target":0}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/gvd/xtext-sm/com.ghvandoorn.xtext.statemachine/src-gen/com/ghvandoorn/xtext/statemachine/Dsl.ecore
dsl StateMachine events initialState states State name transitions Transition event state Event name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dsl" nsURI="http://www.ghvandoorn.com/xtext/statemachine/Dsl" nsPrefix="dsl"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"dsl","nsURI":"http://www.ghvandoorn.com/xtext/statemachine/Dsl","name":"dsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":4},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":4},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":4},{"source":16,"target":2},{"source":16,"target":18},{"source":16,"target":3},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":19,"target":20},{"source":19,"target":4}],"multigraph":true}
ecore
expressions
repo-ecore-all/data/eclipse/xtext-eclipse/org.eclipse.xtext.ui.tests/model/generated/ParameterizedExpressionsTestLanguage.ecore
parameterizedExpressionsTestLanguage Statement FunctionDeclaration generator name body Block statements ExpressionStatement expression LabelledStatement name statement Expression IdentifierRef id IndexedAccessExpression target index ParameterizedPropertyAccessExpression target property ShiftExpression lhs op rhs RelationalExpression lhs op rhs AssignmentExpression lhs op rhs YieldExpression many expression CommaExpression exprs
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="parameterizedExpressionsTestLanguage" nsURI="http://www.eclipse.org/2017/tmf/xtext/parameterizedExpressions" nsPrefix="parameterizedExpressionsTestLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" 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="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelledStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierRef" eSuperTypes="#//Expression"> <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="IndexedAccessExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedPropertyAccessExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="YieldExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommaExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"parameterizedExpressionsTestLanguage","nsURI":"http://www.eclipse.org/2017/tmf/xtext/parameterizedExpressions","name":"parameterizedExpressionsTestLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","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":"ExpressionStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelledStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexedAccessExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedPropertyAccessExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YieldExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommaExpression","instanceClass":null,"abstract":false,"id":14,"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":"generator","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":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":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"index","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"property","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","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":"op","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":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":"expression","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":3},{"source":24,"target":1},{"source":23,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":6},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":6},{"source":26,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":28,"target":31},{"source":28,"target":5},{"source":29,"target":1},{"source":29,"target":32},{"source":29,"target":5},{"source":32,"target":1},{"source":30,"target":1},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":35},{"source":33,"target":7},{"source":34,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":6},{"source":36,"target":39},{"source":36,"target":8},{"source":39,"target":6},{"source":37,"target":6},{"source":37,"target":40},{"source":37,"target":8},{"source":40,"target":6},{"source":38,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":6},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":6},{"source":42,"target":45},{"source":42,"target":9},{"source":43,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":46,"target":6},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":6},{"source":47,"target":51},{"source":47,"target":10},{"source":48,"target":6},{"source":48,"target":52},{"source":48,"target":10},{"source":52,"target":6},{"source":49,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":53,"target":6},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":6},{"source":54,"target":58},{"source":54,"target":11},{"source":55,"target":6},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":6},{"source":56,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":60,"target":6},{"source":60,"target":64},{"source":60,"target":12},{"source":64,"target":6},{"source":61,"target":65},{"source":61,"target":12},{"source":62,"target":6},{"source":62,"target":66},{"source":62,"target":12},{"source":66,"target":6},{"source":63,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":67,"target":70},{"source":67,"target":13},{"source":68,"target":6},{"source":68,"target":71},{"source":68,"target":13},{"source":71,"target":6},{"source":69,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":72},{"source":14,"target":73},{"source":72,"target":6},{"source":72,"target":74},{"source":72,"target":14},{"source":74,"target":6},{"source":73,"target":6}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/AngelMorenoMDE/cevinedit/org.kybele.cevinedit.model/model/cevinedit.ecore
cevinedit CEViNEditRoot diagram sourceMM Diagram containsElem name modelExtension PersonalizedElement name icon NodeEClass backgroundColor borderColor borderTexture borderWidth brightness figure resizable size labelPlacement labelFontStyle label imagePath listPointsPolygon LinkEClass source target CompartmentEReferenceCont collapsible layout AffixedEReferenceCont LabelEAttribute LinkEReferenceNonCont Link brightness color labelFontStyle sourceDecoration targetDecoration texture width label Color Default Default Black Black Blue Blue Cyan Cyan Gray Gray Green Green Orange Orange Red Red White White Yellow Yellow Texture Default Default Dash Dash Dot Dot Solid Solid Brightness Default Default Dark Dark Light Light FontStyle Default Default Bold Bold Italic Italic NodeFigure Default Default Ellipse Ellipse Polygon Polygon Rectangle Rectangle Rounded Rounded SVG SVG Image Image LinkFigure Default Default Arrow Arrow ClosedArrow ClosedArrow FilledClosedArrow FilledClosedArrow Rhomb Rhomb FilledRhomb FilledRhomb Square Square FilledSquare FilledSquare None None Placement External External Internal Internal None None LayoutCompartment Free Free List List
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cevinedit" nsURI="http://cevinedit/1.0" nsPrefix="cevinedit"> <eClassifiers xsi:type="ecore:EClass" name="CEViNEditRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1" eType="#//Diagram" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMM" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsElem" upperBound="-1" eType="#//PersonalizedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonalizedElement" 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="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeEClass" eSuperTypes="#//PersonalizedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderColor" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderTexture" eType="#//Texture"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brightness" eType="#//Brightness"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="figure" eType="#//NodeFigure"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelPlacement" eType="#//Placement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontStyle" eType="#//FontStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listPointsPolygon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEClass" eSuperTypes="#//PersonalizedElement #//Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompartmentEReferenceCont" eSuperTypes="#//PersonalizedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="#//LayoutCompartment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AffixedEReferenceCont" eSuperTypes="#//PersonalizedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LabelEAttribute" eSuperTypes="#//PersonalizedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEReferenceNonCont" eSuperTypes="#//PersonalizedElement #//Link"/> <eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true" eSuperTypes="#//PersonalizedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brightness" eType="#//Brightness"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontStyle" eType="#//FontStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceDecoration" eType="#//LinkFigure"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetDecoration" eType="#//LinkFigure"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texture" eType="#//Texture"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="Default"/> <eLiterals name="Black" value="1"/> <eLiterals name="Blue" value="2"/> <eLiterals name="Cyan" value="3"/> <eLiterals name="Gray" value="4"/> <eLiterals name="Green" value="5"/> <eLiterals name="Orange" value="6"/> <eLiterals name="Red" value="7"/> <eLiterals name="White" value="8"/> <eLiterals name="Yellow" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Texture"> <eLiterals name="Default"/> <eLiterals name="Dash" value="1"/> <eLiterals name="Dot" value="2"/> <eLiterals name="Solid" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Brightness"> <eLiterals name="Default"/> <eLiterals name="Dark" value="1"/> <eLiterals name="Light" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="Default"/> <eLiterals name="Bold" value="1"/> <eLiterals name="Italic" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NodeFigure"> <eLiterals name="Default"/> <eLiterals name="Ellipse" value="1"/> <eLiterals name="Polygon" value="2"/> <eLiterals name="Rectangle" value="3"/> <eLiterals name="Rounded" value="4"/> <eLiterals name="SVG" value="5"/> <eLiterals name="Image" value="6" literal="Image"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LinkFigure"> <eLiterals name="Default"/> <eLiterals name="Arrow" value="1"/> <eLiterals name="ClosedArrow" value="2"/> <eLiterals name="FilledClosedArrow" value="3"/> <eLiterals name="Rhomb" value="4"/> <eLiterals name="FilledRhomb" value="5"/> <eLiterals name="Square" value="6"/> <eLiterals name="FilledSquare" value="7"/> <eLiterals name="None" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Placement"> <eLiterals name="External"/> <eLiterals name="Internal" value="1"/> <eLiterals name="None" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LayoutCompartment"> <eLiterals name="Free"/> <eLiterals name="List" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cevinedit","nsURI":"http://cevinedit/1.0","name":"cevinedit","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CEViNEditRoot","instanceClass":null,"abstract":false,"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":"PersonalizedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeEClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentEReferenceCont","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AffixedEReferenceCont","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelEAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEReferenceNonCont","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Texture","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Brightness","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NodeFigure","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LinkFigure","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Placement","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayoutCompartment","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceMM","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsElem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelExtension","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderColor","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderTexture","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderWidth","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"brightness","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"lowerBound":0,"iD":false,"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":"resizable","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":"size","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":"labelPlacement","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFontStyle","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":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":"imagePath","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":"listPointsPolygon","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"brightness","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":"color","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":"labelFontStyle","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"lowerBound":0,"iD":false,"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":"targetDecoration","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texture","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"name":"Default","id":92,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Black","id":93,"value":1,"literal":"Black","eClass":"EEnumLiteral"},{"name":"Blue","id":94,"value":2,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"Cyan","id":95,"value":3,"literal":"Cyan","eClass":"EEnumLiteral"},{"name":"Gray","id":96,"value":4,"literal":"Gray","eClass":"EEnumLiteral"},{"name":"Green","id":97,"value":5,"literal":"Green","eClass":"EEnumLiteral"},{"name":"Orange","id":98,"value":6,"literal":"Orange","eClass":"EEnumLiteral"},{"name":"Red","id":99,"value":7,"literal":"Red","eClass":"EEnumLiteral"},{"name":"White","id":100,"value":8,"literal":"White","eClass":"EEnumLiteral"},{"name":"Yellow","id":101,"value":9,"literal":"Yellow","eClass":"EEnumLiteral"},{"name":"Default","id":102,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Dash","id":103,"value":1,"literal":"Dash","eClass":"EEnumLiteral"},{"name":"Dot","id":104,"value":2,"literal":"Dot","eClass":"EEnumLiteral"},{"name":"Solid","id":105,"value":3,"literal":"Solid","eClass":"EEnumLiteral"},{"name":"Default","id":106,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Dark","id":107,"value":1,"literal":"Dark","eClass":"EEnumLiteral"},{"name":"Light","id":108,"value":2,"literal":"Light","eClass":"EEnumLiteral"},{"name":"Default","id":109,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Bold","id":110,"value":1,"literal":"Bold","eClass":"EEnumLiteral"},{"name":"Italic","id":111,"value":2,"literal":"Italic","eClass":"EEnumLiteral"},{"name":"Default","id":112,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Ellipse","id":113,"value":1,"literal":"Ellipse","eClass":"EEnumLiteral"},{"name":"Polygon","id":114,"value":2,"literal":"Polygon","eClass":"EEnumLiteral"},{"name":"Rectangle","id":115,"value":3,"literal":"Rectangle","eClass":"EEnumLiteral"},{"name":"Rounded","id":116,"value":4,"literal":"Rounded","eClass":"EEnumLiteral"},{"name":"SVG","id":117,"value":5,"literal":"SVG","eClass":"EEnumLiteral"},{"name":"Image","id":118,"value":6,"literal":"Image","eClass":"EEnumLiteral"},{"name":"Default","id":119,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"Arrow","id":120,"value":1,"literal":"Arrow","eClass":"EEnumLiteral"},{"name":"ClosedArrow","id":121,"value":2,"literal":"ClosedArrow","eClass":"EEnumLiteral"},{"name":"FilledClosedArrow","id":122,"value":3,"literal":"FilledClosedArrow","eClass":"EEnumLiteral"},{"name":"Rhomb","id":123,"value":4,"literal":"Rhomb","eClass":"EEnumLiteral"},{"name":"FilledRhomb","id":124,"value":5,"literal":"FilledRhomb","eClass":"EEnumLiteral"},{"name":"Square","id":125,"value":6,"literal":"Square","eClass":"EEnumLiteral"},{"name":"FilledSquare","id":126,"value":7,"literal":"FilledSquare","eClass":"EEnumLiteral"},{"name":"None","id":127,"value":8,"literal":"None","eClass":"EEnumLiteral"},{"name":"External","id":128,"value":0,"literal":"External","eClass":"EEnumLiteral"},{"name":"Internal","id":129,"value":1,"literal":"Internal","eClass":"EEnumLiteral"},{"name":"None","id":130,"value":2,"literal":"None","eClass":"EEnumLiteral"},{"name":"Free","id":131,"value":0,"literal":"Free","eClass":"EEnumLiteral"},{"name":"List","id":132,"value":1,"literal":"List","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"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":22},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":3},{"source":24,"target":27},{"source":24,"target":2},{"source":25,"target":28},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":3},{"source":30,"target":32},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":33,"target":11},{"source":33,"target":47},{"source":33,"target":4},{"source":47,"target":11},{"source":34,"target":11},{"source":34,"target":48},{"source":34,"target":4},{"source":48,"target":11},{"source":35,"target":12},{"source":35,"target":49},{"source":35,"target":4},{"source":49,"target":12},{"source":36,"target":50},{"source":36,"target":4},{"source":37,"target":13},{"source":37,"target":51},{"source":37,"target":4},{"source":51,"target":13},{"source":38,"target":15},{"source":38,"target":52},{"source":38,"target":4},{"source":52,"target":15},{"source":39,"target":53},{"source":39,"target":4},{"source":40,"target":54},{"source":40,"target":4},{"source":41,"target":17},{"source":41,"target":55},{"source":41,"target":4},{"source":55,"target":17},{"source":42,"target":14},{"source":42,"target":56},{"source":42,"target":4},{"source":56,"target":14},{"source":43,"target":57},{"source":43,"target":4},{"source":44,"target":58},{"source":44,"target":4},{"source":45,"target":59},{"source":45,"target":4},{"source":46,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":10},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":60,"target":64},{"source":60,"target":5},{"source":61,"target":65},{"source":61,"target":5},{"source":62,"target":3},{"source":63,"target":10},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":66,"target":69},{"source":66,"target":6},{"source":67,"target":18},{"source":67,"target":70},{"source":67,"target":6},{"source":70,"target":18},{"source":68,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":71},{"source":71,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":72},{"source":72,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":10},{"source":9,"target":73},{"source":9,"target":74},{"source":73,"target":3},{"source":74,"target":10},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":75,"target":13},{"source":75,"target":84},{"source":75,"target":10},{"source":84,"target":13},{"source":76,"target":11},{"source":76,"target":85},{"source":76,"target":10},{"source":85,"target":11},{"source":77,"target":14},{"source":77,"target":86},{"source":77,"target":10},{"source":86,"target":14},{"source":78,"target":16},{"source":78,"target":87},{"source":78,"target":10},{"source":87,"target":16},{"source":79,"target":16},{"source":79,"target":88},{"source":79,"target":10},{"source":88,"target":16},{"source":80,"target":12},{"source":80,"target":89},{"source":80,"target":10},{"source":89,"target":12},{"source":81,"target":90},{"source":81,"target":10},{"source":82,"target":91},{"source":82,"target":10},{"source":83,"target":3},{"source":11,"target":0},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":92,"target":11},{"source":93,"target":11},{"source":94,"target":11},{"source":95,"target":11},{"source":96,"target":11},{"source":97,"target":11},{"source":98,"target":11},{"source":99,"target":11},{"source":100,"target":11},{"source":101,"target":11},{"source":12,"target":0},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":102,"target":12},{"source":103,"target":12},{"source":104,"target":12},{"source":105,"target":12},{"source":13,"target":0},{"source":13,"target":106},{"source":13,"target":107},{"source":13,"target":108},{"source":106,"target":13},{"source":107,"target":13},{"source":108,"target":13},{"source":14,"target":0},{"source":14,"target":109},{"source":14,"target":110},{"source":14,"target":111},{"source":109,"target":14},{"source":110,"target":14},{"source":111,"target":14},{"source":15,"target":0},{"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":112,"target":15},{"source":113,"target":15},{"source":114,"target":15},{"source":115,"target":15},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":119,"target":16},{"source":120,"target":16},{"source":121,"target":16},{"source":122,"target":16},{"source":123,"target":16},{"source":124,"target":16},{"source":125,"target":16},{"source":126,"target":16},{"source":127,"target":16},{"source":17,"target":0},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":128,"target":17},{"source":129,"target":17},{"source":130,"target":17},{"source":18,"target":0},{"source":18,"target":131},{"source":18,"target":132},{"source":131,"target":18},{"source":132,"target":18}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/jacquesklein2302/geko-model-weaver/examples/pcm/edu.kit.ipd.sdq.mdsd.geko.examples.pcm/metamodel/pcm_pointcut.ecore
pcm_pc DummyClass Pointcut children core_pc PCMRandomVariable SpecificationMustNotBeNULL diagnostics context closedWorkload_PCMRandomVariable passiveResource_capacity_PCMRandomVariable variableCharacterisation_Specification infrastructureCall__PCMRandomVariable resourceCall__PCMRandomVariable parametricResourceDemand_PCMRandomVariable loopAction_PCMRandomVariable guardedBranchTransition_PCMRandomVariable specifiedExecutionTime_PCMRandomVariable eventChannelSinkConnector__FilterCondition assemblyEventConnector__FilterCondition loop_LoopIteration openWorkload_PCMRandomVariable delay_TimeSpecification communicationLinkResourceSpecifcation_throughput_PCMRandomVariable processingResourceSpecification_processingRate_PCMRandomVariable communicationLinkResourceSpecification_latency_PCMRandomVariable entity_pc ResourceProvidedRole resourceInterfaceProvidingEntity__ResourceProvidedRole providedResourceInterface__ResourceProvidedRole InterfaceProvidingRequiringEntity InterfaceProvidingEntity providedRoles_InterfaceProvidingEntity InterfaceRequiringEntity requiredRoles_InterfaceRequiringEntity ResourceInterfaceRequiringEntity resourceRequiredRoles__ResourceInterfaceRequiringEntity ResourceRequiredRole requiredResourceInterface__ResourceRequiredRole resourceInterfaceRequiringEntity__ResourceRequiredRole ResourceInterfaceProvidingEntity resourceProvidedRoles__ResourceInterfaceProvidingEntity ComposedProvidingRequiringEntity ProvidedRolesMustBeBound diagnostics context NamedElement entityName aName ResourceInterfaceProvidingRequiringEntity Entity composition_pc DelegationConnector Connector parentStructure__Connector ComposedStructure MultipleConnectorsConstraint diagnostics context MultipleConnectorsConstraintForAssemblyConnectors diagnostics context assemblyContexts__ComposedStructure resourceRequiredDelegationConnectors_ComposedStructure eventChannel__ComposedStructure connectors__ComposedStructure ResourceRequiredDelegationConnector innerResourceRequiredRole_ResourceRequiredDelegationConnector outerResourceRequiredRole_ResourceRequiredDelegationConnector parentStructure_ResourceRequiredDelegationConnector EventChannel eventGroup__EventChannel eventChannelSourceConnector__EventChannel eventChannelSinkConnector__EventChannel parentStructure__EventChannel EventChannelSourceConnector sourceRole__EventChannelSourceRole assemblyContext__EventChannelSourceConnector eventChannel__EventChannelSourceConnector EventChannelSinkConnector sinkRole__EventChannelSinkConnector filterCondition__EventChannelSinkConnector assemblyContext__EventChannelSinkConnector eventChannel__EventChannelSinkConnector ProvidedDelegationConnector ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame diagnostics context innerProvidedRole_ProvidedDelegationConnector outerProvidedRole_ProvidedDelegationConnector assemblyContext_ProvidedDelegationConnector RequiredDelegationConnector RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame diagnostics context RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector diagnostics context innerRequiredRole_RequiredDelegationConnector outerRequiredRole_RequiredDelegationConnector assemblyContext_RequiredDelegationConnector AssemblyConnector AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedInterfacesMustMatch diagnostics context requiringAssemblyContext_AssemblyConnector providingAssemblyContext_AssemblyConnector providedRole_AssemblyConnector requiredRole_AssemblyConnector AssemblyEventConnector sinkRole__AssemblyEventConnector sourceRole__AssemblyEventConnector sinkAssemblyContext__AssemblyEventConnector sourceAssemblyContext__AssemblyEventConnector filterCondition__AssemblyEventConnector SourceDelegationConnector innerSourceRole__SourceRole outerSourceRole__SourceRole assemblyContext__SourceDelegationConnector SinkDelegationConnector assemblyContext__SinkDelegationConnector innerSinkRole__SinkRole outerSinkRole__SinkRole AssemblyInfrastructureConnector providedRole__AssemblyInfrastructureConnector requiredRole__AssemblyInfrastructureConnector providingAssemblyContext__AssemblyInfrastructureConnector requiringAssemblyContext__AssemblyInfrastructureConnector ProvidedInfrastructureDelegationConnector innerProvidedRole__ProvidedInfrastructureDelegationConnector outerProvidedRole__ProvidedInfrastructureDelegationConnector assemblyContext__ProvidedInfrastructureDelegationConnector RequiredInfrastructureDelegationConnector innerRequiredRole__RequiredInfrastructureDelegationConnector outerRequiredRole__RequiredInfrastructureDelegationConnector assemblyContext__RequiredInfrastructureDelegationConnector RequiredResourceDelegationConnector assemblyContext__RequiredResourceDelegationConnector innerRequiredRole__RequiredResourceDelegationConnector outerRequiredRole__RequiredResourceDelegationConnector AssemblyContext parentStructure__AssemblyContext encapsulatedComponent__AssemblyContext configParameterUsages__AssemblyContext usagemodel_pc Workload usageScenario_Workload UsageScenario usageModel_UsageScenario scenarioBehaviour_UsageScenario workload_UsageScenario UserData assemblyContext_userData usageModel_UserData userDataParameterUsages_UserData UsageModel usageScenario_UsageModel userData_UsageModel EntryLevelSystemCall EntryLevelSystemCallMustReferenceProvidedRoleOfASystem diagnostics context EntryLevelSystemCallSignatureMustMatchItsProvidedRole diagnostics context providedRole_EntryLevelSystemCall operationSignature__EntryLevelSystemCall outputParameterUsages_EntryLevelSystemCall priority inputParameterUsages_EntryLevelSystemCall AbstractUserAction successor predecessor scenarioBehaviour_AbstractUserAction ScenarioBehaviour Exactlyonestart diagnostics context Exactlyonestop diagnostics context EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor diagnostics context usageScenario_SenarioBehaviour branchTransition_ScenarioBehaviour loop_ScenarioBehaviour actions_ScenarioBehaviour BranchTransition branchProbability branch_BranchTransition branchedBehaviour_BranchTransition Branch AllBranchProbabilitiesMustSumUpTo1 diagnostics context branchTransitions_Branch Loop loopIteration_Loop bodyBehaviour_Loop Stop StopHasNoSuccessor diagnostics context Start StartHasNoPredecessor diagnostics context OpenWorkload InterArrivalTimeInOpenWorkloadNeedsToBeSpecified diagnostics context interArrivalTime_OpenWorkload Delay timeSpecification_Delay ClosedWorkload PopulationInClosedWorkloadNeedsToBeSpecified diagnostics context ThinkTimeInClosedWorkloadNeedsToBeSpecified diagnostics context population thinkTime_ClosedWorkload repository_pc PassiveResource capacity_PassiveResource basicComponent_PassiveResource resourceTimeoutFailureType__PassiveResource BasicComponent NoSeffTypeUsedTwice diagnostics context ProvideSameInterfacesAsImplementationType diagnostics context RequireSameInterfacesAsImplementationType diagnostics context serviceEffectSpecifications__BasicComponent passiveResource_BasicComponent ImplementationComponentType RequiredInterfacesHaveToConformToCompleteType diagnostics context providedInterfacesHaveToConformToCompleteType diagnostics context ProvidedInterfaceHaveToConformToComponentType diagnostics context parentCompleteComponentTypes componentParameterUsage_ImplementationComponentType componentType BUSINESS_COMPONENT RepositoryComponent repository__RepositoryComponent ProvidedRole providingEntity_ProvidedRole Parameter dataType__Parameter infrastructureSignature__Parameter operationSignature__Parameter eventType__Parameter parameterName modifier__Parameter resourceSignature__Parameter DataType repository__DataType Repository repositoryDescription components__Repository interfaces__Repository failureTypes__Repository dataTypes__Repository Interface NoProtocolTypeIDUsedTwice diagnostics context parentInterfaces__Interface protocols__Interface requiredCharacterisations repository__Interface RequiredCharacterisation type parameter interface_RequiredCharacterisation EventGroup eventTypes__EventGroup EventType parameter__EventType eventGroup__EventType Signature exceptions__Signature failureType ExceptionType exceptionName exceptionMessage InfrastructureSignature parameters__InfrastructureSignature infrastructureInterface__InfrastructureSignature InfrastructureInterface infrastructureSignatures__InfrastructureInterface InfrastructureRequiredRole requiredInterface__InfrastructureRequiredRole RequiredRole requiringEntity_RequiredRole OperationSignature ParameterNamesHaveToBeUniqueForASignature diagnostics context interface__OperationSignature parameters__OperationSignature returnType__OperationSignature OperationInterface SignaturesHaveToBeUniqueForAnInterface diagnostics context signatures__OperationInterface OperationRequiredRole requiredInterface__OperationRequiredRole SourceRole eventGroup__SourceRole SinkRole eventGroup__SinkRole OperationProvidedRole providedInterface__OperationProvidedRole InfrastructureProvidedRole providedInterface__InfrastructureProvidedRole ParameterModifier none none in in out out inout inout CompleteComponentType AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType diagnostics context providedInterfacesHaveToConformToProvidedType2 diagnostics context parentProvidesComponentTypes ProvidesComponentType AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType diagnostics context ComponentType BUSINESS_COMPONENT BUSINESS_COMPONENT INFRASTRUCTURE_COMPONENT INFRASTRUCTURE_COMPONENT CompositeComponent ProvideSameInterfaces diagnostics context RequireSameInterfaces diagnostics context PrimitiveDataType type PrimitiveTypeEnum INT INT STRING STRING BOOL BOOL DOUBLE DOUBLE CHAR CHAR BYTE BYTE LONG LONG CollectionDataType innerType_CollectionDataType CompositeDataType parentType_CompositeDataType innerDeclaration_CompositeDataType InnerDeclaration datatype_InnerDeclaration compositeDataType_InnerDeclaration Role resourcetype_pc ResourceSignature parameter__ResourceSignature resourceServiceId resourceInterface__ResourceSignature ProcessingResourceType hardwareInducedFailureType__ProcessingResourceType ResourceType resourceRepository_ResourceType ResourceRepository resourceInterfaces__ResourceRepository schedulingPolicies__ResourceRepository availableResourceTypes_ResourceRepository SchedulingPolicy resourceRepository__SchedulingPolicy CommunicationLinkResourceType networkInducedFailureType__CommunicationLinkResourceType ResourceInterface resourceRepository__ResourceInterface resourceSignatures__ResourceInterface protocol_pc Protocol protocolTypeID parameter_pc VariableUsage variableCharacterisation_VariableUsage userData_VariableUsage callAction__VariableUsage synchronisationPoint_VariableUsage callReturnAction__VariableUsage setVariableAction_VariableUsage specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage assemblyContext__VariableUsage entryLevelSystemCall_InputParameterUsage entryLevelSystemCall_OutputParameterUsage namedReference__VariableUsage VariableCharacterisation type specification_VariableCharacterisation variableUsage_VariableCharacterisation CharacterisedVariable characterisationType VariableCharacterisationType STRUCTURE STRUCTURE NUMBER_OF_ELEMENTS NUMBER_OF_ELEMENTS VALUE VALUE BYTESIZE BYTESIZE TYPE TYPE reliability_pc FailureOccurrenceDescription EnsureValidFailureProbabilityRange diagnostics context failureProbability HardwareInducedFailureType HardwareInducedFailureTypeHasProcessingResourceType diagnostics context processingResourceType__HardwareInducedFailureType SoftwareInducedFailureType internalFailureOccurrenceDescriptions__SoftwareInducedFailureType InternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription diagnostics context internalAction__InternalFailureOccurrenceDescription softwareInducedFailureType__InternalFailureOccurrenceDescription NetworkInducedFailureType NetworkInducedFailureTypeHasCommunicationLinkResourceType diagnostics context communicationLinkResourceType__NetworkInducedFailureType ExternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription diagnostics context specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription failureType__ExternalFailureOccurrenceDescription ResourceTimeoutFailureType passiveResource__ResourceTimeoutFailureType FailureType repository__FailureType seff_pc StopAction StopActionSuccessorMustNotBeDefined diagnostics context AbstractInternalControlFlowAction resourceDemand_Action infrastructureCall__Action resourceCall__Action AbstractAction predecessor_AbstractAction successor_AbstractAction resourceDemandingBehaviour_AbstractAction ResourceDemandingBehaviour ExactlyOneStopAction diagnostics context ExactlyOneStartAction diagnostics context EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor diagnostics context abstractLoopAction_ResourceDemandingBehaviour abstractBranchTransition_ResourceDemandingBehaviour steps_Behaviour AbstractLoopAction bodyBehaviour_Loop AbstractBranchTransition branchAction_AbstractBranchTransition branchBehaviour_BranchTransition BranchAction EitherGuardedBranchesOrProbabilisiticBranchTransitions diagnostics context AllProbabilisticBranchProbabilitiesMustSumUpTo1 diagnostics context branches_Branch CallAction inputVariableUsages__CallAction StartAction StartActionPredecessorMustNotBeDefined diagnostics context ServiceEffectSpecification ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole diagnostics context seffTypeID 1 describedService__SEFF basicComponent_ServiceEffectSpecification ResourceDemandingSEFF resourceDemandingInternalBehaviours ResourceDemandingInternalBehaviour resourceDemandingSEFF_ResourceDemandingInternalBehaviour ReleaseAction passiveResource_ReleaseAction LoopAction iterationCount_LoopAction ForkAction asynchronousForkedBehaviours_ForkAction synchronisingBehaviours_ForkAction ForkedBehaviour synchronisationPoint_ForkedBehaviour forkAction_ForkedBehaivour SynchronisationPoint outputParameterUsage_SynchronisationPoint forkAction_SynchronisationPoint synchronousForkedBehaviours_SynchronisationPoint ExternalCallAction SignatureBelongsToRole diagnostics context OperationRequiredRoleMustBeReferencedByContainer diagnostics context calledService_ExternalService role_ExternalService retryCount CallReturnAction returnVariableUsage__CallReturnAction ProbabilisticBranchTransition branchProbability AcquireAction TimeoutValueOfAcquireActionMustNotBeNegative diagnostics context passiveresource_AcquireAction timeout timeoutValue CollectionIteratorAction parameter_CollectionIteratorAction GuardedBranchTransition branchCondition_GuardedBranchTransition SetVariableAction localVariableUsages_SetVariableAction InternalCallAction calledResourceDemandingInternalBehaviour EmitEventAction eventType__EmitEventAction sourceRole__EmitEventAction InternalAction MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context SumOfInternalActionFailureProbabilitiesMustNotExceed1 diagnostics context internalFailureOccurrenceDescriptions__InternalAction seff_performance_pc InfrastructureCall SignatureMustBelongToUsedRequiredRole diagnostics context ReferencedRequiredRoleMustBeRequiredByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context signature__InfrastructureCall numberOfCalls__InfrastructureCall action__InfrastructureCall requiredRole__InfrastructureCall ResourceCall ResourceSignatureBelongsToResourceRequiredRole diagnostics context ResourceRequiredRoleMustBeReferencedByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context action__ResourceCall resourceRequiredRole__ResourceCall signature__ResourceCall numberOfCalls__ResourceCall ParametricResourceDemand DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context specification_ParametericResourceDemand requiredResource_ParametricResourceDemand action_ParametricResourceDemand seff_reliability_pc RecoveryActionBehaviour RecoveryActionBehaviourHasOnlyOnePredecessor diagnostics context RecoveryActionBehaviourIsNotSuccessorOfItself diagnostics context SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes diagnostics context failureHandlingAlternatives__RecoveryActionBehaviour recoveryAction__RecoveryActionBehaviour RecoveryAction PrimaryBehaviourOfRecoveryActionMustBeSet diagnostics context primaryBehaviour__RecoveryAction recoveryActionBehaviours__RecoveryAction FailureHandlingEntity failureTypes_FailureHandlingEntity qosannotations_pc SpecifiedQoSAnnotation signature_SpecifiedQoSAnnation role_SpecifiedQoSAnnotation qosAnnotations_SpecifiedQoSAnnotation QoSAnnotations MultipleReliabilityAnnotationsPerExternalCallNotAllowed diagnostics context specifiedOutputParameterAbstractions_QoSAnnotations system_QoSAnnotations specifiedQoSAnnotations_QoSAnnotations SpecifiedOutputParameterAbstraction signature_SpecifiedOutputParameterAbstraction role_SpecifiedOutputParameterAbstraction expectedExternalOutputs_SpecifiedOutputParameterAbstraction qosAnnotations_SpecifiedOutputParameterAbstraction qos_performance_pc SystemSpecifiedExecutionTime SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem diagnostics context SpecifiedExecutionTime specification_SpecifiedExecutionTime ComponentSpecifiedExecutionTime assemblyContext_ComponentSpecifiedExecutionTime qos_reliability_pc SpecifiedReliabilityAnnotation SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem diagnostics context SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1 diagnostics context MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation system_pc System SystemMustHaveAtLeastOneProvidedRole diagnostics context qosAnnotations_System resourceenvironment_pc ResourceEnvironment linkingResources__ResourceEnvironment resourceContainer_ResourceEnvironment LinkingResource connectedResourceContainers_LinkingResource communicationLinkResourceSpecifications_LinkingResource resourceEnvironment_LinkingResource ResourceContainer activeResourceSpecifications_ResourceContainer resourceEnvironment_ResourceContainer nestedResourceContainers__ResourceContainer parentResourceContainer__ResourceContainer ProcessingResourceSpecification MTTR 0.0 MTTF 0.0 requiredByContainer schedulingPolicy activeResourceType_ActiveResourceSpecification processingRate_ProcessingResourceSpecification numberOfReplicas 1 resourceContainer_ProcessingResourceSpecification CommunicationLinkResourceSpecification linkingResource_CommunicationLinkResourceSpecification failureProbability 0.0 communicationLinkResourceType_CommunicationLinkResourceSpecification latency_CommunicationLinkResourceSpecification throughput_CommunicationLinkResourceSpecification allocation_pc AllocationContext OneAssemblyContextOrOneEventChannelShouldBeReferred diagnostics context resourceContainer_AllocationContext assemblyContext_AllocationContext allocation_AllocationContext eventChannel__AllocationContext Allocation EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce diagnostics context CommunicatingServersHaveToBeConnectedByLinkingResource diagnostics context targetResourceEnvironment_Allocation system_Allocation allocationContexts_Allocation subsystem_pc SubSystem completions_pc Completion CompletionRepository completions_CompletionRepository DelegatingExternalCallAction NetworkDemandParametricResourceDemand requiredCommunicationLinkResource_ParametricResourceDemand
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pcm_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/5.0_pointcut" nsPrefix="de.uka.ipd.sdq.pcm_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package is the root package of all packages of the Palladio Component Model (PCM)."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DummyClass"/> <eClassifiers xsi:type="ecore:EClass" name="Pointcut"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eSubpackages name="core_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_pointcut" nsPrefix="core_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains the PCM Core meta-classes used throughout the PCM: entities carrying a globally unique ID (GUID), an abstract model for entities which provide and require interfaces, and an abstract model to describe entities composed from other entities."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PCMRandomVariable" eSuperTypes="stoex_pointcut.ecore#//RandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Random variables are used to describe user and component behaviour. They allow not only constant values (e.g., 3 loop iterations), but also probabilistic values (e.g., 2 loop iterations with a probability of 0.4 and 3 loop iterations with a probability of 0.6). They are well-suited for capturing uncertainty when modelling systems during early development stages. Examples where developers may use random variables are:&#xD;&#xA;- Characterisations of Input Parameters: Describes the QoS relevant characteristics of parameters of component services.&#xD;&#xA;- Inter-Arrival Time: Describes how much time passes between the arrival of two subsequent users.&#xD;&#xA;- Think Time: Describes how much time passes between the execution of a user scenario and the start of the next execution of this scenario.&#xD;&#xA;- Loop Iteration Count: Describes the number of repetitions of a loop.&#xD;&#xA;- Guarded Branch Transitions: Used to determine whether to conditionally execute a certain behaviour.&#xD;&#xA;&#xD;&#xA;PCMRandomVariable extends RandomVariable in a way, that the only type of variables available in the PCMRandomVariable are references to variable characterisations like a.NUMBER_OF_ELEMENTS. The corresponding editors ensure that the user can enter only valid expressions."/> </eAnnotations> <eOperations name="SpecificationMustNotBeNULL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.specification.oclIsUndefined() and self.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closedWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_pc/ClosedWorkload" eOpposite="#//usagemodel_pc/ClosedWorkload/thinkTime_ClosedWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_capacity_PCMRandomVariable" ordered="false" eType="#//repository_pc/PassiveResource" eOpposite="#//repository_pc/PassiveResource/capacity_PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_Specification" ordered="false" eType="#//parameter_pc/VariableCharacterisation" eOpposite="#//parameter_pc/VariableCharacterisation/specification_VariableCharacterisation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__PCMRandomVariable" ordered="false" eType="#//seff_pc/seff_performance_pc/InfrastructureCall" eOpposite="#//seff_pc/seff_performance_pc/InfrastructureCall/numberOfCalls__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__PCMRandomVariable" ordered="false" eType="#//seff_pc/seff_performance_pc/ResourceCall" eOpposite="#//seff_pc/seff_performance_pc/ResourceCall/numberOfCalls__ResourceCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametricResourceDemand_PCMRandomVariable" ordered="false" eType="#//seff_pc/seff_performance_pc/ParametricResourceDemand" eOpposite="#//seff_pc/seff_performance_pc/ParametricResourceDemand/specification_ParametericResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopAction_PCMRandomVariable" ordered="false" eType="#//seff_pc/LoopAction" eOpposite="#//seff_pc/LoopAction/iterationCount_LoopAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedBranchTransition_PCMRandomVariable" ordered="false" eType="#//seff_pc/GuardedBranchTransition" eOpposite="#//seff_pc/GuardedBranchTransition/branchCondition_GuardedBranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedExecutionTime_PCMRandomVariable" ordered="false" eType="#//qosannotations_pc/qos_performance_pc/SpecifiedExecutionTime" eOpposite="#//qosannotations_pc/qos_performance_pc/SpecifiedExecutionTime/specification_SpecifiedExecutionTime"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__FilterCondition" ordered="false" eType="#//core_pc/composition_pc/EventChannelSinkConnector" eOpposite="#//core_pc/composition_pc/EventChannelSinkConnector/filterCondition__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyEventConnector__FilterCondition" ordered="false" eType="#//core_pc/composition_pc/AssemblyEventConnector" eOpposite="#//core_pc/composition_pc/AssemblyEventConnector/filterCondition__AssemblyEventConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_LoopIteration" ordered="false" eType="#//usagemodel_pc/Loop" eOpposite="#//usagemodel_pc/Loop/loopIteration_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_pc/OpenWorkload" eOpposite="#//usagemodel_pc/OpenWorkload/interArrivalTime_OpenWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delay_TimeSpecification" ordered="false" eType="#//usagemodel_pc/Delay" eOpposite="#//usagemodel_pc/Delay/timeSpecification_Delay"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifcation_throughput_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_pc/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_pc/CommunicationLinkResourceSpecification/throughput_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceSpecification_processingRate_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_pc/ProcessingResourceSpecification" eOpposite="#//resourceenvironment_pc/ProcessingResourceSpecification/processingRate_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecification_latency_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_pc/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_pc/CommunicationLinkResourceSpecification/latency_CommunicationLinkResourceSpecification"/> </eClassifiers> <eSubpackages name="entity_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_pointcut" nsPrefix="entity_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This set of abstract meta-classes gives a conceptual view on interfaces, entities and their relationships: Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. &#xD;&#xA;&#xD;&#xA;Base of the inheritance hierarchy are Identifier and NamedElement, both of which Entity and all inheriting classes are derived from. &#xD;&#xA;&#xD;&#xA;The relationship of Entities and Interfaces is described with the three meta classes InterfaceProvidingEntity, InterfaceRequiringEntity, and InterfaceProvidingRequiringEntity. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offer by entities providing this functionality. InterfaceProvidingRequiringEntity inherits from both of them and thus combines their properties. "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceProvidedRole" eSuperTypes="#//repository_pc/Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceProvidingEntity__ResourceProvidedRole" ordered="false" eType="#//core_pc/entity_pc/ResourceInterfaceProvidingEntity" eOpposite="#//core_pc/entity_pc/ResourceInterfaceProvidingEntity/resourceProvidedRoles__ResourceInterfaceProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedResourceInterface__ResourceProvidedRole" ordered="false" eType="#//resourcetype_pc/ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingRequiringEntity" eSuperTypes="#//core_pc/entity_pc/InterfaceProvidingEntity #//core_pc/entity_pc/InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This meta-class is inherited by classes that both require and provide an Interface. It thus combines the properties of InterfaceProvidingEntity and InterfaceRequiringEntity. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole, RequiredRole, InterfaceProvidingEntity, InterfaceRequiringEntity"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingEntity" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that provide an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRoles_InterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//repository_pc/ProvidedRole" containment="true" eOpposite="#//repository_pc/ProvidedRole/providingEntity_ProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRequiringEntity" eSuperTypes="#//core_pc/entity_pc/Entity #//core_pc/entity_pc/ResourceInterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that require an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality. Similarly, the meta-classInterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, RequiredRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRoles_InterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//repository_pc/RequiredRole" containment="true" eOpposite="#//repository_pc/RequiredRole/requiringEntity_RequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceRequiringEntity" eSuperTypes="#//core_pc/entity_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRoles__ResourceInterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//core_pc/entity_pc/ResourceRequiredRole" containment="true" eOpposite="#//core_pc/entity_pc/ResourceRequiredRole/resourceInterfaceRequiringEntity__ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredRole" eSuperTypes="#//repository_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required role for resource interface access of a component"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResourceInterface__ResourceRequiredRole" ordered="false" eType="#//resourcetype_pc/ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceRequiringEntity__ResourceRequiredRole" ordered="false" eType="#//core_pc/entity_pc/ResourceInterfaceRequiringEntity" eOpposite="#//core_pc/entity_pc/ResourceInterfaceRequiringEntity/resourceRequiredRoles__ResourceInterfaceRequiringEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingEntity" eSuperTypes="#//core_pc/entity_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceProvidedRoles__ResourceInterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//core_pc/entity_pc/ResourceProvidedRole" containment="true" eOpposite="#//core_pc/entity_pc/ResourceProvidedRole/resourceInterfaceProvidingEntity__ResourceProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedProvidingRequiringEntity" eSuperTypes="#//core_pc/composition_pc/ComposedStructure #//core_pc/entity_pc/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComposedProvidingRequiringEntity combines the properties of an InterfaceProvidingRequiringEntity and a ComposedStructure. It is inherited by all classes that, on the one hand, claim to implement the functionality specified in an interface as well as to request that functionality, and, on the other hand, are composed out of some inner entities. &#xD;&#xA;&#xD;&#xA;Valid ComposedProvidingRequiringEntities need to have their ProvidedRoles bound to ProvidedRoles of the contained entities. &#xD;&#xA;&#xD;&#xA;Prominent examples are System, SubSystem, and CompositeComponents&#xD;&#xA;&#xD;&#xA;TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... and we may just want to merge the meta classes. --Anne"/> </eAnnotations> <eOperations name="ProvidedRolesMustBeBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRoles_InterfaceProvidingEntity->forAll(role|self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->exists(connector|connector.outerProvidedRole_ProvidedDelegationConnector = role))&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This constraint ensures that all outer provided roles of a system have a provided delegation conector that binds them to something. It does not check whether the binding is correct (inner role not null and matching interfaces)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NamedElement meta class is inherited by all PCM classes whose instances bear a name. Thus, the semantic of &quot;bearing a name&quot; is given to all inheriting classes, so that the name can be used in visualisations, for example. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="aName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingRequiringEntity" eSuperTypes="#//core_pc/entity_pc/ResourceInterfaceRequiringEntity #//core_pc/entity_pc/ResourceInterfaceProvidingEntity"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="identifier_pointcut.ecore#//Identifier #//core_pc/entity_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entity is a meta class high up the PCM meta class hierarchy and represents all entities of the PCM that have both an id (see meta class Identifier) and a name (see meta class NamedEntity)."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="composition_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_pointcut" nsPrefix="composition_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package holding all composable entities"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DelegationConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a delegation connector, i.e., connector used for connecting a provided/required role of a component woth provided/reqiured port of its subcomponent."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass for all connectors.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; TODO:&amp;nbsp;We&amp;nbsp;might&amp;nbsp;want&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;that&amp;nbsp;both&amp;nbsp;sides&amp;nbsp;of&amp;nbsp;the&amp;nbsp;connector&amp;nbsp;must&amp;nbsp;be&amp;nbsp;not&amp;nbsp;null.&amp;nbsp;Then,&amp;nbsp;we&amp;nbsp;don't&amp;nbsp;have&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;for&amp;nbsp;example&amp;nbsp;for&amp;nbsp;ComposedProvidingRequiringEntities&amp;nbsp;that&amp;nbsp;the&amp;nbsp;ProvidedDelegationConnector&amp;nbsp;actually&amp;nbsp;points&amp;nbsp;to&amp;nbsp;something&amp;nbsp;inner.&amp;nbsp;If&amp;nbsp;you&amp;nbsp;decide&amp;nbsp;not&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;here,&amp;nbsp;then&amp;nbsp;we&amp;nbsp;need&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;there&amp;nbsp;and&amp;nbsp;maybe&amp;nbsp;at&amp;nbsp;other&amp;nbsp;places&amp;nbsp;--&amp;nbsp;Anne&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__Connector" ordered="false" eType="#//core_pc/composition_pc/ComposedStructure" eOpposite="#//core_pc/composition_pc/ComposedStructure/connectors__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedStructure" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedProvidingRequiringStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... -- Anne"/> </eAnnotations> <eOperations name="MultipleConnectorsConstraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->forAll( c1, c2 | c1 &lt;> c2 implies c1.outerProvidedRole_ProvidedDelegationConnector &lt;> c2.outerProvidedRole_ProvidedDelegationConnector)&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MultipleConnectorsConstraintForAssemblyConnectors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(AssemblyConnector)->forAll( c1, c2 | ( (c1 &lt;> c2) and ( c1.requiringAssemblyContext_AssemblyConnector = c2.requiringAssemblyContext_AssemblyConnector ) ) implies c1.requiredRole_AssemblyConnector &lt;> c2.requiredRole_AssemblyConnector )&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContexts__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/AssemblyContext" containment="true" eOpposite="#//core_pc/composition_pc/AssemblyContext/parentStructure__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredDelegationConnectors_ComposedStructure" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/ResourceRequiredDelegationConnector" containment="true" eOpposite="#//core_pc/composition_pc/ResourceRequiredDelegationConnector/parentStructure_ResourceRequiredDelegationConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/EventChannel" containment="true" eOpposite="#//core_pc/composition_pc/EventChannel/parentStructure__EventChannel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/Connector" containment="true" eOpposite="#//core_pc/composition_pc/Connector/parentStructure__Connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredDelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO Michael Hauck"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_pc/entity_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_pc/entity_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/ComposedStructure" eOpposite="#//core_pc/composition_pc/ComposedStructure/resourceRequiredDelegationConnectors_ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannel" eSuperTypes="#//core_pc/entity_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventChannel" ordered="false" eType="#//repository_pc/EventGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSourceConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/EventChannelSourceConnector" eOpposite="#//core_pc/composition_pc/EventChannelSourceConnector/eventChannel__EventChannelSourceConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_pc/composition_pc/EventChannelSinkConnector" eOpposite="#//core_pc/composition_pc/EventChannelSinkConnector/eventChannel__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__EventChannel" ordered="false" eType="#//core_pc/composition_pc/ComposedStructure" eOpposite="#//core_pc/composition_pc/ComposedStructure/eventChannel__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSourceConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EventChannelSourceRole" ordered="false" eType="#//repository_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSourceConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSourceConnector" ordered="false" eType="#//core_pc/composition_pc/EventChannel" eOpposite="#//core_pc/composition_pc/EventChannel/eventChannelSourceConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSinkConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__EventChannelSinkConnector" ordered="false" eType="#//repository_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__EventChannelSinkConnector" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/eventChannelSinkConnector__FilterCondition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSinkConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSinkConnector" ordered="false" eType="#//core_pc/composition_pc/EventChannel" eOpposite="#//core_pc/composition_pc/EventChannel/eventChannelSinkConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ProvidedDelegationConnector delegates incoming calls of provided roles to inner provided roles of encapsulated assembly&#xD;&#xA;contexts."/> </eAnnotations> <eOperations name="ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parentStructure__Connector = self.assemblyContext_ProvidedDelegationConnector.parentStructure__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.innerProvidedRole_ProvidedDelegationConnector.providingEntity_ProvidedRole = self.assemblyContext_ProvidedDelegationConnector.encapsulatedComponent__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ProvidedDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A RequiredDelegationConnector delegates required roles of encapsulated assembly contexts to&amp;nbsp;outer&amp;nbsp;required roles&#xD;&#xA;."/> </eAnnotations> <eOperations name="RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parentStructure__Connector = self.assemblyContext_RequiredDelegationConnector.parentStructure__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.innerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole = self.assemblyContext_RequiredDelegationConnector.encapsulatedComponent__AssemblyContext"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.outerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole=self.parentStructure__Connector"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_RequiredDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyConnector connects a&#xD;&#xA;provided and a required interface of two different components. AssemblyContext must refer to the tuple (Role,&#xD;&#xA;AssemblyContext) in order to uniquely identify which component roles communicate with each other."/> </eAnnotations> <eOperations name="AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providingAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.providedRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a provided role on the provider side. This constraint ensures that the referenced provided role is really available in the referenced assembly context. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.requiringAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a required role on the client side. This constraint ensures that the referenced required role is really available in the referenced assembly context. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AssemblyConnectorsReferencedInterfacesMustMatch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_AssemblyConnector.providedInterface__OperationProvidedRole = self.requiredRole_AssemblyConnector.requiredInterface__OperationRequiredRole"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Interfaces references by this Connector must match. This means that either &#xD;&#xA;1) the referenced providedRole and the referenced requiredRole refer to the same Interface (first part of the expression) or 2) the Interface A referenced by the providedRole is a subtype of the Interface B referenced by the requiredRole as transitively defined by the parentInterface__Interface property. That means that either Interface A is the parentInterface__Interface of Interface B, or there is a set of Interfaces "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_AssemblyConnector" ordered="false" eType="#//repository_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole_AssemblyConnector" ordered="false" eType="#//repository_pc/OperationRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyEventConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyEventConnector connects a sink and a source. AssemblyContext must refer to the tuple (Role,AssemblyContext) in order to uniquely identify which component sink and source roles communicate with each other."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__AssemblyEventConnector" ordered="false" eType="#//repository_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__AssemblyEventConnector" ordered="false" eType="#//repository_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__AssemblyEventConnector" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/assemblyEventConnector__FilterCondition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SourceDelegationConnector delegates outgoing events of encapsulated assembly contexts to an external souce role of the enclosing assembly context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSourceRole__SourceRole" ordered="false" eType="#//repository_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSourceRole__SourceRole" ordered="false" eType="#//repository_pc/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SourceDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkDelegationConnector delegates an incoming event to the encapsulated assembly contexts to inner sink roles."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SinkDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSinkRole__SinkRole" ordered="false" eType="#//repository_pc/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSinkRole__SinkRole" ordered="false" eType="#//repository_pc/SinkRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyInfrastructureConnector" eSuperTypes="#//core_pc/composition_pc/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedInfrastructureDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_pc/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredInfrastructureDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_pc/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredResourceDelegationConnector" eSuperTypes="#//core_pc/composition_pc/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredResourceDelegationConnector" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_pc/entity_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_pc/entity_pc/ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyContext" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyContext uniquely identifies an assembly instance of an AssemblyContext."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__AssemblyContext" ordered="false" eType="#//core_pc/composition_pc/ComposedStructure" eOpposite="#//core_pc/composition_pc/ComposedStructure/assemblyContexts__ComposedStructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulatedComponent__AssemblyContext" ordered="false" eType="#//repository_pc/RepositoryComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configParameterUsages__AssemblyContext" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/assemblyContext__VariableUsage"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="usagemodel_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_pointcut" nsPrefix="usagemodel_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO:&amp;nbsp;Put&amp;nbsp;the&amp;nbsp;3.2.2&amp;nbsp;Context&amp;nbsp;Model&amp;nbsp;chapter&amp;nbsp;of&amp;nbsp;Steffens&amp;nbsp;Diss&amp;nbsp;somewhere&amp;nbsp;so&amp;nbsp;that&amp;nbsp;it&amp;nbsp;can&amp;nbsp;be&amp;nbsp;referred&amp;nbsp;to&amp;nbsp;here.&amp;nbsp;It&amp;nbsp;provides&amp;nbsp;an&amp;nbsp;important&amp;nbsp;overview&amp;nbsp;on&amp;nbsp;why&amp;nbsp;we&amp;nbsp;have&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;TODO:&amp;nbsp;Include&amp;nbsp;the&amp;nbsp;example&amp;nbsp;from&amp;nbsp;Heiko's&amp;nbsp;dissertation&amp;nbsp;here?&amp;nbsp;But&amp;nbsp;how&amp;nbsp;to&amp;nbsp;include&amp;nbsp;the&amp;nbsp;picture?&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;of&amp;nbsp;a&amp;nbsp;software&amp;nbsp;system&amp;nbsp;by&amp;nbsp;external&amp;nbsp;clients&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;captured&amp;nbsp;in&amp;nbsp;models&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;model-driven&lt;br />&#xD;&#xA;performance&amp;nbsp;predictions.&amp;nbsp;Here,&amp;nbsp;the&amp;nbsp;term&amp;nbsp;usage&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;workload&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;users&amp;nbsp;concurrently&lt;br />&#xD;&#xA;present&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system),&amp;nbsp;usage&amp;nbsp;scenarios&amp;nbsp;(i.e.,&amp;nbsp;possible&amp;nbsp;sequences&amp;nbsp;of&amp;nbsp;invoking&amp;nbsp;services&amp;nbsp;at&amp;nbsp;system&amp;nbsp;provided&lt;br />&#xD;&#xA;roles),&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;between&amp;nbsp;service&amp;nbsp;invocations,&amp;nbsp;and&amp;nbsp;values&amp;nbsp;for&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;component&amp;nbsp;configurations.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;This&amp;nbsp;package&amp;nbsp;contains&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;specification&amp;nbsp;language,&amp;nbsp;which&amp;nbsp;(i)&amp;nbsp;provides&amp;nbsp;more&amp;nbsp;expressiveness&amp;nbsp;for&lt;br />&#xD;&#xA;characterising&amp;nbsp;parameter&amp;nbsp;instances&amp;nbsp;than&amp;nbsp;previous&amp;nbsp;models,&amp;nbsp;but&amp;nbsp;(ii)&amp;nbsp;at&amp;nbsp;the&amp;nbsp;same&amp;nbsp;time&amp;nbsp;is&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;concepts&lt;br />&#xD;&#xA;familiar&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;to&amp;nbsp;create&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language.&amp;nbsp;The&amp;nbsp;language&amp;nbsp;is&amp;nbsp;called&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;UsageModel&amp;nbsp;specifies&amp;nbsp;the&amp;nbsp;whole&amp;nbsp;user&amp;nbsp;interaction&amp;nbsp;with&amp;nbsp;a&amp;nbsp;system&amp;nbsp;from&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;viewpoint.&amp;nbsp;It&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;UsageScenarios&amp;nbsp;and&amp;nbsp;a&amp;nbsp;set&amp;nbsp;of&amp;nbsp;global&amp;nbsp;UserData&amp;nbsp;specifications.&amp;nbsp;Each&amp;nbsp;UsageScenario&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;workload&amp;nbsp;and&amp;nbsp;a&amp;nbsp;scenario&amp;nbsp;behaviour.&amp;nbsp;The&amp;nbsp;concepts&amp;nbsp;are&amp;nbsp;explained&amp;nbsp;for&amp;nbsp;the&amp;nbsp;single&amp;nbsp;meta&amp;nbsp;classes&amp;nbsp;included&amp;nbsp;in&amp;nbsp;this&amp;nbsp;package.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Note&amp;nbsp;that&amp;nbsp;UsageModels&amp;nbsp;are&amp;nbsp;completely&amp;nbsp;decoupled&amp;nbsp;from&amp;nbsp;the&amp;nbsp;inner&amp;nbsp;contents&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system,&amp;nbsp;which&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;an&amp;nbsp;assembly&amp;nbsp;and&amp;nbsp;a&amp;nbsp;connected&amp;nbsp;resource&amp;nbsp;environment.&amp;nbsp;The&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;system&amp;nbsp;provided&amp;nbsp;roles.&amp;nbsp;It&amp;nbsp;regards&amp;nbsp;the&amp;nbsp;component&lt;br />&#xD;&#xA;architecture&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;assembly)&amp;nbsp;as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;used&amp;nbsp;resources&amp;nbsp;(i.e.,&amp;nbsp;hardware&amp;nbsp;devices&amp;nbsp;such&amp;nbsp;as&amp;nbsp;CPUs&lt;br />&#xD;&#xA;and&amp;nbsp;harddisks&amp;nbsp;or&amp;nbsp;software&amp;nbsp;entities&amp;nbsp;such&amp;nbsp;as&amp;nbsp;threads,&amp;nbsp;semaphores)&amp;nbsp;as&amp;nbsp;hidden&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system.&amp;nbsp;Thus,&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;captures&amp;nbsp;information&amp;nbsp;that&amp;nbsp;is&amp;nbsp;available&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;and&amp;nbsp;can&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;by&amp;nbsp;them.&amp;nbsp;Resource&lt;br />&#xD;&#xA;environment&amp;nbsp;and&amp;nbsp;component&amp;nbsp;architecture&amp;nbsp;may&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;&lt;br />&#xD;&#xA;by&amp;nbsp;system&amp;nbsp;architects,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;system's&amp;nbsp;ProvidedRoles&amp;nbsp;remain&amp;nbsp;unchanged.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Discussion:&amp;nbsp;&lt;br />&#xD;&#xA;Notice,&amp;nbsp;that&amp;nbsp;unlike&amp;nbsp;other&amp;nbsp;behavioural&amp;nbsp;description&amp;nbsp;languages&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;prediction&amp;nbsp;(e.g.,&amp;nbsp;[162,&amp;nbsp;187,&lt;br />&#xD;&#xA;78]),&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;specifically&amp;nbsp;models&amp;nbsp;user&amp;nbsp;behaviour&amp;nbsp;and&amp;nbsp;for&amp;nbsp;example&amp;nbsp;does&amp;nbsp;not&amp;nbsp;refer&amp;nbsp;to&amp;nbsp;resources.&lt;br />&#xD;&#xA;Other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;mix&amp;nbsp;up&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;user&amp;nbsp;behaviour,&amp;nbsp;component&amp;nbsp;behaviour,&amp;nbsp;and&lt;br />&#xD;&#xA;resources,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;single&amp;nbsp;developer&amp;nbsp;role&amp;nbsp;(i.e.,&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;analyst)&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;performance&lt;br />&#xD;&#xA;model.&amp;nbsp;Opposed&amp;nbsp;to&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;targets&amp;nbsp;a&amp;nbsp;division&amp;nbsp;of&amp;nbsp;work&amp;nbsp;for&amp;nbsp;multiple&amp;nbsp;developer&amp;nbsp;roles&amp;nbsp;(cf.&amp;nbsp;Section&amp;nbsp;3.1&amp;nbsp;of&amp;nbsp;Heiko&amp;nbsp;Koziolek's&amp;nbsp;dissertation).&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Furthermore,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;the&amp;nbsp;other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;support&amp;nbsp;explicit&amp;nbsp;service&amp;nbsp;parameter&amp;nbsp;modelling.&lt;br />&#xD;&#xA;While&amp;nbsp;CSM&amp;nbsp;[162]&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;meta-class&amp;nbsp;Message&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;data&amp;nbsp;transferred&amp;nbsp;between&lt;br />&#xD;&#xA;two&amp;nbsp;steps&amp;nbsp;in&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;model,&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78]&amp;nbsp;allows&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;parameter&amp;nbsp;values&lt;br />&#xD;&#xA;in&amp;nbsp;principle,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;these&amp;nbsp;language&amp;nbsp;uses&amp;nbsp;the&amp;nbsp;information&amp;nbsp;to&amp;nbsp;parameterise&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;or&amp;nbsp;component&lt;br />&#xD;&#xA;behaviour.&amp;nbsp;Additionally,&amp;nbsp;they&amp;nbsp;do&amp;nbsp;not&amp;nbsp;provide&amp;nbsp;the&amp;nbsp;information&amp;nbsp;readily&amp;nbsp;analysable&amp;nbsp;by&amp;nbsp;MDSD&amp;nbsp;tools.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;has&amp;nbsp;been&amp;nbsp;designed&amp;nbsp;based&amp;nbsp;on&amp;nbsp;meta&amp;nbsp;models&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile&amp;nbsp;[31],&amp;nbsp;the&amp;nbsp;Core&amp;nbsp;Scenario&amp;nbsp;Model&amp;nbsp;(CSM)&amp;nbsp;[162],&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78].&amp;nbsp;It&amp;nbsp;is&amp;nbsp;furthermore&lt;br />&#xD;&#xA;related&amp;nbsp;to&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;used&amp;nbsp;in&amp;nbsp;statistical&amp;nbsp;testing&amp;nbsp;[34].&amp;nbsp;Although&amp;nbsp;the&amp;nbsp;concepts&amp;nbsp;included&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model&amp;nbsp;are&amp;nbsp;quite&amp;nbsp;similar&amp;nbsp;to&amp;nbsp;the&amp;nbsp;modelling&amp;nbsp;capabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile,&amp;nbsp;there&amp;nbsp;are&amp;nbsp;some&amp;nbsp;subtle&lt;br />&#xD;&#xA;differences:&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;is&amp;nbsp;aligned&amp;nbsp;with&amp;nbsp;the&amp;nbsp;role&amp;nbsp;of&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert,&amp;nbsp;and&amp;nbsp;uses&amp;nbsp;only&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&lt;br />&#xD;&#xA;this&amp;nbsp;role.&amp;nbsp;It&amp;nbsp;is&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language,&amp;nbsp;whereas&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&amp;nbsp;is&lt;br />&#xD;&#xA;a&amp;nbsp;general&amp;nbsp;purpose&amp;nbsp;language&amp;nbsp;that&amp;nbsp;includes&amp;nbsp;information,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;usually&amp;nbsp;spread&amp;nbsp;over&amp;nbsp;multiple&amp;nbsp;developer&lt;br />&#xD;&#xA;roles&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;component&amp;nbsp;assembler&amp;nbsp;and&amp;nbsp;the&amp;nbsp;system&amp;nbsp;deployer,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;without&amp;nbsp;a&amp;nbsp;technical&amp;nbsp;background&amp;nbsp;could&amp;nbsp;not&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;instance&amp;nbsp;of&amp;nbsp;it.&amp;nbsp;Nevertheless,&amp;nbsp;domain&amp;nbsp;experts&lt;br />&#xD;&#xA;should&amp;nbsp;be&amp;nbsp;able&amp;nbsp;to&amp;nbsp;create&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;with&amp;nbsp;appropriate&amp;nbsp;tools&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;other&amp;nbsp;developer&lt;br />&#xD;&#xA;roles,&amp;nbsp;because&amp;nbsp;such&amp;nbsp;models&amp;nbsp;only&amp;nbsp;contain&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&amp;nbsp;them.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;is&amp;nbsp;not&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;value,&amp;nbsp;but&amp;nbsp;can&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;random&lt;br />&#xD;&#xA;variable.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;constructs&amp;nbsp;are&amp;nbsp;arranged&amp;nbsp;in&amp;nbsp;a&amp;nbsp;hierarchical&amp;nbsp;fashion&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;easy&amp;nbsp;analyses.&lt;br />&#xD;&#xA;-&#xD;&#xA;Users&amp;nbsp;are&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;non-concurrent&amp;nbsp;behaviour,&amp;nbsp;as&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed,&amp;nbsp;that&amp;nbsp;users&amp;nbsp;only&amp;nbsp;execute&amp;nbsp;the&lt;br />&#xD;&#xA;services&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system&amp;nbsp;one&amp;nbsp;at&amp;nbsp;a&amp;nbsp;time.&lt;br />&#xD;&#xA;-&#xD;&#xA;System&amp;nbsp;service&amp;nbsp;invocations&amp;nbsp;can&amp;nbsp;be&amp;nbsp;enhanced&amp;nbsp;with&amp;nbsp;characterisations&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;values.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[31]&amp;nbsp;Object&amp;nbsp;Management&amp;nbsp;Group&amp;nbsp;(OMG),&amp;nbsp;&quot;UML&amp;nbsp;Profile&amp;nbsp;for&amp;nbsp;Schedulability,&amp;nbsp;Performance&amp;nbsp;and&amp;nbsp;Time,&quot;&lt;br />&#xD;&#xA;http://www.omg.org/cgi-bin/doc?formal/2005-01-02,&amp;nbsp;January&amp;nbsp;2005.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[34]&amp;nbsp;James&amp;nbsp;A.&amp;nbsp;Whittaker&amp;nbsp;and&amp;nbsp;Michael&amp;nbsp;G.&amp;nbsp;Thomason,&amp;nbsp;&quot;A&amp;nbsp;Markov&amp;nbsp;chain&amp;nbsp;model&amp;nbsp;for&amp;nbsp;statistical&amp;nbsp;software&lt;br />&#xD;&#xA;testing,&quot;&amp;nbsp;IEEE&amp;nbsp;Transactions&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;Engineering,&amp;nbsp;vol.&amp;nbsp;20,&amp;nbsp;no.&amp;nbsp;10,&amp;nbsp;pp.&amp;nbsp;812-824,&amp;nbsp;Oct.&amp;nbsp;1994.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[78]&amp;nbsp;V.&amp;nbsp;Grassi,&amp;nbsp;R.&amp;nbsp;Mirandola,&amp;nbsp;and&amp;nbsp;A.&amp;nbsp;Sabetta,&amp;nbsp;&quot;From&amp;nbsp;design&amp;nbsp;to&amp;nbsp;analysis&amp;nbsp;models:&amp;nbsp;a&amp;nbsp;kernel&amp;nbsp;language&lt;br />&#xD;&#xA;for&amp;nbsp;performance&amp;nbsp;and&amp;nbsp;reliability&amp;nbsp;analysis&amp;nbsp;of&amp;nbsp;component-based&amp;nbsp;systems,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&amp;nbsp;International&lt;br />&#xD;&#xA;Workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;Performance&amp;nbsp;(WOSP&amp;nbsp;'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&amp;nbsp;Press,&amp;nbsp;2005,&lt;br />&#xD;&#xA;pp.&amp;nbsp;25-36.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[162]&amp;nbsp;D.&amp;nbsp;B.&amp;nbsp;Petriu&amp;nbsp;and&amp;nbsp;M.&amp;nbsp;Woodside,&amp;nbsp;&quot;A&amp;nbsp;metamodel&amp;nbsp;for&amp;nbsp;generating&amp;nbsp;performance&amp;nbsp;models&amp;nbsp;from&amp;nbsp;UML&amp;nbsp;designs,&quot;&lt;br />&#xD;&#xA;in&amp;nbsp;UML&amp;nbsp;2004&amp;nbsp;-&amp;nbsp;The&amp;nbsp;Unified&amp;nbsp;Modeling&amp;nbsp;Language.&amp;nbsp;Model&amp;nbsp;Languages&amp;nbsp;and&amp;nbsp;Applications.&amp;nbsp;7th&lt;br />&#xD;&#xA;International&amp;nbsp;Conference,&amp;nbsp;Lisbon,&amp;nbsp;Portugal,&amp;nbsp;October&amp;nbsp;11-15,&amp;nbsp;2004,&amp;nbsp;Proceedings,&amp;nbsp;ser.&amp;nbsp;LNCS,&amp;nbsp;T.&amp;nbsp;Baar,&lt;br />&#xD;&#xA;A.&amp;nbsp;Strohmeier,&amp;nbsp;A.&amp;nbsp;Moreira,&amp;nbsp;and&amp;nbsp;S.&amp;nbsp;J.&amp;nbsp;Mellor,&amp;nbsp;Eds.,&amp;nbsp;vol.&amp;nbsp;3273.&amp;nbsp;Springer,&amp;nbsp;2004,&amp;nbsp;pp.&amp;nbsp;41-53.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[187]&amp;nbsp;C.&amp;nbsp;U.&amp;nbsp;Smith,&amp;nbsp;C.&amp;nbsp;M.&amp;nbsp;Llado,&amp;nbsp;V.&amp;nbsp;Cortellessa,&amp;nbsp;A.&amp;nbsp;D.&amp;nbsp;Marco,&amp;nbsp;and&amp;nbsp;L.&amp;nbsp;G.&amp;nbsp;Williams,&amp;nbsp;&quot;From&amp;nbsp;UML&amp;nbsp;models&lt;br />&#xD;&#xA;to&amp;nbsp;software&amp;nbsp;performance&amp;nbsp;results:&amp;nbsp;an&amp;nbsp;SPE&amp;nbsp;process&amp;nbsp;based&amp;nbsp;on&amp;nbsp;XML&amp;nbsp;interchange&amp;nbsp;formats,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&lt;br />&#xD;&#xA;international&amp;nbsp;workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;performance&amp;nbsp;(WOSP'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&lt;br />&#xD;&#xA;Press,&amp;nbsp;2005,&amp;nbsp;pp.&amp;nbsp;87-98.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Workload specifies the usage intensity of a system, which relates to the number of users concurrently&#xD;&#xA;present in the system. The PCM usage model adopts this concept from classical queueing&#xD;&#xA;theory [123]. The specified workloads can directly be used in queueing networks or easily be mapped&#xD;&#xA;to markings in stochastic Petri nets. Workloads can either be open or closed.&#xD;&#xA;&#xD;&#xA;The algorithms used to analyse queueing networks differ depending on whether open or closed workloads&#xD;&#xA;are modelled [123]. Some special queueing networks can only be analysed given a particular workload&#xD;&#xA;type (open or closed). Notice, that it is possible to specify a usage model with open workload usage&#xD;&#xA;scenarios and closed workload usage scenarios at the same time. Open and closed workloads can be&#xD;&#xA;executed in parallel when analysing the model.&#xD;&#xA;&#xD;&#xA;[123] E. Lazowska, J. Zahorjan, G. Graham, and K. Sevcik, Quantitative System Performance. Prentice&#xD;&#xA;Hall, 1984."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_Workload" ordered="false" eType="#//usagemodel_pc/UsageScenario" eOpposite="#//usagemodel_pc/UsageScenario/workload_UsageScenario"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageScenario" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UsageScenarios are concurrently executed behaviours of users within one UsageModel. It describes which&#xD;&#xA;services are directly invoked by users in one specific use case and models the possible sequences of calling&#xD;&#xA;them. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UsageScenario" ordered="false" eType="#//usagemodel_pc/UsageModel" eOpposite="#//usagemodel_pc/UsageModel/usageScenario_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_UsageScenario" ordered="false" eType="#//usagemodel_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_pc/ScenarioBehaviour/usageScenario_SenarioBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workload_UsageScenario" ordered="false" eType="#//usagemodel_pc/Workload" containment="true" eOpposite="#//usagemodel_pc/Workload/usageScenario_Workload"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UserData characterises data&#xD;&#xA;used in specific assembly contexts in the system. This data is the same for all UsageScenarios, i.e.,&#xD;&#xA;multiple users accessing the same components access the same data. This UserData refers to component&#xD;&#xA;parameters of the system publicized by the software architect (see pcm::parameters package). The domain expert&#xD;&#xA;characterises the values of component parameters related to business concepts (e.g., user specific data,&#xD;&#xA;data specific for a business domain), whereas the software architect characterises the values of component&#xD;&#xA;parameters related to technical concepts (e.g., size of caches, size of a thread pool, configuration data,&#xD;&#xA;etc.). One UserData instance includes all parameter characterisation for the annotated entity. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_userData" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UserData" ordered="false" eType="#//usagemodel_pc/UsageModel" eOpposite="#//usagemodel_pc/UsageModel/userData_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userDataParameterUsages_UserData" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/userData_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The UsageModel specifies the whole user interaction with a system from a performance viewpoint. It consists of a number of concurrently executed UsageScenarios and a set of global UserData specifications. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_pc/UsageScenario" containment="true" eOpposite="#//usagemodel_pc/UsageScenario/usageModel_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_pc/UserData" containment="true" eOpposite="#//usagemodel_pc/UserData/usageModel_UserData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryLevelSystemCall" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EntryLevelSystemCall models the call to a service provided by a system. Therefore, an&#xD;&#xA;EntryLevelSystemCall references a ProvidedRole of a PCM System, from which the&#xD;&#xA;called interface and the providing component within the system can be derived, and a Signature&#xD;&#xA;specifying the called service. Notice, that the usage model does not permit the domain expert to&#xD;&#xA;model calls directly to components, but only to system roles. (TODO: Add such a constraint.) This decouples the System structure&#xD;&#xA;(i.e., the component-based software architecture model and its allocation) from the UsageModel&#xD;&#xA;and the software architect can change the System (e.g., include new components, remove existing&#xD;&#xA;components, or change their wiring or allocation) independently from the domain expert, if&#xD;&#xA;the system provided roles are not affected. EntryLevelSystemCalls may include a set of&#xD;&#xA;input parameter characterisations and a set of output parameter characterisations (as described in&#xD;&#xA;the pcm::parameters package). However, the random variables characterising the input parameters&#xD;&#xA;like NUMBER_OF_ELEMENTS can not depend on other variables in the usage model. They have&#xD;&#xA;to be composed from literals only including literals describing random variables having a&#xD;&#xA;certain fixed distribution.&#xD;&#xA;&#xD;&#xA;TODO Anne: Constraint that ensures that the referred signature is contained in the interface referenced by the ProvidedRole (see Diagram)"/> </eAnnotations> <eOperations name="EntryLevelSystemCallMustReferenceProvidedRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_EntryLevelSystemCall.providingEntity_ProvidedRole.oclIsTypeOf(pcm::system::System)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EntryLevelSystemCallSignatureMustMatchItsProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.providedRole_EntryLevelSystemCall.providedInterface__OperationProvidedRole.signatures__OperationInterface->includes(self.operationSignature__EntryLevelSystemCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_EntryLevelSystemCall" ordered="false" eType="#//repository_pc/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__EntryLevelSystemCall" ordered="false" eType="#//repository_pc/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/entryLevelSystemCall_OutputParameterUsage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/entryLevelSystemCall_InputParameterUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractUserAction" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" ordered="false" eType="#//usagemodel_pc/AbstractUserAction" eOpposite="#//usagemodel_pc/AbstractUserAction/predecessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" ordered="false" eType="#//usagemodel_pc/AbstractUserAction" eOpposite="#//usagemodel_pc/AbstractUserAction/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_AbstractUserAction" ordered="false" eType="#//usagemodel_pc/ScenarioBehaviour" eOpposite="#//usagemodel_pc/ScenarioBehaviour/actions_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScenarioBehaviour" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ScenarioBehaviour specifies possible sequences of executing services provided by the system.&#xD;&#xA;It contains a set of AbstractUserActions, each referencing a predecessor and successor (except the&#xD;&#xA;first and last action), thereby forming a sequence of actions. &#xD;&#xA;&#xD;&#xA;See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay&#xD;&#xA;- Start &#xD;&#xA;- Stop&#xD;&#xA;&#xD;&#xA;So far, ScenarioBehaviours do not include forks in the user flow (i.e., splitting the flow with an&#xD;&#xA;AND semantic), as it is assumed that users always act sequentially.&#xD;&#xA;&#xD;&#xA;As there are no random variables depending on other variables in the&#xD;&#xA;usage model, there are no equivalent actions to GuardedBranchTransitions or CollectionIteratorActions.&#xD;&#xA;"/> </eAnnotations> <eOperations name="Exactlyonestart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Start))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="Exactlyonestop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Stop))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).predecessor.oclIsUndefined()) and not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).successor.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_SenarioBehaviour" ordered="false" eType="#//usagemodel_pc/UsageScenario" eOpposite="#//usagemodel_pc/UsageScenario/scenarioBehaviour_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchTransition_ScenarioBehaviour" ordered="false" eType="#//usagemodel_pc/BranchTransition" eOpposite="#//usagemodel_pc/BranchTransition/branchedBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_ScenarioBehaviour" ordered="false" eType="#//usagemodel_pc/Loop" eOpposite="#//usagemodel_pc/Loop/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions_ScenarioBehaviour" ordered="false" upperBound="-1" eType="#//usagemodel_pc/AbstractUserAction" containment="true" eOpposite="#//usagemodel_pc/AbstractUserAction/scenarioBehaviour_AbstractUserAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchTransition is an association class that realises the containment of ScenarioBehaviours in in the branches of a Branch action. It is a separate meta class because it has the additional attribute branchProbability that specifies how probably it is that the references ScenarioBehaviour is executed in the Branch action. &#xD;&#xA;&#xD;&#xA;See also Branch."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branch_BranchTransition" ordered="false" eType="#//usagemodel_pc/Branch" eOpposite="#//usagemodel_pc/Branch/branchTransitions_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchedBehaviour_BranchTransition" ordered="false" eType="#//usagemodel_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_pc/ScenarioBehaviour/branchTransition_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Branch splits the user flow with a XOR-semantic: one of the included BranchTransitions&#xD;&#xA;is taken depending on the specified branch probabilities. Each BranchTransition contains a&#xD;&#xA;nested ScenarioBehaviour, which a user executes once this branch transition is chosen. After&#xD;&#xA;execution of the complete nested ScenarioBehaviour, the next action in the user flow after the&#xD;&#xA;Branch is its successor action.&#xD;&#xA;&#xD;&#xA;A constraint ensures that all branchProbabilities of the included BranchTransitions sum up to 1. "/> </eAnnotations> <eOperations name="AllBranchProbabilitiesMustSumUpTo1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self->collect(branchTransitions_Branch.branchProbability)->sum() > 0.999 and self->collect(branchTransitions_Branch.branchProbability)->sum() &lt;1.001"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchTransitions_Branch" ordered="false" upperBound="-1" eType="#//usagemodel_pc/BranchTransition" containment="true" eOpposite="#//usagemodel_pc/BranchTransition/branch_BranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Loop models a repeated sequence of actions in the user flow. It contains a nested ScenarioBehaviour specifying the loop body, and a RandomVariable specifying the number of iterations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="loopIteration_Loop" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/loop_LoopIteration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//usagemodel_pc/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_pc/ScenarioBehaviour/loop_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Stop action which marks the action where the control flows ends. Stop actions have no successor."/> </eAnnotations> <eOperations name="StopHasNoSuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.successor.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Start action which marks the action where the control flows begins. Start actions have no predecessor."/> </eAnnotations> <eOperations name="StartHasNoPredecessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.predecessor.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpenWorkload" eSuperTypes="#//usagemodel_pc/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OpenWorkload specifies usage intensity with an inter-arrival time (i.e., the time between two&#xD;&#xA;user arrivals at the system) as a RandomVariable with an arbitrary probability distribution. It&#xD;&#xA;models that an infinite stream of users arrives at a system. The users execute their scenario, and then&#xD;&#xA;leave the system. The user population (i.e., the number of users concurrently present in a system) is&#xD;&#xA;not fixed in an OpenWorkload."/> </eAnnotations> <eOperations name="InterArrivalTimeInOpenWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.interArrivalTime_OpenWorkload.oclIsUndefined() and self.interArrivalTime_OpenWorkload.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interArrivalTime_OpenWorkload" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/openWorkload_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//usagemodel_pc/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Delay represents a timing delay as a RandomVariable between two user actions. The Delay&#xD;&#xA;is included into the usage model to express that users do not call system services in direct successions,&#xD;&#xA;but usually need some time to determine their next action. User delays are for example useful,&#xD;&#xA;if a performance analyst wants to determine the execution time for a complete scenario behaviour&#xD;&#xA;(instead of a single service), which needs to include user delays."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="timeSpecification_Delay" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/delay_TimeSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedWorkload" eSuperTypes="#//usagemodel_pc/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClosedWorkload specifies directly the (constant) user population and a think time. It models&#xD;&#xA;that a fixed number of users execute their scenario, then wait (or think) for the specified amount&#xD;&#xA;of think time as a RandomVariable, and then reenter the system executing their scenario again.&#xD;&#xA;Performance analysts use closed workloads to model scenarios, where the number of users is known&#xD;&#xA;(e.g., a fixed number of users in a company)."/> </eAnnotations> <eOperations name="PopulationInClosedWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.population.oclIsUndefined() and self.population &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ThinkTimeInClosedWorkloadNeedsToBeSpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.thinkTime_ClosedWorkload.oclIsUndefined() and self.thinkTime_ClosedWorkload.specification &lt;> ''"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="population" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thinkTime_ClosedWorkload" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/closedWorkload_PCMRandomVariable"/> </eClassifiers> </eSubpackages> <eSubpackages name="repository_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_pointcut" nsPrefix="repository_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The main package contributing component types and interfaces."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PassiveResource" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a passive resource, e.g., a semaphore."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity_PassiveResource" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/passiveResource_capacity_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the capacity of this passive resource."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_PassiveResource" ordered="false" eType="#//repository_pc/BasicComponent" eOpposite="#//repository_pc/BasicComponent/passiveResource_BasicComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceTimeoutFailureType__PassiveResource" ordered="false" eType="#//reliability_pc/ResourceTimeoutFailureType" eOpposite="#//reliability_pc/ResourceTimeoutFailureType/passiveResource__ResourceTimeoutFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;failure type that represents a timeout&amp;nbsp;failure of an acquiring action for this passive resource&amp;nbsp;(see the&#xD;&#xA;documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicComponent" eSuperTypes="#//repository_pc/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a black-box component implementation. Basic components are atomic building blocks of a software architecture. They cannot be further subdivided into smaller components and are built from scratch, i.e, not by assembling other components. Component developers specify basic components by associating interfaces to them in a providing or requiring role."/> </eAnnotations> <eOperations name="NoSeffTypeUsedTwice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.serviceEffectSpecifications__BasicComponent->forAll(p1, p2 |&#xD;&#xA; p1 &lt;> p2 implies (p1.describedService__SEFF = p2.describedService__SEFF implies p1.seffTypeID &lt;> p2.seffTypeID))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvideSameInterfacesAsImplementationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- BC has to provide the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->collect(pr : ProvidedRole | pr.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes->collect(pr | pr.providedRoles_InterfaceProvidingEntity.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfacesAsImplementationType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- BC has to require the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceEffectSpecifications__BasicComponent" ordered="false" upperBound="-1" eType="#//seff_pc/ServiceEffectSpecification" containment="true" eOpposite="#//seff_pc/ServiceEffectSpecification/basicComponent_ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property contains the service effect specification for services provided by this basic component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_BasicComponent" ordered="false" upperBound="-1" eType="#//repository_pc/PassiveResource" containment="true" eOpposite="#//repository_pc/PassiveResource/basicComponent_PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the passive resources, e.g., semaphores, that are owned by this basic component."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationComponentType" eSuperTypes="#//repository_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of a component, where both sets of provided and required interfaces as well as the implementation is visible. It fully specifies the component type. The specification of&#xD;&#xA;the internal structure depends on the way the component is realised. In general, components can either be implemented from the scratch or composed out of other components. In the first case, the implemented behaviour of each provided service needs to be specified with a service effect specification (SEFF) to describe the component’s abstract internal structure. We refer to such components as basic components, since they form the basic building blocks of a software architecture. On the other hand, developers can use existing components to assemble new, composite components.&#xD;&#xA;&#xD;&#xA;TODO: ? Possibly add constraint that the VariableUsages must have unique names within one component. Maybe this constraint can even be added to the VariableUsage in general (for each containment of VariableUsages, each name inside must be unique, for example). "/> </eAnnotations> <eOperations name="RequiredInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ImplementationTypes required Interfaces have to be a subset&#xD;&#xA;-- of CompleteComponentType required Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc1 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc1->union(pt.requiredRoles->iterate(r : RequiredRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc2->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc3 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc3->union(pt.requiredRoles->iterate(r : RequiredRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc4->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc5 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc5->union(pt.requiredRoles->iterate(r : RequiredRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc6->union(r.requiredInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;&#x9;))&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;-- Directly required interfaces need to be a subset of required anchestorInterfaces of Supertype #&#xD;&#xA;--anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;self.requiredRoles->iterate(p : RequiredRole; acc7 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc7->union(p.requiredInterface.identifier.id->asBag())&#xD;&#xA;--&#x9;)&#x9;&#xD;&#xA;--)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToCompleteType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- ### EXACT COPY FROM ABOVE ###&#xD;&#xA;-- ImplementationComponentTypes provided Interfaces have to be a superset&#xD;&#xA;-- of CompleteComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvidedInterfaceHaveToConformToComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.componentType = ComponentType::INFRASTRUCTURE_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(OperationInterface) or role.oclIsTypeOf(EventGroup))->size() = 0&#xD;&#xA;else if self.componentType = ComponentType::BUSINESS_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(InfrastructureInterface))->size() = 0&#xD;&#xA;else&#xD;&#xA;&#x9;1 = 0&#xD;&#xA;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentCompleteComponentTypes" ordered="false" upperBound="-1" eType="#//repository_pc/CompleteComponentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParameterUsage_ImplementationComponentType" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specified the variables of the component that are to be initialized using the assembly context to parametrize the component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" ordered="false" lowerBound="1" eType="#//repository_pc/ComponentType" defaultValueLiteral="BUSINESS_COMPONENT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryComponent" eSuperTypes="#//core_pc/entity_pc/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of all component types which can be part of a component repository"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__RepositoryComponent" ordered="false" eType="#//repository_pc/Repository" eOpposite="#//repository_pc/Repository/components__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this entity is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedRole" eSuperTypes="#//repository_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided roles list the interfaces offered by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providingEntity_ProvidedRole" ordered="false" eType="#//core_pc/entity_pc/InterfaceProvidingEntity" eOpposite="#//core_pc/entity_pc/InterfaceProvidingEntity/providedRoles_InterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the providing entity that is providing the interface associated with this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a parameter within a signature. The parameter has a name and it is of a data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType__Parameter" ordered="false" eType="#//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignature__Parameter" ordered="false" eType="#//repository_pc/InfrastructureSignature" eOpposite="#//repository_pc/InfrastructureSignature/parameters__InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__Parameter" ordered="false" eType="#//repository_pc/OperationSignature" eOpposite="#//repository_pc/OperationSignature/parameters__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property navigates to the signature this parameter is a part of."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__Parameter" ordered="false" eType="#//repository_pc/EventType" eOpposite="#//repository_pc/EventType/parameter__EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the name of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier__Parameter" ordered="false" lowerBound="1" eType="#//repository_pc/ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the modifier of the parameter like known from C#."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignature__Parameter" ordered="false" eType="#//resourcetype_pc/ResourceSignature" eOpposite="#//resourcetype_pc/ResourceSignature/parameter__ResourceSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a data type that can be stored in a repository and used for specification and modeling of interface signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__DataType" ordered="false" eType="#//repository_pc/Repository" eOpposite="#//repository_pc/Repository/dataTypes__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specifies the repository to which this data type belongs."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repository entity allows storing components, data types, and interfaces to be fetched and reused for construction of component instances as well as new component types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryDescription" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents a description of the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="components__Repository" ordered="false" upperBound="-1" eType="#//repository_pc/RepositoryComponent" containment="true" eOpposite="#//repository_pc/RepositoryComponent/repository__RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the provides component types stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces__Repository" ordered="false" upperBound="-1" eType="#//repository_pc/Interface" containment="true" eOpposite="#//repository_pc/Interface/repository__Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes__Repository" ordered="false" upperBound="-1" eType="#//reliability_pc/FailureType" containment="true" eOpposite="#//reliability_pc/FailureType/repository__FailureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes__Repository" ordered="false" upperBound="-1" eType="#//repository_pc/DataType" containment="true" eOpposite="#//repository_pc/DataType/repository__DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data types stored in the repository."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity models the interface as a set of signatures representing services provided or required by a component. An interface is an abstraction of piece of software (a software entity) which should contain a sufficient amount of information for a caller to understand and finally request the realised functionality from any entity claiming to offer the specified functionality. Note that this implies, that the specification of the interface also has to contain a sufficient amount of information for the implementer to actually implement the interface. Due to the inherent need of an interface to abstract the behaviour of the software entity not in all cases there is sufficient information provided to use or implement an interface in an unambiquious way.&#xD;&#xA;&#xD;&#xA;Interfaces can exist on their own, i.e., without any entity requesting or implementing the specified functionality. Two roles can be identified a software entity can take relative to an interface. Any entity can either claim to implement the functionality specified in an interface or to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities, and their relationships."/> </eAnnotations> <eOperations name="NoProtocolTypeIDUsedTwice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.protocols__Interface->forAll(p1, p2 |&#xD;&#xA;p1.protocolTypeID &lt;> p2.protocolTypeID)&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentInterfaces__Interface" ordered="false" upperBound="-1" eType="#//repository_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces from which this interface directly inherits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocols__Interface" ordered="false" upperBound="-1" eType="#//protocol_pc/Protocol" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the protocol bound to this interfaces, i.e., the way, in the sense of the order, the services of this interfaces are allowed to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCharacterisations" ordered="false" upperBound="-1" eType="#//repository_pc/RequiredCharacterisation" containment="true" eOpposite="#//repository_pc/RequiredCharacterisation/interface_RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="documentation of required variable characterisations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__Interface" ordered="false" eType="#//repository_pc/Repository" eOpposite="#//repository_pc/Repository/interfaces__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this interface is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specification of required variable characeterisations per parameter. Increases power of interfaces and lifts variable characterisations to the interface to enable extended interoperability checks."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_pc/VariableCharacterisationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" eType="#//repository_pc/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface_RequiredCharacterisation" ordered="false" eType="#//repository_pc/Interface" eOpposite="#//repository_pc/Interface/requiredCharacterisations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGroup" eSuperTypes="#//repository_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EventGroup combines a set of EventTypes that are supported by a Sink and/or a Source. This is comparable to an operation interface combining a set of operation signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTypes__EventGroup" ordered="false" upperBound="-1" eType="#//repository_pc/EventType" containment="true" eOpposite="#//repository_pc/EventType/eventGroup__EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="#//repository_pc/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EventType represents a single class of events that can be emited by a source or consumed by a sink. The characteristics of the event are defined by the variable included in the EventType.&#xD;&#xA;Due to the extension of the signature class, the EventType is also accessible for ServiceEffectSpecifications (SEFF). By this, a SEFF is able to represent an event handler for this type of events."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__EventType" ordered="false" eType="#//repository_pc/Parameter" containment="true" eOpposite="#//repository_pc/Parameter/eventType__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventType" ordered="false" eType="#//repository_pc/EventGroup" eOpposite="#//repository_pc/EventGroup/eventTypes__EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signature" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This&amp;nbsp;entity&amp;nbsp;represents&amp;nbsp;the&amp;nbsp;signature&amp;nbsp;of&amp;nbsp;a&amp;nbsp;method,&amp;nbsp;i.e.,&amp;nbsp;its&amp;nbsp;parameters,&amp;nbsp;exception&amp;nbsp;declarations,&amp;nbsp;return&amp;nbsp;type,&amp;nbsp;etc.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; Every&amp;nbsp;service&amp;nbsp;of&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;unique&amp;nbsp;signature,&amp;nbsp;like&amp;nbsp;void&amp;nbsp;doSomething(int&amp;nbsp;a).&amp;nbsp;A&amp;nbsp;PCM&amp;nbsp;signature&amp;nbsp;is&amp;nbsp;comparable&amp;nbsp;to&amp;nbsp;a&amp;nbsp;method&amp;nbsp;signature&amp;nbsp;in&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;like&amp;nbsp;C#,&amp;nbsp;Java&amp;nbsp;or&amp;nbsp;the&amp;nbsp;OMG&amp;nbsp;IDL.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; It&amp;nbsp;contains:&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;A&amp;nbsp;type&amp;nbsp;of&amp;nbsp;the&amp;nbsp;return&amp;nbsp;value&amp;nbsp;or&amp;nbsp;void&amp;nbsp;(no&amp;nbsp;return&amp;nbsp;value),&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;naming&amp;nbsp;the&amp;nbsp;service,&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;ordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;(0..*).Each&amp;nbsp;parameter&amp;nbsp;is&amp;nbsp;a&amp;nbsp;tuple&amp;nbsp;of&amp;nbsp;a&amp;nbsp;datatype&amp;nbsp;and&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;(which&amp;nbsp;is&amp;nbsp;unique&amp;nbsp;across&amp;nbsp;the&amp;nbsp;parameters).&amp;nbsp;Additionally,&amp;nbsp;the&amp;nbsp;modifiers&amp;nbsp;in,&amp;nbsp;out,&amp;nbsp;and&amp;nbsp;inout&amp;nbsp;(with&amp;nbsp;its&amp;nbsp;OMG&lt;br />&#xD;&#xA; IDL&amp;nbsp;semantics)&amp;nbsp;can&amp;nbsp;be&amp;nbsp;used&amp;nbsp;for&amp;nbsp;parameters,&amp;nbsp;and&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;unordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;exceptions.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; A&amp;nbsp;signature&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;unique&amp;nbsp;for&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;through&amp;nbsp;the&amp;nbsp;tupel&amp;nbsp;(identifier,&amp;nbsp;order&amp;nbsp;of&amp;nbsp;parameters).&amp;nbsp;An&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;list&amp;nbsp;of&amp;nbsp;1..*&amp;nbsp;signatures&amp;nbsp;(interfaces&amp;nbsp;associate&amp;nbsp;1..*&amp;nbsp;signatures,&amp;nbsp;not&amp;nbsp;the&amp;nbsp;other&amp;nbsp;way&amp;nbsp;around).&amp;nbsp;A&lt;br />&#xD;&#xA; signature&amp;nbsp;is&amp;nbsp;assigned&amp;nbsp;to&amp;nbsp;exactly&amp;nbsp;one&amp;nbsp;interface.&amp;nbsp;However,&amp;nbsp;different&amp;nbsp;interfaces&amp;nbsp;can&amp;nbsp;define&amp;nbsp;equally&amp;nbsp;named&amp;nbsp;signatures.&amp;nbsp;If,&amp;nbsp;for&amp;nbsp;example,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;defined&amp;nbsp;for&amp;nbsp;interface&amp;nbsp;A&amp;nbsp;and&amp;nbsp;B,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;not&amp;nbsp;identical&amp;nbsp;in&amp;nbsp;both&amp;nbsp;interfaces.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Failure that may occur inside external services must be specified at the service signatures. This way components that&#xD;&#xA; use this services may implement failure handling without knowing the internal behaviour of the connected component.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions__Signature" ordered="false" upperBound="-1" eType="#//repository_pc/ExceptionType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of exceptions declared by this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType" ordered="false" upperBound="-1" eType="#//reliability_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;failure&amp;nbsp;types&amp;nbsp;that&amp;nbsp;can&amp;nbsp;happen&amp;nbsp;on&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;service."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a type of an exception."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property denotes the name of the exception. In addition to the exception message, this is another piece of information that can be used for identification of the exception that has appeared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionMessage" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the text message of the exception."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureSignature" eSuperTypes="#//repository_pc/Signature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__InfrastructureSignature" ordered="false" upperBound="-1" eType="#//repository_pc/Parameter" containment="true" eOpposite="#//repository_pc/Parameter/infrastructureSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureInterface__InfrastructureSignature" ordered="false" eType="#//repository_pc/InfrastructureInterface" eOpposite="#//repository_pc/InfrastructureInterface/infrastructureSignatures__InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureInterface" eSuperTypes="#//repository_pc/Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignatures__InfrastructureInterface" ordered="false" upperBound="-1" eType="#//repository_pc/InfrastructureSignature" containment="true" eOpposite="#//repository_pc/InfrastructureSignature/infrastructureInterface__InfrastructureSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequiredRole" eSuperTypes="#//repository_pc/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__InfrastructureRequiredRole" ordered="false" eType="#//repository_pc/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredRole" eSuperTypes="#//repository_pc/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required roles list the interfaces required by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringEntity_RequiredRole" ordered="false" eType="#//core_pc/entity_pc/InterfaceRequiringEntity" eOpposite="#//core_pc/entity_pc/InterfaceRequiringEntity/requiredRoles_InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface requiring entity that requires this interface."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSignature" eSuperTypes="#//repository_pc/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An interface specific to operations and a operation specific association to parameters and return values."/> </eAnnotations> <eOperations name="ParameterNamesHaveToBeUniqueForASignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parameters__OperationSignature->isUnique(p : Parameter |&#xD;&#xA;&#x9;p.parameterName&#xD;&#xA;)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interface__OperationSignature" ordered="false" eType="#//repository_pc/OperationInterface" eOpposite="#//repository_pc/OperationInterface/signatures__OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface that contains the method with this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__OperationSignature" upperBound="-1" eType="#//repository_pc/Parameter" containment="true" eOpposite="#//repository_pc/Parameter/operationSignature__Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of parameters of the corresponding method."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType__OperationSignature" ordered="false" eType="#//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the return type of the corresponding method."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterface" eSuperTypes="#//repository_pc/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OperationInterface is a specific type of interface related to operation calls. For this, it also refereferences a set of operation interfaces. Operations can represent methods, functions or any comparable concept."/> </eAnnotations> <eOperations name="SignaturesHaveToBeUniqueForAnInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- full signature has to be unique &#xD;&#xA;-- (use of ocl-tupels) #&#xD;&#xA;let sigs : Bag(&#xD;&#xA;&#x9;-- parameters: Sequence of DataType, NOT name #&#xD;&#xA;&#x9;-- exceptions have not to be considered #&#xD;&#xA;&#x9;Tuple(returnType : DataType, serviceName : String, parameters : Sequence(DataType) ) &#xD;&#xA;) = &#xD;&#xA;self.signatures__OperationInterface->collect(sig : OperationSignature |&#xD;&#xA;&#x9;Tuple{&#xD;&#xA;&#x9;&#x9;returnType : DataType = sig.returnType__OperationSignature,&#xD;&#xA;&#x9;&#x9;serviceName : String = sig.entityName,&#xD;&#xA;&#x9;&#x9;parameters : Sequence(DataType) = sig.parameters__OperationSignature.dataType__Parameter&#xD;&#xA;&#x9;}&#xD;&#xA;)&#xD;&#xA;in&#xD;&#xA;sigs->isUnique(s|s)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="signatures__OperationInterface" ordered="false" upperBound="-1" eType="#//repository_pc/OperationSignature" containment="true" eOpposite="#//repository_pc/OperationSignature/interface__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the set of signatures of which the interface consists."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRequiredRole" eSuperTypes="#//repository_pc/RequiredRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the required operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__OperationRequiredRole" ordered="false" eType="#//repository_pc/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces that is required by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceRole" eSuperTypes="#//repository_pc/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SourceRole" ordered="false" eType="#//repository_pc/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkRole" eSuperTypes="#//repository_pc/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkRole, extending a ProvidedRole, identifies components that provide an event handler for specific EventTypes. As for SourceRoles, the EventTypes, a SinkRole is compatible with, are defined by the associated EventGroup."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SinkRole" ordered="false" eType="#//repository_pc/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationProvidedRole" eSuperTypes="#//repository_pc/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the provided operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__OperationProvidedRole" ordered="false" eType="#//repository_pc/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the corresponding interface that is provided by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureProvidedRole" eSuperTypes="#//repository_pc/ProvidedRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__InfrastructureProvidedRole" ordered="false" eType="#//repository_pc/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameter modifiers like known from C#."/> </eAnnotations> <eLiterals name="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use this value if no parameter modifier shall be applied."/> </eAnnotations> </eLiterals> <eLiterals name="in" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;in&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;out&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ref&quot; according to C# semantics"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteComponentType" eSuperTypes="#//repository_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Complete (Component) types abstract from the realisation of components. They only contain provided and required roles omitting the components’ internal structure, i.e., the service effect specifications or assemblies. Thus, complete types represent a black box view on components. Leaving the implementation open allows for a higher flexibility of software architects and defines substitutability in the PCM."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(&#xD;&#xA;&#x9;self.oclIsTypeOf(CompleteComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(ImplementationComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(CompositeComponent)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(BasicComponent)&#xD;&#xA;)&#xD;&#xA;implies&#xD;&#xA;(&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->size() >= 1&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.requiredRoles_InterfaceRequiringEntity->size() >= 1&#xD;&#xA;)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToProvidedType2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CompleteTypes provided Interfaces have to be a superset&#xD;&#xA;-- of ProvidesComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see &quot;lpar2005.pdf&quot; (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;--&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentProvidesComponentTypes" ordered="false" upperBound="-1" eType="#//repository_pc/ProvidesComponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidesComponentType" eSuperTypes="#//repository_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided (Component) Types abstract a component to its provided interfaces, leaving its requirements and implementation details open. So, provided types subsume components which offer the same functionality, but with different implementations. As different implementations might require different services from the environment, provided types omit required interfaces. Provided types allow software architects to focus on a component’s functionality and introduce weak substitutability to the PCM. Using provided types, software architects can draft ideas on how functionality can be partitioned among different components without worrying about their implementation. In the initial phases of architectural design, it often does not make sense to arrange all details of a component, since most of them depend on the actual implementation and thus need to be specified by component developers. As during this phase the actual implementation is unknown, also the required interfaces of a component cannot be stated. However, software architects can still pre-evaluate a software architecture containing provided-types. This gives rough estimates about the quality of the build software system and defines QoS requirements for the component implementation."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclIsTypeOf(ProvidesComponentType)&#xD;&#xA;implies&#xD;&#xA;self.providedRoles_InterfaceProvidingEntity->size() >= 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComponentType"> <eLiterals name="BUSINESS_COMPONENT"/> <eLiterals name="INFRASTRUCTURE_COMPONENT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeComponent" eSuperTypes="#//core_pc/entity_pc/ComposedProvidingRequiringEntity #//repository_pc/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Composite components are special implementation component types, which are composed from inner components. Component developers compose inner components within composite components with assembly connectors. An assembly connector binds a provided role with a required role. To access the inner components, composite components themselves provide or require interfaces. A delegation connector binds a provided (required) role of the composite component with an inner component provided (required) role. A composite component may contain other composite components, which are also themselves composed out of inner components. This enables building arbitrary hierarchies of nested components. Like a basic component, a composite component may contain a SEFF. However, this SEFF is not specified manually by the composite component developer, but can be computed by combining the SEFFs of the inner components."/> </eAnnotations> <eOperations name="ProvideSameInterfaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CC has to provide the same interfaces like the implementationComponentType (if set) (same OCL code like BC)#&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- CC has to require the same interfaces like the implementationComponentType (if set) (same OCL code like BC) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a primitive data type such as integer, string, and double."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//repository_pc/PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represent the base type of this type, e.g., if this type represents the integer interval (1..5), the base type will be INT."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Primitive types for usage in datatype and interface definitions"/> </eAnnotations> <eLiterals name="INT"/> <eLiterals name="STRING" value="1"/> <eLiterals name="BOOL" value="2"/> <eLiterals name="DOUBLE" value="3"/> <eLiterals name="CHAR" value="4"/> <eLiterals name="BYTE" value="5"/> <eLiterals name="LONG" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDataType" eSuperTypes="#//core_pc/entity_pc/Entity #//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a collection data type, e.g.,. a list, array, set, of items of the a particular type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerType_CollectionDataType" ordered="false" eType="#//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the type of items contained in the collection data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeDataType" eSuperTypes="#//core_pc/entity_pc/Entity #//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a complex data type containing other data types. This construct is common in higher programming languages as record, struct, or class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentType_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_pc/CompositeDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the parent type in the inheritance hierarchy. Null if there is no parent."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="innerDeclaration_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_pc/InnerDeclaration" containment="true" eOpposite="#//repository_pc/InnerDeclaration/compositeDataType_InnerDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the internals, i.e., named items, each of a data type, forming this composite data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerDeclaration" eSuperTypes="#//core_pc/entity_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represent a declaration of a data type inside of a composite data type. It enriches the data type it declares with a name to allow multiple declarations of the same type within a composite data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype_InnerDeclaration" ordered="false" eType="#//repository_pc/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type that the inner declaration declares."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeDataType_InnerDeclaration" ordered="false" eType="#//repository_pc/CompositeDataType" eOpposite="#//repository_pc/CompositeDataType/innerDeclaration_CompositeDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of an interface role. "/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="resourcetype_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_pointcut" nsPrefix="resourcetype_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing all resource types supported by the PCM"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceSignature" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__ResourceSignature" ordered="false" eType="#//repository_pc/Parameter" containment="true" eOpposite="#//repository_pc/Parameter/resourceSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceServiceId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterface__ResourceSignature" ordered="false" eType="#//resourcetype_pc/ResourceInterface" eOpposite="#//resourcetype_pc/ResourceInterface/resourceSignatures__ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceType" eSuperTypes="#//resourcetype_pc/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; ResourceType representation of CPU.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hardwareInducedFailureType__ProcessingResourceType" ordered="false" eType="#//reliability_pc/HardwareInducedFailureType" eOpposite="#//reliability_pc/HardwareInducedFailureType/processingResourceType__HardwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceType" eSuperTypes="#//core_pc/entity_pc/Entity Units_pointcut.ecore#//UnitCarryingElement #//core_pc/entity_pc/ResourceInterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of any resource"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository_ResourceType" ordered="false" eType="#//resourcetype_pc/ResourceRepository" eOpposite="#//resourcetype_pc/ResourceRepository/availableResourceTypes_ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRepository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Extendable repository of resource types of the PCM. The resource type repository is intentionally left open to support&#xD;&#xA;arbitrary resources in the future"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaces__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_pc/ResourceInterface" containment="true" eOpposite="#//resourcetype_pc/ResourceInterface/resourceRepository__ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicies__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_pc/SchedulingPolicy" containment="true" eOpposite="#//resourcetype_pc/SchedulingPolicy/resourceRepository__SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableResourceTypes_ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_pc/ResourceType" containment="true" eOpposite="#//resourcetype_pc/ResourceType/resourceRepository_ResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedulingPolicy" eSuperTypes="#//core_pc/entity_pc/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__SchedulingPolicy" ordered="false" eType="#//resourcetype_pc/ResourceRepository" eOpposite="#//resourcetype_pc/ResourceRepository/schedulingPolicies__ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceType" eSuperTypes="#//resourcetype_pc/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceType representing communication links like, LAN, WAN, WiFi etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networkInducedFailureType__CommunicationLinkResourceType" ordered="false" eType="#//reliability_pc/NetworkInducedFailureType" eOpposite="#//reliability_pc/NetworkInducedFailureType/communicationLinkResourceType__NetworkInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterface" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__ResourceInterface" ordered="false" eType="#//resourcetype_pc/ResourceRepository" eOpposite="#//resourcetype_pc/ResourceRepository/resourceInterfaces__ResourceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignatures__ResourceInterface" ordered="false" upperBound="-1" eType="#//resourcetype_pc/ResourceSignature" containment="true" eOpposite="#//resourcetype_pc/ResourceSignature/resourceInterface__ResourceSignature"/> </eClassifiers> </eSubpackages> <eSubpackages name="protocol_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_pointcut" nsPrefix="protocol_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The PCM is prepared to support interface protocols. This package contains a protocol stub. Multiple protocols following&#xD;&#xA; different formalisms are supported by the PCM and distinguished by a protocol ID.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A protocol is a set of calling sequences and can be optionally added to an interface. Protocols of provided&#xD;&#xA;interfaces specify the order in which services have to be called by clients. Protocols of required interfaces&#xD;&#xA;specify the actual order in which the component calls required services.&#xD;&#xA;&#xD;&#xA;Besides finite state machines, different formalisms can be used to model protocols. The PCM does&#xD;&#xA;not restrict the protocol modelling formalisms. For example, Petri nets or regular expressions could&#xD;&#xA;model interface protocols. However, the choice of a formalism does influence possible analyses. For&#xD;&#xA;example, to check the interoperability of two components A and B, the language inclusion of the required&#xD;&#xA;protocol of A within the provided protocol of B has to be tested. The language inclusion is undecidable for&#xD;&#xA;Petri nets in the general case, so protocols modelled with Petri nets cannot be checked for interoperability.&#xD;&#xA;Notice, that although protocols are able to express the state of a component, interfaces themselves&#xD;&#xA;are stateless. The protocol state only depends on the component that implements the interface and is only&#xD;&#xA;present during component runtime. Components can provide/require multiple interfaces, but the PCM&#xD;&#xA;does not support protocols ranging over multiple interfaces (neither for provided nor required protocols).&#xD;&#xA;The complete state of a components consists of all its interface states. Restrictions on the complete state&#xD;&#xA;cannot be expressed in the PCM, as protocols can only be specified for single interfaces."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocolTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiple protocols following different formalisms are supported by the PCM and distinguished by a protocol ID."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="parameter_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_pointcut" nsPrefix="parameter_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter package allows to model data dependent performance characteristics of software systems. It is mainly used to specify performance dependencies on input and output parameters of single service calls. It can also be used to describe dependencies on the state of components by the use of component parameters. The latter describe stochastically a component state which does not change over time. &#xD;&#xA;&#xD;&#xA;Parameters are described by the use of variable usages which on the one side contain a performance abstraction of the variable's value and on the other side the name of the variable for refering to the variable. Characterisations available include Structure (information on the data's internal structure like &quot;sorted&quot; or &quot;unsorted&quot; for an array), Number of Elements (size of a collection), Value (the actuall variable value), Bytesize (the variable's memory footprint), or type (the type of the variable in polymorphic cases).&#xD;&#xA;&#xD;&#xA;Example for variable usages may be a.NUMBER_OF_ELEMENTS = 10 (array &quot;a&quot; contains 10 elements), tree.STRUCTURE = &quot;balanced&quot; (tree &quot;tree&quot; is a balanced tree), and so on."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="VariableUsage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable usages are used to characterise variables like input and output variables or component parameters. They contain the specification of the variable as VariableCharacterisation and also refer to the name of the characterised variable in its namedReference association. Note that it was an explicit design decision to refer to variable names instead of the actual variables (i.e., by refering to Parameter class). It eased the writing of transformations (DSolver as well as SimuCom) but put some complexity in the frontend for entering the variable usages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_VariableUsage" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableCharacterisation" containment="true" eOpposite="#//parameter_pc/VariableCharacterisation/variableUsage_VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This association contains the information which abstract information on a specific variable is available. For example, whether we know something on the variable's value, its structure or memory footprint. There can be multiple characterisations of the same variable if more than one type of information is available."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_VariableUsage" ordered="false" eType="#//usagemodel_pc/UserData" eOpposite="#//usagemodel_pc/UserData/userDataParameterUsages_UserData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callAction__VariableUsage" ordered="false" eType="#//seff_pc/CallAction" eOpposite="#//seff_pc/CallAction/inputVariableUsages__CallAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_VariableUsage" ordered="false" eType="#//seff_pc/SynchronisationPoint" eOpposite="#//seff_pc/SynchronisationPoint/outputParameterUsage_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callReturnAction__VariableUsage" ordered="false" eType="#//seff_pc/CallReturnAction" eOpposite="#//seff_pc/CallReturnAction/returnVariableUsage__CallReturnAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setVariableAction_VariableUsage" ordered="false" eType="#//seff_pc/SetVariableAction" eOpposite="#//seff_pc/SetVariableAction/localVariableUsages_SetVariableAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage" ordered="false" eType="#//qosannotations_pc/SpecifiedOutputParameterAbstraction" eOpposite="#//qosannotations_pc/SpecifiedOutputParameterAbstraction/expectedExternalOutputs_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__VariableUsage" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext" eOpposite="#//core_pc/composition_pc/AssemblyContext/configParameterUsages__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_InputParameterUsage" ordered="false" eType="#//usagemodel_pc/EntryLevelSystemCall" eOpposite="#//usagemodel_pc/EntryLevelSystemCall/inputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_OutputParameterUsage" ordered="false" eType="#//usagemodel_pc/EntryLevelSystemCall" eOpposite="#//usagemodel_pc/EntryLevelSystemCall/outputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedReference__VariableUsage" ordered="false" eType="ecore:EClass stoex_pointcut.ecore#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable characterisations store performance critical meta-information on a variable. For example, if a variable's value is used in a long running loop, the value of the variable is performance critical. Or as an other example, for Q-Sort it is performancewise important to know how much elements are in a given array and whether the array is sorted or not. Variable characterisations contain a type which tells what kind of meta-information is stored (STRUCTURE, NUMBER_OF_ELEMENTS, ...) and a PCMRandomVariable for storing the value of the characterisation.&#xD;&#xA;&#xD;&#xA;For example, in &quot;a.NUMBER_OF_ELEMENTS=10&quot; the a is the name of the variable, NUMBER_OF_ELEMENTS is the characterisation type and &quot;10&quot; would be the specification (as PCMRandomVariable) of the characterisation's value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_pc/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type specifies the kind of the variable characterisation. There are 5 types available: STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_VariableCharacterisation" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/variableCharacterisation_Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification contains the value of a variable characterisation. It is a stoachastic expression which may also contain references to other variable characterisations (that is the reason why it is a PCMRandomVariable). "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variableUsage_VariableCharacterisation" ordered="false" eType="#//parameter_pc/VariableUsage" eOpposite="#//parameter_pc/VariableUsage/variableCharacterisation_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterisedVariable" eSuperTypes="stoex_pointcut.ecore#//Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A characterised variable is a special variable which contains a performance abstraction of a data type. It can be transformed in a named reference and a variable characterisation. It has to end always with a variable characterisation type. Examples are &quot;a.NUMBER_OF_ELEMENTS&quot; or &quot;array.STRUCTURE&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characterisationType" ordered="false" lowerBound="1" eType="#//parameter_pc/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the characterisation of the characterised variable. The type can be any of the varibale characterisation types, i.e., STRUCTURE, NUMBER_OF_ELEMENTS, TYPE, VALUE, or BYTESIZE."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable characterisation types determine the set of available meta-informations on variables. Possible values are STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> <eLiterals name="STRUCTURE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structure characterisation type is used to describe the structure of the data. With structure we refer to performance relevant properties of data like for example whether an array is sorted, a tree is balanced, a collection is indexed, and so on.... The allowed set of value of the structure characterisation has to be specified by the component developer for a particular component."/> </eAnnotations> </eLiterals> <eLiterals name="NUMBER_OF_ELEMENTS" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of elements of a collection data type describe the amount of data objects contained in the collection."/> </eAnnotations> </eLiterals> <eLiterals name="VALUE" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value characterisation can be used to specify the actual value of a parameter. It is only available for parameters having a primitive type. The value characterisation should be used with care as it increased the complexity of the resulting analysis model significantly. It should be only used in performance-critical cases."/> </eAnnotations> </eLiterals> <eLiterals name="BYTESIZE" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bytesize characterisation specifies the memory footprint of a data object."/> </eAnnotations> </eLiterals> <eLiterals name="TYPE" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type characterisation specifies the actual data type of polymorphic data objects in cases where the actual type has an impact on performance. For example in a shape drawing application the actual shape of a geometric object has an impact on the performance as drawing a circle is much more time consuming than drawing a simple line."/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="reliability_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_pointcut" nsPrefix="reliability_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains reliability-relevant classes such as the definition of failure types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass that connects a failure type definition to an occurrence probability. Used to describe the failure&#xD;&#xA; potential of certain points of failure within the control and data flow (i.e. Actions within&#xD;&#xA; ResourceDemandingBehaviours).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="EnsureValidFailureProbabilityRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.failureProbability.oclAsType(Real) &lt;= 1.0) and (self.failureProbability.oclAsType(Real) >= 0.0)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardwareInducedFailureType" eSuperTypes="#//reliability_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a hardware-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to an unavailable&#xD;&#xA; resource. Standard types&amp;nbsp;are pre-defined according to the pre-defined ProcessingResourceTypes: CPU, HDD, DELAY.&#xD;&#xA; Further types may be defined by the modeller for a certain PCM instance, together with a custom ProcessingResourceType.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="HardwareInducedFailureTypeHasProcessingResourceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="( self.processingResourceType__HardwareInducedFailureType &lt;> null ) and ( not ( self.processingResourceType__HardwareInducedFailureType.oclIsTypeOf( pcm::resourcetype::CommunicationLinkResourceType ) ) )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceType__HardwareInducedFailureType" ordered="false" eType="#//resourcetype_pc/ProcessingResourceType" eOpposite="#//resourcetype_pc/ProcessingResourceType/hardwareInducedFailureType__ProcessingResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareInducedFailureType" eSuperTypes="#//reliability_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a software-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a software fault. Type&#xD;&#xA; definitions are created by modellers for a certain PCM instance to distinguish&amp;nbsp;different types of software&#xD;&#xA; failure-on-demand occurrences. Possible examples are: &quot;EncryptionFailure&quot;, &quot;ProtocolFailure&quot;, &quot;WebServerFailure&quot;.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalFailureOccurrenceDescriptions__SoftwareInducedFailureType" ordered="false" upperBound="-1" eType="#//reliability_pc/InternalFailureOccurrenceDescription" eOpposite="#//reliability_pc/InternalFailureOccurrenceDescription/softwareInducedFailureType__InternalFailureOccurrenceDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalFailureOccurrenceDescription" eSuperTypes="#//reliability_pc/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying the software-induced failure potential of&#xD;&#xA;InternalActions."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.softwareInducedFailureType__InternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures are software-induced failure types, but are not annotated to InternalActions (they are only meant&#xD;&#xA;for passive resource timeouts)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalAction__InternalFailureOccurrenceDescription" ordered="false" eType="#//seff_pc/InternalAction" eOpposite="#//seff_pc/InternalAction/internalFailureOccurrenceDescriptions__InternalAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareInducedFailureType__InternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_pc/SoftwareInducedFailureType" eOpposite="#//reliability_pc/SoftwareInducedFailureType/internalFailureOccurrenceDescriptions__SoftwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkInducedFailureType" eSuperTypes="#//reliability_pc/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a network-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a communication link&#xD;&#xA; fault. One standard type&amp;nbsp;is pre-defined according to the pre-defined CommunicationLinkResourceType: LAN.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="NetworkInducedFailureTypeHasCommunicationLinkResourceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.communicationLinkResourceType__NetworkInducedFailureType &lt;> null"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceType__NetworkInducedFailureType" ordered="false" eType="#//resourcetype_pc/CommunicationLinkResourceType" eOpposite="#//resourcetype_pc/CommunicationLinkResourceType/networkInducedFailureType__CommunicationLinkResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalFailureOccurrenceDescription" eSuperTypes="#//reliability_pc/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;failure&amp;nbsp;potential&amp;nbsp;of&amp;nbsp;system-external&amp;nbsp;calls.&amp;nbsp;Can&amp;nbsp;relate&amp;nbsp;to&#xD;&#xA;any FailureType."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureType__ExternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures&amp;nbsp;are&amp;nbsp;software-induced&amp;nbsp;failure&amp;nbsp;types,&amp;nbsp;but&amp;nbsp;are&amp;nbsp;not&amp;nbsp;annotated&amp;nbsp;to&amp;nbsp;system-external&#xD;&#xA;calls&amp;nbsp;(they&amp;nbsp;are&amp;nbsp;only&amp;nbsp;meant&lt;br />&#xD;&#xA;for&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;timeouts)."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription" ordered="false" eType="#//qosannotations_pc/qos_reliability_pc/SpecifiedReliabilityAnnotation" eOpposite="#//qosannotations_pc/qos_reliability_pc/SpecifiedReliabilityAnnotation/externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType__ExternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_pc/FailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceTimeoutFailureType" eSuperTypes="#//reliability_pc/SoftwareInducedFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a timeout failure-on-demand related to an AcquireAction for a certain PassiveResource (see the&#xD;&#xA; documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource__ResourceTimeoutFailureType" ordered="false" eType="#//repository_pc/PassiveResource" eOpposite="#//repository_pc/PassiveResource/resourceTimeoutFailureType__PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The passive resource&amp;nbsp;whose&amp;nbsp;acquiring timeout is represented by this failure type&amp;nbsp;(see the documentation of&#xD;&#xA;the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureType" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract super class that&amp;nbsp;provides a type definition for&amp;nbsp;any failure-on-demand occurrence during service&#xD;&#xA; execution.&amp;nbsp;&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__FailureType" ordered="false" eType="#//repository_pc/Repository" eOpposite="#//repository_pc/Repository/failureTypes__Repository"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_pointcut" nsPrefix="seff_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing the abstract behaviour model of components"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="StopAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StopActions end a scenario behaviour and contain only a predecessor."/> </eAnnotations> <eOperations name="StopActionSuccessorMustNotBeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.successor_AbstractAction.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractInternalControlFlowAction" eSuperTypes="#//seff_pc/AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any internal control flow (e.g. InternalAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemand_Action" ordered="false" upperBound="-1" eType="#//seff_pc/seff_performance_pc/ParametricResourceDemand" containment="true" eOpposite="#//seff_pc/seff_performance_pc/ParametricResourceDemand/action_ParametricResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__Action" ordered="false" upperBound="-1" eType="#//seff_pc/seff_performance_pc/InfrastructureCall" containment="true" eOpposite="#//seff_pc/seff_performance_pc/InfrastructureCall/action__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__Action" ordered="false" upperBound="-1" eType="#//seff_pc/seff_performance_pc/ResourceCall" containment="true" eOpposite="#//seff_pc/seff_performance_pc/ResourceCall/action__ResourceCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAction" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="AbstractActions&amp;nbsp;model&amp;nbsp;either&amp;nbsp;a&amp;nbsp;service's&amp;nbsp;internal&amp;nbsp;computations&amp;nbsp;or&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;external&amp;nbsp;(i.e.,&amp;nbsp;required)&amp;nbsp;services,&amp;nbsp;or&amp;nbsp;describe&amp;nbsp;some&amp;nbsp;form&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;alteration&amp;nbsp;(i.e.,&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;or&amp;nbsp;fork).&amp;nbsp;The&amp;nbsp;following&amp;nbsp;first&amp;nbsp;clarifies&amp;nbsp;the&amp;nbsp;notions&amp;nbsp;of&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions,&amp;nbsp;whose&amp;nbsp;meta-classes&amp;nbsp;both&amp;nbsp;inherit&amp;nbsp;from&amp;nbsp;AbstractAction.&lt;br />&#xD;&#xA;The&amp;nbsp;RDSEFF&amp;nbsp;defines&amp;nbsp;the&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;between&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions&amp;nbsp;with&amp;nbsp;the&amp;nbsp;predecessor/successor&amp;nbsp;relationship&amp;nbsp;between&amp;nbsp;AbstractActions&amp;nbsp;to&amp;nbsp;model&amp;nbsp;sequential&amp;nbsp;executions.&amp;nbsp;Additionally,&amp;nbsp;special&amp;nbsp;actions&amp;nbsp;for&amp;nbsp;branching,&amp;nbsp;loops,&amp;nbsp;and&amp;nbsp;forks&amp;nbsp;allow&amp;nbsp;other&amp;nbsp;kinds&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow.&amp;nbsp;Other&amp;nbsp;than&amp;nbsp;flowcharts&amp;nbsp;or&amp;nbsp;UML&amp;nbsp;activity&amp;nbsp;diagrams,&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;language&amp;nbsp;(as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;language)&amp;nbsp;requires&amp;nbsp;developers&amp;nbsp;to&amp;nbsp;make&amp;nbsp;the&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;fork&amp;nbsp;bodies&amp;nbsp;explicit&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours.&amp;nbsp;It&amp;nbsp;disallows&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions,&amp;nbsp;which&amp;nbsp;are&amp;nbsp;basically&lt;br />&#xD;&#xA;goto&amp;nbsp;statements&amp;nbsp;and&amp;nbsp;can&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguities&amp;nbsp;and&amp;nbsp;difficult&amp;nbsp;maintainability.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;this&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;intertwined&amp;nbsp;control&amp;nbsp;flows&amp;nbsp;as&amp;nbsp;in&amp;nbsp;the&amp;nbsp;example&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(a),&amp;nbsp;where&amp;nbsp;both&amp;nbsp;the&amp;nbsp;sequences&amp;nbsp;'abcabcdbcd'&amp;nbsp;and&amp;nbsp;'abcdbcabcd'&amp;nbsp;could&amp;nbsp;be&amp;nbsp;occur&amp;nbsp;if&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;reference&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;once,&amp;nbsp;which&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times.&amp;nbsp;Backward&amp;nbsp;references&amp;nbsp;also&amp;nbsp;allow&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;loops&amp;nbsp;with&amp;nbsp;multiple&amp;nbsp;entry&amp;nbsp;points&amp;nbsp;as&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b).&amp;nbsp;This&amp;nbsp;is&amp;nbsp;not&amp;nbsp;desirable,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;cannot&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;directly&amp;nbsp;in&amp;nbsp;these&amp;nbsp;cases,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;however&amp;nbsp;necessary&amp;nbsp;for&amp;nbsp;accurate&amp;nbsp;performance&amp;nbsp;prediction.&amp;nbsp;If&amp;nbsp;a&amp;nbsp;developer&amp;nbsp;would&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;link&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b)&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;only&amp;nbsp;once,&amp;nbsp;both&amp;nbsp;sequences&amp;nbsp;'ababc'&amp;nbsp;and&amp;nbsp;'abcababc'&amp;nbsp;would&amp;nbsp;be&amp;nbsp;possible&amp;nbsp;although&amp;nbsp;they&amp;nbsp;would&amp;nbsp;have&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times,&amp;nbsp;as&amp;nbsp;'a'&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;three&amp;nbsp;times&amp;nbsp;in&amp;nbsp;the&amp;nbsp;latter&amp;nbsp;case.&amp;nbsp;To&amp;nbsp;avoid&amp;nbsp;such&amp;nbsp;ambiguities,&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;RDSEFF&amp;nbsp;and&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;without&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions.&amp;nbsp;Branches,&amp;nbsp;loops,&amp;nbsp;forks,&amp;nbsp;and&amp;nbsp;their&amp;nbsp;respective&amp;nbsp;bodies&amp;nbsp;have&amp;nbsp;to&amp;nbsp;be&amp;nbsp;made&amp;nbsp;explicit&amp;nbsp;in&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor_AbstractAction" ordered="false" eType="#//seff_pc/AbstractAction" eOpposite="#//seff_pc/AbstractAction/successor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor_AbstractAction" ordered="false" eType="#//seff_pc/AbstractAction" eOpposite="#//seff_pc/AbstractAction/predecessor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingBehaviour_AbstractAction" ordered="false" eType="#//seff_pc/ResourceDemandingBehaviour" eOpposite="#//seff_pc/ResourceDemandingBehaviour/steps_Behaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingBehaviour" eSuperTypes="identifier_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the behaviour of a component service as a sequence of internal actions with resource demands, control flow constructs, and external&#xD;&#xA;calls. Therefore, the class contains a chain of AbstractActions. The emphasis in this type of behaviour is on the resource demands attached to internal actions, which mainly influence performance analysis.&#xD;&#xA;Each action in a ResourceDemandingBehaviour references a predecessor and a successor action. Exceptions are the first and last action, which do not reference a predecessor and a successor respectively. A behaviour is valid, if there is a continuous path from the first to last action, which includes all actions. The chain must not include cycles. To specify control flow branches, loops, or forks, component developers need to use special types of actions, which contain nested inner ResourceDemandingBehaviours to specify the behaviour inside branches or loop bodies. Any ResourceDemandingBehaviour can have at most one starting and one finishing action."/> </eAnnotations> <eOperations name="ExactlyOneStopAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.steps_Behaviour->select(s|s.oclIsTypeOf(StopAction))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ExactlyOneStartAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.steps_Behaviour->select(s|s.oclIsTypeOf(StartAction))->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).predecessor_AbstractAction.oclIsUndefined()) and not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).successor_AbstractAction.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractLoopAction_ResourceDemandingBehaviour" ordered="false" eType="#//seff_pc/AbstractLoopAction" eOpposite="#//seff_pc/AbstractLoopAction/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractBranchTransition_ResourceDemandingBehaviour" ordered="false" eType="#//seff_pc/AbstractBranchTransition" eOpposite="#//seff_pc/AbstractBranchTransition/branchBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps_Behaviour" ordered="false" upperBound="-1" eType="#//seff_pc/AbstractAction" containment="true" eOpposite="#//seff_pc/AbstractAction/resourceDemandingBehaviour_AbstractAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractLoopAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any loop (e.g. LoopAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//seff_pc/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_pc/ResourceDemandingBehaviour/abstractLoopAction_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractBranchTransition" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Two types of branch transitions exist which correspond to the two types of branches. The types cannot be mixed. Either all branch transitions of one BranchAction are probabilistic or guarded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchAction_AbstractBranchTransition" ordered="false" eType="#//seff_pc/BranchAction" eOpposite="#//seff_pc/BranchAction/branches_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchBehaviour_BranchTransition" ordered="false" eType="#//seff_pc/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_pc/ResourceDemandingBehaviour/abstractBranchTransition_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchAction splits the RDSEFF control flow with an XOR-semantic, meaning that the control flow continues on exactly one of its attached AbstractBranchTransitions. The RDSEFF supports two different kinds of branch transitions, GuardedBranchTransitions, and ProbabilisticBranchTransitions. RDSEFFs do not allow to use both kinds of transitions on a single BranchAction. Analysis or simulation tools must select exactly one transition based on the included guard or probability, before continuing at a BranchAction."/> </eAnnotations> <eOperations name="EitherGuardedBranchesOrProbabilisiticBranchTransitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.branches_Branch->forAll(bt|bt.oclIsTypeOf(ProbabilisticBranchTransition)) &#xD;&#xA;or self.branches_Branch->forAll(bt|bt.oclIsTypeOf(GuardedBranchTransition))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="AllProbabilisticBranchProbabilitiesMustSumUpTo1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.branches_Branch->forAll(oclIsTypeOf(ProbabilisticBranchTransition)) then &#xD;&#xA;&#x9;self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() > 0.9999 &#xD;&#xA;&#x9;and self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() &lt; 1.0001 &#xD;&#xA;&#x9;else true &#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="branches_Branch" ordered="false" upperBound="-1" eType="#//seff_pc/AbstractBranchTransition" containment="true" eOpposite="#//seff_pc/AbstractBranchTransition/branchAction_AbstractBranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputVariableUsages__CallAction" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/callAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StartActions initiate a scenario behaviour and contain only a successor."/> </eAnnotations> <eOperations name="StartActionPredecessorMustNotBeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.predecessor_AbstractAction.oclIsUndefined()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service Effect Specification Models the effect of invoking a specific service of a basic component. Therefore, it references a Signature from an Interface, for which the component takes a ProvidedRole, to identify the described service. This class is abstract and SEFFs for specific analysis purposes need to inherit from this class. A BasicComponent may have an arbitrary number of SEFFs. It can have multiple SEFFs of a different type for a single provided service. For example, one SEFF can express all external service calls with no particular order, while another one includes a restricted order, or still another one expresses resource demands of the service.&#xD;&#xA;While different SEFF types have been proposed, the only type currently included in the meta-model is the ResourceDemandingSEFF for performance prediction. Different types of SEFFs should not contradict each other if the languages are equally powerful. For example, the order of allowed external service calls should be the same for each SEFF type modelling sequences of such calls if the modelling languages have the same expressiveness. SEFFs are part of a component and not part of an interface, because they are implementation dependent. The SEFFs of a CompositeComponent are not represented in the meta-model and can be derived automatically by connecting the SEFFs of the encapsulated components of its nested AssemblyContexts. Different SEFFs of a single component access the same component parameter specifications. That means that parameter dependencies to the same component parameters in different SEFF types refer also to the same characterisations."/> </eAnnotations> <eOperations name="ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.describedService__SEFF.oclIsKindOf(pcm::repository::OperationSignature) then&#xD;&#xA;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::OperationProvidedRole) and (p.oclAsType(pcm::repository::OperationProvidedRole).providedInterface__OperationProvidedRole = self.describedService__SEFF.oclAsType(pcm::repository::OperationSignature).interface__OperationSignature))&#xD;&#xA;else&#xD;&#xA;&#x9;if self.describedService__SEFF.oclIsKindOf(pcm::repository::EventType) then&#xD;&#xA;&#x9;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::SinkRole) and (p.oclAsType(pcm::repository::SinkRole).eventGroup__SinkRole = self.describedService__SEFF.oclAsType(pcm::repository::EventType).eventGroup__EventType))&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seffTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedService__SEFF" ordered="false" eType="#//repository_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_ServiceEffectSpecification" ordered="false" eType="#//repository_pc/BasicComponent" eOpposite="#//repository_pc/BasicComponent/serviceEffectSpecifications__BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingSEFF" eSuperTypes="identifier_pointcut.ecore#//Identifier #//seff_pc/ServiceEffectSpecification #//seff_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource demanding service effect specification (RDSEFF) is a special type of SEFF designed for performance and reliability predictions. Besides dependencies between provided and required services of a component, it additionally includes notions of resource usage, data flow, and parametric dependencies for more accurate predictions. Its control flow is hierarchically structured and can be enhanced with transition probabilities on branches and numbers of iterations on loops.&#xD;&#xA;A ResourceDemandingSEFF is a ServiceEffectSpecification and a Resource-DemandingBehaviour at the same time inheriting from both classes. The reason for this construct lies in the fact, that ResourceDemandingBehaviours can be used recursively inside themselves to describe loop bodies or branched behaviours (explained later), and these inner behaviours should not be RDSEFFs themselves"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingInternalBehaviours" ordered="false" upperBound="-1" eType="#//seff_pc/ResourceDemandingInternalBehaviour" containment="true" eOpposite="#//seff_pc/ResourceDemandingInternalBehaviour/resourceDemandingSEFF_ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingInternalBehaviour" eSuperTypes="#//seff_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class representing component-internal behaviour not accessible from the component's interface. Comparable to internal method in object-oriented programming. This behaviour can be called from within a resource demanding behaviour using an InternalCallAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingSEFF_ResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_pc/ResourceDemandingSEFF" eOpposite="#//seff_pc/ResourceDemandingSEFF/resourceDemandingInternalBehaviours"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReleaseAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ReleaseAction increases the number of available item for the given passive resource type, before the current request&#xD;&#xA;can continue. It should be to execute by one of the other concurrent requests.&#xD;&#xA;Acquisition and release of passive resources happen instantaneously and do not consume any time except for waiting delays before actual acquisition. Resource locking may introduce deadlocks when simulating the model, however, for performance analysis with the PCM it is assumed that no deadlocks occur. Otherwise, the model first needs to be fixed accordingly before carrying out the performance prediction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_ReleaseAction" ordered="false" eType="#//repository_pc/PassiveResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//seff_pc/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the repeated execution of its inner ResourceDemandingBehaviour for the loop body. The number of repetitions is specified by a random variable evaluating to integer or an IntPMF. The number of iterations specified by the random variable always needs to be bounded, i.e., the probabilities in an IntPMF for iteration numbers above a certain threshold must be zero. Otherwise, it would be possible that certain requests do not terminate, which would complicate performance analyses. The stochastic expression defining the iteration random variable may include references to input or component parameters to model dependencies between the usage profile and the number of loop iterations. Notice, that loop actions should only be modelled if the loop body contains either external service calls or resource demands directed at special resources. Otherwise, control flow loops in component behaviour should be abstracted by subsuming them in InternalAction, which combine a number of instructions. The influence of different iterations length of such internal loops need to be reflected stochastically by the random variable specifying the ParametricResource-Demand of that InternalAction.&#xD;&#xA;Other than Markov chains, RDSEFFs do not specify control flow loops with an reentrance and exit probability on each iteration. Such a specification binds the number of loop iterations to a geometrical distribution, which reflects reality only in very seldom cases. But in many practical cases, the number of iterations is a constant, or the probability for higher iteration numbers is higher than for lower ones. This cannot be expressed directly via a Markov chain (also see [DG00]). &#xD;&#xA;Inside the ResourceDemandingBehaviour of LoopActions, it is assumed that random variables are stochastically independent. This is not true in reality, and for example leads to wrong predictions if the same random variable is used twice in succession inside a loop body. In this case, the second occurrence is stochastically dependent to the first occurrence, as the value does not change between two occurrences. Therefore, component developers should be aware of such inaccuracies when using random variables twice inside the body behaviour of a LoopAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationCount_LoopAction" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/loopAction_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fork Action Splits the RDSEFF control flow with an AND-semantic, meaning that it invokes several ForkedBehaviours concurrently. ForkActions&#xD;&#xA;allow both asynchronously and synchronously forked behaviours. Synchronously ForkedBehaviours execute concurrently and the control flow waits for each of these behaviours to terminate before continuing. Each ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour. Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages. Asynchronously ForkedBehaviours also execute concurrently, but the control flow does not wait for them to terminate and continues immediately after their invocation with the successor action of the ForkAction. Therefore, there is no need for a SynchronisationPoint in this case. It is furthermore not possible to refer to results or output parameters of asynchronously ForkedBehaviours in the rest of the RDSEFF, as it is unclear when these results will be available. The same Fork Action can contain asynchronous and synchronousForkedbehaviours at the same time. In that case, all forked behaviours are started. The control flow waits for all synchronous behaviours to finish execution and only then continues. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="asynchronousForkedBehaviours_ForkAction" ordered="false" upperBound="-1" eType="#//seff_pc/ForkedBehaviour" containment="true" eOpposite="#//seff_pc/ForkedBehaviour/forkAction_ForkedBehaivour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisingBehaviours_ForkAction" ordered="false" eType="#//seff_pc/SynchronisationPoint" containment="true" eOpposite="#//seff_pc/SynchronisationPoint/forkAction_SynchronisationPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedBehaviour" eSuperTypes="#//seff_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_ForkedBehaviour" ordered="false" eType="#//seff_pc/SynchronisationPoint" eOpposite="#//seff_pc/SynchronisationPoint/synchronousForkedBehaviours_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_ForkedBehaivour" ordered="false" eType="#//seff_pc/ForkAction" eOpposite="#//seff_pc/ForkAction/asynchronousForkedBehaviours_ForkAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronisationPoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsage_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/synchronisationPoint_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_SynchronisationPoint" ordered="false" eType="#//seff_pc/ForkAction" eOpposite="#//seff_pc/ForkAction/synchronisingBehaviours_ForkAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronousForkedBehaviours_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//seff_pc/ForkedBehaviour" containment="true" eOpposite="#//seff_pc/ForkedBehaviour/synchronisationPoint_ForkedBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallAction" eSuperTypes="#//seff_pc/AbstractAction #//seff_pc/CallReturnAction #//seff_pc/seff_reliability_pc/FailureHandlingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ExternalCallAction&amp;nbsp;models&amp;nbsp;the&amp;nbsp;invocation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;service&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;a&amp;nbsp;required&amp;nbsp;interface.&amp;nbsp;Therefore,&amp;nbsp;it&amp;nbsp;references&amp;nbsp;a&amp;nbsp;Role,&amp;nbsp;from&amp;nbsp;which&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component&amp;nbsp;can&amp;nbsp;be&amp;nbsp;derived,&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service.&amp;nbsp;ExternalCallActions&amp;nbsp;model&amp;nbsp;synchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services,&amp;nbsp;i.e.,&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;waits&amp;nbsp;until&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;finishes&amp;nbsp;execution&amp;nbsp;before&amp;nbsp;continuing&amp;nbsp;execution&amp;nbsp;itself.&amp;nbsp;The&amp;nbsp;PCM&amp;nbsp;allows&amp;nbsp;modelling&amp;nbsp;asynchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services&amp;nbsp;by&amp;nbsp;using&amp;nbsp;an&amp;nbsp;ExternalCallAction&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;ForkedBehaviour.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;do&amp;nbsp;not&amp;nbsp;have&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;by&amp;nbsp;themselves.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;need&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;of&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;in&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;of&amp;nbsp;that&amp;nbsp;service.&amp;nbsp;The&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;also&amp;nbsp;be&amp;nbsp;calculated&amp;nbsp;by&amp;nbsp;analysing&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component.&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;different&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;each&amp;nbsp;other&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;them&amp;nbsp;replaceable&amp;nbsp;in&amp;nbsp;an&amp;nbsp;architectural&amp;nbsp;model.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;two&amp;nbsp;sets&amp;nbsp;of&amp;nbsp;VariableUsages&amp;nbsp;specifying&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;and&amp;nbsp;output&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;respectively.&amp;nbsp;VariableUsages&amp;nbsp;for&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;may&amp;nbsp;only&amp;nbsp;reference&amp;nbsp;IN&amp;nbsp;or&amp;nbsp;INOUT&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;call's&amp;nbsp;referenced&amp;nbsp;signature.&amp;nbsp;The&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;inside&amp;nbsp;such&amp;nbsp;a&amp;nbsp;VariableUsage&amp;nbsp;may&amp;nbsp;be&amp;nbsp;constants,&amp;nbsp;probability&amp;nbsp;distribution&amp;nbsp;functions,&amp;nbsp;or&amp;nbsp;include&amp;nbsp;a&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;involving&amp;nbsp;for&amp;nbsp;example&amp;nbsp;arithmetic&amp;nbsp;operations.&amp;nbsp;The&amp;nbsp;latter&amp;nbsp;models&amp;nbsp;a&amp;nbsp;dependency&amp;nbsp;between&amp;nbsp;the&amp;nbsp;current&amp;nbsp;service's&amp;nbsp;own&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;required&amp;nbsp;service."/> </eAnnotations> <eOperations name="SignatureBelongsToRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.role_ExternalService.requiredInterface__OperationRequiredRole.signatures__OperationInterface->includes(self.calledService_ExternalService)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;pre id=&quot;comment_text_0&quot; class=&quot;bz_comment_text&quot;>&#xD;&#xA;check if the signature&#xD;&#xA;(declared in calledService_ExternalService attribute) belongs to the role&#xD;&#xA;(declared in role_ExternalService attribute)&#xD;&#xA;&lt;/pre>"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="OperationRequiredRoleMustBeReferencedByContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.role_ExternalService)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="calledService_ExternalService" ordered="false" eType="#//repository_pc/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_ExternalService" ordered="false" eType="#//repository_pc/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retryCount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;the&amp;nbsp;number of&amp;nbsp;retries this ExternalCallAction shoul be re-executed&amp;nbsp; in case of failure&#xD;&#xA;occurence."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallReturnAction" eSuperTypes="#//seff_pc/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call) for calls with parameters send to the called signature and return values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnVariableUsage__CallReturnAction" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/callReturnAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilisticBranchTransition" eSuperTypes="#//seff_pc/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="a GuardedBranchTransition, this transition provides a link between a BranchAction and a nested ResourceDemandingBehaviour, which includes the actions executed inside the branch. But instead of using a guard, it specifies a branching probability without parameter dependencies. Analysis tools may directly use it to determine the transition where the control flow continues. The probabilities of all ProbabilisticBranchTransitions belonging to a single BranchAction must sum up to 1.0. &#xD;&#xA;Although a probabilistic choice at a branch usually does not happen in a computer program, ProbabilisticBranchTransitions provide a convenient way of modelling in case the actual parameter dependency is too hard to determine or too complex to integrate into a guard. It can also be useful for newly designed components, where the parameter dependency on the control flow guard is still be unknown. However, this construct potentially introduces inaccuracies into the performance model, because it does not reflect the influence of input parameters. Therefore, predictions based on this model can be misleading, if the used input parameters would result in different branching probabilities. The component developer cannot foresee this, when specifying the RDSEFF using ProbabilisticBranchTransitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcquireAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; In&amp;nbsp;an&amp;nbsp;RDSEFF,&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;AcquireAction,&amp;nbsp;which&amp;nbsp;references&amp;nbsp;a&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;types.&amp;nbsp;Once&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;execute&amp;nbsp;this&amp;nbsp;action,&amp;nbsp;they&amp;nbsp;decrease&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;items&amp;nbsp;available&amp;nbsp;from&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;type&amp;nbsp;by&amp;nbsp;one,&amp;nbsp;if&amp;nbsp;at&amp;nbsp;least&amp;nbsp;one&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available.&amp;nbsp;If&amp;nbsp;none&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available,&amp;nbsp;because&amp;nbsp;other,&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;requests&amp;nbsp;have&amp;nbsp;acquired&amp;nbsp;all&amp;nbsp;of&amp;nbsp;them,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;enqueue&amp;nbsp;the&amp;nbsp;current&amp;nbsp;request&amp;nbsp;(first-come-first-serve&amp;nbsp;scheduling&amp;nbsp;policy)&amp;nbsp;and&amp;nbsp;block&amp;nbsp;it's&amp;nbsp;further&amp;nbsp;execution.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Acquisition&amp;nbsp;and&amp;nbsp;release&amp;nbsp;of&amp;nbsp;passive&amp;nbsp;resources&amp;nbsp;happen&amp;nbsp;instantaneously&amp;nbsp;and&amp;nbsp;do&amp;nbsp;not&amp;nbsp;consume&amp;nbsp;any&amp;nbsp;time&amp;nbsp;except&amp;nbsp;for&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;before&amp;nbsp;actual&amp;nbsp;acquisition.&amp;nbsp;Resource&amp;nbsp;locking&amp;nbsp;may&amp;nbsp;introduce&amp;nbsp;deadlocks&amp;nbsp;when&amp;nbsp;simulating&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;however,&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;analysis&amp;nbsp;with&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;no&amp;nbsp;deadlocks&amp;nbsp;occur.&amp;nbsp;Otherwise,&amp;nbsp;the&amp;nbsp;model&amp;nbsp;first&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;fixed&amp;nbsp;accordingly&amp;nbsp;before&amp;nbsp;carrying&amp;nbsp;out&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; A reliability-related extension is the timeout mechanism that may be associated to an AcquireAction through the&#xD;&#xA; &quot;timeout&quot; and &quot;timeoutValue&quot; attributes. See the documentation of the &quot;timeout&quot; attribute for further information.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="TimeoutValueOfAcquireActionMustNotBeNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.timeoutValue.oclAsType(Real) >= 0.0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveresource_AcquireAction" ordered="false" eType="#//repository_pc/PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Indicates&amp;nbsp;if&amp;nbsp;the&amp;nbsp;AcquireAction&amp;nbsp;has&amp;nbsp;a&amp;nbsp;timeout.&amp;nbsp;If&amp;nbsp;yes, a simulation through&#xD;&#xA; SimuCom with the &quot;simulate failures&quot; option switched on will consider the timeout as follows:&#xD;&#xA; Any&amp;nbsp;acquiring&amp;nbsp;thread&amp;nbsp;waits&amp;nbsp;no&amp;nbsp;longer&amp;nbsp;than&amp;nbsp;the&amp;nbsp;duration&amp;nbsp;specified&amp;nbsp;in&#xD;&#xA; &quot;timeoutValue&quot;.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;maximum&amp;nbsp;waiting&amp;nbsp;time&amp;nbsp;is&amp;nbsp;reached,&amp;nbsp;the&amp;nbsp;thread&amp;nbsp;is&amp;nbsp;removed&amp;nbsp;from&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;queue&amp;nbsp;and&amp;nbsp;cancelled&amp;nbsp;by&amp;nbsp;a&#xD;&#xA; timeout&amp;nbsp;failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The reliability Markov analysis does not consider AcquireAction timeouts.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; As&amp;nbsp;any&amp;nbsp;failure-on-demand&amp;nbsp;occurrence,&amp;nbsp;timeout&amp;nbsp;failures&amp;nbsp;can&amp;nbsp;be&amp;nbsp;handled&amp;nbsp;by&amp;nbsp;&quot;RecoveryBlockActions&quot;&amp;nbsp;at&amp;nbsp;any&amp;nbsp;higher&amp;nbsp;level&#xD;&#xA; in&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;hierarchy. To achieve this, the modeller must specify a &quot;ResourceTimeoutFailureType&quot;&#xD;&#xA; pointing to the &quot;PassiveResource&quot; that the AcquireAction is related to. The specified &quot;ResourceTimeoutFailureType&quot; can&#xD;&#xA; then be added to the list of handled failure types of any &quot;RecoveryBlockAlternativeBehaviour&quot;.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Please notice the following limitation of the current implementation of timeout handling: Timeouts are only considered&#xD;&#xA; by SimuCom if the executing software component is allocated to a resource container with an operating system set to&#xD;&#xA; &quot;ABSTRACT&quot; (i.e. no specific OS schedulers are supported). The timeout handling implementation can be found in&#xD;&#xA; de.uka.ipd.sdq.simucomframework.resources.SimSimpleFairPassiveResource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeoutValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies a timeout value, in case the AcquireAction has a timeout (see the documentation of the &quot;timeout&quot; attribute&#xD;&#xA; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionIteratorAction" eSuperTypes="#//seff_pc/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Collection&amp;nbsp;Iterator&amp;nbsp;Action&amp;nbsp;Models&amp;nbsp;the&amp;nbsp;repeated&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;its&amp;nbsp;inner&amp;nbsp;ResourceDemandingBehaviour&amp;nbsp;for&amp;nbsp;each&amp;nbsp;element&amp;nbsp;of&amp;nbsp;a&amp;nbsp;collection&amp;nbsp;data&amp;nbsp;type.&amp;nbsp;Therefore&amp;nbsp;it&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;reference&amp;nbsp;to&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;signature,&amp;nbsp;which&amp;nbsp;must&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;CollectionDataType.&amp;nbsp;The&amp;nbsp;NUMBER&amp;nbsp;OF&amp;nbsp;ELEMENTS&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;from&amp;nbsp;the&amp;nbsp;outside&amp;nbsp;of&amp;nbsp;the&amp;nbsp;component,&amp;nbsp;either&amp;nbsp;by&amp;nbsp;another&amp;nbsp;RDSEFF&amp;nbsp;or&amp;nbsp;by&amp;nbsp;an&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;calling&amp;nbsp;this&amp;nbsp;service.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;integer&amp;nbsp;or&amp;nbsp;IntPMF.&amp;nbsp;Besides&amp;nbsp;the&amp;nbsp;source&amp;nbsp;of&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;iterations,&amp;nbsp;CollectionIteratorActions&amp;nbsp;differ&amp;nbsp;from&amp;nbsp;LoopAction&amp;nbsp;only&amp;nbsp;in&amp;nbsp;their&amp;nbsp;allowed&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;of&amp;nbsp;random&amp;nbsp;variables&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;loop&amp;nbsp;body's&amp;nbsp;ResourceDemandingBehaviour.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;same&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;occurs&amp;nbsp;twice&amp;nbsp;in&amp;nbsp;such&amp;nbsp;a&amp;nbsp;loop&amp;nbsp;body,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;must&amp;nbsp;evaluate&amp;nbsp;the&amp;nbsp;second&amp;nbsp;occurrence&amp;nbsp;in&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;to&amp;nbsp;the&amp;nbsp;first&amp;nbsp;occurrence.&amp;nbsp;This&amp;nbsp;complicates&amp;nbsp;the&amp;nbsp;involved&amp;nbsp;calculation&amp;nbsp;and&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;the&amp;nbsp;intractability&amp;nbsp;of&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;therefore&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;should&amp;nbsp;use&amp;nbsp;CollectionIteratorActions&amp;nbsp;with&amp;nbsp;care&amp;nbsp;and&amp;nbsp;only&amp;nbsp;include&amp;nbsp;them&amp;nbsp;if&amp;nbsp;they&amp;nbsp;expect&amp;nbsp;that&amp;nbsp;the&amp;nbsp;prediction&amp;nbsp;results&amp;nbsp;would&amp;nbsp;be&amp;nbsp;vastly&amp;nbsp;inaccurate&amp;nbsp;without&amp;nbsp;it."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter_CollectionIteratorAction" ordered="false" eType="#//repository_pc/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardedBranchTransition" eSuperTypes="#//seff_pc/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guarded&amp;nbsp;Branch&amp;nbsp;Transition&amp;nbsp;Provides&amp;nbsp;a&amp;nbsp;link&amp;nbsp;between&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;and&amp;nbsp;a&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviour,&amp;nbsp;which&amp;nbsp;includes&amp;nbsp;the&amp;nbsp;actions&amp;nbsp;executed&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branch.&amp;nbsp;It&amp;nbsp;uses&amp;nbsp;a&amp;nbsp;guard,&amp;nbsp;i.e.&amp;nbsp;a&amp;nbsp;boolean&amp;nbsp;expression&amp;nbsp;specified&amp;nbsp;by&amp;nbsp;a&amp;nbsp;RandomVariable,&amp;nbsp;to&amp;nbsp;determine&amp;nbsp;whether&amp;nbsp;the&amp;nbsp;transition&amp;nbsp;is&amp;nbsp;chosen.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;the&amp;nbsp;branch&amp;nbsp;is&amp;nbsp;chosen,&amp;nbsp;otherwise&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;false&amp;nbsp;another&amp;nbsp;branch&amp;nbsp;transition&amp;nbsp;must&amp;nbsp;be&amp;nbsp;chosen.&lt;br />&#xD;&#xA;The&amp;nbsp;guard&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;A&amp;nbsp;component&amp;nbsp;developer&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;complex&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;by&amp;nbsp;using&amp;nbsp;the&amp;nbsp;AND,&amp;nbsp;OR,&amp;nbsp;and&amp;nbsp;NOT&amp;nbsp;operations&amp;nbsp;provided&amp;nbsp;by&amp;nbsp;the&amp;nbsp;StoEx&amp;nbsp;framework.&amp;nbsp;As&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;may&amp;nbsp;have&amp;nbsp;characterised&amp;nbsp;the&amp;nbsp;parameters&amp;nbsp;used&amp;nbsp;in&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;with&amp;nbsp;probability&amp;nbsp;distributions,&amp;nbsp;it&amp;nbsp;might&amp;nbsp;happen&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;does&amp;nbsp;not&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;or&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;1.0.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;can&amp;nbsp;express&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.3,&amp;nbsp;and&amp;nbsp;to&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.7.&amp;nbsp;In&amp;nbsp;any&amp;nbsp;case,&amp;nbsp;the&amp;nbsp;probabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;individual&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;all&amp;nbsp;GuardedBranchTransitions&amp;nbsp;contained&amp;nbsp;in&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;must&amp;nbsp;sum&amp;nbsp;up&amp;nbsp;to&amp;nbsp;1.0.&lt;br />&#xD;&#xA;There&amp;nbsp;is&amp;nbsp;no&amp;nbsp;predefined&amp;nbsp;order&amp;nbsp;in&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;a&amp;nbsp;BranchAction.&amp;nbsp;This&amp;nbsp;differs&amp;nbsp;from&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;such&amp;nbsp;as&amp;nbsp;C&amp;nbsp;or&amp;nbsp;Java,&amp;nbsp;where&amp;nbsp;the&amp;nbsp;conditions&amp;nbsp;on&amp;nbsp;if/then/else&amp;nbsp;statements&amp;nbsp;are&amp;nbsp;evaluated&amp;nbsp;in&amp;nbsp;the&amp;nbsp;order&amp;nbsp;of&amp;nbsp;their&amp;nbsp;appearance&amp;nbsp;in&amp;nbsp;the&amp;nbsp;code.&amp;nbsp;Such&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;allow&amp;nbsp;overlapping&amp;nbsp;branching&amp;nbsp;conditions&amp;nbsp;(for&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;(X&amp;lt;10)&amp;nbsp;//...&amp;nbsp;else&amp;nbsp;if&amp;nbsp;(X&amp;lt;20)&amp;nbsp;//&amp;nbsp;...),&amp;nbsp;which&amp;nbsp;are&amp;nbsp;not&amp;nbsp;allowed&amp;nbsp;for&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions,&amp;nbsp;because&amp;nbsp;the&amp;nbsp;missing&amp;nbsp;order&amp;nbsp;specification&amp;nbsp;would&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguous&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;and&amp;nbsp;enable&amp;nbsp;more&amp;nbsp;than&amp;nbsp;one&amp;nbsp;guard&amp;nbsp;to&amp;nbsp;become&amp;nbsp;true.&amp;nbsp;If&amp;nbsp;X&amp;nbsp;would&amp;nbsp;have&amp;nbsp;the&amp;nbsp;value&amp;nbsp;5,&amp;nbsp;both&amp;nbsp;conditions&amp;nbsp;would&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;if&amp;nbsp;they&amp;nbsp;would&amp;nbsp;be&amp;nbsp;used&amp;nbsp;directly&amp;nbsp;as&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions.&amp;nbsp;The&amp;nbsp;correct&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;this&amp;nbsp;case&amp;nbsp;would&amp;nbsp;be&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;and&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;AND&amp;nbsp;X.VALUE&amp;nbsp;20.&amp;nbsp;Guards&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;stochastic&amp;nbsp;dependencies&amp;nbsp;when&amp;nbsp;evaluating&amp;nbsp;variable&amp;nbsp;characterisations&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;branched&amp;nbsp;behaviour.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;X.VALUE&amp;nbsp;&amp;nbsp;&amp;nbsp;10&amp;nbsp;had&amp;nbsp;formerly&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;uses&amp;nbsp;X.VALUE&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branched&amp;nbsp;behaviour,&amp;nbsp;the&amp;nbsp;sample&amp;nbsp;space&amp;nbsp;of&amp;nbsp;the&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;characterisation&amp;nbsp;must&amp;nbsp;be&amp;nbsp;restricted,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;event&amp;nbsp;that&amp;nbsp;X&amp;nbsp;takes&amp;nbsp;a&amp;nbsp;values&amp;nbsp;greater&amp;nbsp;than&amp;nbsp;10&amp;nbsp;cannot&amp;nbsp;occur&amp;nbsp;anymore.&amp;nbsp;Therefore&amp;nbsp;its&amp;nbsp;probability&amp;nbsp;is&amp;nbsp;zero.&amp;nbsp;Any&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;always&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;evaluated&amp;nbsp;under&amp;nbsp;the&amp;nbsp;condition&amp;nbsp;that&amp;nbsp;all&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;scenario’s&amp;nbsp;path&amp;nbsp;to&amp;nbsp;it&amp;nbsp;have&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchCondition_GuardedBranchTransition" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/guardedBranchTransition_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetVariableAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set Variable Action Assigns a variable characterisation to an OUT parameter, INOUT parameter, or return value of the service. It ensures that performance-relevant output parameter characterisations of a component service are specified to use them to parameterise the calling RDSEFF. A SetVariableAction must only use output parameters on the left hand side of the assignment and must not use input parameter or local variable&#xD;&#xA;names, because input parameters cannot be returned and local names should not be exposed to adhere the black box principle. The action is only intended to allow proper data flow modelling (i.e., output parameter passing) between different component services, but not to reveal additional internals of the service the current RDSEFF models. Thus, the assigned characterisation is not accessible in subsequent actions of the current RDSEFF. Notice, that the stochastic expression used in this assignment must characterise the result of the whole computation of the current service. For non-trivial components, this requires a substantial stochastic approximation based on manual abstraction. However, recall that not the actual result of a component service needs to be specified, but only its performance-relevant attributes. For example, to model the return value of a component service compressing a file, using its file size divided by the compression factor as the stochastic expression is usually sufficient, while the value of the compressed file is not of interest in a performance model.&#xD;&#xA;Multiple SetVariableActions assigning to the same output parameter might occur at different locations of the control flow in an RDSEFF. In the case of sequences, loops, and fork, the last assignment overwrites the former assignments and gets transferred back to the calling RDSEFF. Therefore, analysis tools may ignore the former assignments. In the case of using a SetVariableAction in two different branches of a BranchAction, only the assignment in the chosen branch is valid and gets transferred back to the caller."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariableUsages_SetVariableAction" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/setVariableAction_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalCallAction" eSuperTypes="#//seff_pc/CallAction #//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A &quot;SubSEFF&quot;-Action: Realises an internal method call within a SEFF."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="calledResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_pc/ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmitEventAction" eSuperTypes="#//seff_pc/AbstractAction #//seff_pc/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="EmitEventAction specifies when a component emits an event during its processing. To enable the specification of the EventType characteristics, the EmitEventAction extends the CallAction. The EmitEventAction defines which type of events are emited, their characteristics and the SourceRole that triggered. Each EmitEventAction is limited to one type of events. To support multiple types of events, multiple EmitEventActions have to be used."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__EmitEventAction" ordered="false" eType="#//repository_pc/EventType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EmitEventAction" ordered="false" eType="#//repository_pc/SourceRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Internal Action Combines the execution of a number of internal computations by a component service in a single model entity. It models calculations inside a component service, which do not include calls to required services. For a desired high abstraction level, an RDSEFF has only one InternalAction for all instructions between two calls to required services. A high abstraction level is needed to keep the model tractable for mathematical analysis methods. However, in principle it is also possible to use multiple InternalActions in direct succession to model on a lower abstraction level and enable more accurate predictions.&#xD;&#xA;InternalActions provide an abstraction from the complete behaviour (i.e., control and data flow) of a component service, as they can hide different possible control and data flows not affecting external service calls and express their resource demands as a single stochastic expression. This abstraction underlies the assumption that the resource demands of a number of instruction can be captured sufficiently accurate enough in one such expression"/> </eAnnotations> <eOperations name="MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.internalFailureOccurrenceDescriptions__InternalAction->forAll(x:pcm::reliability::InternalFailureOccurrenceDescription,y:pcm::reliability::InternalFailureOccurrenceDescription | x&lt;>y implies x.softwareInducedFailureType__InternalFailureOccurrenceDescription &lt;> y.softwareInducedFailureType__InternalFailureOccurrenceDescription )&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SumOfInternalActionFailureProbabilitiesMustNotExceed1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.internalFailureOccurrenceDescriptions__InternalAction.failureProbability.oclAsType(Real)->sum()&lt;=1.0&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalFailureOccurrenceDescriptions__InternalAction" ordered="false" upperBound="-1" eType="#//reliability_pc/InternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_pc/InternalFailureOccurrenceDescription/internalAction__InternalFailureOccurrenceDescription"/> </eClassifiers> <eSubpackages name="seff_performance_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_pointcut" nsPrefix="seff_performance_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing performance aspects of an RDSEFF"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureCall" eSuperTypes="#//seff_pc/CallAction"> <eOperations name="SignatureMustBelongToUsedRequiredRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="signature__InfrastructureCall.infrastructureInterface__InfrastructureSignature = requiredRole__InfrastructureCall.requiredInterface__InfrastructureRequiredRole"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ReferencedRequiredRoleMustBeRequiredByComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole__InfrastructureCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action__InfrastructureCall.infrastructureCall__Action->select(call | call.requiredRole__InfrastructureCall = self.requiredRole__InfrastructureCall and call.signature__InfrastructureCall=self.signature__InfrastructureCall)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__InfrastructureCall" ordered="false" eType="#//repository_pc/InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__InfrastructureCall" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/infrastructureCall__PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action__InfrastructureCall" ordered="false" eType="#//seff_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_pc/AbstractInternalControlFlowAction/infrastructureCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__InfrastructureCall" ordered="false" eType="#//repository_pc/InfrastructureRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCall" eSuperTypes="#//seff_pc/CallAction"> <eOperations name="ResourceSignatureBelongsToResourceRequiredRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.resourceRequiredRole__ResourceCall.requiredResourceInterface__ResourceRequiredRole.resourceSignatures__ResourceInterface->includes(self.signature__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ResourceRequiredRoleMustBeReferencedByComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::ResourceInterfaceRequiringEntity)).oclAsType(pcm::core::entity::ResourceInterfaceRequiringEntity).resourceRequiredRoles__ResourceInterfaceRequiringEntity->includes(self.resourceRequiredRole__ResourceCall)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action__ResourceCall.resourceCall__Action->select(call | call.resourceRequiredRole__ResourceCall=self.resourceRequiredRole__ResourceCall and call.signature__ResourceCall=self.signature__ResourceCall)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="action__ResourceCall" ordered="false" eType="#//seff_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_pc/AbstractInternalControlFlowAction/resourceCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRole__ResourceCall" ordered="false" eType="#//core_pc/entity_pc/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__ResourceCall" ordered="false" eType="#//resourcetype_pc/ResourceSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__ResourceCall" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/resourceCall__PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricResourceDemand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO&amp;nbsp;(Überarbeitung&amp;nbsp;durch&amp;nbsp;MH)&lt;br />&#xD;&#xA;Parametric&amp;nbsp;Resource&amp;nbsp;Demand&amp;nbsp;Specifies&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;requested&amp;nbsp;from&amp;nbsp;a&amp;nbsp;certain&amp;nbsp;type&amp;nbsp;of&amp;nbsp;resource&amp;nbsp;in&amp;nbsp;a&amp;nbsp;parametrised&amp;nbsp;way.&amp;nbsp;It&amp;nbsp;assigns&amp;nbsp;the&amp;nbsp;demand&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;Random-Variable&amp;nbsp;to&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;ProcessingResourceType&amp;nbsp;(e.g.,&amp;nbsp;CPU,&amp;nbsp;hard&amp;nbsp;disk)&amp;nbsp;instead&amp;nbsp;of&amp;nbsp;a&amp;nbsp;concrete&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;(e.g.,&amp;nbsp;5&amp;nbsp;Ghz&amp;nbsp;CPU,&amp;nbsp;20&amp;nbsp;MByte/s&amp;nbsp;hard&amp;nbsp;disk).&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;a&amp;nbsp;specific&amp;nbsp;resource&amp;nbsp;environment,&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;the&amp;nbsp;concrete&amp;nbsp;resources&amp;nbsp;replaceable&amp;nbsp;to&amp;nbsp;answer&amp;nbsp;sizing&amp;nbsp;questions.&lt;br />&#xD;&#xA;The&amp;nbsp;demand's&amp;nbsp;unit&amp;nbsp;is&amp;nbsp;equal&amp;nbsp;for&amp;nbsp;all&amp;nbsp;ProcessingResourceSpecifications&amp;nbsp;referencing&lt;br />&#xD;&#xA;the&amp;nbsp;same&amp;nbsp;ProcessingResourceType.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;for&amp;nbsp;example&amp;nbsp;be&amp;nbsp;&quot;WorkUnits&quot;&lt;br />&#xD;&#xA;for&amp;nbsp;CPUs&amp;nbsp;[Smi02]&amp;nbsp;or&amp;nbsp;&quot;BytesRead&quot;&amp;nbsp;for&amp;nbsp;hard&amp;nbsp;disks.&amp;nbsp;Each&amp;nbsp;ProcessingResource-&lt;br />&#xD;&#xA;Specification&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;for&amp;nbsp;demands&amp;nbsp;(e.g.,&amp;nbsp;1000&amp;nbsp;WorkUnits/s,&amp;nbsp;20&lt;br />&#xD;&#xA;MB/s),&amp;nbsp;which&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;use&amp;nbsp;to&amp;nbsp;compute&amp;nbsp;an&amp;nbsp;actual&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;in&amp;nbsp;seconds.&amp;nbsp;They&lt;br />&#xD;&#xA;use&amp;nbsp;this&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;for&amp;nbsp;example&amp;nbsp;as&amp;nbsp;the&amp;nbsp;service&amp;nbsp;demand&amp;nbsp;on&amp;nbsp;a&amp;nbsp;service&amp;nbsp;center&amp;nbsp;in&amp;nbsp;a&amp;nbsp;queueing&lt;br />&#xD;&#xA;network&amp;nbsp;or&amp;nbsp;the&amp;nbsp;firing&amp;nbsp;delay&amp;nbsp;of&amp;nbsp;a&amp;nbsp;transition&amp;nbsp;in&amp;nbsp;a&amp;nbsp;Petri&amp;nbsp;net.&amp;nbsp;As&amp;nbsp;multiple&amp;nbsp;component&amp;nbsp;services&lt;br />&#xD;&#xA;might&amp;nbsp;request&amp;nbsp;processing&amp;nbsp;on&amp;nbsp;the&amp;nbsp;same&amp;nbsp;resource,&amp;nbsp;these&amp;nbsp;analytical&amp;nbsp;or&amp;nbsp;simulation&amp;nbsp;models&lt;br />&#xD;&#xA;allow&amp;nbsp;determining&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;delay&amp;nbsp;induced&amp;nbsp;by&amp;nbsp;this&amp;nbsp;contention&amp;nbsp;effect.&lt;br />&#xD;&#xA;Besides&amp;nbsp;this&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;different&amp;nbsp;resource&amp;nbsp;environments,&amp;nbsp;Parametric-&lt;br />&#xD;&#xA;ResourceDemands&amp;nbsp;also&amp;nbsp;parameterise&amp;nbsp;over&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;profile.&amp;nbsp;For&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression&lt;br />&#xD;&#xA;specifying&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&lt;br />&#xD;&#xA;parameters&amp;nbsp;or&amp;nbsp;the&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;Upon&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;use&amp;nbsp;the&amp;nbsp;current&amp;nbsp;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;input&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameter&lt;br />&#xD;&#xA;and&amp;nbsp;substitute&amp;nbsp;the&amp;nbsp;reference&amp;nbsp;with&amp;nbsp;this&amp;nbsp;characterisation&amp;nbsp;in&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression.&lt;br />&#xD;&#xA;Solving&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression,&amp;nbsp;which&amp;nbsp;can&amp;nbsp;be&amp;nbsp;a&amp;nbsp;function&amp;nbsp;involving&amp;nbsp;arithmetic&amp;nbsp;operators&lt;br />&#xD;&#xA;(Chapter&amp;nbsp;3.3.6),&amp;nbsp;then&amp;nbsp;yields&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;or&amp;nbsp;probability&amp;nbsp;function&amp;nbsp;for&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand.&lt;br />&#xD;&#xA;As&amp;nbsp;an&amp;nbsp;example&amp;nbsp;for&amp;nbsp;solving&amp;nbsp;the&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;and&amp;nbsp;usage&lt;br />&#xD;&#xA;profile,&amp;nbsp;consider&amp;nbsp;an&amp;nbsp;RDSEFF&amp;nbsp;for&amp;nbsp;a&amp;nbsp;service&amp;nbsp;implementing&amp;nbsp;the&amp;nbsp;bubblesort&amp;nbsp;algorithm.&amp;nbsp;It&lt;br />&#xD;&#xA;might&amp;nbsp;include&amp;nbsp;a&amp;nbsp;CPU&amp;nbsp;demand&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;n22000WorkUnits&amp;nbsp;derived&amp;nbsp;from&amp;nbsp;complexity&lt;br />&#xD;&#xA;theory&amp;nbsp;(n2)&amp;nbsp;and&amp;nbsp;empirical&amp;nbsp;measurements&amp;nbsp;(2000).&amp;nbsp;In&amp;nbsp;this&amp;nbsp;case&amp;nbsp;n&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;the&amp;nbsp;length&amp;nbsp;of&lt;br />&#xD;&#xA;the&amp;nbsp;list&amp;nbsp;the&amp;nbsp;algorithm&amp;nbsp;shall&amp;nbsp;sort,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;current&lt;br />&#xD;&#xA;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;list's&amp;nbsp;length&amp;nbsp;is&amp;nbsp;100&amp;nbsp;(as&amp;nbsp;the&amp;nbsp;modelled&amp;nbsp;usage&amp;nbsp;profile),&amp;nbsp;analysis&amp;nbsp;tools&lt;br />&#xD;&#xA;derive&amp;nbsp;1002&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;from&amp;nbsp;the&amp;nbsp;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;usage&lt;br />&#xD;&#xA;profile&amp;nbsp;dependency.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;CPU&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;the&amp;nbsp;service's&lt;br />&#xD;&#xA;126&lt;br />&#xD;&#xA;4.3.&amp;nbsp;Resource&amp;nbsp;Demanding&amp;nbsp;Service&amp;nbsp;Effect&amp;nbsp;Specification&lt;br />&#xD;&#xA;component&amp;nbsp;is&amp;nbsp;allocated&amp;nbsp;on&amp;nbsp;then&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;of&amp;nbsp;10000WorkUnits/s,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;derive&amp;nbsp;an&amp;nbsp;execution&amp;nbsp;time&amp;nbsp;of&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;{10000&amp;nbsp;WorkUnits/s&amp;nbsp;=&amp;nbsp;1:2&amp;nbsp;s&amp;nbsp;from&amp;nbsp;the&lt;br />&#xD;&#xA;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;dependency.&lt;br />&#xD;&#xA;The&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;for&amp;nbsp;a&amp;nbsp;ParametricResourceDemand&amp;nbsp;depends&amp;nbsp;on&amp;nbsp;the&amp;nbsp;implementation&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;it&amp;nbsp;using&amp;nbsp;complexity&amp;nbsp;theory,&lt;br />&#xD;&#xA;estimations,&amp;nbsp;or&amp;nbsp;measurements.&amp;nbsp;However,&amp;nbsp;how&amp;nbsp;to&amp;nbsp;get&amp;nbsp;data&amp;nbsp;to&amp;nbsp;define&amp;nbsp;such&amp;nbsp;expressions&lt;br />&#xD;&#xA;accurately&amp;nbsp;is&amp;nbsp;beyond&amp;nbsp;of&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&amp;nbsp;thesis.&amp;nbsp;Woodside&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[WVCB01]&amp;nbsp;and&amp;nbsp;Krogmann&lt;br />&#xD;&#xA;[Kro07]&amp;nbsp;present&amp;nbsp;approaches&amp;nbsp;for&amp;nbsp;measuring&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;in&amp;nbsp;dependency&amp;nbsp;to&amp;nbsp;input&amp;nbsp;parameters.&lt;br />&#xD;&#xA;Meyerhoefer&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[ML05]&amp;nbsp;and&amp;nbsp;Kuperberg&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[KB07]&amp;nbsp;propose&amp;nbsp;methods&amp;nbsp;to&lt;br />&#xD;&#xA;establish&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;concrete&amp;nbsp;resources.&amp;nbsp;For&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&lt;br />&#xD;&#xA;thesis,&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;these&amp;nbsp;methods&amp;nbsp;have&amp;nbsp;been&amp;nbsp;applied&amp;nbsp;and&amp;nbsp;an&amp;nbsp;accurate&amp;nbsp;specification&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;ParametricResourceDemand&amp;nbsp;is&amp;nbsp;available."/> </eAnnotations> <eOperations name="DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.action_ParametricResourceDemand.resourceDemand_Action->select(prd | prd.requiredResource_ParametricResourceDemand=self.requiredResource_ParametricResourceDemand)->size() = 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_ParametericResourceDemand" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/parametricResourceDemand_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_pc/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action_ParametricResourceDemand" ordered="false" eType="#//seff_pc/AbstractInternalControlFlowAction" eOpposite="#//seff_pc/AbstractInternalControlFlowAction/resourceDemand_Action"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_reliability_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_pointcut" nsPrefix="seff_reliability_pc"> <eClassifiers xsi:type="ecore:EClass" name="RecoveryActionBehaviour" eSuperTypes="#//seff_pc/seff_reliability_pc/FailureHandlingEntity #//seff_pc/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Recovery block alternative haviours represent alternatives of recovery blocks. They are resource demanding behaviours,&#xD;&#xA; thus any behaviour can be defined as an alternative.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The alternatives of a recovery block form a chain. They are failure handling entities, i.e.&amp;nbsp;they can handle&#xD;&#xA; failures that occur in previous alternatives. If one alternative fails, the next alternative is executed that can&#xD;&#xA; handle the failure type.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="RecoveryActionBehaviourHasOnlyOnePredecessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.recoveryAction__RecoveryActionBehaviour.recoveryActionBehaviours__RecoveryAction->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y&#xD;&#xA;&#x9;&#x9;and x.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)&#xD;&#xA;&#x9;&#x9;and y.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RecoveryActionBehaviourIsNotSuccessorOfItself" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.failureHandlingAlternatives__RecoveryActionBehaviour->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y and&#xD;&#xA;&#x9;x.failureTypes_FailureHandlingEntity->&#xD;&#xA;&#x9;&#x9;exists(f:pcm::reliability::FailureType |&#xD;&#xA;&#x9;&#x9;y.failureTypes_FailureHandlingEntity->includes(f)))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureHandlingAlternatives__RecoveryActionBehaviour" ordered="false" upperBound="-1" eType="#//seff_pc/seff_reliability_pc/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryAction__RecoveryActionBehaviour" ordered="false" eType="#//seff_pc/seff_reliability_pc/RecoveryAction" eOpposite="#//seff_pc/seff_reliability_pc/RecoveryAction/recoveryActionBehaviours__RecoveryAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecoveryAction" eSuperTypes="#//seff_pc/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Recover block actions are a generic failure handling technique. A recovery block consists of a a primary algorithm and one&#xD;&#xA;or more alternatives that can be used in case of failure. If the primary algorithm fails, the next alternative is chosen.&#xD;&#xA;Here the alternatives also support failure types. Alternatives may specify which kind of failures they can handle."/> </eAnnotations> <eOperations name="PrimaryBehaviourOfRecoveryActionMustBeSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.primaryBehaviour__RecoveryAction &lt;> null"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryBehaviour__RecoveryAction" ordered="false" eType="#//seff_pc/seff_reliability_pc/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryActionBehaviours__RecoveryAction" ordered="false" upperBound="-1" eType="#//seff_pc/seff_reliability_pc/RecoveryActionBehaviour" containment="true" eOpposite="#//seff_pc/seff_reliability_pc/RecoveryActionBehaviour/recoveryAction__RecoveryActionBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureHandlingEntity" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Failure handling entities are any program constructs that can handle failures. Instances of failure handling entities&#xD;&#xA; specify any number of failure types that can be handled.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes_FailureHandlingEntity" ordered="false" upperBound="-1" eType="#//reliability_pc/FailureType"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="qosannotations_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_pointcut" nsPrefix="qosannotations_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains elements to specify fixed QoS attributes of system-external services."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; SpecifiedQoSAnnotations&amp;nbsp;(as&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;class)&amp;nbsp;associate&amp;nbsp;specified&amp;nbsp;(see&amp;nbsp;QoSAnnotation)&amp;nbsp;QoS&amp;nbsp;properties&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;components.&amp;nbsp;A&amp;nbsp;service&amp;nbsp;is&amp;nbsp;thereby&amp;nbsp;determined&amp;nbsp;by&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Role&amp;nbsp;(i.e.,&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;component).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedQoSAnnation" ordered="false" eType="#//repository_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedQoSAnnotation" ordered="false" eType="#//repository_pc/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedQoSAnnotation" ordered="false" eType="#//qosannotations_pc/QoSAnnotations" eOpposite="#//qosannotations_pc/QoSAnnotations/specifiedQoSAnnotations_QoSAnnotations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QoSAnnotations" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoSAnnotations allow software architects and performance analysts to annotate Quality of Service (QoS) attributes to services (i.e., signatures of an interface). It is important to note that these annotations are specified and not derived. Usually the PCM uses the internal specification of a components behaviour (i.e., its RD-SEFFs) to determine its QoS. However, in a mixed top down and bottom up approach as favoured by the PCM, software architects have to combine components whose internals are not yet known with fully specified components. QoSAnnotations provide a first perforamnce (or reliability) abstraction of the services offered by a component using the SpecifiedQoSAnnotation. They furthermore define the output parameters of the services without describing its internal behviour.&#xD;&#xA;&#xD;&#xA;Notes:&#xD;&#xA;- Should the association of QoSAnnotations to services not be in the class QoSAnnotation instead of SpecifiedQoSAnnotation and SpecifiedOutputParameterAbstraction separately?"/> </eAnnotations> <eOperations name="MultipleReliabilityAnnotationsPerExternalCallNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.specifiedQoSAnnotations_QoSAnnotations->select(oclIsTypeOf(pcm::qosannotations::qos_reliability::SpecifiedReliabilityAnnotation))->forAll( x, y | ( x&lt;>y ) implies ( ( x.role_SpecifiedQoSAnnotation &lt;> y.role_SpecifiedQoSAnnotation ) or ( x.signature_SpecifiedQoSAnnation &lt;> y.signature_SpecifiedQoSAnnation ) ) )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedOutputParameterAbstractions_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_pc/SpecifiedOutputParameterAbstraction" containment="true" eOpposite="#//qosannotations_pc/SpecifiedOutputParameterAbstraction/qosAnnotations_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_QoSAnnotations" ordered="false" eType="#//system_pc/System" eOpposite="#//system_pc/System/qosAnnotations_System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedQoSAnnotations_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_pc/SpecifiedQoSAnnotation" containment="true" eOpposite="#//qosannotations_pc/SpecifiedQoSAnnotation/qosAnnotations_SpecifiedQoSAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedOutputParameterAbstraction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To specify the output parameters of a service (without associated RD-SEFF), software architects can associate a SpecifiedOutputParameterAbstraction to services (signature + role). SpecifiedOutputParameterAbstractions assign a single VariableUsage to that service that determines the output parameters in depency of its input parameters. Software architects can use stochastic expressions (package StoEx) to define the dependencies.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually possible to define the output in dependency on the input parameters?&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_pc/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_pc/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expectedExternalOutputs_SpecifiedOutputParameterAbstraction" ordered="false" upperBound="-1" eType="#//parameter_pc/VariableUsage" containment="true" eOpposite="#//parameter_pc/VariableUsage/specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//qosannotations_pc/QoSAnnotations" eOpposite="#//qosannotations_pc/QoSAnnotations/specifiedOutputParameterAbstractions_QoSAnnotations"/> </eClassifiers> <eSubpackages name="qos_performance_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_pointcut" nsPrefix="_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance aspects of QoS annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SystemSpecifiedExecutionTime" eSuperTypes="#//qosannotations_pc/qos_performance_pc/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SystemSpecifiedExecutionTime allows software architect and performance analysts to specify the response time (distribution) of services called at the system boundaries. This allows abstracting from the system externals and restricts the focus to the software architecture under consideration.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- That's the starting point for Performance-Kennlinien I guess..."/> </eAnnotations> <eOperations name="SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedExecutionTime" eSuperTypes="#//qosannotations_pc/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies an execution time&#xD;&#xA; in&amp;nbsp;terms&amp;nbsp;of&amp;nbsp;a&amp;nbsp;PCMRandomVariable&amp;nbsp;which&amp;nbsp;may&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;component&amp;nbsp;or&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&#xD;&#xA; referenced&amp;nbsp;service.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Notes:&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; -&amp;nbsp;Is&amp;nbsp;it&amp;nbsp;correct&amp;nbsp;that&amp;nbsp;the&amp;nbsp;PCMRandomvariable&amp;nbsp;can&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;parameters?&lt;br />&#xD;&#xA; -&amp;nbsp;How&amp;nbsp;is&amp;nbsp;the&amp;nbsp;relation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;QoS&amp;nbsp;to&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;established?&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_SpecifiedExecutionTime" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/specifiedExecutionTime_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentSpecifiedExecutionTime" eSuperTypes="#//qosannotations_pc/qos_performance_pc/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComponentSpecifiedExecutionTime allows software architects (and performance analysts) to specify the response time of a service (signature + role) of a component. However, the response time is not given for the considered component in general, but the component in a specific context (i.e., in a specific hardware environment with specific external components connected) determined by the AssemblyContext. This allows software architects to include Provided- and CompleteComponentTypes into their software architecuture that still miss a description of their internals. Even though the internals are missing, performance predictions are still possible.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually the response time or total service demand specified here? -> I guess it should be response time. Otherwise, we would require also an assignment to resources.&#xD;&#xA;- I guess it's necessary to replace the association to the AssemblyContext by an association to an AllocationContext, since the Response time is heavily determined by the underlying hardware...&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ComponentSpecifiedExecutionTime" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="qos_reliability_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_pointcut" nsPrefix="_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reliability&amp;nbsp;aspects&amp;nbsp;of&amp;nbsp;QoS&amp;nbsp;annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedReliabilityAnnotation" eSuperTypes="#//qosannotations_pc/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SpecifiedFailureProbability of a service resembles its &quot;Probability of Failure on Demand&quot; (POFOD). Whenever the service is called, this values states the probability that it returns successfully. For reliability prediction, the PCMRandomVariable specified in its superclass SpecifiedQoSAnnotation must evaluate to a real number between 0 and 1.&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eOperations name="SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation.failureProbability.oclAsType(Real)->sum()&lt;=1.0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation->forAll(x:pcm::reliability::ExternalFailureOccurrenceDescription,y:pcm::reliability::ExternalFailureOccurrenceDescription | x&lt;>y implies x.failureType__ExternalFailureOccurrenceDescription &lt;> y.failureType__ExternalFailureOccurrenceDescription )"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation" ordered="false" upperBound="-1" eType="#//reliability_pc/ExternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_pc/ExternalFailureOccurrenceDescription/specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="system_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_pointcut" nsPrefix="system_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system package holds only the System meta class. A system is the most high-level and out-most compositional entity of the PCM. It defines the boundaries of a modelled application. Only systems (more precisely provided services of a system) can be accessed from usage profile. Systems also can carry QoS-Annotations, a special means to express fixed QoS properties of services that are required at the system boundary."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//core_pc/entity_pc/Entity #//core_pc/entity_pc/ComposedProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A System is the out-most entity of a PCM's assembly of components. It captures the modeling decision to which extend a system under investigation is modelled within the PCM.&#xD;&#xA;A System is not composable (part of another composition) because it has QoS annotations which are only allowed in the &quot;outer&quot; composition thing. And a UsageModel must only access ProvidedRoles of a System and not of inner components.&#xD;&#xA;The System is inheriting from ComposedProvidingRequiringEntity to have a unique means for expressing the inner composition of an entity (here: System). Also it allows using the same editor etc. being applied to ComposedProvidingRequiringEntity and thus also being useful for System.&#xD;&#xA;&#xD;&#xA;A system consists of an assembly and is itself referenced by an allocation (only a System can be allocated). The first specifies how the components are connected with other components, the latter specifies how the components and connectors are mapped to the resource environment (hardware and middleware). From a structural point of view, Systems can be seen as special kind of CompositeComponents. Systems are not supposed to be reused as components are. The are assumed to be coupled by using special techniques for system integration.&#xD;&#xA;&#xD;&#xA;A System has provided and required roles like a composite component. Only a system's provided role can be accessed from the usage profile. Only a system's required roles can have QOS annotations.&#xD;&#xA;&#xD;&#xA;Like SubSystems, Systems are white-box entities for the Software Architect and also for the System Deployer. Thus, a System Deployer can and must allocate inner components of a System individually."/> </eAnnotations> <eOperations name="SystemMustHaveAtLeastOneProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.providedRoles_InterfaceProvidingEntity->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_System" ordered="false" upperBound="-1" eType="#//qosannotations_pc/QoSAnnotations" containment="true" eOpposite="#//qosannotations_pc/QoSAnnotations/system_QoSAnnotations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoS Annotations allow for specifing fixed (non-parameterised) QoS properties at the system boundary level for required services. For example, for a required service it can be specified that its response time is fixed &quot;3 ms&quot;. See the QoS Annotations package for more details."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="resourceenvironment_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_pointcut" nsPrefix="resourceenvironment_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package of entities representing the execution environment of a component based software system"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceEnvironment" eSuperTypes="#//core_pc/entity_pc/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Repository element of&amp;nbsp;the resource environment&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResources__ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_pc/LinkingResource" containment="true" eOpposite="#//resourceenvironment_pc/LinkingResource/resourceEnvironment_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_pc/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_pc/ResourceContainer/resourceEnvironment_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkingResource" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model&amp;nbsp;element&amp;nbsp;representing&amp;nbsp;communication&amp;nbsp;links&amp;nbsp;like&amp;nbsp;LAN,&amp;nbsp;WAN,&amp;nbsp;WiFi&amp;nbsp;etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedResourceContainers_LinkingResource" ordered="false" upperBound="-1" eType="#//resourceenvironment_pc/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifications_LinkingResource" ordered="false" eType="#//resourceenvironment_pc/CommunicationLinkResourceSpecification" containment="true" eOpposite="#//resourceenvironment_pc/CommunicationLinkResourceSpecification/linkingResource_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_LinkingResource" ordered="false" eType="#//resourceenvironment_pc/ResourceEnvironment" eOpposite="#//resourceenvironment_pc/ResourceEnvironment/linkingResources__ResourceEnvironment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceContainer" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UML-like&amp;nbsp;container&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;resources (e.g. hardware server)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceSpecifications_ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_pc/ProcessingResourceSpecification" containment="true" eOpposite="#//resourceenvironment_pc/ProcessingResourceSpecification/resourceContainer_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_ResourceContainer" ordered="false" eType="#//resourceenvironment_pc/ResourceEnvironment" eOpposite="#//resourceenvironment_pc/ResourceEnvironment/resourceContainer_ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedResourceContainers__ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_pc/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_pc/ResourceContainer/parentResourceContainer__ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentResourceContainer__ResourceContainer" ordered="false" eType="#//resourceenvironment_pc/ResourceContainer" eOpposite="#//resourceenvironment_pc/ResourceContainer/nestedResourceContainers__ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceSpecification" eSuperTypes="identifier_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance specification of processing resources (e.g. processing rate, scheduling policy)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTR" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Repair (MTTR) of a physical resource is the expected timespan from breakdown of this physical resource to its repair or replacement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTF" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Failure (MTTF) of a physical resource is the expected timespan from the start of its usage until breakdown."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredByContainer" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This attribute controls the handling of the resource&amp;nbsp;by the&amp;nbsp;reliability prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to TRUE, the unavailability of the resource automatically leads to the unavailability of the surrounding&#xD;&#xA; resource container. Every attempt to execute a SEFF on an unavailable resource container leads to a corresponding&#xD;&#xA; resource failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to FALSE, the unavailability of the resource does not make the container unavailable. An attempt to execute a&#xD;&#xA; SEFF on a container with an unavailable resource leads to a resource failure ONLY IF the SEFF contains an&#xD;&#xA; InternalAction that accesses&amp;nbsp;the resource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicy" ordered="false" eType="#//resourcetype_pc/SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceType_ActiveResourceSpecification" ordered="false" eType="#//resourcetype_pc/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingRate_ProcessingResourceSpecification" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/processingResourceSpecification_processingRate_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfReplicas" ordered="false" lowerBound="1" 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="&lt;p>&#xD;&#xA; Specifies the actual number of processors of the processing resource.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; In terms of the queueing theory, the number of processors corresponds to the number of servers&amp;nbsp;of a service&#xD;&#xA; center. Thus, the attribute allows to specify a&amp;nbsp;multi-server queue, i.e., one queue with multiple servers.&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ProcessingResourceSpecification" ordered="false" eType="#//resourceenvironment_pc/ResourceContainer" eOpposite="#//resourceenvironment_pc/ResourceContainer/activeResourceSpecifications_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceSpecification" eSuperTypes="identifier_pointcut.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Throughput and performance specification of linking resources"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResource_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourceenvironment_pc/LinkingResource" eOpposite="#//resourceenvironment_pc/LinkingResource/communicationLinkResourceSpecifications_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the probability that a service call over this communication link fails. The failure could be due to message loss or overload, for example."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceType_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourcetype_pc/CommunicationLinkResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latency_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/communicationLinkResourceSpecification_latency_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the latency of this linking resource in the simulated time unit. The latency is the time that a message on this linking resource takes to receive the receiver. In synchronous communication (call and return), the latency is added twice to the duration, once for the call and once for the response. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="throughput_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_pc/PCMRandomVariable" containment="true" eOpposite="#//core_pc/PCMRandomVariable/communicationLinkResourceSpecifcation_throughput_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the maximum throughput of this linking resource in byte per simulated time unit. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="allocation_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_pointcut" nsPrefix="allocation_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All PCM entities related to model allocation"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AllocationContext" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping between AssemblyContext and Resource. Sometimes referred to as &quot;Deployment&quot;."/> </eAnnotations> <eOperations name="OneAssemblyContextOrOneEventChannelShouldBeReferred" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not(self.assemblyContext_AllocationContext.oclIsUndefined()) xor not(self.eventChannel__AllocationContext.oclIsUndefined())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_AllocationContext" ordered="false" eType="#//resourceenvironment_pc/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_AllocationContext" ordered="false" eType="#//core_pc/composition_pc/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocation_AllocationContext" ordered="false" eType="#//allocation_pc/Allocation" eOpposite="#//allocation_pc/Allocation/allocationContexts_Allocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__AllocationContext" ordered="false" eType="#//core_pc/composition_pc/EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation" eSuperTypes="#//core_pc/entity_pc/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The allocation repository holding all available allocation contexts of a model."/> </eAnnotations> <eOperations name="EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="-- Get all AssemblyContexts used by this system, that is &#xD;&#xA;-- 1) the AssemblyContexts directly used in the system and &#xD;&#xA;self.system_Allocation.assemblyContexts__ComposedStructure&#xD;&#xA;-- 2) the AssemblyContexts used by SubSystems in the System. Note that if a SubSystem also contains other Subsystems,&#xD;&#xA;-- we need to get those AssemblyContexts too: Thus, we use a closure here&#xD;&#xA;->union(self.system_Allocation.assemblyContexts__ComposedStructure->closure(&#xD;&#xA;encapsulatedComponent__AssemblyContext->select(composites|composites.oclIsTypeOf(pcm::subsystem::SubSystem)).oclAsType(pcm::subsystem::SubSystem)&#xD;&#xA;.assemblyContexts__ComposedStructure))&#xD;&#xA;--Now, after we collected all AssemblyContexts somehow used, we check whether they need to be allocated &#xD;&#xA;--and if yes, if they are allocated.&#xD;&#xA;->forAll(assemblyCtx|&#xD;&#xA;--AssemblyContexts that contain SubSystems do not need to be allocated&#xD;&#xA;assemblyCtx.encapsulatedComponent__AssemblyContext.oclIsTypeOf(pcm::subsystem::SubSystem) or&#xD;&#xA;--All others need to be allocated. &#xD;&#xA;self.allocationContexts_Allocation->select(allocationCtx|&#xD;&#xA;allocationCtx.assemblyContext_AllocationContext = assemblyCtx)->size() = 1)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each Assembly of BasicComponents and CompositeComponents used in the referenced System must be allocated. &#xD;&#xA;&#xD;&#xA;Things are complicated by the introduction of SubSystems. Here, the Assembly of the SubSystem itself does not have to be allocated. If it is not allocated, all BasicComponents and CompositeComponents contained in this SubSystem (also transitively over several nested and not-allocated SubSystems) need to be allocated. &#xD;&#xA;&#xD;&#xA;The constraint is realised wth a closure over the AssemblyContext contained in a ComposedStructure. "/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="CommunicatingServersHaveToBeConnectedByLinkingResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.allocationContexts_Allocation->forAll(a | self.allocationContexts_Allocation->forAll(b | &#xD;&#xA; --- if a and b are not on the same server&#xD;&#xA; (a.resourceContainer_AllocationContext &lt;> b.resourceContainer_AllocationContext &#xD;&#xA; and&#xD;&#xA; -- and if the assembly contexts of a and b are connected&#xD;&#xA; self.system_Allocation.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(pcm::core::composition::AssemblyConnector)->exists(conn | &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext )&#xD;&#xA; or &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext )&#xD;&#xA; )&#xD;&#xA; )&#xD;&#xA; -- then the servers have to be connected by a linking resource&#xD;&#xA; implies &#xD;&#xA; self.targetResourceEnvironment_Allocation.linkingResources__ResourceEnvironment->exists(l | &#xD;&#xA; -- l connects the two&#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(a.resourceContainer_AllocationContext)&#xD;&#xA; and &#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(b.resourceContainer_AllocationContext)&#xD;&#xA; )&#xD;&#xA; ))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetResourceEnvironment_Allocation" ordered="false" eType="#//resourceenvironment_pc/ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_Allocation" ordered="false" eType="#//system_pc/System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocationContexts_Allocation" ordered="false" upperBound="-1" eType="#//allocation_pc/AllocationContext" containment="true" eOpposite="#//allocation_pc/AllocationContext/allocation_AllocationContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="subsystem_pc" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_pointcut" nsPrefix="subsystem_pc"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing the subsystem entity"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SubSystem" eSuperTypes="#//core_pc/entity_pc/ComposedProvidingRequiringEntity #//repository_pc/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SubSystem is structually comparable to a CompositeComponent. The major difference is the white-blox property it preserves for System Deployers. While Component Developer have a white-box view for their CompositeComponents, a System Deployer perceives a CompositeComponent like any other component as a black-box entity, which thus cannot be allocated onto different nodes in the resource environment (a CompositeComponent cannot be split up at allocation time).&#xD;&#xA;Opposed to that, SubSystems are white-box entities for System Deployers, meaning that they can be allocated to different nodes of the resource environment, if required. They are pure logical groupings of components, which can be reused by Component Developers and System Architects like usual components.&#xD;&#xA;&#xD;&#xA;Remark 1: If a SubSystem is part of a CompositeComponent (inner component) is looses its white-box property, as there is a outer black-box component hiding the its and consequently the SubSytem's internals.&#xD;&#xA;&#xD;&#xA;Remark 2: Structurally, SubSytem can be converted into CompositeComponents and vice versa.&#xD;&#xA;&#xD;&#xA;Example: To model a layered architecture, of which each layer is potentially split up to run on multiple machines (in the resource environment), each layer can be represented by a subsystem, allowing to allocated each layer's components individually."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="completions_pc" nsURI="http://sdq.ipd.uka.de/Completions/1.0_pointcut" nsPrefix="completions_pc"> <eClassifiers xsi:type="ecore:EClass" name="Completion" eSuperTypes="#//core_pc/entity_pc/ComposedProvidingRequiringEntity #//repository_pc/ImplementationComponentType"/> <eClassifiers xsi:type="ecore:EClass" name="CompletionRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="completions_CompletionRepository" ordered="false" upperBound="-1" eType="#//completions_pc/Completion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegatingExternalCallAction" eSuperTypes="#//seff_pc/ExternalCallAction"/> <eClassifiers xsi:type="ecore:EClass" name="NetworkDemandParametricResourceDemand" eSuperTypes="#//seff_pc/seff_performance_pc/ParametricResourceDemand"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCommunicationLinkResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_pc/CommunicationLinkResourceType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"de.uka.ipd.sdq.pcm_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/5.0_pointcut","name":"pcm_pc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"nsPrefix":"core_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_pointcut","name":"core_pc","id":3,"eClass":"EPackage"},{"nsPrefix":"usagemodel_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_pointcut","name":"usagemodel_pc","id":4,"eClass":"EPackage"},{"nsPrefix":"repository_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_pointcut","name":"repository_pc","id":5,"eClass":"EPackage"},{"nsPrefix":"resourcetype_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_pointcut","name":"resourcetype_pc","id":6,"eClass":"EPackage"},{"nsPrefix":"protocol_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_pointcut","name":"protocol_pc","id":7,"eClass":"EPackage"},{"nsPrefix":"parameter_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_pointcut","name":"parameter_pc","id":8,"eClass":"EPackage"},{"nsPrefix":"reliability_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_pointcut","name":"reliability_pc","id":9,"eClass":"EPackage"},{"nsPrefix":"seff_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_pointcut","name":"seff_pc","id":10,"eClass":"EPackage"},{"nsPrefix":"qosannotations_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_pointcut","name":"qosannotations_pc","id":11,"eClass":"EPackage"},{"nsPrefix":"system_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_pointcut","name":"system_pc","id":12,"eClass":"EPackage"},{"nsPrefix":"resourceenvironment_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_pointcut","name":"resourceenvironment_pc","id":13,"eClass":"EPackage"},{"nsPrefix":"allocation_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_pointcut","name":"allocation_pc","id":14,"eClass":"EPackage"},{"nsPrefix":"subsystem_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_pointcut","name":"subsystem_pc","id":15,"eClass":"EPackage"},{"nsPrefix":"completions_pc","nsURI":"http://sdq.ipd.uka.de/Completions/1.0_pointcut","name":"completions_pc","id":16,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCMRandomVariable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"nsPrefix":"entity_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_pointcut","name":"entity_pc","id":20,"eClass":"EPackage"},{"nsPrefix":"composition_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_pointcut","name":"composition_pc","id":21,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecificationMustNotBeNULL","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"closedWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"passiveResource_capacity_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"variableCharacterisation_Specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"infrastructureCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"resourceCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"parametricResourceDemand_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"loopAction_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"guardedBranchTransition_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"specifiedExecutionTime_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"eventChannelSinkConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"assemblyEventConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"loop_LoopIteration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"openWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"delay_TimeSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"communicationLinkResourceSpecifcation_throughput_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processingResourceSpecification_processingRate_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"communicationLinkResourceSpecification_latency_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedWorkload","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"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":"thinkTime_ClosedWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveResource","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"capacity_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCharacterisation","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"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":"specification_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureCall","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"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":"numberOfCalls__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCall","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"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":"numberOfCalls__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricResourceDemand","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"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":"specification_ParametericResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"id":67,"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":"iterationCount_LoopAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardedBranchTransition","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"branchCondition_GuardedBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"specification_SpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSinkConnector","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"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":"filterCondition__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyEventConnector","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"id":79,"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":"filterCondition__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"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":"loopIteration_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenWorkload","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"id":85,"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":"interArrivalTime_OpenWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"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":"timeSpecification_Delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceSpecification","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"id":91,"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":"throughput_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceSpecification","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"id":94,"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":"processingRate_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"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":"latency_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceProvidedRole","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredRole","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceInterfaceProvidingEntity__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"providedResourceInterface__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceProvidedRoles__ResourceInterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterface","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"providedRoles_InterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedRole","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"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":"providingEntity_ProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredRoles_InterfaceRequiringEntity","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":"RequiredRole","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"id":128,"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":"requiringEntity_RequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":"resourceRequiredRoles__ResourceInterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"resourceInterfaceRequiringEntity__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"requiredResourceInterface__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedStructure","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedRolesMustBeBound","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"aName","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"aName","unsettable":false,"transient":false,"unique":true,"name":"entityName","changeable":true,"lowerBound":1,"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegationConnector","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredDelegationConnector","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannel","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSourceConnector","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedDelegationConnector","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDelegationConnector","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyConnector","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceDelegationConnector","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkDelegationConnector","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyInfrastructureConnector","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredResourceDelegationConnector","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyContext","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"id":172,"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":"parentStructure__Connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"connectors__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraint","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraintForAssemblyConnectors","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContexts__ComposedStructure","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":"resourceRequiredDelegationConnectors_ComposedStructure","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":"eventChannel__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EParameter"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"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":"parentStructure__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"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":"parentStructure_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentStructure__EventChannel","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"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":"outerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventGroup__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventChannelSourceConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"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":"eventChannelSinkConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGroup","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventChannel__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"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":"eventChannel__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceRole__EventChannelSourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceRole","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"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":"sinkRole__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"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":"assemblyContext__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkRole","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"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":"outerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"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":"assemblyContext_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EParameter"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationProvidedRole","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EParameter"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRequiredRole","instanceClass":null,"abstract":false,"id":287,"interface":false,"eClass":"EClass"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch","lowerBound":0,"id":291,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedInterfacesMustMatch","lowerBound":0,"id":293,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiringAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providingAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":300,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":301,"many":false,"required":false,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":308,"many":false,"required":false,"eClass":"EParameter"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":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":"sinkRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"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":"sourceRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"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":"sinkAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"assemblyContext__SourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__SinkDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"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":"innerSinkRole__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"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":"outerSinkRole__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"providingAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"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":"requiringAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureProvidedRole","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"id":354,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequiredRole","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":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":"innerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"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":"outerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"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":"innerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"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":"outerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"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":"encapsulatedComponent__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"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":"configParameterUsages__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryComponent","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"id":385,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableUsage","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"id":387,"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":"assemblyContext__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workload","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageScenario","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageModel","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryLevelSystemCall","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractUserAction","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioBehaviour","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchTransition","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageScenario_Workload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"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":"workload_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"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":"usageModel_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"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":"scenarioBehaviour_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"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":"usageScenario_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"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":"usageScenario_SenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"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":"assemblyContext_userData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"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":"usageModel_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"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":"userDataParameterUsages_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"userData_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"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":"userData_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallMustReferenceProvidedRoleOfASystem","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallSignatureMustMatchItsProvidedRole","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRole_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operationSignature__EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"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":"outputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":1,"iD":false,"id":426,"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":"inputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EParameter"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EParameter"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSignature","instanceClass":null,"abstract":false,"id":444,"interface":false,"eClass":"EClass"},{"id":445,"eClass":"EGenericType"},{"id":446,"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":"entryLevelSystemCall_OutputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"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":"entryLevelSystemCall_InputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"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":"scenarioBehaviour_AbstractUserAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestart","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestop","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branchTransition_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"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":"loop_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":473,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":474,"many":false,"required":false,"eClass":"EParameter"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EParameter"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"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":"branchedBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"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":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":492,"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":"branch_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"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":"branchTransitions_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":498,"many":false,"required":false,"eClass":"EOperation"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EParameter"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopHasNoSuccessor","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EOperation"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":514,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EParameter"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartHasNoPredecessor","lowerBound":0,"id":520,"many":false,"required":false,"eClass":"EOperation"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"InterArrivalTimeInOpenWorkloadNeedsToBeSpecified","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EParameter"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"PopulationInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":541,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ThinkTimeInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":542,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"population","changeable":true,"lowerBound":1,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":546,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":547,"many":false,"required":false,"eClass":"EParameter"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":554,"many":false,"required":false,"eClass":"EParameter"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicComponent","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationComponentType","instanceClass":null,"abstract":false,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredCharacterisation","instanceClass":null,"abstract":false,"id":567,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":568,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureSignature","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureInterface","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterface","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterModifier","instanceClass":null,"id":574,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteComponentType","instanceClass":null,"abstract":false,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesComponentType","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"id":577,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponent","instanceClass":null,"abstract":false,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeEnum","instanceClass":null,"id":580,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDataType","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDataType","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerDeclaration","instanceClass":null,"abstract":false,"id":583,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"basicComponent_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"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":"resourceTimeoutFailureType__PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"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":"passiveResource_BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceTimeoutFailureType","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"id":591,"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":"passiveResource__ResourceTimeoutFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoSeffTypeUsedTwice","lowerBound":0,"id":593,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfacesAsImplementationType","lowerBound":0,"id":594,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfacesAsImplementationType","lowerBound":0,"id":595,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceEffectSpecifications__BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":599,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":600,"many":false,"required":false,"eClass":"EParameter"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":606,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":607,"many":false,"required":false,"eClass":"EParameter"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":613,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":614,"many":false,"required":false,"eClass":"EParameter"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceEffectSpecification","instanceClass":null,"abstract":false,"id":619,"interface":false,"eClass":"EClass"},{"id":620,"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":"basicComponent_ServiceEffectSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredInterfacesHaveToConformToCompleteType","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToCompleteType","lowerBound":0,"id":624,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedInterfaceHaveToConformToComponentType","lowerBound":0,"id":625,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentCompleteComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"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":"componentParameterUsage_ImplementationComponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":627,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"BUSINESS_COMPONENT","unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"lowerBound":1,"iD":false,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":631,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":632,"many":false,"required":false,"eClass":"EParameter"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":638,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":639,"many":false,"required":false,"eClass":"EParameter"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":645,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":646,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":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":"repository__RepositoryComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"id":655,"eClass":"EGenericType"},{"id":656,"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":"components__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"id":659,"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":"dataType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"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":"infrastructureSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"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":"operationSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"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":"eventType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"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":"parameterName","changeable":true,"lowerBound":1,"iD":false,"id":664,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier__Parameter","changeable":true,"lowerBound":1,"iD":false,"id":665,"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":"resourceSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"container":false,"ordered":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__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"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":"parameter__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSignature","instanceClass":null,"abstract":false,"id":676,"interface":false,"eClass":"EClass"},{"id":677,"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":"parameter__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"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":"repository__DataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":679,"derived":false},{"id":680,"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":"dataTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"repositoryDescription","changeable":true,"lowerBound":0,"iD":false,"id":682,"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":"interfaces__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"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":"failureTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"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":"repository__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureType","instanceClass":null,"abstract":false,"id":690,"interface":false,"eClass":"EClass"},{"id":691,"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":"repository__FailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoProtocolTypeIDUsedTwice","lowerBound":0,"id":694,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentInterfaces__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"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":"protocols__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"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":"requiredCharacterisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":700,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":701,"many":false,"required":false,"eClass":"EParameter"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"id":708,"eClass":"EGenericType"},{"id":709,"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":"interface_RequiredCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":710,"derived":false},{"id":711,"eClass":"EGenericType"},{"ordered":false,"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":712,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableCharacterisationType","instanceClass":null,"id":714,"serializable":true,"eClass":"EEnum"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"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":"eventTypes__EventGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"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":"eventGroup__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"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":"exceptions__Signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":725,"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":"failureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionName","changeable":true,"lowerBound":1,"iD":false,"id":730,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionMessage","changeable":true,"lowerBound":1,"iD":false,"id":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"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":"infrastructureInterface__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"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":"infrastructureSignatures__InfrastructureInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"derived":false},{"id":739,"eClass":"EGenericType"},{"id":740,"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":"requiredInterface__InfrastructureRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ParameterNamesHaveToBeUniqueForASignature","lowerBound":0,"id":746,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"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":"returnType__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":748,"derived":false},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":751,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":752,"many":false,"required":false,"eClass":"EParameter"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"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":"signatures__OperationInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignaturesHaveToBeUniqueForAnInterface","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EOperation"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":764,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":765,"many":false,"required":false,"eClass":"EParameter"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"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":"requiredInterface__OperationRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":771,"derived":false},{"id":772,"eClass":"EGenericType"},{"id":773,"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":"eventGroup__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":774,"derived":false},{"id":775,"eClass":"EGenericType"},{"id":776,"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":"eventGroup__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":777,"derived":false},{"id":778,"eClass":"EGenericType"},{"id":779,"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":"providedInterface__OperationProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":780,"derived":false},{"id":781,"eClass":"EGenericType"},{"id":782,"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":"providedInterface__InfrastructureProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"name":"none","id":786,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"in","id":787,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":788,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":789,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType","lowerBound":0,"id":790,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToProvidedType2","lowerBound":0,"id":791,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentProvidesComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":795,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":796,"many":false,"required":false,"eClass":"EParameter"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":802,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":803,"many":false,"required":false,"eClass":"EParameter"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType","lowerBound":0,"id":809,"many":false,"required":false,"eClass":"EOperation"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":812,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":813,"many":false,"required":false,"eClass":"EParameter"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"name":"BUSINESS_COMPONENT","id":818,"value":0,"literal":"BUSINESS_COMPONENT","eClass":"EEnumLiteral"},{"name":"INFRASTRUCTURE_COMPONENT","id":819,"value":1,"literal":"INFRASTRUCTURE_COMPONENT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfaces","lowerBound":0,"id":820,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfaces","lowerBound":0,"id":821,"many":false,"required":false,"eClass":"EOperation"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":825,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":826,"many":false,"required":false,"eClass":"EParameter"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":832,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":833,"many":false,"required":false,"eClass":"EParameter"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"ordered":false,"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":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"name":"INT","id":841,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"STRING","id":842,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BOOL","id":843,"value":2,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":844,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"CHAR","id":845,"value":4,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"BYTE","id":846,"value":5,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"LONG","id":847,"value":6,"literal":"LONG","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerType_CollectionDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":848,"derived":false},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"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":"parentType_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":852,"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":"innerDeclaration_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":853,"derived":false},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"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":"compositeDataType_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":858,"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":"datatype_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":859,"derived":false},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceType","instanceClass":null,"abstract":false,"id":864,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":865,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRepository","instanceClass":null,"abstract":false,"id":866,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"abstract":false,"id":867,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceType","instanceClass":null,"abstract":false,"id":868,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceServiceId","changeable":true,"lowerBound":1,"iD":false,"id":869,"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":"resourceInterface__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":870,"derived":false},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"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":"resourceSignatures__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":875,"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":"hardwareInducedFailureType__ProcessingResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"id":877,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareInducedFailureType","instanceClass":null,"abstract":false,"id":878,"interface":false,"eClass":"EClass"},{"id":879,"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":"processingResourceType__HardwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":880,"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":"resourceRepository_ResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":881,"derived":false},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"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":"availableResourceTypes_ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":886,"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":"resourceInterfaces__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":887,"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":"schedulingPolicies__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":888,"derived":false},{"id":889,"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":"resourceRepository__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":890,"derived":false},{"id":891,"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":"resourceRepository__SchedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":892,"derived":false},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"id":895,"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":"networkInducedFailureType__CommunicationLinkResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkInducedFailureType","instanceClass":null,"abstract":false,"id":898,"interface":false,"eClass":"EClass"},{"id":899,"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":"communicationLinkResourceType__NetworkInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"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":"protocolTypeID","changeable":true,"lowerBound":1,"iD":false,"id":904,"derived":false},{"id":905,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterisedVariable","instanceClass":null,"abstract":false,"id":906,"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":"variableCharacterisation_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":907,"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":"callAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisationPoint_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":909,"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":"callReturnAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":910,"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":"setVariableAction_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"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":"specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":912,"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":"namedReference__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":913,"derived":false},{"id":914,"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":"variableUsage_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":917,"interface":false,"eClass":"EClass"},{"id":918,"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":"inputVariableUsages__CallAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":919,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronisationPoint","instanceClass":null,"abstract":false,"id":920,"interface":false,"eClass":"EClass"},{"id":921,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputParameterUsage_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallReturnAction","instanceClass":null,"abstract":false,"id":923,"interface":false,"eClass":"EClass"},{"id":924,"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":"returnVariableUsage__CallReturnAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":925,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetVariableAction","instanceClass":null,"abstract":false,"id":926,"interface":false,"eClass":"EClass"},{"id":927,"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":"localVariableUsages_SetVariableAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedOutputParameterAbstraction","instanceClass":null,"abstract":false,"id":929,"interface":false,"eClass":"EClass"},{"id":930,"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":"expectedExternalOutputs_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":931,"derived":false},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"id":935,"eClass":"EGenericType"},{"ordered":false,"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":936,"derived":false},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"characterisationType","changeable":true,"lowerBound":1,"iD":false,"id":940,"derived":false},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"name":"STRUCTURE","id":943,"value":0,"literal":"STRUCTURE","eClass":"EEnumLiteral"},{"name":"NUMBER_OF_ELEMENTS","id":944,"value":1,"literal":"NUMBER_OF_ELEMENTS","eClass":"EEnumLiteral"},{"name":"VALUE","id":945,"value":2,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"BYTESIZE","id":946,"value":3,"literal":"BYTESIZE","eClass":"EEnumLiteral"},{"name":"TYPE","id":947,"value":4,"literal":"TYPE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":948,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareInducedFailureType","instanceClass":null,"abstract":false,"id":949,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":950,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":951,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"EnsureValidFailureProbabilityRange","lowerBound":0,"id":952,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":953,"derived":false},{"id":954,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":955,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":956,"many":false,"required":false,"eClass":"EParameter"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HardwareInducedFailureTypeHasProcessingResourceType","lowerBound":0,"id":962,"many":false,"required":false,"eClass":"EOperation"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":965,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":966,"many":false,"required":false,"eClass":"EParameter"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"id":971,"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":"internalFailureOccurrenceDescriptions__SoftwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":972,"derived":false},{"id":973,"eClass":"EGenericType"},{"id":974,"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":"softwareInducedFailureType__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":975,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription","lowerBound":0,"id":976,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"internalAction__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":977,"derived":false},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":980,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":981,"many":false,"required":false,"eClass":"EParameter"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalAction","instanceClass":null,"abstract":false,"id":986,"interface":false,"eClass":"EClass"},{"id":987,"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":"internalFailureOccurrenceDescriptions__InternalAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":988,"derived":false},{"id":989,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NetworkInducedFailureTypeHasCommunicationLinkResourceType","lowerBound":0,"id":990,"many":false,"required":false,"eClass":"EOperation"},{"id":991,"eClass":"EGenericType"},{"id":992,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":993,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":994,"many":false,"required":false,"eClass":"EParameter"},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription","lowerBound":0,"id":1000,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1001,"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":"failureType__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1002,"derived":false},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1005,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1006,"many":false,"required":false,"eClass":"EParameter"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedReliabilityAnnotation","instanceClass":null,"abstract":false,"id":1011,"interface":false,"eClass":"EClass"},{"id":1012,"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":"externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1013,"derived":false},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopAction","instanceClass":null,"abstract":false,"id":1019,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInternalControlFlowAction","instanceClass":null,"abstract":false,"id":1020,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAction","instanceClass":null,"abstract":false,"id":1021,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingBehaviour","instanceClass":null,"abstract":false,"id":1022,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractLoopAction","instanceClass":null,"abstract":false,"id":1023,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBranchTransition","instanceClass":null,"abstract":false,"id":1024,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchAction","instanceClass":null,"abstract":false,"id":1025,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartAction","instanceClass":null,"abstract":false,"id":1026,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingSEFF","instanceClass":null,"abstract":false,"id":1027,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingInternalBehaviour","instanceClass":null,"abstract":false,"id":1028,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseAction","instanceClass":null,"abstract":false,"id":1029,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkAction","instanceClass":null,"abstract":false,"id":1030,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedBehaviour","instanceClass":null,"abstract":false,"id":1031,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallAction","instanceClass":null,"abstract":false,"id":1032,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilisticBranchTransition","instanceClass":null,"abstract":false,"id":1033,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcquireAction","instanceClass":null,"abstract":false,"id":1034,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionIteratorAction","instanceClass":null,"abstract":false,"id":1035,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalCallAction","instanceClass":null,"abstract":false,"id":1036,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmitEventAction","instanceClass":null,"abstract":false,"id":1037,"interface":false,"eClass":"EClass"},{"nsPrefix":"seff_performance_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_pointcut","name":"seff_performance_pc","id":1038,"eClass":"EPackage"},{"nsPrefix":"seff_reliability_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_pointcut","name":"seff_reliability_pc","id":1039,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopActionSuccessorMustNotBeDefined","lowerBound":0,"id":1040,"many":false,"required":false,"eClass":"EOperation"},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1043,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1044,"many":false,"required":false,"eClass":"EParameter"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"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":"resourceDemand_Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1049,"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":"infrastructureCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1050,"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":"resourceCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1051,"derived":false},{"id":1052,"eClass":"EGenericType"},{"id":1053,"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":"action_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1054,"derived":false},{"id":1055,"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":"action__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1056,"derived":false},{"id":1057,"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":"action__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1058,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1059,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1060,"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":"resourceDemandingBehaviour_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1061,"derived":false},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"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":"steps_Behaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1066,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStopAction","lowerBound":0,"id":1067,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStartAction","lowerBound":0,"id":1068,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor","lowerBound":0,"id":1069,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractLoopAction_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1070,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractBranchTransition_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1074,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1075,"many":false,"required":false,"eClass":"EParameter"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1081,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1082,"many":false,"required":false,"eClass":"EParameter"},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1088,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1089,"many":false,"required":false,"eClass":"EParameter"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"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":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1095,"derived":false},{"id":1096,"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":"branchBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1097,"derived":false},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"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":"branchAction_AbstractBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1101,"derived":false},{"id":1102,"eClass":"EGenericType"},{"id":1103,"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":"branches_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1104,"derived":false},{"id":1105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EitherGuardedBranchesOrProbabilisiticBranchTransitions","lowerBound":0,"id":1106,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllProbabilisticBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":1107,"many":false,"required":false,"eClass":"EOperation"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1110,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1111,"many":false,"required":false,"eClass":"EParameter"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"eClass":"EGenericType"},{"id":1116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1118,"many":false,"required":false,"eClass":"EParameter"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartActionPredecessorMustNotBeDefined","lowerBound":0,"id":1125,"many":false,"required":false,"eClass":"EOperation"},{"id":1126,"eClass":"EGenericType"},{"id":1127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1128,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1129,"many":false,"required":false,"eClass":"EParameter"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole","lowerBound":0,"id":1134,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"seffTypeID","changeable":true,"lowerBound":1,"iD":false,"id":1135,"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":"describedService__SEFF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1136,"derived":false},{"id":1137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1139,"many":false,"required":false,"eClass":"EParameter"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"eClass":"EGenericType"},{"id":1146,"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":"resourceDemandingInternalBehaviours","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1147,"derived":false},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"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":"resourceDemandingSEFF_ResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1152,"derived":false},{"id":1153,"eClass":"EGenericType"},{"id":1154,"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":"passiveResource_ReleaseAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1155,"derived":false},{"id":1156,"eClass":"EGenericType"},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asynchronousForkedBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1160,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronisingBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1161,"derived":false},{"id":1162,"eClass":"EGenericType"},{"id":1163,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forkAction_ForkedBehaivour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1164,"derived":false},{"id":1165,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forkAction_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1166,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"synchronisationPoint_ForkedBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1167,"derived":false},{"id":1168,"eClass":"EGenericType"},{"id":1169,"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":"synchronousForkedBehaviours_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1170,"derived":false},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureHandlingEntity","instanceClass":null,"abstract":false,"id":1175,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureBelongsToRole","lowerBound":0,"id":1176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OperationRequiredRoleMustBeReferencedByContainer","lowerBound":0,"id":1177,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledService_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1178,"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":"role_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1179,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retryCount","changeable":true,"lowerBound":1,"iD":false,"id":1180,"derived":false},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"id":1184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1185,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1186,"many":false,"required":false,"eClass":"EParameter"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"id":1190,"eClass":"EGenericType"},{"id":1191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1192,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1193,"many":false,"required":false,"eClass":"EParameter"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":1203,"derived":false},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TimeoutValueOfAcquireActionMustNotBeNegative","lowerBound":0,"id":1206,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"passiveresource_AcquireAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1207,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":1,"iD":false,"id":1208,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeoutValue","changeable":true,"lowerBound":1,"iD":false,"id":1209,"derived":false},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1212,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1213,"many":false,"required":false,"eClass":"EParameter"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"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":"parameter_CollectionIteratorAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1221,"derived":false},{"id":1222,"eClass":"EGenericType"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"id":1225,"eClass":"EGenericType"},{"id":1226,"eClass":"EGenericType"},{"id":1227,"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":"calledResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1228,"derived":false},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"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":"eventType__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1232,"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":"sourceRole__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1233,"derived":false},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfInternalActionFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1239,"many":false,"required":false,"eClass":"EOperation"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1242,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1243,"many":false,"required":false,"eClass":"EParameter"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1250,"many":false,"required":false,"eClass":"EParameter"},{"id":1251,"eClass":"EGenericType"},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureMustBelongToUsedRequiredRole","lowerBound":0,"id":1256,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedRequiredRoleMustBeRequiredByComponent","lowerBound":0,"id":1257,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1258,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signature__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1259,"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":"requiredRole__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1260,"derived":false},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1263,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1264,"many":false,"required":false,"eClass":"EParameter"},{"id":1265,"eClass":"EGenericType"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"id":1268,"eClass":"EGenericType"},{"id":1269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1270,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1271,"many":false,"required":false,"eClass":"EParameter"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"eClass":"EGenericType"},{"id":1275,"eClass":"EGenericType"},{"id":1276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1277,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1278,"many":false,"required":false,"eClass":"EParameter"},{"id":1279,"eClass":"EGenericType"},{"id":1280,"eClass":"EGenericType"},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"eClass":"EGenericType"},{"id":1286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceSignatureBelongsToResourceRequiredRole","lowerBound":0,"id":1287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceRequiredRoleMustBeReferencedByComponent","lowerBound":0,"id":1288,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1289,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRequiredRole__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1290,"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":"signature__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1291,"derived":false},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1294,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1295,"many":false,"required":false,"eClass":"EParameter"},{"id":1296,"eClass":"EGenericType"},{"id":1297,"eClass":"EGenericType"},{"id":1298,"eClass":"EGenericType"},{"id":1299,"eClass":"EGenericType"},{"id":1300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1301,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1302,"many":false,"required":false,"eClass":"EParameter"},{"id":1303,"eClass":"EGenericType"},{"id":1304,"eClass":"EGenericType"},{"id":1305,"eClass":"EGenericType"},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1308,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1309,"many":false,"required":false,"eClass":"EParameter"},{"id":1310,"eClass":"EGenericType"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"id":1316,"eClass":"EGenericType"},{"id":1317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1318,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1319,"derived":false},{"id":1320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1321,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1322,"many":false,"required":false,"eClass":"EParameter"},{"id":1323,"eClass":"EGenericType"},{"id":1324,"eClass":"EGenericType"},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryActionBehaviour","instanceClass":null,"abstract":false,"id":1330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryAction","instanceClass":null,"abstract":false,"id":1331,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourHasOnlyOnePredecessor","lowerBound":0,"id":1332,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourIsNotSuccessorOfItself","lowerBound":0,"id":1333,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes","lowerBound":0,"id":1334,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"failureHandlingAlternatives__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1335,"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":"recoveryAction__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1336,"derived":false},{"id":1337,"eClass":"EGenericType"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1340,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1341,"many":false,"required":false,"eClass":"EParameter"},{"id":1342,"eClass":"EGenericType"},{"id":1343,"eClass":"EGenericType"},{"id":1344,"eClass":"EGenericType"},{"id":1345,"eClass":"EGenericType"},{"id":1346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1347,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1348,"many":false,"required":false,"eClass":"EParameter"},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1354,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1355,"many":false,"required":false,"eClass":"EParameter"},{"id":1356,"eClass":"EGenericType"},{"id":1357,"eClass":"EGenericType"},{"id":1358,"eClass":"EGenericType"},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"id":1361,"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":"recoveryActionBehaviours__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1362,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"PrimaryBehaviourOfRecoveryActionMustBeSet","lowerBound":0,"id":1363,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryBehaviour__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1364,"derived":false},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1367,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1368,"many":false,"required":false,"eClass":"EParameter"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"eClass":"EGenericType"},{"id":1371,"eClass":"EGenericType"},{"id":1372,"eClass":"EGenericType"},{"id":1373,"eClass":"EGenericType"},{"id":1374,"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":"failureTypes_FailureHandlingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1375,"derived":false},{"id":1376,"eClass":"EGenericType"},{"id":1377,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedQoSAnnotation","instanceClass":null,"abstract":false,"id":1378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoSAnnotations","instanceClass":null,"abstract":false,"id":1379,"interface":false,"eClass":"EClass"},{"nsPrefix":"_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_pointcut","name":"qos_performance_pc","id":1380,"eClass":"EPackage"},{"nsPrefix":"_pc","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_pointcut","name":"qos_reliability_pc","id":1381,"eClass":"EPackage"},{"container":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":"signature_SpecifiedQoSAnnation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1382,"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":"role_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1383,"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":"qosAnnotations_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1384,"derived":false},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"},{"id":1387,"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":"specifiedQoSAnnotations_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1388,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleReliabilityAnnotationsPerExternalCallNotAllowed","lowerBound":0,"id":1389,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specifiedOutputParameterAbstractions_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1390,"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":"system_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1391,"derived":false},{"id":1392,"eClass":"EGenericType"},{"id":1393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1394,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1395,"many":false,"required":false,"eClass":"EParameter"},{"id":1396,"eClass":"EGenericType"},{"id":1397,"eClass":"EGenericType"},{"id":1398,"eClass":"EGenericType"},{"id":1399,"eClass":"EGenericType"},{"id":1400,"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":"qosAnnotations_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1401,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1402,"interface":false,"eClass":"EClass"},{"id":1403,"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":"qosAnnotations_System","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1404,"derived":false},{"id":1405,"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":"signature_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1406,"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":"role_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1407,"derived":false},{"id":1408,"eClass":"EGenericType"},{"id":1409,"eClass":"EGenericType"},{"id":1410,"eClass":"EGenericType"},{"id":1411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1413,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1414,"many":false,"required":false,"eClass":"EOperation"},{"id":1415,"eClass":"EGenericType"},{"id":1416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1417,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1418,"many":false,"required":false,"eClass":"EParameter"},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"id":1421,"eClass":"EGenericType"},{"id":1422,"eClass":"EGenericType"},{"id":1423,"eClass":"EGenericType"},{"id":1424,"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":"assemblyContext_ComponentSpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1425,"derived":false},{"id":1426,"eClass":"EGenericType"},{"id":1427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1428,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1429,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1430,"many":false,"required":false,"eClass":"EOperation"},{"id":1431,"eClass":"EGenericType"},{"id":1432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1433,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1434,"many":false,"required":false,"eClass":"EParameter"},{"id":1435,"eClass":"EGenericType"},{"id":1436,"eClass":"EGenericType"},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"id":1439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1440,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1441,"many":false,"required":false,"eClass":"EParameter"},{"id":1442,"eClass":"EGenericType"},{"id":1443,"eClass":"EGenericType"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1447,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1448,"many":false,"required":false,"eClass":"EParameter"},{"id":1449,"eClass":"EGenericType"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"eClass":"EGenericType"},{"id":1452,"eClass":"EGenericType"},{"id":1453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemMustHaveAtLeastOneProvidedRole","lowerBound":0,"id":1454,"many":false,"required":false,"eClass":"EOperation"},{"id":1455,"eClass":"EGenericType"},{"id":1456,"eClass":"EGenericType"},{"id":1457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1458,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1459,"many":false,"required":false,"eClass":"EParameter"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvironment","instanceClass":null,"abstract":false,"id":1465,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkingResource","instanceClass":null,"abstract":false,"id":1466,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContainer","instanceClass":null,"abstract":false,"id":1467,"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":"linkingResources__ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1468,"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":"resourceContainer_ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1469,"derived":false},{"id":1470,"eClass":"EGenericType"},{"id":1471,"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":"resourceEnvironment_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1472,"derived":false},{"id":1473,"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":"resourceEnvironment_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1474,"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":"connectedResourceContainers_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1475,"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":"communicationLinkResourceSpecifications_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1476,"derived":false},{"id":1477,"eClass":"EGenericType"},{"id":1478,"eClass":"EGenericType"},{"id":1479,"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":"linkingResource_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1480,"derived":false},{"id":1481,"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":"activeResourceSpecifications_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1482,"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":"nestedResourceContainers__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1483,"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":"parentResourceContainer__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"derived":false},{"id":1485,"eClass":"EGenericType"},{"id":1486,"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":"resourceContainer_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"id":1488,"eClass":"EGenericType"},{"id":1489,"eClass":"EGenericType"},{"id":1490,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTR","changeable":true,"lowerBound":1,"iD":false,"id":1491,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTF","changeable":true,"lowerBound":1,"iD":false,"id":1492,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredByContainer","changeable":true,"lowerBound":1,"iD":false,"id":1493,"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":"schedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1494,"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":"activeResourceType_ActiveResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1495,"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":"numberOfReplicas","changeable":true,"lowerBound":1,"iD":false,"id":1496,"derived":false},{"id":1497,"eClass":"EGenericType"},{"id":1498,"eClass":"EGenericType"},{"id":1499,"eClass":"EGenericType"},{"id":1500,"eClass":"EGenericType"},{"id":1501,"eClass":"EGenericType"},{"id":1502,"eClass":"EGenericType"},{"id":1503,"eClass":"EGenericType"},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":1506,"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":"communicationLinkResourceType_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1507,"derived":false},{"id":1508,"eClass":"EGenericType"},{"id":1509,"eClass":"EGenericType"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationContext","instanceClass":null,"abstract":false,"id":1514,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":1515,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneAssemblyContextOrOneEventChannelShouldBeReferred","lowerBound":0,"id":1516,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceContainer_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1517,"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":"assemblyContext_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1518,"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":"allocation_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1519,"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":"eventChannel__AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1520,"derived":false},{"id":1521,"eClass":"EGenericType"},{"id":1522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1523,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1524,"many":false,"required":false,"eClass":"EParameter"},{"id":1525,"eClass":"EGenericType"},{"id":1526,"eClass":"EGenericType"},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"id":1529,"eClass":"EGenericType"},{"id":1530,"eClass":"EGenericType"},{"id":1531,"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":"allocationContexts_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1532,"derived":false},{"id":1533,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce","lowerBound":0,"id":1534,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CommunicatingServersHaveToBeConnectedByLinkingResource","lowerBound":0,"id":1535,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetResourceEnvironment_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1536,"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":"system_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1537,"derived":false},{"id":1538,"eClass":"EGenericType"},{"id":1539,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1540,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1541,"many":false,"required":false,"eClass":"EParameter"},{"id":1542,"eClass":"EGenericType"},{"id":1543,"eClass":"EGenericType"},{"id":1544,"eClass":"EGenericType"},{"id":1545,"eClass":"EGenericType"},{"id":1546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1547,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1548,"many":false,"required":false,"eClass":"EParameter"},{"id":1549,"eClass":"EGenericType"},{"id":1550,"eClass":"EGenericType"},{"id":1551,"eClass":"EGenericType"},{"id":1552,"eClass":"EGenericType"},{"id":1553,"eClass":"EGenericType"},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystem","instanceClass":null,"abstract":false,"id":1556,"interface":false,"eClass":"EClass"},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Completion","instanceClass":null,"abstract":false,"id":1559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionRepository","instanceClass":null,"abstract":false,"id":1560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegatingExternalCallAction","instanceClass":null,"abstract":false,"id":1561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkDemandParametricResourceDemand","instanceClass":null,"abstract":false,"id":1562,"interface":false,"eClass":"EClass"},{"id":1563,"eClass":"EGenericType"},{"id":1564,"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":"completions_CompletionRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1565,"derived":false},{"id":1566,"eClass":"EGenericType"},{"id":1567,"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":"requiredCommunicationLinkResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1568,"derived":false},{"id":1569,"eClass":"EGenericType"},{"id":1570,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2,"target":0},{"source":2,"target":17},{"source":17,"target":18},{"source":17,"target":2},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":0},{"source":19,"target":3},{"source":19,"target":22},{"source":19,"target":23},{"source":19,"target":24},{"source":19,"target":25},{"source":19,"target":26},{"source":19,"target":27},{"source":19,"target":28},{"source":19,"target":29},{"source":19,"target":30},{"source":19,"target":31},{"source":19,"target":32},{"source":19,"target":33},{"source":19,"target":34},{"source":19,"target":35},{"source":19,"target":36},{"source":19,"target":37},{"source":19,"target":38},{"source":19,"target":39},{"source":19,"target":40},{"source":22,"target":41},{"source":22,"target":19},{"source":22,"target":42},{"source":22,"target":43},{"source":42,"target":44},{"source":42,"target":22},{"source":43,"target":45},{"source":43,"target":22},{"source":45,"target":46},{"source":45,"target":47},{"source":23,"target":48},{"source":23,"target":49},{"source":23,"target":19},{"source":23,"target":50},{"source":49,"target":48},{"source":24,"target":51},{"source":24,"target":52},{"source":24,"target":19},{"source":24,"target":53},{"source":52,"target":51},{"source":25,"target":54},{"source":25,"target":55},{"source":25,"target":19},{"source":25,"target":56},{"source":55,"target":54},{"source":26,"target":57},{"source":26,"target":58},{"source":26,"target":19},{"source":26,"target":59},{"source":58,"target":57},{"source":27,"target":60},{"source":27,"target":61},{"source":27,"target":19},{"source":27,"target":62},{"source":61,"target":60},{"source":28,"target":63},{"source":28,"target":64},{"source":28,"target":19},{"source":28,"target":65},{"source":64,"target":63},{"source":29,"target":66},{"source":29,"target":67},{"source":29,"target":19},{"source":29,"target":68},{"source":67,"target":66},{"source":30,"target":69},{"source":30,"target":70},{"source":30,"target":19},{"source":30,"target":71},{"source":70,"target":69},{"source":31,"target":72},{"source":31,"target":73},{"source":31,"target":19},{"source":31,"target":74},{"source":73,"target":72},{"source":32,"target":75},{"source":32,"target":76},{"source":32,"target":19},{"source":32,"target":77},{"source":76,"target":75},{"source":33,"target":78},{"source":33,"target":79},{"source":33,"target":19},{"source":33,"target":80},{"source":79,"target":78},{"source":34,"target":81},{"source":34,"target":82},{"source":34,"target":19},{"source":34,"target":83},{"source":82,"target":81},{"source":35,"target":84},{"source":35,"target":85},{"source":35,"target":19},{"source":35,"target":86},{"source":85,"target":84},{"source":36,"target":87},{"source":36,"target":88},{"source":36,"target":19},{"source":36,"target":89},{"source":88,"target":87},{"source":37,"target":90},{"source":37,"target":91},{"source":37,"target":19},{"source":37,"target":92},{"source":91,"target":90},{"source":38,"target":93},{"source":38,"target":94},{"source":38,"target":19},{"source":38,"target":95},{"source":94,"target":93},{"source":39,"target":90},{"source":39,"target":96},{"source":39,"target":19},{"source":39,"target":97},{"source":96,"target":90},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":3},{"source":98,"target":20},{"source":98,"target":109},{"source":98,"target":110},{"source":98,"target":111},{"source":98,"target":112},{"source":110,"target":104},{"source":110,"target":113},{"source":110,"target":98},{"source":110,"target":114},{"source":113,"target":104},{"source":111,"target":115},{"source":111,"target":116},{"source":111,"target":98},{"source":116,"target":115},{"source":112,"target":109},{"source":99,"target":20},{"source":99,"target":100},{"source":99,"target":101},{"source":99,"target":117},{"source":99,"target":118},{"source":117,"target":100},{"source":118,"target":101},{"source":100,"target":20},{"source":100,"target":108},{"source":100,"target":119},{"source":100,"target":120},{"source":119,"target":121},{"source":119,"target":122},{"source":119,"target":100},{"source":119,"target":123},{"source":122,"target":121},{"source":120,"target":108},{"source":101,"target":20},{"source":101,"target":108},{"source":101,"target":102},{"source":101,"target":124},{"source":101,"target":125},{"source":101,"target":126},{"source":124,"target":127},{"source":124,"target":128},{"source":124,"target":101},{"source":124,"target":129},{"source":128,"target":127},{"source":125,"target":108},{"source":126,"target":102},{"source":102,"target":20},{"source":102,"target":108},{"source":102,"target":130},{"source":102,"target":131},{"source":130,"target":103},{"source":130,"target":132},{"source":130,"target":102},{"source":130,"target":133},{"source":132,"target":103},{"source":131,"target":108},{"source":103,"target":20},{"source":103,"target":109},{"source":103,"target":134},{"source":103,"target":133},{"source":103,"target":135},{"source":134,"target":115},{"source":134,"target":136},{"source":134,"target":103},{"source":136,"target":115},{"source":133,"target":102},{"source":133,"target":137},{"source":133,"target":103},{"source":133,"target":130},{"source":137,"target":102},{"source":135,"target":109},{"source":104,"target":20},{"source":104,"target":108},{"source":104,"target":114},{"source":104,"target":138},{"source":114,"target":98},{"source":114,"target":139},{"source":114,"target":104},{"source":114,"target":110},{"source":139,"target":98},{"source":138,"target":108},{"source":105,"target":20},{"source":105,"target":140},{"source":105,"target":99},{"source":105,"target":141},{"source":105,"target":142},{"source":105,"target":143},{"source":141,"target":144},{"source":141,"target":105},{"source":141,"target":145},{"source":141,"target":146},{"source":145,"target":147},{"source":145,"target":141},{"source":146,"target":148},{"source":146,"target":141},{"source":148,"target":149},{"source":148,"target":150},{"source":142,"target":140},{"source":143,"target":99},{"source":106,"target":20},{"source":106,"target":151},{"source":151,"target":152},{"source":151,"target":106},{"source":107,"target":20},{"source":107,"target":102},{"source":107,"target":104},{"source":107,"target":153},{"source":107,"target":154},{"source":153,"target":102},{"source":154,"target":104},{"source":108,"target":20},{"source":108,"target":106},{"source":108,"target":155},{"source":108,"target":156},{"source":156,"target":106},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":140},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":21,"target":75},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":21,"target":78},{"source":21,"target":165},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":21,"target":171},{"source":21,"target":3},{"source":157,"target":21},{"source":157,"target":158},{"source":157,"target":172},{"source":172,"target":158},{"source":158,"target":21},{"source":158,"target":108},{"source":158,"target":173},{"source":158,"target":174},{"source":173,"target":140},{"source":173,"target":175},{"source":173,"target":158},{"source":173,"target":176},{"source":175,"target":140},{"source":174,"target":108},{"source":140,"target":21},{"source":140,"target":108},{"source":140,"target":177},{"source":140,"target":178},{"source":140,"target":179},{"source":140,"target":180},{"source":140,"target":181},{"source":140,"target":176},{"source":140,"target":182},{"source":177,"target":183},{"source":177,"target":140},{"source":177,"target":184},{"source":177,"target":185},{"source":184,"target":186},{"source":184,"target":177},{"source":185,"target":187},{"source":185,"target":177},{"source":187,"target":188},{"source":187,"target":189},{"source":178,"target":190},{"source":178,"target":140},{"source":178,"target":191},{"source":178,"target":192},{"source":191,"target":193},{"source":191,"target":178},{"source":192,"target":194},{"source":192,"target":178},{"source":194,"target":195},{"source":194,"target":196},{"source":179,"target":171},{"source":179,"target":197},{"source":179,"target":140},{"source":179,"target":198},{"source":197,"target":171},{"source":180,"target":159},{"source":180,"target":199},{"source":180,"target":140},{"source":180,"target":200},{"source":199,"target":159},{"source":181,"target":160},{"source":181,"target":201},{"source":181,"target":140},{"source":181,"target":202},{"source":201,"target":160},{"source":176,"target":158},{"source":176,"target":203},{"source":176,"target":140},{"source":176,"target":173},{"source":203,"target":158},{"source":182,"target":108},{"source":159,"target":21},{"source":159,"target":204},{"source":159,"target":205},{"source":159,"target":200},{"source":204,"target":103},{"source":204,"target":206},{"source":204,"target":159},{"source":206,"target":103},{"source":205,"target":103},{"source":205,"target":207},{"source":205,"target":159},{"source":207,"target":103},{"source":200,"target":140},{"source":200,"target":208},{"source":200,"target":159},{"source":200,"target":180},{"source":208,"target":140},{"source":160,"target":21},{"source":160,"target":108},{"source":160,"target":209},{"source":160,"target":210},{"source":160,"target":211},{"source":160,"target":202},{"source":160,"target":212},{"source":209,"target":213},{"source":209,"target":214},{"source":209,"target":160},{"source":214,"target":213},{"source":210,"target":161},{"source":210,"target":215},{"source":210,"target":160},{"source":210,"target":216},{"source":215,"target":161},{"source":211,"target":75},{"source":211,"target":217},{"source":211,"target":160},{"source":211,"target":218},{"source":217,"target":75},{"source":202,"target":140},{"source":202,"target":219},{"source":202,"target":160},{"source":202,"target":181},{"source":219,"target":140},{"source":212,"target":108},{"source":161,"target":21},{"source":161,"target":158},{"source":161,"target":220},{"source":161,"target":221},{"source":161,"target":216},{"source":161,"target":222},{"source":220,"target":223},{"source":220,"target":224},{"source":220,"target":161},{"source":224,"target":223},{"source":221,"target":171},{"source":221,"target":225},{"source":221,"target":161},{"source":225,"target":171},{"source":216,"target":160},{"source":216,"target":226},{"source":216,"target":161},{"source":216,"target":210},{"source":226,"target":160},{"source":222,"target":158},{"source":75,"target":21},{"source":75,"target":158},{"source":75,"target":227},{"source":75,"target":77},{"source":75,"target":228},{"source":75,"target":218},{"source":75,"target":229},{"source":227,"target":230},{"source":227,"target":231},{"source":227,"target":75},{"source":231,"target":230},{"source":77,"target":19},{"source":77,"target":232},{"source":77,"target":75},{"source":77,"target":32},{"source":232,"target":19},{"source":228,"target":171},{"source":228,"target":233},{"source":228,"target":75},{"source":233,"target":171},{"source":218,"target":160},{"source":218,"target":234},{"source":218,"target":75},{"source":218,"target":211},{"source":234,"target":160},{"source":229,"target":158},{"source":162,"target":21},{"source":162,"target":157},{"source":162,"target":235},{"source":162,"target":236},{"source":162,"target":237},{"source":162,"target":238},{"source":162,"target":239},{"source":162,"target":240},{"source":235,"target":241},{"source":235,"target":162},{"source":235,"target":242},{"source":235,"target":243},{"source":242,"target":244},{"source":242,"target":235},{"source":243,"target":245},{"source":243,"target":235},{"source":245,"target":246},{"source":245,"target":247},{"source":236,"target":248},{"source":236,"target":162},{"source":236,"target":249},{"source":236,"target":250},{"source":249,"target":251},{"source":249,"target":236},{"source":250,"target":252},{"source":250,"target":236},{"source":252,"target":253},{"source":252,"target":254},{"source":237,"target":255},{"source":237,"target":256},{"source":237,"target":162},{"source":256,"target":255},{"source":238,"target":255},{"source":238,"target":257},{"source":238,"target":162},{"source":257,"target":255},{"source":239,"target":171},{"source":239,"target":258},{"source":239,"target":162},{"source":258,"target":171},{"source":240,"target":157},{"source":163,"target":21},{"source":163,"target":157},{"source":163,"target":259},{"source":163,"target":260},{"source":163,"target":261},{"source":163,"target":262},{"source":163,"target":263},{"source":163,"target":264},{"source":163,"target":265},{"source":259,"target":266},{"source":259,"target":163},{"source":259,"target":267},{"source":259,"target":268},{"source":267,"target":269},{"source":267,"target":259},{"source":268,"target":270},{"source":268,"target":259},{"source":270,"target":271},{"source":270,"target":272},{"source":260,"target":273},{"source":260,"target":163},{"source":260,"target":274},{"source":260,"target":275},{"source":274,"target":276},{"source":274,"target":260},{"source":275,"target":277},{"source":275,"target":260},{"source":277,"target":278},{"source":277,"target":279},{"source":261,"target":280},{"source":261,"target":163},{"source":261,"target":281},{"source":261,"target":282},{"source":281,"target":283},{"source":281,"target":261},{"source":282,"target":284},{"source":282,"target":261},{"source":284,"target":285},{"source":284,"target":286},{"source":262,"target":287},{"source":262,"target":288},{"source":262,"target":163},{"source":288,"target":287},{"source":263,"target":287},{"source":263,"target":289},{"source":263,"target":163},{"source":289,"target":287},{"source":264,"target":171},{"source":264,"target":290},{"source":264,"target":163},{"source":290,"target":171},{"source":265,"target":157},{"source":164,"target":21},{"source":164,"target":158},{"source":164,"target":291},{"source":164,"target":292},{"source":164,"target":293},{"source":164,"target":294},{"source":164,"target":295},{"source":164,"target":296},{"source":164,"target":297},{"source":164,"target":298},{"source":291,"target":299},{"source":291,"target":164},{"source":291,"target":300},{"source":291,"target":301},{"source":300,"target":302},{"source":300,"target":291},{"source":301,"target":303},{"source":301,"target":291},{"source":303,"target":304},{"source":303,"target":305},{"source":292,"target":306},{"source":292,"target":164},{"source":292,"target":307},{"source":292,"target":308},{"source":307,"target":309},{"source":307,"target":292},{"source":308,"target":310},{"source":308,"target":292},{"source":310,"target":311},{"source":310,"target":312},{"source":293,"target":313},{"source":293,"target":164},{"source":293,"target":314},{"source":293,"target":315},{"source":314,"target":316},{"source":314,"target":293},{"source":315,"target":317},{"source":315,"target":293},{"source":317,"target":318},{"source":317,"target":319},{"source":294,"target":171},{"source":294,"target":320},{"source":294,"target":164},{"source":320,"target":171},{"source":295,"target":171},{"source":295,"target":321},{"source":295,"target":164},{"source":321,"target":171},{"source":296,"target":255},{"source":296,"target":322},{"source":296,"target":164},{"source":322,"target":255},{"source":297,"target":287},{"source":297,"target":323},{"source":297,"target":164},{"source":323,"target":287},{"source":298,"target":158},{"source":78,"target":21},{"source":78,"target":158},{"source":78,"target":324},{"source":78,"target":325},{"source":78,"target":326},{"source":78,"target":327},{"source":78,"target":80},{"source":78,"target":328},{"source":324,"target":230},{"source":324,"target":329},{"source":324,"target":78},{"source":329,"target":230},{"source":325,"target":223},{"source":325,"target":330},{"source":325,"target":78},{"source":330,"target":223},{"source":326,"target":171},{"source":326,"target":331},{"source":326,"target":78},{"source":331,"target":171},{"source":327,"target":171},{"source":327,"target":332},{"source":327,"target":78},{"source":332,"target":171},{"source":80,"target":19},{"source":80,"target":333},{"source":80,"target":78},{"source":80,"target":33},{"source":333,"target":19},{"source":328,"target":158},{"source":165,"target":21},{"source":165,"target":157},{"source":165,"target":334},{"source":165,"target":335},{"source":165,"target":336},{"source":165,"target":337},{"source":334,"target":223},{"source":334,"target":338},{"source":334,"target":165},{"source":338,"target":223},{"source":335,"target":223},{"source":335,"target":339},{"source":335,"target":165},{"source":339,"target":223},{"source":336,"target":171},{"source":336,"target":340},{"source":336,"target":165},{"source":340,"target":171},{"source":337,"target":157},{"source":166,"target":21},{"source":166,"target":157},{"source":166,"target":341},{"source":166,"target":342},{"source":166,"target":343},{"source":166,"target":344},{"source":341,"target":171},{"source":341,"target":345},{"source":341,"target":166},{"source":345,"target":171},{"source":342,"target":230},{"source":342,"target":346},{"source":342,"target":166},{"source":346,"target":230},{"source":343,"target":230},{"source":343,"target":347},{"source":343,"target":166},{"source":347,"target":230},{"source":344,"target":157},{"source":167,"target":21},{"source":167,"target":158},{"source":167,"target":348},{"source":167,"target":349},{"source":167,"target":350},{"source":167,"target":351},{"source":167,"target":352},{"source":348,"target":353},{"source":348,"target":354},{"source":348,"target":167},{"source":354,"target":353},{"source":349,"target":355},{"source":349,"target":356},{"source":349,"target":167},{"source":356,"target":355},{"source":350,"target":171},{"source":350,"target":357},{"source":350,"target":167},{"source":357,"target":171},{"source":351,"target":171},{"source":351,"target":358},{"source":351,"target":167},{"source":358,"target":171},{"source":352,"target":158},{"source":168,"target":21},{"source":168,"target":157},{"source":168,"target":359},{"source":168,"target":360},{"source":168,"target":361},{"source":168,"target":362},{"source":359,"target":353},{"source":359,"target":363},{"source":359,"target":168},{"source":363,"target":353},{"source":360,"target":353},{"source":360,"target":364},{"source":360,"target":168},{"source":364,"target":353},{"source":361,"target":171},{"source":361,"target":365},{"source":361,"target":168},{"source":365,"target":171},{"source":362,"target":157},{"source":169,"target":21},{"source":169,"target":157},{"source":169,"target":366},{"source":169,"target":367},{"source":169,"target":368},{"source":169,"target":369},{"source":366,"target":355},{"source":366,"target":370},{"source":366,"target":169},{"source":370,"target":355},{"source":367,"target":355},{"source":367,"target":371},{"source":367,"target":169},{"source":371,"target":355},{"source":368,"target":171},{"source":368,"target":372},{"source":368,"target":169},{"source":372,"target":171},{"source":369,"target":157},{"source":170,"target":21},{"source":170,"target":157},{"source":170,"target":373},{"source":170,"target":374},{"source":170,"target":375},{"source":170,"target":376},{"source":373,"target":171},{"source":373,"target":377},{"source":373,"target":170},{"source":377,"target":171},{"source":374,"target":103},{"source":374,"target":378},{"source":374,"target":170},{"source":378,"target":103},{"source":375,"target":103},{"source":375,"target":379},{"source":375,"target":170},{"source":379,"target":103},{"source":376,"target":157},{"source":171,"target":21},{"source":171,"target":108},{"source":171,"target":198},{"source":171,"target":380},{"source":171,"target":381},{"source":171,"target":382},{"source":198,"target":140},{"source":198,"target":383},{"source":198,"target":171},{"source":198,"target":179},{"source":383,"target":140},{"source":380,"target":384},{"source":380,"target":385},{"source":380,"target":171},{"source":385,"target":384},{"source":381,"target":386},{"source":381,"target":387},{"source":381,"target":171},{"source":381,"target":388},{"source":387,"target":386},{"source":382,"target":108},{"source":4,"target":389},{"source":4,"target":390},{"source":4,"target":391},{"source":4,"target":392},{"source":4,"target":393},{"source":4,"target":394},{"source":4,"target":395},{"source":4,"target":396},{"source":4,"target":397},{"source":4,"target":81},{"source":4,"target":398},{"source":4,"target":399},{"source":4,"target":84},{"source":4,"target":87},{"source":4,"target":48},{"source":4,"target":0},{"source":389,"target":4},{"source":389,"target":400},{"source":400,"target":390},{"source":400,"target":401},{"source":400,"target":389},{"source":400,"target":402},{"source":401,"target":390},{"source":390,"target":4},{"source":390,"target":108},{"source":390,"target":403},{"source":390,"target":404},{"source":390,"target":402},{"source":390,"target":405},{"source":403,"target":392},{"source":403,"target":406},{"source":403,"target":390},{"source":403,"target":407},{"source":406,"target":392},{"source":404,"target":395},{"source":404,"target":408},{"source":404,"target":390},{"source":404,"target":409},{"source":408,"target":395},{"source":402,"target":389},{"source":402,"target":410},{"source":402,"target":390},{"source":402,"target":400},{"source":410,"target":389},{"source":405,"target":108},{"source":391,"target":4},{"source":391,"target":411},{"source":391,"target":412},{"source":391,"target":413},{"source":411,"target":171},{"source":411,"target":414},{"source":411,"target":391},{"source":414,"target":171},{"source":412,"target":392},{"source":412,"target":415},{"source":412,"target":391},{"source":412,"target":416},{"source":415,"target":392},{"source":413,"target":386},{"source":413,"target":417},{"source":413,"target":391},{"source":413,"target":418},{"source":417,"target":386},{"source":392,"target":4},{"source":392,"target":407},{"source":392,"target":416},{"source":407,"target":390},{"source":407,"target":419},{"source":407,"target":392},{"source":407,"target":403},{"source":419,"target":390},{"source":416,"target":391},{"source":416,"target":420},{"source":416,"target":392},{"source":416,"target":412},{"source":420,"target":391},{"source":393,"target":4},{"source":393,"target":394},{"source":393,"target":421},{"source":393,"target":422},{"source":393,"target":423},{"source":393,"target":424},{"source":393,"target":425},{"source":393,"target":426},{"source":393,"target":427},{"source":393,"target":428},{"source":421,"target":429},{"source":421,"target":393},{"source":421,"target":430},{"source":421,"target":431},{"source":430,"target":432},{"source":430,"target":421},{"source":431,"target":433},{"source":431,"target":421},{"source":433,"target":434},{"source":433,"target":435},{"source":422,"target":436},{"source":422,"target":393},{"source":422,"target":437},{"source":422,"target":438},{"source":437,"target":439},{"source":437,"target":422},{"source":438,"target":440},{"source":438,"target":422},{"source":440,"target":441},{"source":440,"target":442},{"source":423,"target":255},{"source":423,"target":443},{"source":423,"target":393},{"source":443,"target":255},{"source":424,"target":444},{"source":424,"target":445},{"source":424,"target":393},{"source":445,"target":444},{"source":425,"target":386},{"source":425,"target":446},{"source":425,"target":393},{"source":425,"target":447},{"source":446,"target":386},{"source":426,"target":448},{"source":426,"target":393},{"source":427,"target":386},{"source":427,"target":449},{"source":427,"target":393},{"source":427,"target":450},{"source":449,"target":386},{"source":428,"target":394},{"source":394,"target":4},{"source":394,"target":108},{"source":394,"target":451},{"source":394,"target":452},{"source":394,"target":453},{"source":394,"target":454},{"source":451,"target":394},{"source":451,"target":455},{"source":451,"target":394},{"source":451,"target":452},{"source":455,"target":394},{"source":452,"target":394},{"source":452,"target":456},{"source":452,"target":394},{"source":452,"target":451},{"source":456,"target":394},{"source":453,"target":395},{"source":453,"target":457},{"source":453,"target":394},{"source":453,"target":458},{"source":457,"target":395},{"source":454,"target":108},{"source":395,"target":4},{"source":395,"target":108},{"source":395,"target":459},{"source":395,"target":460},{"source":395,"target":461},{"source":395,"target":409},{"source":395,"target":462},{"source":395,"target":463},{"source":395,"target":458},{"source":395,"target":464},{"source":459,"target":465},{"source":459,"target":395},{"source":459,"target":466},{"source":459,"target":467},{"source":466,"target":468},{"source":466,"target":459},{"source":467,"target":469},{"source":467,"target":459},{"source":469,"target":470},{"source":469,"target":471},{"source":460,"target":472},{"source":460,"target":395},{"source":460,"target":473},{"source":460,"target":474},{"source":473,"target":475},{"source":473,"target":460},{"source":474,"target":476},{"source":474,"target":460},{"source":476,"target":477},{"source":476,"target":478},{"source":461,"target":479},{"source":461,"target":395},{"source":461,"target":480},{"source":461,"target":481},{"source":480,"target":482},{"source":480,"target":461},{"source":481,"target":483},{"source":481,"target":461},{"source":483,"target":484},{"source":483,"target":485},{"source":409,"target":390},{"source":409,"target":486},{"source":409,"target":395},{"source":409,"target":404},{"source":486,"target":390},{"source":462,"target":396},{"source":462,"target":487},{"source":462,"target":395},{"source":462,"target":488},{"source":487,"target":396},{"source":463,"target":81},{"source":463,"target":489},{"source":463,"target":395},{"source":463,"target":490},{"source":489,"target":81},{"source":458,"target":394},{"source":458,"target":491},{"source":458,"target":395},{"source":458,"target":453},{"source":491,"target":394},{"source":464,"target":108},{"source":396,"target":4},{"source":396,"target":492},{"source":396,"target":493},{"source":396,"target":488},{"source":492,"target":494},{"source":492,"target":396},{"source":493,"target":397},{"source":493,"target":495},{"source":493,"target":396},{"source":493,"target":496},{"source":495,"target":397},{"source":488,"target":395},{"source":488,"target":497},{"source":488,"target":396},{"source":488,"target":462},{"source":497,"target":395},{"source":397,"target":4},{"source":397,"target":394},{"source":397,"target":498},{"source":397,"target":496},{"source":397,"target":499},{"source":498,"target":500},{"source":498,"target":397},{"source":498,"target":501},{"source":498,"target":502},{"source":501,"target":503},{"source":501,"target":498},{"source":502,"target":504},{"source":502,"target":498},{"source":504,"target":505},{"source":504,"target":506},{"source":496,"target":396},{"source":496,"target":507},{"source":496,"target":397},{"source":496,"target":493},{"source":507,"target":396},{"source":499,"target":394},{"source":81,"target":4},{"source":81,"target":394},{"source":81,"target":83},{"source":81,"target":490},{"source":81,"target":508},{"source":83,"target":19},{"source":83,"target":509},{"source":83,"target":81},{"source":83,"target":34},{"source":509,"target":19},{"source":490,"target":395},{"source":490,"target":510},{"source":490,"target":81},{"source":490,"target":463},{"source":510,"target":395},{"source":508,"target":394},{"source":398,"target":4},{"source":398,"target":394},{"source":398,"target":511},{"source":398,"target":512},{"source":511,"target":513},{"source":511,"target":398},{"source":511,"target":514},{"source":511,"target":515},{"source":514,"target":516},{"source":514,"target":511},{"source":515,"target":517},{"source":515,"target":511},{"source":517,"target":518},{"source":517,"target":519},{"source":512,"target":394},{"source":399,"target":4},{"source":399,"target":394},{"source":399,"target":520},{"source":399,"target":521},{"source":520,"target":522},{"source":520,"target":399},{"source":520,"target":523},{"source":520,"target":524},{"source":523,"target":525},{"source":523,"target":520},{"source":524,"target":526},{"source":524,"target":520},{"source":526,"target":527},{"source":526,"target":528},{"source":521,"target":394},{"source":84,"target":4},{"source":84,"target":389},{"source":84,"target":529},{"source":84,"target":86},{"source":84,"target":530},{"source":529,"target":531},{"source":529,"target":84},{"source":529,"target":532},{"source":529,"target":533},{"source":532,"target":534},{"source":532,"target":529},{"source":533,"target":535},{"source":533,"target":529},{"source":535,"target":536},{"source":535,"target":537},{"source":86,"target":19},{"source":86,"target":538},{"source":86,"target":84},{"source":86,"target":35},{"source":538,"target":19},{"source":530,"target":389},{"source":87,"target":4},{"source":87,"target":394},{"source":87,"target":89},{"source":87,"target":539},{"source":89,"target":19},{"source":89,"target":540},{"source":89,"target":87},{"source":89,"target":36},{"source":540,"target":19},{"source":539,"target":394},{"source":48,"target":4},{"source":48,"target":389},{"source":48,"target":541},{"source":48,"target":542},{"source":48,"target":543},{"source":48,"target":50},{"source":48,"target":544},{"source":541,"target":545},{"source":541,"target":48},{"source":541,"target":546},{"source":541,"target":547},{"source":546,"target":548},{"source":546,"target":541},{"source":547,"target":549},{"source":547,"target":541},{"source":549,"target":550},{"source":549,"target":551},{"source":542,"target":552},{"source":542,"target":48},{"source":542,"target":553},{"source":542,"target":554},{"source":553,"target":555},{"source":553,"target":542},{"source":554,"target":556},{"source":554,"target":542},{"source":556,"target":557},{"source":556,"target":558},{"source":543,"target":559},{"source":543,"target":48},{"source":50,"target":19},{"source":50,"target":560},{"source":50,"target":48},{"source":50,"target":23},{"source":560,"target":19},{"source":544,"target":389},{"source":5,"target":51},{"source":5,"target":561},{"source":5,"target":562},{"source":5,"target":384},{"source":5,"target":121},{"source":5,"target":563},{"source":5,"target":564},{"source":5,"target":565},{"source":5,"target":566},{"source":5,"target":567},{"source":5,"target":213},{"source":5,"target":568},{"source":5,"target":569},{"source":5,"target":570},{"source":5,"target":571},{"source":5,"target":572},{"source":5,"target":355},{"source":5,"target":127},{"source":5,"target":444},{"source":5,"target":573},{"source":5,"target":287},{"source":5,"target":223},{"source":5,"target":230},{"source":5,"target":255},{"source":5,"target":353},{"source":5,"target":574},{"source":5,"target":575},{"source":5,"target":576},{"source":5,"target":577},{"source":5,"target":578},{"source":5,"target":579},{"source":5,"target":580},{"source":5,"target":581},{"source":5,"target":582},{"source":5,"target":583},{"source":5,"target":109},{"source":5,"target":0},{"source":51,"target":5},{"source":51,"target":108},{"source":51,"target":53},{"source":51,"target":584},{"source":51,"target":585},{"source":51,"target":586},{"source":53,"target":19},{"source":53,"target":587},{"source":53,"target":51},{"source":53,"target":24},{"source":587,"target":19},{"source":584,"target":561},{"source":584,"target":588},{"source":584,"target":51},{"source":584,"target":589},{"source":588,"target":561},{"source":585,"target":590},{"source":585,"target":591},{"source":585,"target":51},{"source":585,"target":592},{"source":591,"target":590},{"source":586,"target":108},{"source":561,"target":5},{"source":561,"target":562},{"source":561,"target":593},{"source":561,"target":594},{"source":561,"target":595},{"source":561,"target":596},{"source":561,"target":589},{"source":561,"target":597},{"source":593,"target":598},{"source":593,"target":561},{"source":593,"target":599},{"source":593,"target":600},{"source":599,"target":601},{"source":599,"target":593},{"source":600,"target":602},{"source":600,"target":593},{"source":602,"target":603},{"source":602,"target":604},{"source":594,"target":605},{"source":594,"target":561},{"source":594,"target":606},{"source":594,"target":607},{"source":606,"target":608},{"source":606,"target":594},{"source":607,"target":609},{"source":607,"target":594},{"source":609,"target":610},{"source":609,"target":611},{"source":595,"target":612},{"source":595,"target":561},{"source":595,"target":613},{"source":595,"target":614},{"source":613,"target":615},{"source":613,"target":595},{"source":614,"target":616},{"source":614,"target":595},{"source":616,"target":617},{"source":616,"target":618},{"source":596,"target":619},{"source":596,"target":620},{"source":596,"target":561},{"source":596,"target":621},{"source":620,"target":619},{"source":589,"target":51},{"source":589,"target":622},{"source":589,"target":561},{"source":589,"target":584},{"source":622,"target":51},{"source":597,"target":562},{"source":562,"target":5},{"source":562,"target":384},{"source":562,"target":623},{"source":562,"target":624},{"source":562,"target":625},{"source":562,"target":626},{"source":562,"target":627},{"source":562,"target":628},{"source":562,"target":629},{"source":623,"target":630},{"source":623,"target":562},{"source":623,"target":631},{"source":623,"target":632},{"source":631,"target":633},{"source":631,"target":623},{"source":632,"target":634},{"source":632,"target":623},{"source":634,"target":635},{"source":634,"target":636},{"source":624,"target":637},{"source":624,"target":562},{"source":624,"target":638},{"source":624,"target":639},{"source":638,"target":640},{"source":638,"target":624},{"source":639,"target":641},{"source":639,"target":624},{"source":641,"target":642},{"source":641,"target":643},{"source":625,"target":644},{"source":625,"target":562},{"source":625,"target":645},{"source":625,"target":646},{"source":645,"target":647},{"source":645,"target":625},{"source":646,"target":648},{"source":646,"target":625},{"source":648,"target":649},{"source":648,"target":650},{"source":626,"target":575},{"source":626,"target":651},{"source":626,"target":562},{"source":651,"target":575},{"source":627,"target":386},{"source":627,"target":652},{"source":627,"target":562},{"source":652,"target":386},{"source":628,"target":577},{"source":628,"target":653},{"source":628,"target":562},{"source":653,"target":577},{"source":629,"target":384},{"source":384,"target":5},{"source":384,"target":99},{"source":384,"target":654},{"source":384,"target":655},{"source":654,"target":565},{"source":654,"target":656},{"source":654,"target":384},{"source":654,"target":657},{"source":656,"target":565},{"source":655,"target":99},{"source":121,"target":5},{"source":121,"target":109},{"source":121,"target":123},{"source":121,"target":658},{"source":123,"target":100},{"source":123,"target":659},{"source":123,"target":121},{"source":123,"target":119},{"source":659,"target":100},{"source":658,"target":109},{"source":563,"target":5},{"source":563,"target":660},{"source":563,"target":661},{"source":563,"target":662},{"source":563,"target":663},{"source":563,"target":664},{"source":563,"target":665},{"source":563,"target":666},{"source":660,"target":564},{"source":660,"target":667},{"source":660,"target":563},{"source":667,"target":564},{"source":661,"target":571},{"source":661,"target":668},{"source":661,"target":563},{"source":661,"target":669},{"source":668,"target":571},{"source":662,"target":444},{"source":662,"target":670},{"source":662,"target":563},{"source":662,"target":671},{"source":670,"target":444},{"source":663,"target":568},{"source":663,"target":672},{"source":663,"target":563},{"source":663,"target":673},{"source":672,"target":568},{"source":664,"target":674},{"source":664,"target":563},{"source":665,"target":574},{"source":665,"target":675},{"source":665,"target":563},{"source":675,"target":574},{"source":666,"target":676},{"source":666,"target":677},{"source":666,"target":563},{"source":666,"target":678},{"source":677,"target":676},{"source":564,"target":5},{"source":564,"target":679},{"source":679,"target":565},{"source":679,"target":680},{"source":679,"target":564},{"source":679,"target":681},{"source":680,"target":565},{"source":565,"target":5},{"source":565,"target":108},{"source":565,"target":682},{"source":565,"target":657},{"source":565,"target":683},{"source":565,"target":684},{"source":565,"target":681},{"source":565,"target":685},{"source":682,"target":686},{"source":682,"target":565},{"source":657,"target":384},{"source":657,"target":687},{"source":657,"target":565},{"source":657,"target":654},{"source":687,"target":384},{"source":683,"target":566},{"source":683,"target":688},{"source":683,"target":565},{"source":683,"target":689},{"source":688,"target":566},{"source":684,"target":690},{"source":684,"target":691},{"source":684,"target":565},{"source":684,"target":692},{"source":691,"target":690},{"source":681,"target":564},{"source":681,"target":693},{"source":681,"target":565},{"source":681,"target":679},{"source":693,"target":564},{"source":685,"target":108},{"source":566,"target":5},{"source":566,"target":108},{"source":566,"target":694},{"source":566,"target":695},{"source":566,"target":696},{"source":566,"target":697},{"source":566,"target":689},{"source":566,"target":698},{"source":694,"target":699},{"source":694,"target":566},{"source":694,"target":700},{"source":694,"target":701},{"source":700,"target":702},{"source":700,"target":694},{"source":701,"target":703},{"source":701,"target":694},{"source":703,"target":704},{"source":703,"target":705},{"source":695,"target":566},{"source":695,"target":706},{"source":695,"target":566},{"source":706,"target":566},{"source":696,"target":707},{"source":696,"target":708},{"source":696,"target":566},{"source":708,"target":707},{"source":697,"target":567},{"source":697,"target":709},{"source":697,"target":566},{"source":697,"target":710},{"source":709,"target":567},{"source":689,"target":565},{"source":689,"target":711},{"source":689,"target":566},{"source":689,"target":683},{"source":711,"target":565},{"source":698,"target":108},{"source":567,"target":5},{"source":567,"target":712},{"source":567,"target":713},{"source":567,"target":710},{"source":712,"target":714},{"source":712,"target":715},{"source":712,"target":567},{"source":715,"target":714},{"source":713,"target":563},{"source":713,"target":716},{"source":713,"target":567},{"source":716,"target":563},{"source":710,"target":566},{"source":710,"target":717},{"source":710,"target":567},{"source":710,"target":697},{"source":717,"target":566},{"source":213,"target":5},{"source":213,"target":566},{"source":213,"target":718},{"source":213,"target":719},{"source":718,"target":568},{"source":718,"target":720},{"source":718,"target":213},{"source":718,"target":721},{"source":720,"target":568},{"source":719,"target":566},{"source":568,"target":5},{"source":568,"target":569},{"source":568,"target":673},{"source":568,"target":721},{"source":568,"target":722},{"source":673,"target":563},{"source":673,"target":723},{"source":673,"target":568},{"source":673,"target":663},{"source":723,"target":563},{"source":721,"target":213},{"source":721,"target":724},{"source":721,"target":568},{"source":721,"target":718},{"source":724,"target":213},{"source":722,"target":569},{"source":569,"target":5},{"source":569,"target":108},{"source":569,"target":725},{"source":569,"target":726},{"source":569,"target":727},{"source":725,"target":570},{"source":725,"target":728},{"source":725,"target":569},{"source":728,"target":570},{"source":726,"target":690},{"source":726,"target":729},{"source":726,"target":569},{"source":729,"target":690},{"source":727,"target":108},{"source":570,"target":5},{"source":570,"target":730},{"source":570,"target":731},{"source":730,"target":732},{"source":730,"target":570},{"source":731,"target":733},{"source":731,"target":570},{"source":571,"target":5},{"source":571,"target":569},{"source":571,"target":669},{"source":571,"target":734},{"source":571,"target":735},{"source":669,"target":563},{"source":669,"target":736},{"source":669,"target":571},{"source":669,"target":661},{"source":736,"target":563},{"source":734,"target":572},{"source":734,"target":737},{"source":734,"target":571},{"source":734,"target":738},{"source":737,"target":572},{"source":735,"target":569},{"source":572,"target":5},{"source":572,"target":566},{"source":572,"target":738},{"source":572,"target":739},{"source":738,"target":571},{"source":738,"target":740},{"source":738,"target":572},{"source":738,"target":734},{"source":740,"target":571},{"source":739,"target":566},{"source":355,"target":5},{"source":355,"target":127},{"source":355,"target":741},{"source":355,"target":742},{"source":741,"target":572},{"source":741,"target":743},{"source":741,"target":355},{"source":743,"target":572},{"source":742,"target":127},{"source":127,"target":5},{"source":127,"target":109},{"source":127,"target":129},{"source":127,"target":744},{"source":129,"target":101},{"source":129,"target":745},{"source":129,"target":127},{"source":129,"target":124},{"source":745,"target":101},{"source":744,"target":109},{"source":444,"target":5},{"source":444,"target":569},{"source":444,"target":746},{"source":444,"target":747},{"source":444,"target":671},{"source":444,"target":748},{"source":444,"target":749},{"source":746,"target":750},{"source":746,"target":444},{"source":746,"target":751},{"source":746,"target":752},{"source":751,"target":753},{"source":751,"target":746},{"source":752,"target":754},{"source":752,"target":746},{"source":754,"target":755},{"source":754,"target":756},{"source":747,"target":573},{"source":747,"target":757},{"source":747,"target":444},{"source":747,"target":758},{"source":757,"target":573},{"source":671,"target":563},{"source":671,"target":759},{"source":671,"target":444},{"source":671,"target":662},{"source":759,"target":563},{"source":748,"target":564},{"source":748,"target":760},{"source":748,"target":444},{"source":760,"target":564},{"source":749,"target":569},{"source":573,"target":5},{"source":573,"target":566},{"source":573,"target":761},{"source":573,"target":758},{"source":573,"target":762},{"source":761,"target":763},{"source":761,"target":573},{"source":761,"target":764},{"source":761,"target":765},{"source":764,"target":766},{"source":764,"target":761},{"source":765,"target":767},{"source":765,"target":761},{"source":767,"target":768},{"source":767,"target":769},{"source":758,"target":444},{"source":758,"target":770},{"source":758,"target":573},{"source":758,"target":747},{"source":770,"target":444},{"source":762,"target":566},{"source":287,"target":5},{"source":287,"target":127},{"source":287,"target":771},{"source":287,"target":772},{"source":771,"target":573},{"source":771,"target":773},{"source":771,"target":287},{"source":773,"target":573},{"source":772,"target":127},{"source":223,"target":5},{"source":223,"target":127},{"source":223,"target":774},{"source":223,"target":775},{"source":774,"target":213},{"source":774,"target":776},{"source":774,"target":223},{"source":776,"target":213},{"source":775,"target":127},{"source":230,"target":5},{"source":230,"target":121},{"source":230,"target":777},{"source":230,"target":778},{"source":777,"target":213},{"source":777,"target":779},{"source":777,"target":230},{"source":779,"target":213},{"source":778,"target":121},{"source":255,"target":5},{"source":255,"target":121},{"source":255,"target":780},{"source":255,"target":781},{"source":780,"target":573},{"source":780,"target":782},{"source":780,"target":255},{"source":782,"target":573},{"source":781,"target":121},{"source":353,"target":5},{"source":353,"target":121},{"source":353,"target":783},{"source":353,"target":784},{"source":783,"target":572},{"source":783,"target":785},{"source":783,"target":353},{"source":785,"target":572},{"source":784,"target":121},{"source":574,"target":5},{"source":574,"target":786},{"source":574,"target":787},{"source":574,"target":788},{"source":574,"target":789},{"source":786,"target":574},{"source":787,"target":574},{"source":788,"target":574},{"source":789,"target":574},{"source":575,"target":5},{"source":575,"target":384},{"source":575,"target":790},{"source":575,"target":791},{"source":575,"target":792},{"source":575,"target":793},{"source":790,"target":794},{"source":790,"target":575},{"source":790,"target":795},{"source":790,"target":796},{"source":795,"target":797},{"source":795,"target":790},{"source":796,"target":798},{"source":796,"target":790},{"source":798,"target":799},{"source":798,"target":800},{"source":791,"target":801},{"source":791,"target":575},{"source":791,"target":802},{"source":791,"target":803},{"source":802,"target":804},{"source":802,"target":791},{"source":803,"target":805},{"source":803,"target":791},{"source":805,"target":806},{"source":805,"target":807},{"source":792,"target":576},{"source":792,"target":808},{"source":792,"target":575},{"source":808,"target":576},{"source":793,"target":384},{"source":576,"target":5},{"source":576,"target":384},{"source":576,"target":809},{"source":576,"target":810},{"source":809,"target":811},{"source":809,"target":576},{"source":809,"target":812},{"source":809,"target":813},{"source":812,"target":814},{"source":812,"target":809},{"source":813,"target":815},{"source":813,"target":809},{"source":815,"target":816},{"source":815,"target":817},{"source":810,"target":384},{"source":577,"target":5},{"source":577,"target":818},{"source":577,"target":819},{"source":818,"target":577},{"source":819,"target":577},{"source":578,"target":5},{"source":578,"target":105},{"source":578,"target":562},{"source":578,"target":820},{"source":578,"target":821},{"source":578,"target":822},{"source":578,"target":823},{"source":820,"target":824},{"source":820,"target":578},{"source":820,"target":825},{"source":820,"target":826},{"source":825,"target":827},{"source":825,"target":820},{"source":826,"target":828},{"source":826,"target":820},{"source":828,"target":829},{"source":828,"target":830},{"source":821,"target":831},{"source":821,"target":578},{"source":821,"target":832},{"source":821,"target":833},{"source":832,"target":834},{"source":832,"target":821},{"source":833,"target":835},{"source":833,"target":821},{"source":835,"target":836},{"source":835,"target":837},{"source":822,"target":105},{"source":823,"target":562},{"source":579,"target":5},{"source":579,"target":564},{"source":579,"target":838},{"source":579,"target":839},{"source":838,"target":580},{"source":838,"target":840},{"source":838,"target":579},{"source":840,"target":580},{"source":839,"target":564},{"source":580,"target":5},{"source":580,"target":841},{"source":580,"target":842},{"source":580,"target":843},{"source":580,"target":844},{"source":580,"target":845},{"source":580,"target":846},{"source":580,"target":847},{"source":841,"target":580},{"source":842,"target":580},{"source":843,"target":580},{"source":844,"target":580},{"source":845,"target":580},{"source":846,"target":580},{"source":847,"target":580},{"source":581,"target":5},{"source":581,"target":108},{"source":581,"target":564},{"source":581,"target":848},{"source":581,"target":849},{"source":581,"target":850},{"source":848,"target":564},{"source":848,"target":851},{"source":848,"target":581},{"source":851,"target":564},{"source":849,"target":108},{"source":850,"target":564},{"source":582,"target":5},{"source":582,"target":108},{"source":582,"target":564},{"source":582,"target":852},{"source":582,"target":853},{"source":582,"target":854},{"source":582,"target":855},{"source":852,"target":582},{"source":852,"target":856},{"source":852,"target":582},{"source":856,"target":582},{"source":853,"target":583},{"source":853,"target":857},{"source":853,"target":582},{"source":853,"target":858},{"source":857,"target":583},{"source":854,"target":108},{"source":855,"target":564},{"source":583,"target":5},{"source":583,"target":106},{"source":583,"target":859},{"source":583,"target":858},{"source":583,"target":860},{"source":859,"target":564},{"source":859,"target":861},{"source":859,"target":583},{"source":861,"target":564},{"source":858,"target":582},{"source":858,"target":862},{"source":858,"target":583},{"source":858,"target":853},{"source":862,"target":582},{"source":860,"target":106},{"source":109,"target":5},{"source":109,"target":108},{"source":109,"target":863},{"source":863,"target":108},{"source":6,"target":676},{"source":6,"target":864},{"source":6,"target":865},{"source":6,"target":866},{"source":6,"target":867},{"source":6,"target":868},{"source":6,"target":115},{"source":6,"target":0},{"source":676,"target":6},{"source":676,"target":108},{"source":676,"target":678},{"source":676,"target":869},{"source":676,"target":870},{"source":676,"target":871},{"source":678,"target":563},{"source":678,"target":872},{"source":678,"target":676},{"source":678,"target":666},{"source":872,"target":563},{"source":869,"target":873},{"source":869,"target":676},{"source":870,"target":115},{"source":870,"target":874},{"source":870,"target":676},{"source":870,"target":875},{"source":874,"target":115},{"source":871,"target":108},{"source":864,"target":6},{"source":864,"target":865},{"source":864,"target":876},{"source":864,"target":877},{"source":876,"target":878},{"source":876,"target":879},{"source":876,"target":864},{"source":876,"target":880},{"source":879,"target":878},{"source":877,"target":865},{"source":865,"target":6},{"source":865,"target":108},{"source":865,"target":104},{"source":865,"target":881},{"source":865,"target":882},{"source":865,"target":883},{"source":865,"target":884},{"source":881,"target":866},{"source":881,"target":885},{"source":881,"target":865},{"source":881,"target":886},{"source":885,"target":866},{"source":882,"target":108},{"source":884,"target":104},{"source":866,"target":6},{"source":866,"target":887},{"source":866,"target":888},{"source":866,"target":886},{"source":887,"target":115},{"source":887,"target":889},{"source":887,"target":866},{"source":887,"target":890},{"source":889,"target":115},{"source":888,"target":867},{"source":888,"target":891},{"source":888,"target":866},{"source":888,"target":892},{"source":891,"target":867},{"source":886,"target":865},{"source":886,"target":893},{"source":886,"target":866},{"source":886,"target":881},{"source":893,"target":865},{"source":867,"target":6},{"source":867,"target":108},{"source":867,"target":892},{"source":867,"target":894},{"source":892,"target":866},{"source":892,"target":895},{"source":892,"target":867},{"source":892,"target":888},{"source":895,"target":866},{"source":894,"target":108},{"source":868,"target":6},{"source":868,"target":865},{"source":868,"target":896},{"source":868,"target":897},{"source":896,"target":898},{"source":896,"target":899},{"source":896,"target":868},{"source":896,"target":900},{"source":899,"target":898},{"source":897,"target":865},{"source":115,"target":6},{"source":115,"target":108},{"source":115,"target":890},{"source":115,"target":875},{"source":115,"target":901},{"source":890,"target":866},{"source":890,"target":902},{"source":890,"target":115},{"source":890,"target":887},{"source":902,"target":866},{"source":875,"target":676},{"source":875,"target":903},{"source":875,"target":115},{"source":875,"target":870},{"source":903,"target":676},{"source":901,"target":108},{"source":7,"target":707},{"source":7,"target":0},{"source":707,"target":7},{"source":707,"target":904},{"source":904,"target":905},{"source":904,"target":707},{"source":8,"target":386},{"source":8,"target":54},{"source":8,"target":906},{"source":8,"target":714},{"source":8,"target":0},{"source":386,"target":8},{"source":386,"target":907},{"source":386,"target":418},{"source":386,"target":908},{"source":386,"target":909},{"source":386,"target":910},{"source":386,"target":911},{"source":386,"target":912},{"source":386,"target":388},{"source":386,"target":450},{"source":386,"target":447},{"source":386,"target":913},{"source":907,"target":54},{"source":907,"target":914},{"source":907,"target":386},{"source":907,"target":915},{"source":914,"target":54},{"source":418,"target":391},{"source":418,"target":916},{"source":418,"target":386},{"source":418,"target":413},{"source":916,"target":391},{"source":908,"target":917},{"source":908,"target":918},{"source":908,"target":386},{"source":908,"target":919},{"source":918,"target":917},{"source":909,"target":920},{"source":909,"target":921},{"source":909,"target":386},{"source":909,"target":922},{"source":921,"target":920},{"source":910,"target":923},{"source":910,"target":924},{"source":910,"target":386},{"source":910,"target":925},{"source":924,"target":923},{"source":911,"target":926},{"source":911,"target":927},{"source":911,"target":386},{"source":911,"target":928},{"source":927,"target":926},{"source":912,"target":929},{"source":912,"target":930},{"source":912,"target":386},{"source":912,"target":931},{"source":930,"target":929},{"source":388,"target":171},{"source":388,"target":932},{"source":388,"target":386},{"source":388,"target":381},{"source":932,"target":171},{"source":450,"target":393},{"source":450,"target":933},{"source":450,"target":386},{"source":450,"target":427},{"source":933,"target":393},{"source":447,"target":393},{"source":447,"target":934},{"source":447,"target":386},{"source":447,"target":425},{"source":934,"target":393},{"source":913,"target":935},{"source":913,"target":386},{"source":54,"target":8},{"source":54,"target":936},{"source":54,"target":56},{"source":54,"target":915},{"source":936,"target":714},{"source":936,"target":937},{"source":936,"target":54},{"source":937,"target":714},{"source":56,"target":19},{"source":56,"target":938},{"source":56,"target":54},{"source":56,"target":25},{"source":938,"target":19},{"source":915,"target":386},{"source":915,"target":939},{"source":915,"target":54},{"source":915,"target":907},{"source":939,"target":386},{"source":906,"target":8},{"source":906,"target":940},{"source":906,"target":941},{"source":940,"target":714},{"source":940,"target":942},{"source":940,"target":906},{"source":942,"target":714},{"source":714,"target":8},{"source":714,"target":943},{"source":714,"target":944},{"source":714,"target":945},{"source":714,"target":946},{"source":714,"target":947},{"source":943,"target":714},{"source":944,"target":714},{"source":945,"target":714},{"source":946,"target":714},{"source":947,"target":714},{"source":9,"target":948},{"source":9,"target":878},{"source":9,"target":949},{"source":9,"target":950},{"source":9,"target":898},{"source":9,"target":951},{"source":9,"target":590},{"source":9,"target":690},{"source":9,"target":0},{"source":948,"target":9},{"source":948,"target":952},{"source":948,"target":953},{"source":952,"target":954},{"source":952,"target":948},{"source":952,"target":955},{"source":952,"target":956},{"source":955,"target":957},{"source":955,"target":952},{"source":956,"target":958},{"source":956,"target":952},{"source":958,"target":959},{"source":958,"target":960},{"source":953,"target":961},{"source":953,"target":948},{"source":878,"target":9},{"source":878,"target":690},{"source":878,"target":962},{"source":878,"target":880},{"source":878,"target":963},{"source":962,"target":964},{"source":962,"target":878},{"source":962,"target":965},{"source":962,"target":966},{"source":965,"target":967},{"source":965,"target":962},{"source":966,"target":968},{"source":966,"target":962},{"source":968,"target":969},{"source":968,"target":970},{"source":880,"target":864},{"source":880,"target":971},{"source":880,"target":878},{"source":880,"target":876},{"source":971,"target":864},{"source":963,"target":690},{"source":949,"target":9},{"source":949,"target":690},{"source":949,"target":972},{"source":949,"target":973},{"source":972,"target":950},{"source":972,"target":974},{"source":972,"target":949},{"source":972,"target":975},{"source":974,"target":950},{"source":973,"target":690},{"source":950,"target":9},{"source":950,"target":948},{"source":950,"target":976},{"source":950,"target":977},{"source":950,"target":975},{"source":950,"target":978},{"source":976,"target":979},{"source":976,"target":950},{"source":976,"target":980},{"source":976,"target":981},{"source":980,"target":982},{"source":980,"target":976},{"source":981,"target":983},{"source":981,"target":976},{"source":983,"target":984},{"source":983,"target":985},{"source":977,"target":986},{"source":977,"target":987},{"source":977,"target":950},{"source":977,"target":988},{"source":987,"target":986},{"source":975,"target":949},{"source":975,"target":989},{"source":975,"target":950},{"source":975,"target":972},{"source":989,"target":949},{"source":978,"target":948},{"source":898,"target":9},{"source":898,"target":690},{"source":898,"target":990},{"source":898,"target":900},{"source":898,"target":991},{"source":990,"target":992},{"source":990,"target":898},{"source":990,"target":993},{"source":990,"target":994},{"source":993,"target":995},{"source":993,"target":990},{"source":994,"target":996},{"source":994,"target":990},{"source":996,"target":997},{"source":996,"target":998},{"source":900,"target":868},{"source":900,"target":999},{"source":900,"target":898},{"source":900,"target":896},{"source":999,"target":868},{"source":991,"target":690},{"source":951,"target":9},{"source":951,"target":948},{"source":951,"target":1000},{"source":951,"target":1001},{"source":951,"target":1002},{"source":951,"target":1003},{"source":1000,"target":1004},{"source":1000,"target":951},{"source":1000,"target":1005},{"source":1000,"target":1006},{"source":1005,"target":1007},{"source":1005,"target":1000},{"source":1006,"target":1008},{"source":1006,"target":1000},{"source":1008,"target":1009},{"source":1008,"target":1010},{"source":1001,"target":1011},{"source":1001,"target":1012},{"source":1001,"target":951},{"source":1001,"target":1013},{"source":1012,"target":1011},{"source":1002,"target":690},{"source":1002,"target":1014},{"source":1002,"target":951},{"source":1014,"target":690},{"source":1003,"target":948},{"source":590,"target":9},{"source":590,"target":949},{"source":590,"target":592},{"source":590,"target":1015},{"source":592,"target":51},{"source":592,"target":1016},{"source":592,"target":590},{"source":592,"target":585},{"source":1016,"target":51},{"source":1015,"target":949},{"source":690,"target":9},{"source":690,"target":108},{"source":690,"target":692},{"source":690,"target":1017},{"source":692,"target":565},{"source":692,"target":1018},{"source":692,"target":690},{"source":692,"target":684},{"source":1018,"target":565},{"source":1017,"target":108},{"source":10,"target":1019},{"source":10,"target":1020},{"source":10,"target":1021},{"source":10,"target":1022},{"source":10,"target":1023},{"source":10,"target":1024},{"source":10,"target":1025},{"source":10,"target":917},{"source":10,"target":1026},{"source":10,"target":619},{"source":10,"target":1027},{"source":10,"target":1028},{"source":10,"target":1029},{"source":10,"target":66},{"source":10,"target":1030},{"source":10,"target":1031},{"source":10,"target":920},{"source":10,"target":1032},{"source":10,"target":923},{"source":10,"target":1033},{"source":10,"target":1034},{"source":10,"target":1035},{"source":10,"target":69},{"source":10,"target":926},{"source":10,"target":1036},{"source":10,"target":1037},{"source":10,"target":986},{"source":10,"target":1038},{"source":10,"target":1039},{"source":10,"target":0},{"source":1019,"target":10},{"source":1019,"target":1020},{"source":1019,"target":1040},{"source":1019,"target":1041},{"source":1040,"target":1042},{"source":1040,"target":1019},{"source":1040,"target":1043},{"source":1040,"target":1044},{"source":1043,"target":1045},{"source":1043,"target":1040},{"source":1044,"target":1046},{"source":1044,"target":1040},{"source":1046,"target":1047},{"source":1046,"target":1048},{"source":1041,"target":1020},{"source":1020,"target":10},{"source":1020,"target":1021},{"source":1020,"target":1049},{"source":1020,"target":1050},{"source":1020,"target":1051},{"source":1020,"target":1052},{"source":1049,"target":63},{"source":1049,"target":1053},{"source":1049,"target":1020},{"source":1049,"target":1054},{"source":1053,"target":63},{"source":1050,"target":57},{"source":1050,"target":1055},{"source":1050,"target":1020},{"source":1050,"target":1056},{"source":1055,"target":57},{"source":1051,"target":60},{"source":1051,"target":1057},{"source":1051,"target":1020},{"source":1051,"target":1058},{"source":1057,"target":60},{"source":1052,"target":1021},{"source":1021,"target":10},{"source":1021,"target":108},{"source":1021,"target":1059},{"source":1021,"target":1060},{"source":1021,"target":1061},{"source":1021,"target":1062},{"source":1059,"target":1021},{"source":1059,"target":1063},{"source":1059,"target":1021},{"source":1059,"target":1060},{"source":1063,"target":1021},{"source":1060,"target":1021},{"source":1060,"target":1064},{"source":1060,"target":1021},{"source":1060,"target":1059},{"source":1064,"target":1021},{"source":1061,"target":1022},{"source":1061,"target":1065},{"source":1061,"target":1021},{"source":1061,"target":1066},{"source":1065,"target":1022},{"source":1062,"target":108},{"source":1022,"target":10},{"source":1022,"target":1067},{"source":1022,"target":1068},{"source":1022,"target":1069},{"source":1022,"target":1070},{"source":1022,"target":1071},{"source":1022,"target":1066},{"source":1022,"target":1072},{"source":1067,"target":1073},{"source":1067,"target":1022},{"source":1067,"target":1074},{"source":1067,"target":1075},{"source":1074,"target":1076},{"source":1074,"target":1067},{"source":1075,"target":1077},{"source":1075,"target":1067},{"source":1077,"target":1078},{"source":1077,"target":1079},{"source":1068,"target":1080},{"source":1068,"target":1022},{"source":1068,"target":1081},{"source":1068,"target":1082},{"source":1081,"target":1083},{"source":1081,"target":1068},{"source":1082,"target":1084},{"source":1082,"target":1068},{"source":1084,"target":1085},{"source":1084,"target":1086},{"source":1069,"target":1087},{"source":1069,"target":1022},{"source":1069,"target":1088},{"source":1069,"target":1089},{"source":1088,"target":1090},{"source":1088,"target":1069},{"source":1089,"target":1091},{"source":1089,"target":1069},{"source":1091,"target":1092},{"source":1091,"target":1093},{"source":1070,"target":1023},{"source":1070,"target":1094},{"source":1070,"target":1022},{"source":1070,"target":1095},{"source":1094,"target":1023},{"source":1071,"target":1024},{"source":1071,"target":1096},{"source":1071,"target":1022},{"source":1071,"target":1097},{"source":1096,"target":1024},{"source":1066,"target":1021},{"source":1066,"target":1098},{"source":1066,"target":1022},{"source":1066,"target":1061},{"source":1098,"target":1021},{"source":1023,"target":10},{"source":1023,"target":1020},{"source":1023,"target":1095},{"source":1023,"target":1099},{"source":1095,"target":1022},{"source":1095,"target":1100},{"source":1095,"target":1023},{"source":1095,"target":1070},{"source":1100,"target":1022},{"source":1099,"target":1020},{"source":1024,"target":10},{"source":1024,"target":108},{"source":1024,"target":1101},{"source":1024,"target":1097},{"source":1024,"target":1102},{"source":1101,"target":1025},{"source":1101,"target":1103},{"source":1101,"target":1024},{"source":1101,"target":1104},{"source":1103,"target":1025},{"source":1097,"target":1022},{"source":1097,"target":1105},{"source":1097,"target":1024},{"source":1097,"target":1071},{"source":1105,"target":1022},{"source":1102,"target":108},{"source":1025,"target":10},{"source":1025,"target":1020},{"source":1025,"target":1106},{"source":1025,"target":1107},{"source":1025,"target":1104},{"source":1025,"target":1108},{"source":1106,"target":1109},{"source":1106,"target":1025},{"source":1106,"target":1110},{"source":1106,"target":1111},{"source":1110,"target":1112},{"source":1110,"target":1106},{"source":1111,"target":1113},{"source":1111,"target":1106},{"source":1113,"target":1114},{"source":1113,"target":1115},{"source":1107,"target":1116},{"source":1107,"target":1025},{"source":1107,"target":1117},{"source":1107,"target":1118},{"source":1117,"target":1119},{"source":1117,"target":1107},{"source":1118,"target":1120},{"source":1118,"target":1107},{"source":1120,"target":1121},{"source":1120,"target":1122},{"source":1104,"target":1024},{"source":1104,"target":1123},{"source":1104,"target":1025},{"source":1104,"target":1101},{"source":1123,"target":1024},{"source":1108,"target":1020},{"source":917,"target":10},{"source":917,"target":919},{"source":919,"target":386},{"source":919,"target":1124},{"source":919,"target":917},{"source":919,"target":908},{"source":1124,"target":386},{"source":1026,"target":10},{"source":1026,"target":1020},{"source":1026,"target":1125},{"source":1026,"target":1126},{"source":1125,"target":1127},{"source":1125,"target":1026},{"source":1125,"target":1128},{"source":1125,"target":1129},{"source":1128,"target":1130},{"source":1128,"target":1125},{"source":1129,"target":1131},{"source":1129,"target":1125},{"source":1131,"target":1132},{"source":1131,"target":1133},{"source":1126,"target":1020},{"source":619,"target":10},{"source":619,"target":1134},{"source":619,"target":1135},{"source":619,"target":1136},{"source":619,"target":621},{"source":1134,"target":1137},{"source":1134,"target":619},{"source":1134,"target":1138},{"source":1134,"target":1139},{"source":1138,"target":1140},{"source":1138,"target":1134},{"source":1139,"target":1141},{"source":1139,"target":1134},{"source":1141,"target":1142},{"source":1141,"target":1143},{"source":1135,"target":1144},{"source":1135,"target":619},{"source":1136,"target":569},{"source":1136,"target":1145},{"source":1136,"target":619},{"source":1145,"target":569},{"source":621,"target":561},{"source":621,"target":1146},{"source":621,"target":619},{"source":621,"target":596},{"source":1146,"target":561},{"source":1027,"target":10},{"source":1027,"target":619},{"source":1027,"target":1022},{"source":1027,"target":1147},{"source":1027,"target":1148},{"source":1027,"target":1149},{"source":1027,"target":1150},{"source":1147,"target":1028},{"source":1147,"target":1151},{"source":1147,"target":1027},{"source":1147,"target":1152},{"source":1151,"target":1028},{"source":1149,"target":619},{"source":1150,"target":1022},{"source":1028,"target":10},{"source":1028,"target":1022},{"source":1028,"target":1152},{"source":1028,"target":1153},{"source":1152,"target":1027},{"source":1152,"target":1154},{"source":1152,"target":1028},{"source":1152,"target":1147},{"source":1154,"target":1027},{"source":1153,"target":1022},{"source":1029,"target":10},{"source":1029,"target":1020},{"source":1029,"target":1155},{"source":1029,"target":1156},{"source":1155,"target":51},{"source":1155,"target":1157},{"source":1155,"target":1029},{"source":1157,"target":51},{"source":1156,"target":1020},{"source":66,"target":10},{"source":66,"target":1023},{"source":66,"target":68},{"source":66,"target":1158},{"source":68,"target":19},{"source":68,"target":1159},{"source":68,"target":66},{"source":68,"target":29},{"source":1159,"target":19},{"source":1158,"target":1023},{"source":1030,"target":10},{"source":1030,"target":1020},{"source":1030,"target":1160},{"source":1030,"target":1161},{"source":1030,"target":1162},{"source":1160,"target":1031},{"source":1160,"target":1163},{"source":1160,"target":1030},{"source":1160,"target":1164},{"source":1163,"target":1031},{"source":1161,"target":920},{"source":1161,"target":1165},{"source":1161,"target":1030},{"source":1161,"target":1166},{"source":1165,"target":920},{"source":1162,"target":1020},{"source":1031,"target":10},{"source":1031,"target":1022},{"source":1031,"target":1167},{"source":1031,"target":1164},{"source":1031,"target":1168},{"source":1167,"target":920},{"source":1167,"target":1169},{"source":1167,"target":1031},{"source":1167,"target":1170},{"source":1169,"target":920},{"source":1164,"target":1030},{"source":1164,"target":1171},{"source":1164,"target":1031},{"source":1164,"target":1160},{"source":1171,"target":1030},{"source":1168,"target":1022},{"source":920,"target":10},{"source":920,"target":922},{"source":920,"target":1166},{"source":920,"target":1170},{"source":922,"target":386},{"source":922,"target":1172},{"source":922,"target":920},{"source":922,"target":909},{"source":1172,"target":386},{"source":1166,"target":1030},{"source":1166,"target":1173},{"source":1166,"target":920},{"source":1166,"target":1161},{"source":1173,"target":1030},{"source":1170,"target":1031},{"source":1170,"target":1174},{"source":1170,"target":920},{"source":1170,"target":1167},{"source":1174,"target":1031},{"source":1032,"target":10},{"source":1032,"target":1021},{"source":1032,"target":923},{"source":1032,"target":1175},{"source":1032,"target":1176},{"source":1032,"target":1177},{"source":1032,"target":1178},{"source":1032,"target":1179},{"source":1032,"target":1180},{"source":1032,"target":1181},{"source":1032,"target":1182},{"source":1032,"target":1183},{"source":1176,"target":1184},{"source":1176,"target":1032},{"source":1176,"target":1185},{"source":1176,"target":1186},{"source":1185,"target":1187},{"source":1185,"target":1176},{"source":1186,"target":1188},{"source":1186,"target":1176},{"source":1188,"target":1189},{"source":1188,"target":1190},{"source":1177,"target":1191},{"source":1177,"target":1032},{"source":1177,"target":1192},{"source":1177,"target":1193},{"source":1192,"target":1194},{"source":1192,"target":1177},{"source":1193,"target":1195},{"source":1193,"target":1177},{"source":1195,"target":1196},{"source":1195,"target":1197},{"source":1178,"target":444},{"source":1178,"target":1198},{"source":1178,"target":1032},{"source":1198,"target":444},{"source":1179,"target":287},{"source":1179,"target":1199},{"source":1179,"target":1032},{"source":1199,"target":287},{"source":1180,"target":1200},{"source":1180,"target":1032},{"source":1181,"target":1021},{"source":1182,"target":923},{"source":1183,"target":1175},{"source":923,"target":10},{"source":923,"target":917},{"source":923,"target":925},{"source":923,"target":1201},{"source":925,"target":386},{"source":925,"target":1202},{"source":925,"target":923},{"source":925,"target":910},{"source":1202,"target":386},{"source":1201,"target":917},{"source":1033,"target":10},{"source":1033,"target":1024},{"source":1033,"target":1203},{"source":1033,"target":1204},{"source":1203,"target":1205},{"source":1203,"target":1033},{"source":1204,"target":1024},{"source":1034,"target":10},{"source":1034,"target":1020},{"source":1034,"target":1206},{"source":1034,"target":1207},{"source":1034,"target":1208},{"source":1034,"target":1209},{"source":1034,"target":1210},{"source":1206,"target":1211},{"source":1206,"target":1034},{"source":1206,"target":1212},{"source":1206,"target":1213},{"source":1212,"target":1214},{"source":1212,"target":1206},{"source":1213,"target":1215},{"source":1213,"target":1206},{"source":1215,"target":1216},{"source":1215,"target":1217},{"source":1207,"target":51},{"source":1207,"target":1218},{"source":1207,"target":1034},{"source":1218,"target":51},{"source":1208,"target":1219},{"source":1208,"target":1034},{"source":1209,"target":1220},{"source":1209,"target":1034},{"source":1210,"target":1020},{"source":1035,"target":10},{"source":1035,"target":1023},{"source":1035,"target":1221},{"source":1035,"target":1222},{"source":1221,"target":563},{"source":1221,"target":1223},{"source":1221,"target":1035},{"source":1223,"target":563},{"source":1222,"target":1023},{"source":69,"target":10},{"source":69,"target":1024},{"source":69,"target":71},{"source":69,"target":1224},{"source":71,"target":19},{"source":71,"target":1225},{"source":71,"target":69},{"source":71,"target":30},{"source":1225,"target":19},{"source":1224,"target":1024},{"source":926,"target":10},{"source":926,"target":1020},{"source":926,"target":928},{"source":926,"target":1226},{"source":928,"target":386},{"source":928,"target":1227},{"source":928,"target":926},{"source":928,"target":911},{"source":1227,"target":386},{"source":1226,"target":1020},{"source":1036,"target":10},{"source":1036,"target":917},{"source":1036,"target":1020},{"source":1036,"target":1228},{"source":1036,"target":1229},{"source":1036,"target":1230},{"source":1228,"target":1028},{"source":1228,"target":1231},{"source":1228,"target":1036},{"source":1231,"target":1028},{"source":1229,"target":917},{"source":1230,"target":1020},{"source":1037,"target":10},{"source":1037,"target":1021},{"source":1037,"target":917},{"source":1037,"target":1232},{"source":1037,"target":1233},{"source":1037,"target":1234},{"source":1037,"target":1235},{"source":1232,"target":568},{"source":1232,"target":1236},{"source":1232,"target":1037},{"source":1236,"target":568},{"source":1233,"target":223},{"source":1233,"target":1237},{"source":1233,"target":1037},{"source":1237,"target":223},{"source":1234,"target":1021},{"source":1235,"target":917},{"source":986,"target":10},{"source":986,"target":1020},{"source":986,"target":1238},{"source":986,"target":1239},{"source":986,"target":988},{"source":986,"target":1240},{"source":1238,"target":1241},{"source":1238,"target":986},{"source":1238,"target":1242},{"source":1238,"target":1243},{"source":1242,"target":1244},{"source":1242,"target":1238},{"source":1243,"target":1245},{"source":1243,"target":1238},{"source":1245,"target":1246},{"source":1245,"target":1247},{"source":1239,"target":1248},{"source":1239,"target":986},{"source":1239,"target":1249},{"source":1239,"target":1250},{"source":1249,"target":1251},{"source":1249,"target":1239},{"source":1250,"target":1252},{"source":1250,"target":1239},{"source":1252,"target":1253},{"source":1252,"target":1254},{"source":988,"target":950},{"source":988,"target":1255},{"source":988,"target":986},{"source":988,"target":977},{"source":1255,"target":950},{"source":1240,"target":1020},{"source":1038,"target":57},{"source":1038,"target":60},{"source":1038,"target":63},{"source":1038,"target":10},{"source":57,"target":1038},{"source":57,"target":917},{"source":57,"target":1256},{"source":57,"target":1257},{"source":57,"target":1258},{"source":57,"target":1259},{"source":57,"target":59},{"source":57,"target":1056},{"source":57,"target":1260},{"source":57,"target":1261},{"source":1256,"target":1262},{"source":1256,"target":57},{"source":1256,"target":1263},{"source":1256,"target":1264},{"source":1263,"target":1265},{"source":1263,"target":1256},{"source":1264,"target":1266},{"source":1264,"target":1256},{"source":1266,"target":1267},{"source":1266,"target":1268},{"source":1257,"target":1269},{"source":1257,"target":57},{"source":1257,"target":1270},{"source":1257,"target":1271},{"source":1270,"target":1272},{"source":1270,"target":1257},{"source":1271,"target":1273},{"source":1271,"target":1257},{"source":1273,"target":1274},{"source":1273,"target":1275},{"source":1258,"target":1276},{"source":1258,"target":57},{"source":1258,"target":1277},{"source":1258,"target":1278},{"source":1277,"target":1279},{"source":1277,"target":1258},{"source":1278,"target":1280},{"source":1278,"target":1258},{"source":1280,"target":1281},{"source":1280,"target":1282},{"source":1259,"target":571},{"source":1259,"target":1283},{"source":1259,"target":57},{"source":1283,"target":571},{"source":59,"target":19},{"source":59,"target":1284},{"source":59,"target":57},{"source":59,"target":26},{"source":1284,"target":19},{"source":1056,"target":1020},{"source":1056,"target":1285},{"source":1056,"target":57},{"source":1056,"target":1050},{"source":1285,"target":1020},{"source":1260,"target":355},{"source":1260,"target":1286},{"source":1260,"target":57},{"source":1286,"target":355},{"source":1261,"target":917},{"source":60,"target":1038},{"source":60,"target":917},{"source":60,"target":1287},{"source":60,"target":1288},{"source":60,"target":1289},{"source":60,"target":1058},{"source":60,"target":1290},{"source":60,"target":1291},{"source":60,"target":62},{"source":60,"target":1292},{"source":1287,"target":1293},{"source":1287,"target":60},{"source":1287,"target":1294},{"source":1287,"target":1295},{"source":1294,"target":1296},{"source":1294,"target":1287},{"source":1295,"target":1297},{"source":1295,"target":1287},{"source":1297,"target":1298},{"source":1297,"target":1299},{"source":1288,"target":1300},{"source":1288,"target":60},{"source":1288,"target":1301},{"source":1288,"target":1302},{"source":1301,"target":1303},{"source":1301,"target":1288},{"source":1302,"target":1304},{"source":1302,"target":1288},{"source":1304,"target":1305},{"source":1304,"target":1306},{"source":1289,"target":1307},{"source":1289,"target":60},{"source":1289,"target":1308},{"source":1289,"target":1309},{"source":1308,"target":1310},{"source":1308,"target":1289},{"source":1309,"target":1311},{"source":1309,"target":1289},{"source":1311,"target":1312},{"source":1311,"target":1313},{"source":1058,"target":1020},{"source":1058,"target":1314},{"source":1058,"target":60},{"source":1058,"target":1051},{"source":1314,"target":1020},{"source":1290,"target":103},{"source":1290,"target":1315},{"source":1290,"target":60},{"source":1315,"target":103},{"source":1291,"target":676},{"source":1291,"target":1316},{"source":1291,"target":60},{"source":1316,"target":676},{"source":62,"target":19},{"source":62,"target":1317},{"source":62,"target":60},{"source":62,"target":27},{"source":1317,"target":19},{"source":1292,"target":917},{"source":63,"target":1038},{"source":63,"target":1318},{"source":63,"target":65},{"source":63,"target":1319},{"source":63,"target":1054},{"source":1318,"target":1320},{"source":1318,"target":63},{"source":1318,"target":1321},{"source":1318,"target":1322},{"source":1321,"target":1323},{"source":1321,"target":1318},{"source":1322,"target":1324},{"source":1322,"target":1318},{"source":1324,"target":1325},{"source":1324,"target":1326},{"source":65,"target":19},{"source":65,"target":1327},{"source":65,"target":63},{"source":65,"target":28},{"source":1327,"target":19},{"source":1319,"target":864},{"source":1319,"target":1328},{"source":1319,"target":63},{"source":1328,"target":864},{"source":1054,"target":1020},{"source":1054,"target":1329},{"source":1054,"target":63},{"source":1054,"target":1049},{"source":1329,"target":1020},{"source":1039,"target":1330},{"source":1039,"target":1331},{"source":1039,"target":1175},{"source":1039,"target":10},{"source":1330,"target":1039},{"source":1330,"target":1175},{"source":1330,"target":1022},{"source":1330,"target":1332},{"source":1330,"target":1333},{"source":1330,"target":1334},{"source":1330,"target":1335},{"source":1330,"target":1336},{"source":1330,"target":1337},{"source":1330,"target":1338},{"source":1332,"target":1339},{"source":1332,"target":1330},{"source":1332,"target":1340},{"source":1332,"target":1341},{"source":1340,"target":1342},{"source":1340,"target":1332},{"source":1341,"target":1343},{"source":1341,"target":1332},{"source":1343,"target":1344},{"source":1343,"target":1345},{"source":1333,"target":1346},{"source":1333,"target":1330},{"source":1333,"target":1347},{"source":1333,"target":1348},{"source":1347,"target":1349},{"source":1347,"target":1333},{"source":1348,"target":1350},{"source":1348,"target":1333},{"source":1350,"target":1351},{"source":1350,"target":1352},{"source":1334,"target":1353},{"source":1334,"target":1330},{"source":1334,"target":1354},{"source":1334,"target":1355},{"source":1354,"target":1356},{"source":1354,"target":1334},{"source":1355,"target":1357},{"source":1355,"target":1334},{"source":1357,"target":1358},{"source":1357,"target":1359},{"source":1335,"target":1330},{"source":1335,"target":1360},{"source":1335,"target":1330},{"source":1360,"target":1330},{"source":1336,"target":1331},{"source":1336,"target":1361},{"source":1336,"target":1330},{"source":1336,"target":1362},{"source":1361,"target":1331},{"source":1337,"target":1175},{"source":1338,"target":1022},{"source":1331,"target":1039},{"source":1331,"target":1020},{"source":1331,"target":1363},{"source":1331,"target":1364},{"source":1331,"target":1362},{"source":1331,"target":1365},{"source":1363,"target":1366},{"source":1363,"target":1331},{"source":1363,"target":1367},{"source":1363,"target":1368},{"source":1367,"target":1369},{"source":1367,"target":1363},{"source":1368,"target":1370},{"source":1368,"target":1363},{"source":1370,"target":1371},{"source":1370,"target":1372},{"source":1364,"target":1330},{"source":1364,"target":1373},{"source":1364,"target":1331},{"source":1373,"target":1330},{"source":1362,"target":1330},{"source":1362,"target":1374},{"source":1362,"target":1331},{"source":1362,"target":1336},{"source":1374,"target":1330},{"source":1365,"target":1020},{"source":1175,"target":1039},{"source":1175,"target":108},{"source":1175,"target":1375},{"source":1175,"target":1376},{"source":1375,"target":690},{"source":1375,"target":1377},{"source":1375,"target":1175},{"source":1377,"target":690},{"source":1376,"target":108},{"source":11,"target":1378},{"source":11,"target":1379},{"source":11,"target":929},{"source":11,"target":1380},{"source":11,"target":1381},{"source":11,"target":0},{"source":1378,"target":11},{"source":1378,"target":1382},{"source":1378,"target":1383},{"source":1378,"target":1384},{"source":1382,"target":569},{"source":1382,"target":1385},{"source":1382,"target":1378},{"source":1385,"target":569},{"source":1383,"target":109},{"source":1383,"target":1386},{"source":1383,"target":1378},{"source":1386,"target":109},{"source":1384,"target":1379},{"source":1384,"target":1387},{"source":1384,"target":1378},{"source":1384,"target":1388},{"source":1387,"target":1379},{"source":1379,"target":11},{"source":1379,"target":108},{"source":1379,"target":1389},{"source":1379,"target":1390},{"source":1379,"target":1391},{"source":1379,"target":1388},{"source":1379,"target":1392},{"source":1389,"target":1393},{"source":1389,"target":1379},{"source":1389,"target":1394},{"source":1389,"target":1395},{"source":1394,"target":1396},{"source":1394,"target":1389},{"source":1395,"target":1397},{"source":1395,"target":1389},{"source":1397,"target":1398},{"source":1397,"target":1399},{"source":1390,"target":929},{"source":1390,"target":1400},{"source":1390,"target":1379},{"source":1390,"target":1401},{"source":1400,"target":929},{"source":1391,"target":1402},{"source":1391,"target":1403},{"source":1391,"target":1379},{"source":1391,"target":1404},{"source":1403,"target":1402},{"source":1388,"target":1378},{"source":1388,"target":1405},{"source":1388,"target":1379},{"source":1388,"target":1384},{"source":1405,"target":1378},{"source":1392,"target":108},{"source":929,"target":11},{"source":929,"target":1406},{"source":929,"target":1407},{"source":929,"target":931},{"source":929,"target":1401},{"source":1406,"target":569},{"source":1406,"target":1408},{"source":1406,"target":929},{"source":1408,"target":569},{"source":1407,"target":109},{"source":1407,"target":1409},{"source":1407,"target":929},{"source":1409,"target":109},{"source":931,"target":386},{"source":931,"target":1410},{"source":931,"target":929},{"source":931,"target":912},{"source":1410,"target":386},{"source":1401,"target":1379},{"source":1401,"target":1411},{"source":1401,"target":929},{"source":1401,"target":1390},{"source":1411,"target":1379},{"source":1380,"target":1412},{"source":1380,"target":72},{"source":1380,"target":1413},{"source":1380,"target":11},{"source":1412,"target":1380},{"source":1412,"target":72},{"source":1412,"target":1414},{"source":1412,"target":1415},{"source":1414,"target":1416},{"source":1414,"target":1412},{"source":1414,"target":1417},{"source":1414,"target":1418},{"source":1417,"target":1419},{"source":1417,"target":1414},{"source":1418,"target":1420},{"source":1418,"target":1414},{"source":1420,"target":1421},{"source":1420,"target":1422},{"source":1415,"target":72},{"source":72,"target":1380},{"source":72,"target":1378},{"source":72,"target":74},{"source":72,"target":1423},{"source":74,"target":19},{"source":74,"target":1424},{"source":74,"target":72},{"source":74,"target":31},{"source":1424,"target":19},{"source":1423,"target":1378},{"source":1413,"target":1380},{"source":1413,"target":72},{"source":1413,"target":1425},{"source":1413,"target":1426},{"source":1425,"target":171},{"source":1425,"target":1427},{"source":1425,"target":1413},{"source":1427,"target":171},{"source":1426,"target":72},{"source":1381,"target":1011},{"source":1381,"target":11},{"source":1011,"target":1381},{"source":1011,"target":1378},{"source":1011,"target":1428},{"source":1011,"target":1429},{"source":1011,"target":1430},{"source":1011,"target":1013},{"source":1011,"target":1431},{"source":1428,"target":1432},{"source":1428,"target":1011},{"source":1428,"target":1433},{"source":1428,"target":1434},{"source":1433,"target":1435},{"source":1433,"target":1428},{"source":1434,"target":1436},{"source":1434,"target":1428},{"source":1436,"target":1437},{"source":1436,"target":1438},{"source":1429,"target":1439},{"source":1429,"target":1011},{"source":1429,"target":1440},{"source":1429,"target":1441},{"source":1440,"target":1442},{"source":1440,"target":1429},{"source":1441,"target":1443},{"source":1441,"target":1429},{"source":1443,"target":1444},{"source":1443,"target":1445},{"source":1430,"target":1446},{"source":1430,"target":1011},{"source":1430,"target":1447},{"source":1430,"target":1448},{"source":1447,"target":1449},{"source":1447,"target":1430},{"source":1448,"target":1450},{"source":1448,"target":1430},{"source":1450,"target":1451},{"source":1450,"target":1452},{"source":1013,"target":951},{"source":1013,"target":1453},{"source":1013,"target":1011},{"source":1013,"target":1001},{"source":1453,"target":951},{"source":1431,"target":1378},{"source":12,"target":1402},{"source":12,"target":0},{"source":1402,"target":12},{"source":1402,"target":108},{"source":1402,"target":105},{"source":1402,"target":1454},{"source":1402,"target":1404},{"source":1402,"target":1455},{"source":1402,"target":1456},{"source":1454,"target":1457},{"source":1454,"target":1402},{"source":1454,"target":1458},{"source":1454,"target":1459},{"source":1458,"target":1460},{"source":1458,"target":1454},{"source":1459,"target":1461},{"source":1459,"target":1454},{"source":1461,"target":1462},{"source":1461,"target":1463},{"source":1404,"target":1379},{"source":1404,"target":1464},{"source":1404,"target":1402},{"source":1404,"target":1391},{"source":1464,"target":1379},{"source":1455,"target":108},{"source":1456,"target":105},{"source":13,"target":1465},{"source":13,"target":1466},{"source":13,"target":1467},{"source":13,"target":93},{"source":13,"target":90},{"source":13,"target":0},{"source":1465,"target":13},{"source":1465,"target":106},{"source":1465,"target":1468},{"source":1465,"target":1469},{"source":1465,"target":1470},{"source":1468,"target":1466},{"source":1468,"target":1471},{"source":1468,"target":1465},{"source":1468,"target":1472},{"source":1471,"target":1466},{"source":1469,"target":1467},{"source":1469,"target":1473},{"source":1469,"target":1465},{"source":1469,"target":1474},{"source":1473,"target":1467},{"source":1470,"target":106},{"source":1466,"target":13},{"source":1466,"target":108},{"source":1466,"target":1475},{"source":1466,"target":1476},{"source":1466,"target":1472},{"source":1466,"target":1477},{"source":1475,"target":1467},{"source":1475,"target":1478},{"source":1475,"target":1466},{"source":1478,"target":1467},{"source":1476,"target":90},{"source":1476,"target":1479},{"source":1476,"target":1466},{"source":1476,"target":1480},{"source":1479,"target":90},{"source":1472,"target":1465},{"source":1472,"target":1481},{"source":1472,"target":1466},{"source":1472,"target":1468},{"source":1481,"target":1465},{"source":1477,"target":108},{"source":1467,"target":13},{"source":1467,"target":108},{"source":1467,"target":1482},{"source":1467,"target":1474},{"source":1467,"target":1483},{"source":1467,"target":1484},{"source":1467,"target":1485},{"source":1482,"target":93},{"source":1482,"target":1486},{"source":1482,"target":1467},{"source":1482,"target":1487},{"source":1486,"target":93},{"source":1474,"target":1465},{"source":1474,"target":1488},{"source":1474,"target":1467},{"source":1474,"target":1469},{"source":1488,"target":1465},{"source":1483,"target":1467},{"source":1483,"target":1489},{"source":1483,"target":1467},{"source":1483,"target":1484},{"source":1489,"target":1467},{"source":1484,"target":1467},{"source":1484,"target":1490},{"source":1484,"target":1467},{"source":1484,"target":1483},{"source":1490,"target":1467},{"source":1485,"target":108},{"source":93,"target":13},{"source":93,"target":1491},{"source":93,"target":1492},{"source":93,"target":1493},{"source":93,"target":1494},{"source":93,"target":1495},{"source":93,"target":95},{"source":93,"target":1496},{"source":93,"target":1487},{"source":93,"target":1497},{"source":1491,"target":1498},{"source":1491,"target":93},{"source":1492,"target":1499},{"source":1492,"target":93},{"source":1493,"target":1500},{"source":1493,"target":93},{"source":1494,"target":867},{"source":1494,"target":1501},{"source":1494,"target":93},{"source":1501,"target":867},{"source":1495,"target":864},{"source":1495,"target":1502},{"source":1495,"target":93},{"source":1502,"target":864},{"source":95,"target":19},{"source":95,"target":1503},{"source":95,"target":93},{"source":95,"target":38},{"source":1503,"target":19},{"source":1496,"target":1504},{"source":1496,"target":93},{"source":1487,"target":1467},{"source":1487,"target":1505},{"source":1487,"target":93},{"source":1487,"target":1482},{"source":1505,"target":1467},{"source":90,"target":13},{"source":90,"target":1480},{"source":90,"target":1506},{"source":90,"target":1507},{"source":90,"target":97},{"source":90,"target":92},{"source":90,"target":1508},{"source":1480,"target":1466},{"source":1480,"target":1509},{"source":1480,"target":90},{"source":1480,"target":1476},{"source":1509,"target":1466},{"source":1506,"target":1510},{"source":1506,"target":90},{"source":1507,"target":868},{"source":1507,"target":1511},{"source":1507,"target":90},{"source":1511,"target":868},{"source":97,"target":19},{"source":97,"target":1512},{"source":97,"target":90},{"source":97,"target":39},{"source":1512,"target":19},{"source":92,"target":19},{"source":92,"target":1513},{"source":92,"target":90},{"source":92,"target":37},{"source":1513,"target":19},{"source":14,"target":1514},{"source":14,"target":1515},{"source":14,"target":0},{"source":1514,"target":14},{"source":1514,"target":108},{"source":1514,"target":1516},{"source":1514,"target":1517},{"source":1514,"target":1518},{"source":1514,"target":1519},{"source":1514,"target":1520},{"source":1514,"target":1521},{"source":1516,"target":1522},{"source":1516,"target":1514},{"source":1516,"target":1523},{"source":1516,"target":1524},{"source":1523,"target":1525},{"source":1523,"target":1516},{"source":1524,"target":1526},{"source":1524,"target":1516},{"source":1526,"target":1527},{"source":1526,"target":1528},{"source":1517,"target":1467},{"source":1517,"target":1529},{"source":1517,"target":1514},{"source":1529,"target":1467},{"source":1518,"target":171},{"source":1518,"target":1530},{"source":1518,"target":1514},{"source":1530,"target":171},{"source":1519,"target":1515},{"source":1519,"target":1531},{"source":1519,"target":1514},{"source":1519,"target":1532},{"source":1531,"target":1515},{"source":1520,"target":160},{"source":1520,"target":1533},{"source":1520,"target":1514},{"source":1533,"target":160},{"source":1521,"target":108},{"source":1515,"target":14},{"source":1515,"target":108},{"source":1515,"target":1534},{"source":1515,"target":1535},{"source":1515,"target":1536},{"source":1515,"target":1537},{"source":1515,"target":1532},{"source":1515,"target":1538},{"source":1534,"target":1539},{"source":1534,"target":1515},{"source":1534,"target":1540},{"source":1534,"target":1541},{"source":1540,"target":1542},{"source":1540,"target":1534},{"source":1541,"target":1543},{"source":1541,"target":1534},{"source":1543,"target":1544},{"source":1543,"target":1545},{"source":1535,"target":1546},{"source":1535,"target":1515},{"source":1535,"target":1547},{"source":1535,"target":1548},{"source":1547,"target":1549},{"source":1547,"target":1535},{"source":1548,"target":1550},{"source":1548,"target":1535},{"source":1550,"target":1551},{"source":1550,"target":1552},{"source":1536,"target":1465},{"source":1536,"target":1553},{"source":1536,"target":1515},{"source":1553,"target":1465},{"source":1537,"target":1402},{"source":1537,"target":1554},{"source":1537,"target":1515},{"source":1554,"target":1402},{"source":1532,"target":1514},{"source":1532,"target":1555},{"source":1532,"target":1515},{"source":1532,"target":1519},{"source":1555,"target":1514},{"source":1538,"target":108},{"source":15,"target":1556},{"source":15,"target":0},{"source":1556,"target":15},{"source":1556,"target":105},{"source":1556,"target":384},{"source":1556,"target":1557},{"source":1556,"target":1558},{"source":1557,"target":105},{"source":1558,"target":384},{"source":16,"target":1559},{"source":16,"target":1560},{"source":16,"target":1561},{"source":16,"target":1562},{"source":16,"target":0},{"source":1559,"target":16},{"source":1559,"target":105},{"source":1559,"target":562},{"source":1559,"target":1563},{"source":1559,"target":1564},{"source":1563,"target":105},{"source":1564,"target":562},{"source":1560,"target":16},{"source":1560,"target":1565},{"source":1565,"target":1559},{"source":1565,"target":1566},{"source":1565,"target":1560},{"source":1566,"target":1559},{"source":1561,"target":16},{"source":1561,"target":1032},{"source":1561,"target":1567},{"source":1567,"target":1032},{"source":1562,"target":16},{"source":1562,"target":63},{"source":1562,"target":1568},{"source":1562,"target":1569},{"source":1568,"target":868},{"source":1568,"target":1570},{"source":1568,"target":1562},{"source":1570,"target":868},{"source":1569,"target":63}],"multigraph":true}
ecore
iot
repo-ecore-all/data/diverse-project/melange-examples/IoT2/fr.inria.diverse.iot2.model/model/IoT2.ecore
iot2 System name components boards sketch Board name type components Sketch activity HWComponent name services Sensor Actuator Activity OperationDef BoardType RaspberryPi RaspberryPi Arduino Arduino BeagleBoard BeagleBoard
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="iot2" nsURI="http://iot2-melange/" nsPrefix="iot2"> <eClassifiers xsi:type="ecore:EClass" name="System"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//HWComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1" eType="#//Board" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sketch" eType="#//Sketch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Board"> <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="#//BoardType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//HWComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sketch"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HWComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//OperationDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sensor" eSuperTypes="#//HWComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Actuator" eSuperTypes="#//HWComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Activity"/> <eClassifiers xsi:type="ecore:EClass" name="OperationDef"/> <eClassifiers xsi:type="ecore:EEnum" name="BoardType"> <eLiterals name="RaspberryPi"/> <eLiterals name="Arduino" value="1"/> <eLiterals name="BeagleBoard" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"iot2","nsURI":"http://iot2-melange/","name":"iot2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","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":"Sketch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWComponent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoardType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketch","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"RaspberryPi","id":32,"value":0,"literal":"RaspberryPi","eClass":"EEnumLiteral"},{"name":"Arduino","id":33,"value":1,"literal":"Arduino","eClass":"EEnumLiteral"},{"name":"BeagleBoard","id":34,"value":2,"literal":"BeagleBoard","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":14},{"source":10,"target":1},{"source":11,"target":4},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":4},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":2},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":2},{"source":19,"target":9},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":9},{"source":20,"target":4},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":24},{"source":24,"target":7},{"source":24,"target":25},{"source":24,"target":3},{"source":25,"target":7},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":28},{"source":26,"target":4},{"source":27,"target":8},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":8},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":30},{"source":30,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":31,"target":4},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":32},{"source":9,"target":33},{"source":9,"target":34},{"source":32,"target":9},{"source":33,"target":9},{"source":34,"target":9}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/schwichti/astro/de.upb.dbis.owls/model/PetriNet.ecore
petrinet Node Arc source target PetriNet places arcs transitions Place Transition Identifyable id
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet" nsURI="petrinet" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Identifyable"/> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//Identifyable"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Identifyable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"petrinet","name":"petrinet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifyable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","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":"arcs","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":7,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":1},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":1},{"source":9,"target":1},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":1},{"source":10,"target":6},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":3},{"source":16,"target":1},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":2},{"source":15,"target":5},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":5},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":19},{"source":19,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":20},{"source":20,"target":1},{"source":6,"target":0},{"source":6,"target":21},{"source":21,"target":22},{"source":21,"target":6}],"multigraph":true}
ecore
library
repo-ecore-all/data/eclipse/emf.texo/tests/org.eclipse.emf.texo.modelgenerator.test/models/samples/library.ecore
library Book title pages 100 category ScienceFiction author Library name writers books Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http://www.eclipse.org/emf/texo/test/model/samples/library" nsPrefix="library"> <eAnnotations source="texo.java.annotation"> <details key="type" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;type&quot;)"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="identifiable.ecore#//Identifiable"> <eAnnotations source="texo.java.annotation"> <details key="type" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;test&quot;)"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="title" value="${title} (${pages}) - ${category}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="texo.java.annotation"> <details key="field" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;field&quot;)&#xA;@org.eclipse.emf.texo.test.models.annotations.TestAnnotationTwo(&quot;field&quot;)"/> </eAnnotations> <eAnnotations source="org.eclipse.emf.texo"> <details key="id" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"> <eAnnotations source="texo.java.annotation"> <details key="getter" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;getter&quot;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" defaultValueLiteral="ScienceFiction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" unsettable="true" eOpposite="#//Writer/books"> <eAnnotations source="texo.java.annotation"> <details key="setter" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;setter&quot;)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="identifiable.ecore#//Identifiable"> <eAnnotations source="texo.java.annotation"> <details key="type" value="@orgeclipseemftexo.OneDotAnnotation(&quot;test&quot;)"/> </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="writers" upperBound="-1" eType="#//Writer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="org.eclipse.emf.texo"> <details key="title" value="true"/> <details key="id" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" resolveProxies="false" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eAnnotations source="texo.java.annotation"> <details key="type" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne(&quot;enum&quot;)"/> </eAnnotations> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"http://www.eclipse.org/emf/texo/test/model/samples/library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ScienceFiction","unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"name":"Mystery","id":26,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":27,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":28,"value":2,"literal":"Biography","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":4},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":4},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":1},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":14},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":14,"target":1},{"source":14,"target":25},{"source":14,"target":3},{"source":14,"target":8},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":4},{"source":27,"target":4},{"source":28,"target":4}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/epsilonlabs/epsilonlabs/StaticAnalysis/org.eclipse.epsilon.static.analysis.tests/xml_driver/EOL.ecore
eol EOLElement container uri region IModel name aliases driver iMetamodelDriver iPackages IPackage iPackageDriver name nsURI nsPrefix subPackages TextRegion start end TextPosition line column EOLLibraryModule name imports iModels modelDeclarations operations EOLProgram block Import importedModule imported Block statements AnnotationBlock ExpressionOrStatementBlock block expression OperationDefinition contextType returnType annotationBlock body name parameters self result dependingOperationDefinitions Expression resolvedType OperatorExpression UnaryOperatorExpression expression NotOperatorExpression NegativeOperatorExpression BinaryOperatorExpression lhs rhs LogicalOperatorExpression AndOperatorExpression XorOperatorExpression OrOperatorExpression ImpliesOperatorExpression ArithmeticOperatorExpression DivideOperatorExpression MultiplyOperatorExpression MinusOperatorExpression PlusOperatorExpression ComparisonOperatorExpression GreaterThanOrEqualToOperatorExpression GreaterThanOperatorExpression LessThanOrEqualToOperatorExpression LessThanOperatorExpression NotEqualsOperatorExpression EqualsOperatorExpression VariableDeclarationExpression create name parameters references FormalParameterExpression NameExpression name resolvedContent isType FeatureCallExpression target isArrow false MethodCallExpression arguments method resolvedOperationDefinition PropertyCallExpression extended property FOLMethodCallExpression iterator condition method resolvedFOLDefinition KeyValueExpression key value ModelDeclarationParameter NewExpression typeName parameters MapExpression keyValues CollectionExpression contents parameterList PrimitiveExpression ComparableExpression SummableExpression StringExpression value BooleanExpression value RealExpression value IntegerExpression value BagExpression SetExpression OrderedSetExpression SequenceExpression OrderedCollection UniqueCollection EnumerationLiteralExpression literal enumeration iModel model CollectionInitialisationExpression ExpressionRange start end ExpressionList expressions Statement TransactionStatement names body ExpressionStatement expression SwitchStatement expression cases default SwitchCaseStatement body SwitchCaseDefaultStatement SwitchCaseExpressionStatement expression IfStatement condition ifBody elseBody ForStatement iterator condition body WhileStatement condition body ReturnStatement expression ThrowStatement expression DeleteStatement expression AssignmentStatement lhs rhs SpecialAssignmentStatement ContinueStatement AbortStatement BreakStatement BreakAllStatement AnnotationStatement name SimpleAnnotationStatement values ExecutableAnnotationStatement expression ModelDeclarationStatement name driver alias imodel parameters Type AnyType dynamicTypes declared ModelType resolvedIModel ModelElementType modelName elementName resolvedIModel resolvedModelDeclaration modelType resolvedIPackage PseudoType SelfType SelfContentType SelfInnermostContentType MapType keyType valueType NativeType expression VoidType InvalidType CollectionType contentType BagType OrderedCollectionType UniqueCollectionType SetType OrderedSetType SequenceType PrimitiveType ComparablePrimitiveType SummablePrimitiveType BooleanType RealType IntegerType StringType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eol" nsURI="http://www.eclipse.org/epsilon/eol" nsPrefix="eol"> <eAnnotations source="emf.gen"> <details key="classPackageSuffix" value="metamodel.impl"/> <details key="utilityPackageSuffix" value="metamodel.util"/> <details key="metaDataPackageSuffix" value="metamodel"/> <details key="interfacePackageSuffix" value="metamodel"/> <details key="basePackage" value="org.eclipse.epsilon"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//EOLElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//TextRegion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IModel" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aliases" upperBound="-1" eType="#//NameExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="driver" lowerBound="1" eType="#//NameExpression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iMetamodelDriver" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iPackages" upperBound="-1" eType="#//IPackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPackage" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iPackageDriver" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <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="nsURI" eType="#//StringExpression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subPackages" upperBound="-1" eType="#//IPackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextRegion" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//TextPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//TextPosition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextPosition" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOLLibraryModule" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iModels" upperBound="-1" eType="#//IModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelDeclarations" upperBound="-1" eType="#//ModelDeclarationStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//OperationDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOLProgram" eSuperTypes="#//EOLLibraryModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" lowerBound="1" eType="#//EOLLibraryModule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imported" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationBlock" eSuperTypes="#//Block"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionOrStatementBlock" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationDefinition" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationBlock" eType="#//AnnotationBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependingOperationDefinitions" upperBound="-1" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedType" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NegativeOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AndOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XorOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OrOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ImpliesOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DivideOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplyOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MinusOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PlusOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ComparisonOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqualToOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqualToOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqualsOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualsOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="create" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//NameExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterExpression" eSuperTypes="#//VariableDeclarationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NameExpression" eSuperTypes="#//Expression"> <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="resolvedContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isArrow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedOperationDefinition" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extended" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FOLMethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFOLDefinition" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyValueExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationParameter" eSuperTypes="#//KeyValueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyValues" upperBound="-1" eType="#//KeyValueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//CollectionInitialisationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ComparableExpression" abstract="true" eSuperTypes="#//PrimitiveExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SummableExpression" abstract="true" eSuperTypes="#//PrimitiveExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//PrimitiveExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SetExpression" eSuperTypes="#//UniqueCollection"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExpression" eSuperTypes="#//OrderedCollection #//UniqueCollection"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExpression" eSuperTypes="#//OrderedCollection"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedCollection" abstract="true" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueCollection" abstract="true" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteralExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iModel" eType="#//IModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionInitialisationExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionRange" eSuperTypes="#//CollectionInitialisationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="#//CollectionInitialisationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//EOLElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransactionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//SwitchCaseExpressionStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//SwitchCaseDefaultStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseDefaultStatement" eSuperTypes="#//SwitchCaseStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseExpressionStatement" eSuperTypes="#//SwitchCaseStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifBody" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialAssignmentStatement" eSuperTypes="#//AssignmentStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AbortStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BreakAllStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAnnotationStatement" eSuperTypes="#//AnnotationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//StringExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableAnnotationStatement" eSuperTypes="#//AnnotationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="driver" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alias" upperBound="-1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imodel" lowerBound="1" eType="#//IModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ModelDeclarationParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//EOLElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicTypes" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declared" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedIModel" lowerBound="1" eType="#//IModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedIModel" lowerBound="1" eType="#//IModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelDeclaration" lowerBound="1" eType="#//ModelDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedIPackage" eType="#//IPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PseudoType" abstract="true" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="SelfType" eSuperTypes="#//PseudoType"/> <eClassifiers xsi:type="ecore:EClass" name="SelfContentType" eSuperTypes="#//PseudoType"/> <eClassifiers xsi:type="ecore:EClass" name="SelfInnermostContentType" eSuperTypes="#//PseudoType"/> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" eType="#//AnyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="#//AnyType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentType" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedCollectionType" abstract="true" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueCollectionType" abstract="true" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//UniqueCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//UniqueCollectionType #//OrderedCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//OrderedCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="ComparablePrimitiveType" abstract="true" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="SummablePrimitiveType" abstract="true" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//ComparablePrimitiveType #//SummablePrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//RealType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//ComparablePrimitiveType #//SummablePrimitiveType"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"eol","nsURI":"http://www.eclipse.org/epsilon/eol","name":"eol","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextRegion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextPosition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLLibraryModule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLProgram","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationBlock","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionOrStatementBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDefinition","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":"OperatorExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperatorExpression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperatorExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeOperatorExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperatorExpression","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperatorExpression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperatorExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorOperatorExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperatorExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImpliesOperatorExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticOperatorExpression","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideOperatorExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyOperatorExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusOperatorExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperatorExpression","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOperatorExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOperatorExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualsOperatorExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsOperatorExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpression","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCallExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FOLMethodCallExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValueExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationParameter","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExpression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparableExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummableExpression","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedCollection","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCollection","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionInitialisationExpression","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionRange","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransactionStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseStatement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseDefaultStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseExpressionStatement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialAssignmentStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakAllStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnnotationStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableAnnotationStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoType","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfContentType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfInnermostContentType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedCollectionType","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCollectionType","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparablePrimitiveType","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummablePrimitiveType","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","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":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aliases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"driver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iMetamodelDriver","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iPackageDriver","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"lowerBound":1,"iD":false,"id":147,"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":"column","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iModels","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":"modelDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imported","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationBlock","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependingOperationDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resolvedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"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":240,"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":"resolvedContent","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"isType","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":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":247,"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":"isArrow","changeable":true,"lowerBound":1,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedOperationDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedFOLDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"value","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyValues","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":"default","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifBody","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elseBody","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"driver","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":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"container":false,"ordered":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":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declared","changeable":true,"lowerBound":1,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedIModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":1,"iD":false,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedIModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedModelDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelType","changeable":true,"lowerBound":1,"iD":false,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedIPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":1,"target":0},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":114,"target":1},{"source":114,"target":117},{"source":114,"target":1},{"source":117,"target":1},{"source":115,"target":118},{"source":115,"target":1},{"source":116,"target":4},{"source":116,"target":119},{"source":116,"target":1},{"source":119,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":2,"target":125},{"source":120,"target":38},{"source":120,"target":126},{"source":120,"target":2},{"source":126,"target":38},{"source":121,"target":38},{"source":121,"target":127},{"source":121,"target":2},{"source":127,"target":38},{"source":122,"target":38},{"source":122,"target":128},{"source":122,"target":2},{"source":128,"target":38},{"source":123,"target":129},{"source":123,"target":2},{"source":124,"target":3},{"source":124,"target":130},{"source":124,"target":2},{"source":130,"target":3},{"source":125,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":131,"target":137},{"source":131,"target":3},{"source":132,"target":138},{"source":132,"target":3},{"source":133,"target":51},{"source":133,"target":139},{"source":133,"target":3},{"source":139,"target":51},{"source":134,"target":140},{"source":134,"target":3},{"source":135,"target":3},{"source":135,"target":141},{"source":135,"target":3},{"source":141,"target":3},{"source":136,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":142,"target":5},{"source":142,"target":145},{"source":142,"target":4},{"source":145,"target":5},{"source":143,"target":5},{"source":143,"target":146},{"source":143,"target":4},{"source":146,"target":5},{"source":144,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":147},{"source":5,"target":148},{"source":5,"target":149},{"source":147,"target":150},{"source":147,"target":5},{"source":148,"target":151},{"source":148,"target":5},{"source":149,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":152,"target":158},{"source":152,"target":6},{"source":153,"target":8},{"source":153,"target":159},{"source":153,"target":6},{"source":159,"target":8},{"source":154,"target":2},{"source":154,"target":160},{"source":154,"target":6},{"source":160,"target":2},{"source":155,"target":87},{"source":155,"target":161},{"source":155,"target":6},{"source":161,"target":87},{"source":156,"target":12},{"source":156,"target":162},{"source":156,"target":6},{"source":162,"target":12},{"source":157,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":163},{"source":7,"target":164},{"source":163,"target":9},{"source":163,"target":165},{"source":163,"target":7},{"source":165,"target":9},{"source":164,"target":6},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":166,"target":6},{"source":166,"target":169},{"source":166,"target":8},{"source":169,"target":6},{"source":167,"target":170},{"source":167,"target":8},{"source":168,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":171},{"source":9,"target":172},{"source":171,"target":65},{"source":171,"target":173},{"source":171,"target":9},{"source":173,"target":65},{"source":172,"target":1},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":174},{"source":174,"target":9},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":175,"target":9},{"source":175,"target":178},{"source":175,"target":11},{"source":178,"target":9},{"source":176,"target":13},{"source":176,"target":179},{"source":176,"target":11},{"source":179,"target":13},{"source":177,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"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":180,"target":88},{"source":180,"target":190},{"source":180,"target":12},{"source":190,"target":88},{"source":181,"target":88},{"source":181,"target":191},{"source":181,"target":12},{"source":191,"target":88},{"source":182,"target":10},{"source":182,"target":192},{"source":182,"target":12},{"source":192,"target":10},{"source":183,"target":9},{"source":183,"target":193},{"source":183,"target":12},{"source":193,"target":9},{"source":184,"target":38},{"source":184,"target":194},{"source":184,"target":12},{"source":194,"target":38},{"source":185,"target":37},{"source":185,"target":195},{"source":185,"target":12},{"source":195,"target":37},{"source":186,"target":36},{"source":186,"target":196},{"source":186,"target":12},{"source":196,"target":36},{"source":187,"target":36},{"source":187,"target":197},{"source":187,"target":12},{"source":197,"target":36},{"source":188,"target":12},{"source":188,"target":198},{"source":188,"target":12},{"source":198,"target":12},{"source":189,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":199},{"source":13,"target":200},{"source":199,"target":88},{"source":199,"target":201},{"source":199,"target":13},{"source":201,"target":88},{"source":200,"target":1},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":202},{"source":202,"target":13},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":203},{"source":15,"target":204},{"source":203,"target":13},{"source":203,"target":205},{"source":203,"target":15},{"source":205,"target":13},{"source":204,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":206},{"source":206,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":207},{"source":207,"target":15},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":208},{"source":18,"target":209},{"source":18,"target":210},{"source":208,"target":13},{"source":208,"target":211},{"source":208,"target":18},{"source":211,"target":13},{"source":209,"target":13},{"source":209,"target":212},{"source":209,"target":18},{"source":212,"target":13},{"source":210,"target":14},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":213},{"source":213,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":214},{"source":214,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":215},{"source":215,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":216},{"source":216,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":217},{"source":217,"target":19},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":218},{"source":218,"target":18},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":219},{"source":219,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":220},{"source":220,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":221},{"source":221,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":222},{"source":222,"target":24},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":223},{"source":223,"target":18},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":224},{"source":224,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":225},{"source":225,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":226},{"source":226,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":227},{"source":227,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":228},{"source":228,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":229},{"source":229,"target":29},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":230},{"source":36,"target":231},{"source":36,"target":232},{"source":36,"target":233},{"source":36,"target":234},{"source":230,"target":235},{"source":230,"target":36},{"source":231,"target":38},{"source":231,"target":236},{"source":231,"target":36},{"source":236,"target":38},{"source":232,"target":13},{"source":232,"target":237},{"source":232,"target":36},{"source":237,"target":13},{"source":233,"target":38},{"source":233,"target":238},{"source":233,"target":36},{"source":238,"target":38},{"source":234,"target":13},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":239},{"source":239,"target":36},{"source":38,"target":0},{"source":38,"target":13},{"source":38,"target":240},{"source":38,"target":241},{"source":38,"target":242},{"source":38,"target":243},{"source":240,"target":244},{"source":240,"target":38},{"source":241,"target":245},{"source":241,"target":38},{"source":242,"target":246},{"source":242,"target":38},{"source":243,"target":13},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":247},{"source":39,"target":248},{"source":39,"target":249},{"source":247,"target":13},{"source":247,"target":250},{"source":247,"target":39},{"source":250,"target":13},{"source":248,"target":251},{"source":248,"target":39},{"source":249,"target":13},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":252},{"source":40,"target":253},{"source":40,"target":254},{"source":40,"target":255},{"source":252,"target":13},{"source":252,"target":256},{"source":252,"target":40},{"source":256,"target":13},{"source":253,"target":38},{"source":253,"target":257},{"source":253,"target":40},{"source":257,"target":38},{"source":254,"target":12},{"source":254,"target":258},{"source":254,"target":40},{"source":258,"target":12},{"source":255,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":259},{"source":41,"target":260},{"source":41,"target":261},{"source":259,"target":262},{"source":259,"target":41},{"source":260,"target":38},{"source":260,"target":263},{"source":260,"target":41},{"source":263,"target":38},{"source":261,"target":39},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":264},{"source":42,"target":265},{"source":42,"target":266},{"source":42,"target":267},{"source":42,"target":268},{"source":264,"target":37},{"source":264,"target":269},{"source":264,"target":42},{"source":269,"target":37},{"source":265,"target":13},{"source":265,"target":270},{"source":265,"target":42},{"source":270,"target":13},{"source":266,"target":38},{"source":266,"target":271},{"source":266,"target":42},{"source":271,"target":38},{"source":267,"target":12},{"source":267,"target":272},{"source":267,"target":42},{"source":272,"target":12},{"source":268,"target":39},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":273},{"source":43,"target":274},{"source":43,"target":275},{"source":273,"target":13},{"source":273,"target":276},{"source":273,"target":43},{"source":276,"target":13},{"source":274,"target":13},{"source":274,"target":277},{"source":274,"target":43},{"source":277,"target":13},{"source":275,"target":13},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":278},{"source":278,"target":43},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":279},{"source":45,"target":280},{"source":45,"target":281},{"source":279,"target":38},{"source":279,"target":282},{"source":279,"target":45},{"source":282,"target":38},{"source":280,"target":13},{"source":280,"target":283},{"source":280,"target":45},{"source":283,"target":13},{"source":281,"target":13},{"source":46,"target":0},{"source":46,"target":13},{"source":46,"target":284},{"source":46,"target":285},{"source":284,"target":43},{"source":284,"target":286},{"source":284,"target":46},{"source":286,"target":43},{"source":285,"target":13},{"source":47,"target":0},{"source":47,"target":13},{"source":47,"target":287},{"source":47,"target":288},{"source":47,"target":289},{"source":287,"target":13},{"source":287,"target":290},{"source":287,"target":47},{"source":290,"target":13},{"source":288,"target":62},{"source":288,"target":291},{"source":288,"target":47},{"source":291,"target":62},{"source":289,"target":13},{"source":48,"target":0},{"source":48,"target":13},{"source":48,"target":292},{"source":292,"target":13},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":293},{"source":293,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":294},{"source":294,"target":48},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":50},{"source":51,"target":295},{"source":51,"target":296},{"source":51,"target":297},{"source":295,"target":298},{"source":295,"target":51},{"source":296,"target":49},{"source":297,"target":50},{"source":52,"target":0},{"source":52,"target":48},{"source":52,"target":299},{"source":52,"target":300},{"source":299,"target":301},{"source":299,"target":52},{"source":300,"target":48},{"source":53,"target":0},{"source":53,"target":49},{"source":53,"target":50},{"source":53,"target":302},{"source":53,"target":303},{"source":53,"target":304},{"source":302,"target":305},{"source":302,"target":53},{"source":303,"target":49},{"source":304,"target":50},{"source":54,"target":0},{"source":54,"target":49},{"source":54,"target":50},{"source":54,"target":306},{"source":54,"target":307},{"source":54,"target":308},{"source":306,"target":309},{"source":306,"target":54},{"source":307,"target":49},{"source":308,"target":50},{"source":55,"target":0},{"source":55,"target":47},{"source":55,"target":310},{"source":310,"target":47},{"source":56,"target":0},{"source":56,"target":60},{"source":56,"target":311},{"source":311,"target":60},{"source":57,"target":0},{"source":57,"target":59},{"source":57,"target":60},{"source":57,"target":312},{"source":57,"target":313},{"source":312,"target":59},{"source":313,"target":60},{"source":58,"target":0},{"source":58,"target":59},{"source":58,"target":314},{"source":314,"target":59},{"source":59,"target":0},{"source":59,"target":47},{"source":59,"target":315},{"source":315,"target":47},{"source":60,"target":0},{"source":60,"target":47},{"source":60,"target":316},{"source":316,"target":47},{"source":61,"target":0},{"source":61,"target":13},{"source":61,"target":317},{"source":61,"target":318},{"source":61,"target":319},{"source":61,"target":320},{"source":61,"target":321},{"source":317,"target":38},{"source":317,"target":322},{"source":317,"target":61},{"source":322,"target":38},{"source":318,"target":38},{"source":318,"target":323},{"source":318,"target":61},{"source":323,"target":38},{"source":319,"target":2},{"source":319,"target":324},{"source":319,"target":61},{"source":324,"target":2},{"source":320,"target":38},{"source":320,"target":325},{"source":320,"target":61},{"source":325,"target":38},{"source":321,"target":13},{"source":62,"target":0},{"source":62,"target":13},{"source":62,"target":326},{"source":326,"target":13},{"source":63,"target":0},{"source":63,"target":62},{"source":63,"target":327},{"source":63,"target":328},{"source":63,"target":329},{"source":327,"target":13},{"source":327,"target":330},{"source":327,"target":63},{"source":330,"target":13},{"source":328,"target":13},{"source":328,"target":331},{"source":328,"target":63},{"source":331,"target":13},{"source":329,"target":62},{"source":64,"target":0},{"source":64,"target":62},{"source":64,"target":332},{"source":64,"target":333},{"source":332,"target":13},{"source":332,"target":334},{"source":332,"target":64},{"source":334,"target":13},{"source":333,"target":62},{"source":65,"target":0},{"source":65,"target":1},{"source":65,"target":335},{"source":335,"target":1},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":336},{"source":66,"target":337},{"source":66,"target":338},{"source":336,"target":38},{"source":336,"target":339},{"source":336,"target":66},{"source":339,"target":38},{"source":337,"target":11},{"source":337,"target":340},{"source":337,"target":66},{"source":340,"target":11},{"source":338,"target":65},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":341},{"source":67,"target":342},{"source":341,"target":13},{"source":341,"target":343},{"source":341,"target":67},{"source":343,"target":13},{"source":342,"target":65},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":344},{"source":68,"target":345},{"source":68,"target":346},{"source":68,"target":347},{"source":344,"target":13},{"source":344,"target":348},{"source":344,"target":68},{"source":348,"target":13},{"source":345,"target":71},{"source":345,"target":349},{"source":345,"target":68},{"source":349,"target":71},{"source":346,"target":70},{"source":346,"target":350},{"source":346,"target":68},{"source":350,"target":70},{"source":347,"target":65},{"source":69,"target":0},{"source":69,"target":65},{"source":69,"target":351},{"source":69,"target":352},{"source":351,"target":11},{"source":351,"target":353},{"source":351,"target":69},{"source":353,"target":11},{"source":352,"target":65},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":354},{"source":354,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":355},{"source":71,"target":356},{"source":355,"target":13},{"source":355,"target":357},{"source":355,"target":71},{"source":357,"target":13},{"source":356,"target":69},{"source":72,"target":0},{"source":72,"target":65},{"source":72,"target":358},{"source":72,"target":359},{"source":72,"target":360},{"source":72,"target":361},{"source":358,"target":13},{"source":358,"target":362},{"source":358,"target":72},{"source":362,"target":13},{"source":359,"target":11},{"source":359,"target":363},{"source":359,"target":72},{"source":363,"target":11},{"source":360,"target":11},{"source":360,"target":364},{"source":360,"target":72},{"source":364,"target":11},{"source":361,"target":65},{"source":73,"target":0},{"source":73,"target":65},{"source":73,"target":365},{"source":73,"target":366},{"source":73,"target":367},{"source":73,"target":368},{"source":365,"target":37},{"source":365,"target":369},{"source":365,"target":73},{"source":369,"target":37},{"source":366,"target":13},{"source":366,"target":370},{"source":366,"target":73},{"source":370,"target":13},{"source":367,"target":11},{"source":367,"target":371},{"source":367,"target":73},{"source":371,"target":11},{"source":368,"target":65},{"source":74,"target":0},{"source":74,"target":65},{"source":74,"target":372},{"source":74,"target":373},{"source":74,"target":374},{"source":372,"target":13},{"source":372,"target":375},{"source":372,"target":74},{"source":375,"target":13},{"source":373,"target":11},{"source":373,"target":376},{"source":373,"target":74},{"source":376,"target":11},{"source":374,"target":65},{"source":75,"target":0},{"source":75,"target":65},{"source":75,"target":377},{"source":75,"target":378},{"source":377,"target":13},{"source":377,"target":379},{"source":377,"target":75},{"source":379,"target":13},{"source":378,"target":65},{"source":76,"target":0},{"source":76,"target":65},{"source":76,"target":380},{"source":76,"target":381},{"source":380,"target":13},{"source":380,"target":382},{"source":380,"target":76},{"source":382,"target":13},{"source":381,"target":65},{"source":77,"target":0},{"source":77,"target":65},{"source":77,"target":383},{"source":77,"target":384},{"source":383,"target":13},{"source":383,"target":385},{"source":383,"target":77},{"source":385,"target":13},{"source":384,"target":65},{"source":78,"target":0},{"source":78,"target":65},{"source":78,"target":386},{"source":78,"target":387},{"source":78,"target":388},{"source":386,"target":13},{"source":386,"target":389},{"source":386,"target":78},{"source":389,"target":13},{"source":387,"target":13},{"source":387,"target":390},{"source":387,"target":78},{"source":390,"target":13},{"source":388,"target":65},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":391},{"source":391,"target":78},{"source":80,"target":0},{"source":80,"target":65},{"source":80,"target":392},{"source":392,"target":65},{"source":81,"target":0},{"source":81,"target":65},{"source":81,"target":393},{"source":393,"target":65},{"source":82,"target":0},{"source":82,"target":65},{"source":82,"target":394},{"source":394,"target":65},{"source":83,"target":0},{"source":83,"target":65},{"source":83,"target":395},{"source":395,"target":65},{"source":84,"target":0},{"source":84,"target":65},{"source":84,"target":396},{"source":84,"target":397},{"source":396,"target":38},{"source":396,"target":398},{"source":396,"target":84},{"source":398,"target":38},{"source":397,"target":65},{"source":85,"target":0},{"source":85,"target":84},{"source":85,"target":399},{"source":85,"target":400},{"source":399,"target":51},{"source":399,"target":401},{"source":399,"target":85},{"source":401,"target":51},{"source":400,"target":84},{"source":86,"target":0},{"source":86,"target":84},{"source":86,"target":402},{"source":86,"target":403},{"source":402,"target":13},{"source":402,"target":404},{"source":402,"target":86},{"source":404,"target":13},{"source":403,"target":84},{"source":87,"target":0},{"source":87,"target":65},{"source":87,"target":405},{"source":87,"target":406},{"source":87,"target":407},{"source":87,"target":408},{"source":87,"target":409},{"source":87,"target":410},{"source":405,"target":36},{"source":405,"target":411},{"source":405,"target":87},{"source":411,"target":36},{"source":406,"target":38},{"source":406,"target":412},{"source":406,"target":87},{"source":412,"target":38},{"source":407,"target":36},{"source":407,"target":413},{"source":407,"target":87},{"source":413,"target":36},{"source":408,"target":2},{"source":408,"target":414},{"source":408,"target":87},{"source":414,"target":2},{"source":409,"target":44},{"source":409,"target":415},{"source":409,"target":87},{"source":415,"target":44},{"source":410,"target":65},{"source":88,"target":0},{"source":88,"target":1},{"source":88,"target":416},{"source":416,"target":1},{"source":89,"target":0},{"source":89,"target":88},{"source":89,"target":417},{"source":89,"target":418},{"source":89,"target":419},{"source":417,"target":88},{"source":417,"target":420},{"source":417,"target":89},{"source":420,"target":88},{"source":418,"target":421},{"source":418,"target":89},{"source":419,"target":88},{"source":90,"target":0},{"source":90,"target":89},{"source":90,"target":422},{"source":90,"target":423},{"source":422,"target":2},{"source":422,"target":424},{"source":422,"target":90},{"source":424,"target":2},{"source":423,"target":89},{"source":91,"target":0},{"source":91,"target":89},{"source":91,"target":425},{"source":91,"target":426},{"source":91,"target":427},{"source":91,"target":428},{"source":91,"target":429},{"source":91,"target":430},{"source":91,"target":431},{"source":425,"target":432},{"source":425,"target":91},{"source":426,"target":433},{"source":426,"target":91},{"source":427,"target":2},{"source":427,"target":434},{"source":427,"target":91},{"source":434,"target":2},{"source":428,"target":87},{"source":428,"target":435},{"source":428,"target":91},{"source":435,"target":87},{"source":429,"target":436},{"source":429,"target":91},{"source":430,"target":3},{"source":430,"target":437},{"source":430,"target":91},{"source":437,"target":3},{"source":431,"target":89},{"source":92,"target":0},{"source":92,"target":89},{"source":92,"target":438},{"source":438,"target":89},{"source":93,"target":0},{"source":93,"target":92},{"source":93,"target":439},{"source":439,"target":92},{"source":94,"target":0},{"source":94,"target":92},{"source":94,"target":440},{"source":440,"target":92},{"source":95,"target":0},{"source":95,"target":92},{"source":95,"target":441},{"source":441,"target":92},{"source":96,"target":0},{"source":96,"target":89},{"source":96,"target":442},{"source":96,"target":443},{"source":96,"target":444},{"source":442,"target":89},{"source":442,"target":445},{"source":442,"target":96},{"source":445,"target":89},{"source":443,"target":89},{"source":443,"target":446},{"source":443,"target":96},{"source":446,"target":89},{"source":444,"target":89},{"source":97,"target":0},{"source":97,"target":89},{"source":97,"target":447},{"source":97,"target":448},{"source":447,"target":51},{"source":447,"target":449},{"source":447,"target":97},{"source":449,"target":51},{"source":448,"target":89},{"source":98,"target":0},{"source":98,"target":89},{"source":98,"target":450},{"source":450,"target":89},{"source":99,"target":0},{"source":99,"target":89},{"source":99,"target":451},{"source":451,"target":89},{"source":100,"target":0},{"source":100,"target":89},{"source":100,"target":452},{"source":100,"target":453},{"source":452,"target":88},{"source":452,"target":454},{"source":452,"target":100},{"source":454,"target":88},{"source":453,"target":89},{"source":101,"target":0},{"source":101,"target":100},{"source":101,"target":455},{"source":455,"target":100},{"source":102,"target":0},{"source":102,"target":100},{"source":102,"target":456},{"source":456,"target":100},{"source":103,"target":0},{"source":103,"target":100},{"source":103,"target":457},{"source":457,"target":100},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":458},{"source":458,"target":103},{"source":105,"target":0},{"source":105,"target":103},{"source":105,"target":102},{"source":105,"target":459},{"source":105,"target":460},{"source":459,"target":103},{"source":460,"target":102},{"source":106,"target":0},{"source":106,"target":102},{"source":106,"target":461},{"source":461,"target":102},{"source":107,"target":0},{"source":107,"target":89},{"source":107,"target":462},{"source":462,"target":89},{"source":108,"target":0},{"source":108,"target":107},{"source":108,"target":463},{"source":463,"target":107},{"source":109,"target":0},{"source":109,"target":107},{"source":109,"target":464},{"source":464,"target":107},{"source":110,"target":0},{"source":110,"target":107},{"source":110,"target":465},{"source":465,"target":107},{"source":111,"target":0},{"source":111,"target":108},{"source":111,"target":109},{"source":111,"target":466},{"source":111,"target":467},{"source":466,"target":108},{"source":467,"target":109},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":468},{"source":468,"target":111},{"source":113,"target":0},{"source":113,"target":108},{"source":113,"target":109},{"source":113,"target":469},{"source":113,"target":470},{"source":469,"target":108},{"source":470,"target":109}],"multigraph":true}
ecore
education
repo-ecore-all/data/AmmarHasan/EMF_Project_OCL_task7/model/sourceModel.ecore
SourceModel Container persons Person age likes Student teacher MasterStudent BachelorStudent Professor learner
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SourceModel" nsURI="http://www.hs-fulda.de/mdd/sourceModel" nsPrefix="sourceModel"> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" ordered="false" upperBound="-1" eType="#//Person" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="likes" lowerBound="1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="teacher" ordered="false" lowerBound="3" upperBound="5" eType="#//Professor" eOpposite="#//Professor/learner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MasterStudent" eSuperTypes="#//Student"/> <eClassifiers xsi:type="ecore:EClass" name="BachelorStudent" eSuperTypes="#//Student"/> <eClassifiers xsi:type="ecore:EClass" name="Professor" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="learner" ordered="false" lowerBound="5" upperBound="-1" eType="#//Student" eOpposite="#//Student/teacher"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"sourceModel","nsURI":"http://www.hs-fulda.de/mdd/sourceModel","name":"SourceModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MasterStudent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BachelorStudent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Professor","instanceClass":null,"abstract":false,"id":6,"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":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"likes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teacher","changeable":true,"resolveProxies":true,"lowerBound":3,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"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":"learner","changeable":true,"resolveProxies":true,"lowerBound":5,"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":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":2},{"source":7,"target":8},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":11},{"source":9,"target":2},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":2},{"source":12,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":13},{"source":3,"target":14},{"source":13,"target":6},{"source":13,"target":15},{"source":13,"target":3},{"source":13,"target":16},{"source":15,"target":6},{"source":14,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":18,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":16},{"source":6,"target":19},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":6},{"source":16,"target":13},{"source":20,"target":3},{"source":19,"target":2}],"multigraph":true}
ecore
services
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/13042011/services.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
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;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.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;responsible for providing the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1. SMS Mobile 2 Mobile&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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)&#xA;&#x9;&#x9;&#x9;&#x9;Identifier.&#xA;&#x9;&#x9;&#x9;&#x9;The CI is used within Configuration Management to&#xA;&#x9;&#x9;&#x9;&#x9;identify a&#xA;&#x9;&#x9;&#x9;&#x9;configuration item.&#xA;&#x9;&#x9;&#x9;&#x9;It can be used as an identifier to&#xA;&#x9;&#x9;&#x9;&#x9;correlate objects to legacy&#xA;&#x9;&#x9;&#x9;&#x9;systems.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;indicator in international CMS&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;indicator in a local CMS (CI-ID)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;TODO&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;profile&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Profile values are populated with expressions.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Forecast values are populated with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;expressions, imported&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;entered manually.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;values. Trended values are populated with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;expressions.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more DerivedResource type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Tolerance types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;category of the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;name, a Description, a Category and other information.&#xA;&#x9;&#x9;&#x9;"/> </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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The CIID reference, contains 0 or more CI-ID&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type. This is to map capacity management with&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;other processes in&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the Service Assurance domain.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;(Incident, Problem and Change&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;management).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceForecasts reference, contains 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ServiceForecast types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceMonitors reference, contains 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceMonitor types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The ServiceUserRefs reference, references 0 or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ServiceUserRef types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1 ServiceDistribution type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service Category is used for a logical cluster of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the service&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1. Voice/Telephony (peer to peer)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;2. Voice and Video&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;conferencing (multi peer)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;3. Content delivery Data delivery&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Messaging&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;4. Customer Self Administration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;5. Customer Care&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Administration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Gold/Silver/Bronze This is implicite the business priority&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Description of the service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;across the Nodes.&#xA;&#x9;&#x9;&#x9;&#x9;How the service is distributed over network depends&#xA;&#x9;&#x9;&#x9;&#x9;on various factors.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;1. Geographical spread of the service.&#xA;&#x9;&#x9;&#x9;&#x9;2. Service&#xA;&#x9;&#x9;&#x9;&#x9;distribution mechanism implemented for functions.&#xA;&#x9;&#x9;&#x9;&#x9;3. Overall network&#xA;&#x9;&#x9;&#x9;&#x9;conditions i.e. load or specific node conditions,&#xA;&#x9;&#x9;&#x9;&#x9;and measures for&#xA;&#x9;&#x9;&#x9;&#x9;overload.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The service distribution is derived from the node&#xA;&#x9;&#x9;&#x9;&#x9;resources. The&#xA;&#x9;&#x9;&#x9;&#x9;service distribution contains therefor the definition&#xA;&#x9;&#x9;&#x9;&#x9;of &quot;service resources&quot; and expressions to populate these resources.&#xA;&#x9;&#x9;&#x9;&#x9;(The expression is expected to add node resource values together&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;store the result in the defined Service Resource )&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;TODO, The&#xA;&#x9;&#x9;&#x9;&#x9;distribution should be organized by Function in order to&#xA;&#x9;&#x9;&#x9;&#x9;present it&#xA;&#x9;&#x9;&#x9;&#x9;as such. As the resource, is likely a copy of the&#xA;&#x9;&#x9;&#x9;&#x9;a Function&#xA;&#x9;&#x9;&#x9;&#x9;resource, we could perhaps keep a reference to the node&#xA;&#x9;&#x9;&#x9;&#x9;Function,&#xA;&#x9;&#x9;&#x9;&#x9;from which the service resource is derived through the&#xA;&#x9;&#x9;&#x9;&#x9;expression.&#xA;&#x9;&#x9;&#x9;&#x9;Another option, is to resolve the Function, from the&#xA;&#x9;&#x9;&#x9;&#x9;resource name,&#xA;&#x9;&#x9;&#x9;&#x9;but this would require additional lookups.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Entries.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;reference,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;refers to 0 or more Expression types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceForecast is a forecast of a service, which&#xA;&#x9;&#x9;&#x9;&#x9;impacts the&#xA;&#x9;&#x9;&#x9;&#x9;consumption of resources when using a service. The Forecast&#xA;&#x9;&#x9;&#x9;&#x9;applies&#xA;&#x9;&#x9;&#x9;&#x9;to a period, and contains Service forecast users.&#xA;&#x9;&#x9;&#x9;&#x9;The forecast also&#xA;&#x9;&#x9;&#x9;&#x9;has a name and a revision&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceForecastUsers type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ResourceForcast type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceForecast.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;forecast.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceForecastUser is a user of a service, which&#xA;&#x9;&#x9;&#x9;&#x9;is forecasted over&#xA;&#x9;&#x9;&#x9;&#x9;time. It has values and references a ServiceUser.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;service user values for a service.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;ServiceMonitoris a monitoring run for a service, which&#xA;&#x9;&#x9;&#x9;&#x9;has consumed&#xA;&#x9;&#x9;&#x9;&#x9;resources. The Monitor applies to a period. The monitor&#xA;&#x9;&#x9;&#x9;&#x9;has a name&#xA;&#x9;&#x9;&#x9;&#x9;and a revision.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;The Monitor can be seen as a window covering a&#xA;&#x9;&#x9;&#x9;&#x9;period, for the service,&#xA;&#x9;&#x9;&#x9;&#x9;and underlying resources.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more ResourceForcast type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceMonitor.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;monitor.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;Service profile can be generic for the service or location specific.&#xA;&#x9;&#x9;&#x9;&#x9;The profile contains service parameters which drive the utilization&#xA;&#x9;&#x9;&#x9;&#x9;of resources on elements tight to this&#xA;&#x9;&#x9;&#x9;&#x9;service.&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;more Resource types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceProfile.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;a user of a service, which impacts the consumption of&#xA;&#x9;&#x9;&#x9;&#x9;resources when&#xA;&#x9;&#x9;&#x9;&#x9;using a service. A ServiceUser has a profile, and a name.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Service user postpaid subscriber is defined. It's profile is a&#xA;&#x9;&#x9;&#x9;&#x9;postpaid subscriber profile with several&#xA;&#x9;&#x9;&#x9;&#x9;values for.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceProfile type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Expression types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Description of the service User.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="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&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"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}
ecore
transformation
repo-ecore-all/data/alxbrd/henshin/plugins/org.eclipse.emf.henshin.text/model/generated/Henshin_text.ecore
henshin_text Model ePackageimports transformationsystem EPackageImport ref ModelElement name parameters RuleElement JavaImport packagename CheckDangling checkDangling InjectiveMatching injectiveMatching Conditions attributeConditions Graph graphElements GraphElements Edges edges Edge actiontype source target type RuleNodeTypes Node actiontype nodetype attribute MultiRuleReuseNode name attribute Attribute actiontype name value update MultiRule name multiruleElements Formula formula conditionGraphs Logic ConditionGraph name conditionGraphElements ConditionGraphElements ConditionEdges edges ConditionEdge source target type ConditionNodeTypes name ConditionNode type attribute ConditionReuseNode name attribute Match name value UnitElement subSequence SequentialProperties Strict strict Rollback rollback List subElements IndependentUnit listOfLists ConditionalUnit if then else PriorityUnit listOfLists IteratedUnit iterations subElement LoopUnit subElement Parameter name type ParameterType enumType type Type eBigDecimal EBigDecimal eBigInteger EBigInteger eBoolean EBoolean eBooleanObject EBooleanObject eByte EByte eByteArray EByteArray eByteObject EByteObject eChar EChar eCharacterObject ECharacterObject eDate EDate eDiagnosticChain EDiagnosticChain eDouble EDouble eDoubleObject EDoubleObject eEList EEList eEnumerator EEnumerator eFeatureMap EFeatureMap eFeatureMapEntry EFeatureMapEntry eFloat EFloat eFloatObject EFloatObject eInt EInt eIntegerObject EIntegerObject eTreeIterator ETreeIterator eInvocationTargetException EInvocationTargetException eJavaClass EJavaClass eJavaObject EJavaObject eLong ELong eLongObject ELongObject eMap EMap eResource EResource eResourceSet EResourceSet eShort EShort eShortObject EShortObject eString EString Expression Rule ruleElements Unit unitElements ORorXOR left op right AND left right Not negation ConditionGraphRef conditionGraphRef Call elementCall parameters OrExpression left right AndExpression left right EqualityExpression left op right ComparisonExpression left op right PlusExpression left right MinusExpression left right MulOrDivExpression left op right BracketExpression expression NotExpression expression ParameterValue value JavaClassValue value javaParameter JavaAttributeValue value StringValue value NumberValue value IntegerValue value NaturalValue value BoolValue value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="henshin_text" nsURI="http://www.eclipse.org/emf/henshin/text/Henshin_text" nsPrefix="henshin_text"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackageimports" upperBound="-1" eType="#//EPackageImport" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformationsystem" upperBound="-1" eType="#//ModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackageImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleElement"/> <eClassifiers xsi:type="ecore:EClass" name="JavaImport" eSuperTypes="#//RuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckDangling" eSuperTypes="#//RuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InjectiveMatching" eSuperTypes="#//RuleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditions" eSuperTypes="#//RuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//RuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="graphElements" upperBound="-1" eType="#//GraphElements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElements"/> <eClassifiers xsi:type="ecore:EClass" name="Edges" eSuperTypes="#//GraphElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//RuleNodeTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//RuleNodeTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleNodeTypes"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElements #//RuleNodeTypes #//ConditionNodeTypes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodetype" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiRuleReuseNode" eSuperTypes="#//GraphElements #//RuleNodeTypes"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actiontype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="update" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiRule" eSuperTypes="#//GraphElements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiruleElements" upperBound="-1" eType="#//RuleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//GraphElements #//ConditionGraphElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Logic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionGraphs" upperBound="-1" eType="#//ConditionGraph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Logic"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionGraph"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionGraphElements" upperBound="-1" eType="#//ConditionGraphElements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionGraphElements"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionEdges" eSuperTypes="#//ConditionGraphElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//ConditionEdge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ConditionNodeTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ConditionNodeTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionNodeTypes"> <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="ConditionNode" eSuperTypes="#//ConditionGraphElements #//ConditionNodeTypes"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Match" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionReuseNode" eSuperTypes="#//ConditionGraphElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//ConditionNodeTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Match" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subSequence" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequentialProperties" eSuperTypes="#//UnitElement"/> <eClassifiers xsi:type="ecore:EClass" name="Strict" eSuperTypes="#//SequentialProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rollback" eSuperTypes="#//SequentialProperties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List"> <eStructuralFeatures xsi:type="ecore:EReference" name="subElements" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="listOfLists" upperBound="-1" eType="#//List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//UnitElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//UnitElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="listOfLists" upperBound="-1" eType="#//List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterations" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subElement" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subElement" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumType" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="eBigDecimal" literal="EBigDecimal"/> <eLiterals name="eBigInteger" value="1" literal="EBigInteger"/> <eLiterals name="eBoolean" value="2" literal="EBoolean"/> <eLiterals name="eBooleanObject" value="3" literal="EBooleanObject"/> <eLiterals name="eByte" value="4" literal="EByte"/> <eLiterals name="eByteArray" value="5" literal="EByteArray"/> <eLiterals name="eByteObject" value="6" literal="EByteObject"/> <eLiterals name="eChar" value="7" literal="EChar"/> <eLiterals name="eCharacterObject" value="8" literal="ECharacterObject"/> <eLiterals name="eDate" value="9" literal="EDate"/> <eLiterals name="eDiagnosticChain" value="10" literal="EDiagnosticChain"/> <eLiterals name="eDouble" value="11" literal="EDouble"/> <eLiterals name="eDoubleObject" value="12" literal="EDoubleObject"/> <eLiterals name="eEList" value="13" literal="EEList"/> <eLiterals name="eEnumerator" value="14" literal="EEnumerator"/> <eLiterals name="eFeatureMap" value="15" literal="EFeatureMap"/> <eLiterals name="eFeatureMapEntry" value="16" literal="EFeatureMapEntry"/> <eLiterals name="eFloat" value="17" literal="EFloat"/> <eLiterals name="eFloatObject" value="18" literal="EFloatObject"/> <eLiterals name="eInt" value="19" literal="EInt"/> <eLiterals name="eIntegerObject" value="20" literal="EIntegerObject"/> <eLiterals name="eTreeIterator" value="21" literal="ETreeIterator"/> <eLiterals name="eInvocationTargetException" value="22" literal="EInvocationTargetException"/> <eLiterals name="eJavaClass" value="23" literal="EJavaClass"/> <eLiterals name="eJavaObject" value="24" literal="EJavaObject"/> <eLiterals name="eLong" value="25" literal="ELong"/> <eLiterals name="eLongObject" value="26" literal="ELongObject"/> <eLiterals name="eMap" value="27" literal="EMap"/> <eLiterals name="eResource" value="28" literal="EResource"/> <eLiterals name="eResourceSet" value="29" literal="EResourceSet"/> <eLiterals name="eShort" value="30" literal="EShort"/> <eLiterals name="eShortObject" value="31" literal="EShortObject"/> <eLiterals name="eString" value="32" literal="EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleElements" upperBound="-1" eType="#//RuleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unitElements" upperBound="-1" eType="#//UnitElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ORorXOR" eSuperTypes="#//Logic"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Logic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Logic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Logic"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Logic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Logic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Logic"> <eStructuralFeatures xsi:type="ecore:EReference" name="negation" eType="#//Logic" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionGraphRef" eSuperTypes="#//Logic"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionGraphRef" eType="#//ConditionGraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//UnitElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementCall" eType="#//ModelElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" unique="false" upperBound="-1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparisonExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" 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="MinusExpression" 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="MulOrDivExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BracketExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaClassValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaParameter" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaAttributeValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NaturalValue" 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="BoolValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"henshin_text","nsURI":"http://www.eclipse.org/emf/henshin/text/Henshin_text","name":"henshin_text","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackageImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaImport","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckDangling","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InjectiveMatching","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditions","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElements","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edges","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleNodeTypes","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiRuleReuseNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiRule","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Logic","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionGraph","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionGraphElements","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionEdges","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionEdge","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionNodeTypes","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionReuseNode","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialProperties","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strict","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rollback","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ORorXOR","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionGraphRef","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOrDivExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BracketExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterValue","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClassValue","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaAttributeValue","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NaturalValue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolValue","instanceClass":null,"abstract":false,"id":65,"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":"ePackageimports","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":"transformationsystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packagename","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"injectiveMatching","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontype","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontype","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actiontype","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"update","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiruleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionGraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionGraphElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strict","changeable":true,"lowerBound":0,"iD":false,"id":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":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listOfLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listOfLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":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":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enumType","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"eBigDecimal","id":206,"value":0,"literal":"EBigDecimal","eClass":"EEnumLiteral"},{"name":"eBigInteger","id":207,"value":1,"literal":"EBigInteger","eClass":"EEnumLiteral"},{"name":"eBoolean","id":208,"value":2,"literal":"EBoolean","eClass":"EEnumLiteral"},{"name":"eBooleanObject","id":209,"value":3,"literal":"EBooleanObject","eClass":"EEnumLiteral"},{"name":"eByte","id":210,"value":4,"literal":"EByte","eClass":"EEnumLiteral"},{"name":"eByteArray","id":211,"value":5,"literal":"EByteArray","eClass":"EEnumLiteral"},{"name":"eByteObject","id":212,"value":6,"literal":"EByteObject","eClass":"EEnumLiteral"},{"name":"eChar","id":213,"value":7,"literal":"EChar","eClass":"EEnumLiteral"},{"name":"eCharacterObject","id":214,"value":8,"literal":"ECharacterObject","eClass":"EEnumLiteral"},{"name":"eDate","id":215,"value":9,"literal":"EDate","eClass":"EEnumLiteral"},{"name":"eDiagnosticChain","id":216,"value":10,"literal":"EDiagnosticChain","eClass":"EEnumLiteral"},{"name":"eDouble","id":217,"value":11,"literal":"EDouble","eClass":"EEnumLiteral"},{"name":"eDoubleObject","id":218,"value":12,"literal":"EDoubleObject","eClass":"EEnumLiteral"},{"name":"eEList","id":219,"value":13,"literal":"EEList","eClass":"EEnumLiteral"},{"name":"eEnumerator","id":220,"value":14,"literal":"EEnumerator","eClass":"EEnumLiteral"},{"name":"eFeatureMap","id":221,"value":15,"literal":"EFeatureMap","eClass":"EEnumLiteral"},{"name":"eFeatureMapEntry","id":222,"value":16,"literal":"EFeatureMapEntry","eClass":"EEnumLiteral"},{"name":"eFloat","id":223,"value":17,"literal":"EFloat","eClass":"EEnumLiteral"},{"name":"eFloatObject","id":224,"value":18,"literal":"EFloatObject","eClass":"EEnumLiteral"},{"name":"eInt","id":225,"value":19,"literal":"EInt","eClass":"EEnumLiteral"},{"name":"eIntegerObject","id":226,"value":20,"literal":"EIntegerObject","eClass":"EEnumLiteral"},{"name":"eTreeIterator","id":227,"value":21,"literal":"ETreeIterator","eClass":"EEnumLiteral"},{"name":"eInvocationTargetException","id":228,"value":22,"literal":"EInvocationTargetException","eClass":"EEnumLiteral"},{"name":"eJavaClass","id":229,"value":23,"literal":"EJavaClass","eClass":"EEnumLiteral"},{"name":"eJavaObject","id":230,"value":24,"literal":"EJavaObject","eClass":"EEnumLiteral"},{"name":"eLong","id":231,"value":25,"literal":"ELong","eClass":"EEnumLiteral"},{"name":"eLongObject","id":232,"value":26,"literal":"ELongObject","eClass":"EEnumLiteral"},{"name":"eMap","id":233,"value":27,"literal":"EMap","eClass":"EEnumLiteral"},{"name":"eResource","id":234,"value":28,"literal":"EResource","eClass":"EEnumLiteral"},{"name":"eResourceSet","id":235,"value":29,"literal":"EResourceSet","eClass":"EEnumLiteral"},{"name":"eShort","id":236,"value":30,"literal":"EShort","eClass":"EEnumLiteral"},{"name":"eShortObject","id":237,"value":31,"literal":"EShortObject","eClass":"EEnumLiteral"},{"name":"eString","id":238,"value":32,"literal":"EString","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":"ruleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"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":"unitElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditionGraphRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementCall","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":false,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":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":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"container":false,"ordered":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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"expression","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"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":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":1,"target":0},{"source":1,"target":66},{"source":1,"target":67},{"source":66,"target":2},{"source":66,"target":68},{"source":66,"target":1},{"source":68,"target":2},{"source":67,"target":3},{"source":67,"target":69},{"source":67,"target":1},{"source":69,"target":3},{"source":2,"target":0},{"source":2,"target":70},{"source":70,"target":71},{"source":70,"target":2},{"source":3,"target":0},{"source":3,"target":72},{"source":3,"target":73},{"source":72,"target":74},{"source":72,"target":3},{"source":73,"target":38},{"source":73,"target":75},{"source":73,"target":3},{"source":75,"target":38},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":76},{"source":5,"target":77},{"source":76,"target":78},{"source":76,"target":5},{"source":77,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":79},{"source":6,"target":80},{"source":79,"target":81},{"source":79,"target":6},{"source":80,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":82},{"source":7,"target":83},{"source":82,"target":84},{"source":82,"target":7},{"source":83,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":85},{"source":8,"target":86},{"source":85,"target":41},{"source":85,"target":87},{"source":85,"target":8},{"source":87,"target":41},{"source":86,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":88},{"source":9,"target":89},{"source":88,"target":10},{"source":88,"target":90},{"source":88,"target":9},{"source":90,"target":10},{"source":89,"target":4},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":91},{"source":11,"target":92},{"source":91,"target":12},{"source":91,"target":93},{"source":91,"target":11},{"source":93,"target":12},{"source":92,"target":10},{"source":12,"target":0},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":94,"target":98},{"source":94,"target":12},{"source":95,"target":13},{"source":95,"target":99},{"source":95,"target":12},{"source":99,"target":13},{"source":96,"target":13},{"source":96,"target":100},{"source":96,"target":12},{"source":100,"target":13},{"source":97,"target":101},{"source":97,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":13},{"source":14,"target":24},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":102,"target":108},{"source":102,"target":14},{"source":103,"target":109},{"source":103,"target":14},{"source":104,"target":16},{"source":104,"target":110},{"source":104,"target":14},{"source":110,"target":16},{"source":105,"target":10},{"source":106,"target":13},{"source":107,"target":24},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":13},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":111,"target":14},{"source":111,"target":115},{"source":111,"target":15},{"source":115,"target":14},{"source":112,"target":16},{"source":112,"target":116},{"source":112,"target":15},{"source":116,"target":16},{"source":113,"target":10},{"source":114,"target":13},{"source":16,"target":0},{"source":16,"target":117},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":117,"target":121},{"source":117,"target":16},{"source":118,"target":122},{"source":118,"target":16},{"source":119,"target":41},{"source":119,"target":123},{"source":119,"target":16},{"source":123,"target":41},{"source":120,"target":124},{"source":120,"target":16},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":125,"target":128},{"source":125,"target":17},{"source":126,"target":4},{"source":126,"target":129},{"source":126,"target":17},{"source":129,"target":4},{"source":127,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":21},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":130,"target":19},{"source":130,"target":134},{"source":130,"target":18},{"source":134,"target":19},{"source":131,"target":20},{"source":131,"target":135},{"source":131,"target":18},{"source":135,"target":20},{"source":132,"target":10},{"source":133,"target":21},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":136},{"source":20,"target":137},{"source":136,"target":138},{"source":136,"target":20},{"source":137,"target":21},{"source":137,"target":139},{"source":137,"target":20},{"source":139,"target":21},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":140},{"source":22,"target":141},{"source":140,"target":23},{"source":140,"target":142},{"source":140,"target":22},{"source":142,"target":23},{"source":141,"target":21},{"source":23,"target":0},{"source":23,"target":143},{"source":23,"target":144},{"source":23,"target":145},{"source":143,"target":24},{"source":143,"target":146},{"source":143,"target":23},{"source":146,"target":24},{"source":144,"target":24},{"source":144,"target":147},{"source":144,"target":23},{"source":147,"target":24},{"source":145,"target":148},{"source":145,"target":23},{"source":24,"target":0},{"source":24,"target":149},{"source":149,"target":150},{"source":149,"target":24},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":24},{"source":25,"target":151},{"source":25,"target":152},{"source":25,"target":153},{"source":25,"target":154},{"source":151,"target":155},{"source":151,"target":25},{"source":152,"target":27},{"source":152,"target":156},{"source":152,"target":25},{"source":156,"target":27},{"source":153,"target":21},{"source":154,"target":24},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":157},{"source":26,"target":158},{"source":26,"target":159},{"source":157,"target":24},{"source":157,"target":160},{"source":157,"target":26},{"source":160,"target":24},{"source":158,"target":27},{"source":158,"target":161},{"source":158,"target":26},{"source":161,"target":27},{"source":159,"target":21},{"source":27,"target":0},{"source":27,"target":162},{"source":27,"target":163},{"source":162,"target":164},{"source":162,"target":27},{"source":163,"target":41},{"source":163,"target":165},{"source":163,"target":27},{"source":165,"target":41},{"source":28,"target":0},{"source":28,"target":166},{"source":166,"target":28},{"source":166,"target":167},{"source":166,"target":28},{"source":167,"target":28},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":168},{"source":168,"target":28},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":169},{"source":30,"target":170},{"source":169,"target":171},{"source":169,"target":30},{"source":170,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":172},{"source":31,"target":173},{"source":172,"target":174},{"source":172,"target":31},{"source":173,"target":29},{"source":32,"target":0},{"source":32,"target":175},{"source":175,"target":28},{"source":175,"target":176},{"source":175,"target":32},{"source":176,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":177},{"source":33,"target":178},{"source":177,"target":32},{"source":177,"target":179},{"source":177,"target":33},{"source":179,"target":32},{"source":178,"target":28},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":180},{"source":34,"target":181},{"source":34,"target":182},{"source":34,"target":183},{"source":180,"target":28},{"source":180,"target":184},{"source":180,"target":34},{"source":184,"target":28},{"source":181,"target":28},{"source":181,"target":185},{"source":181,"target":34},{"source":185,"target":28},{"source":182,"target":28},{"source":182,"target":186},{"source":182,"target":34},{"source":186,"target":28},{"source":183,"target":28},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":187},{"source":35,"target":188},{"source":187,"target":32},{"source":187,"target":189},{"source":187,"target":35},{"source":189,"target":32},{"source":188,"target":28},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":190},{"source":36,"target":191},{"source":36,"target":192},{"source":190,"target":41},{"source":190,"target":193},{"source":190,"target":36},{"source":193,"target":41},{"source":191,"target":28},{"source":191,"target":194},{"source":191,"target":36},{"source":194,"target":28},{"source":192,"target":28},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":195},{"source":37,"target":196},{"source":195,"target":28},{"source":195,"target":197},{"source":195,"target":37},{"source":197,"target":28},{"source":196,"target":28},{"source":38,"target":0},{"source":38,"target":198},{"source":38,"target":199},{"source":198,"target":200},{"source":198,"target":38},{"source":199,"target":39},{"source":199,"target":201},{"source":199,"target":38},{"source":201,"target":39},{"source":39,"target":0},{"source":39,"target":202},{"source":39,"target":203},{"source":202,"target":40},{"source":202,"target":204},{"source":202,"target":39},{"source":204,"target":40},{"source":203,"target":205},{"source":203,"target":39},{"source":40,"target":0},{"source":40,"target":206},{"source":40,"target":207},{"source":40,"target":208},{"source":40,"target":209},{"source":40,"target":210},{"source":40,"target":211},{"source":40,"target":212},{"source":40,"target":213},{"source":40,"target":214},{"source":40,"target":215},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":40,"target":219},{"source":40,"target":220},{"source":40,"target":221},{"source":40,"target":222},{"source":40,"target":223},{"source":40,"target":224},{"source":40,"target":225},{"source":40,"target":226},{"source":40,"target":227},{"source":40,"target":228},{"source":40,"target":229},{"source":40,"target":230},{"source":40,"target":231},{"source":40,"target":232},{"source":40,"target":233},{"source":40,"target":234},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":206,"target":40},{"source":207,"target":40},{"source":208,"target":40},{"source":209,"target":40},{"source":210,"target":40},{"source":211,"target":40},{"source":212,"target":40},{"source":213,"target":40},{"source":214,"target":40},{"source":215,"target":40},{"source":216,"target":40},{"source":217,"target":40},{"source":218,"target":40},{"source":219,"target":40},{"source":220,"target":40},{"source":221,"target":40},{"source":222,"target":40},{"source":223,"target":40},{"source":224,"target":40},{"source":225,"target":40},{"source":226,"target":40},{"source":227,"target":40},{"source":228,"target":40},{"source":229,"target":40},{"source":230,"target":40},{"source":231,"target":40},{"source":232,"target":40},{"source":233,"target":40},{"source":234,"target":40},{"source":235,"target":40},{"source":236,"target":40},{"source":237,"target":40},{"source":238,"target":40},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":239},{"source":42,"target":240},{"source":239,"target":4},{"source":239,"target":241},{"source":239,"target":42},{"source":241,"target":4},{"source":240,"target":3},{"source":43,"target":0},{"source":43,"target":3},{"source":43,"target":242},{"source":43,"target":243},{"source":242,"target":28},{"source":242,"target":244},{"source":242,"target":43},{"source":244,"target":28},{"source":243,"target":3},{"source":44,"target":0},{"source":44,"target":19},{"source":44,"target":245},{"source":44,"target":246},{"source":44,"target":247},{"source":44,"target":248},{"source":245,"target":19},{"source":245,"target":249},{"source":245,"target":44},{"source":249,"target":19},{"source":246,"target":250},{"source":246,"target":44},{"source":247,"target":19},{"source":247,"target":251},{"source":247,"target":44},{"source":251,"target":19},{"source":248,"target":19},{"source":45,"target":0},{"source":45,"target":19},{"source":45,"target":252},{"source":45,"target":253},{"source":45,"target":254},{"source":252,"target":19},{"source":252,"target":255},{"source":252,"target":45},{"source":255,"target":19},{"source":253,"target":19},{"source":253,"target":256},{"source":253,"target":45},{"source":256,"target":19},{"source":254,"target":19},{"source":46,"target":0},{"source":46,"target":19},{"source":46,"target":257},{"source":46,"target":258},{"source":257,"target":19},{"source":257,"target":259},{"source":257,"target":46},{"source":259,"target":19},{"source":258,"target":19},{"source":47,"target":0},{"source":47,"target":19},{"source":47,"target":260},{"source":47,"target":261},{"source":260,"target":20},{"source":260,"target":262},{"source":260,"target":47},{"source":262,"target":20},{"source":261,"target":19},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":263},{"source":48,"target":264},{"source":48,"target":265},{"source":263,"target":3},{"source":263,"target":266},{"source":263,"target":48},{"source":266,"target":3},{"source":264,"target":38},{"source":264,"target":267},{"source":264,"target":48},{"source":267,"target":38},{"source":265,"target":28},{"source":49,"target":0},{"source":49,"target":41},{"source":49,"target":268},{"source":49,"target":269},{"source":49,"target":270},{"source":268,"target":41},{"source":268,"target":271},{"source":268,"target":49},{"source":271,"target":41},{"source":269,"target":41},{"source":269,"target":272},{"source":269,"target":49},{"source":272,"target":41},{"source":270,"target":41},{"source":50,"target":0},{"source":50,"target":41},{"source":50,"target":273},{"source":50,"target":274},{"source":50,"target":275},{"source":273,"target":41},{"source":273,"target":276},{"source":273,"target":50},{"source":276,"target":41},{"source":274,"target":41},{"source":274,"target":277},{"source":274,"target":50},{"source":277,"target":41},{"source":275,"target":41},{"source":51,"target":0},{"source":51,"target":41},{"source":51,"target":278},{"source":51,"target":279},{"source":51,"target":280},{"source":51,"target":281},{"source":278,"target":41},{"source":278,"target":282},{"source":278,"target":51},{"source":282,"target":41},{"source":279,"target":283},{"source":279,"target":51},{"source":280,"target":41},{"source":280,"target":284},{"source":280,"target":51},{"source":284,"target":41},{"source":281,"target":41},{"source":52,"target":0},{"source":52,"target":41},{"source":52,"target":285},{"source":52,"target":286},{"source":52,"target":287},{"source":52,"target":288},{"source":285,"target":41},{"source":285,"target":289},{"source":285,"target":52},{"source":289,"target":41},{"source":286,"target":290},{"source":286,"target":52},{"source":287,"target":41},{"source":287,"target":291},{"source":287,"target":52},{"source":291,"target":41},{"source":288,"target":41},{"source":53,"target":0},{"source":53,"target":41},{"source":53,"target":292},{"source":53,"target":293},{"source":53,"target":294},{"source":292,"target":41},{"source":292,"target":295},{"source":292,"target":53},{"source":295,"target":41},{"source":293,"target":41},{"source":293,"target":296},{"source":293,"target":53},{"source":296,"target":41},{"source":294,"target":41},{"source":54,"target":0},{"source":54,"target":41},{"source":54,"target":297},{"source":54,"target":298},{"source":54,"target":299},{"source":297,"target":41},{"source":297,"target":300},{"source":297,"target":54},{"source":300,"target":41},{"source":298,"target":41},{"source":298,"target":301},{"source":298,"target":54},{"source":301,"target":41},{"source":299,"target":41},{"source":55,"target":0},{"source":55,"target":41},{"source":55,"target":302},{"source":55,"target":303},{"source":55,"target":304},{"source":55,"target":305},{"source":302,"target":41},{"source":302,"target":306},{"source":302,"target":55},{"source":306,"target":41},{"source":303,"target":307},{"source":303,"target":55},{"source":304,"target":41},{"source":304,"target":308},{"source":304,"target":55},{"source":308,"target":41},{"source":305,"target":41},{"source":56,"target":0},{"source":56,"target":41},{"source":56,"target":309},{"source":56,"target":310},{"source":309,"target":41},{"source":309,"target":311},{"source":309,"target":56},{"source":311,"target":41},{"source":310,"target":41},{"source":57,"target":0},{"source":57,"target":41},{"source":57,"target":312},{"source":57,"target":313},{"source":312,"target":41},{"source":312,"target":314},{"source":312,"target":57},{"source":314,"target":41},{"source":313,"target":41},{"source":58,"target":0},{"source":58,"target":41},{"source":58,"target":315},{"source":58,"target":316},{"source":315,"target":38},{"source":315,"target":317},{"source":315,"target":58},{"source":317,"target":38},{"source":316,"target":41},{"source":59,"target":0},{"source":59,"target":41},{"source":59,"target":318},{"source":59,"target":319},{"source":59,"target":320},{"source":318,"target":321},{"source":318,"target":59},{"source":319,"target":41},{"source":319,"target":322},{"source":319,"target":59},{"source":322,"target":41},{"source":320,"target":41},{"source":60,"target":0},{"source":60,"target":41},{"source":60,"target":323},{"source":60,"target":324},{"source":323,"target":325},{"source":323,"target":60},{"source":324,"target":41},{"source":61,"target":0},{"source":61,"target":41},{"source":61,"target":326},{"source":61,"target":327},{"source":326,"target":328},{"source":326,"target":61},{"source":327,"target":41},{"source":62,"target":0},{"source":62,"target":41},{"source":62,"target":329},{"source":62,"target":330},{"source":329,"target":331},{"source":329,"target":62},{"source":330,"target":41},{"source":63,"target":0},{"source":63,"target":41},{"source":63,"target":332},{"source":63,"target":333},{"source":332,"target":334},{"source":332,"target":63},{"source":333,"target":41},{"source":64,"target":0},{"source":64,"target":41},{"source":64,"target":335},{"source":64,"target":336},{"source":335,"target":337},{"source":335,"target":64},{"source":336,"target":41},{"source":65,"target":0},{"source":65,"target":41},{"source":65,"target":338},{"source":65,"target":339},{"source":338,"target":340},{"source":338,"target":65},{"source":339,"target":41}],"multigraph":true}
ecore
company
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/company106.ecore
company106 Company agencies goals Department rooms NamedElement name Flow fromFunction toFunction Employee fullName hierarchies responsibleOf inChargeOf socialSecurityNumber address HierarchyLink fromEmployee toEmployee hierarchy Hierarchy Supervisor supervisor Subordinate subordinate Room parent workstations Workstation profileDescription owners RoleType Composite composite Decision decision Transformation transformation Control control Goal statement objectives Objective nature type value Agency departments employees acronym status reacheds ObjectiveType None none Strategic strategic Tactic tactic Operational operational ObjectiveNature None none Quality quality Delay delay Cost cost Environmental environmental Legal legal Human human Economical economical Interval dateFrom dateTo ObjectiveReach trgObjective srcAgency value statement actions Function flows Action flow statement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="company106" nsURI="http://company106" nsPrefix="_company106"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agencies" upperBound="-1" eType="#//Agency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" upperBound="-1" eType="#//Goal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="kref=rooms"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" eType="#//Room" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vwagency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=vwagency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromFunction" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toFunction" eType="#//Function"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="ref=responsibleOf"/> <details key="ref=inChargeOf"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hierarchies" upperBound="-1" eType="#//HierarchyLink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibleOf" eType="#//Room"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inChargeOf" eType="#//Workstation" eOpposite="#//Workstation/owners"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="socialSecurityNumber" 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#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchyLink"> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=vwagency"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromEmployee" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toEmployee" eType="#//Employee"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" eType="#//Hierarchy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Hierarchy"> <eLiterals name="Supervisor" literal="supervisor"/> <eLiterals name="Subordinate" value="1" literal="subordinate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Room" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="kref=workstations"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Room"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workstations" upperBound="-1" eType="#//Workstation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workstation" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="ref=owners"/> <details key="label=profileDescription"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profileDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owners" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/inChargeOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoleType"> <eLiterals name="Composite" literal="composite"/> <eLiterals name="Decision" value="1" literal="decision"/> <eLiterals name="Transformation" value="2" literal="transformation"/> <eLiterals name="Control" value="3" literal="control"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//Interval"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=statement"/> <details key="kref=objectives"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1" eType="#//Objective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Objective"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=nature"/> <details key="label=type"/> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="#//ObjectiveNature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ObjectiveType"/> <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="Agency" eSuperTypes="#//Function"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=acronym"/> <details key="nav:vwagency"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="departments" upperBound="-1" eType="#//Department" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acronym" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reacheds" upperBound="-1" eType="#//ObjectiveReach" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectiveType"> <eLiterals name="None" literal="none"/> <eLiterals name="Strategic" value="1" literal="strategic"/> <eLiterals name="Tactic" value="2" literal="tactic"/> <eLiterals name="Operational" value="3" literal="operational"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectiveNature"> <eLiterals name="None" literal="none"/> <eLiterals name="Quality" value="2" literal="quality"/> <eLiterals name="Delay" value="3" literal="delay"/> <eLiterals name="Cost" value="4" literal="cost"/> <eLiterals name="Environmental" value="5" literal="environmental"/> <eLiterals name="Legal" value="6" literal="legal"/> <eLiterals name="Human" value="7" literal="human"/> <eLiterals name="Economical" value="8" literal="economical"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=dateFrom"/> <details key="label=dateTo"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectiveReach"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=value"/> <details key="label=statement"/> <details key="ltrg=trgObjective"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="label=statement"/> <details key="label=value"/> <details key="kref=actions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="trgObjective" eType="#//Objective"/> <eStructuralFeatures xsi:type="ecore:EReference" name="srcAgency" eType="#//Agency"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwagency"/> <details key="label=name"/> <details key="label=statement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="flow" eType="#//Flow"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_company106","nsURI":"http://company106","name":"company106","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchyLink","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Hierarchy","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workstation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objective","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agency","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectiveType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectiveNature","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectiveReach","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","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":"agencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"goals","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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hierarchies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsibleOf","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":"inChargeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"socialSecurityNumber","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromEmployee","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":"toEmployee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"Supervisor","id":53,"value":0,"literal":"supervisor","eClass":"EEnumLiteral"},{"name":"Subordinate","id":54,"value":1,"literal":"subordinate","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":"parent","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":"workstations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"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":"profileDescription","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"name":"Composite","id":64,"value":0,"literal":"composite","eClass":"EEnumLiteral"},{"name":"Decision","id":65,"value":1,"literal":"decision","eClass":"EEnumLiteral"},{"name":"Transformation","id":66,"value":2,"literal":"transformation","eClass":"EEnumLiteral"},{"name":"Control","id":67,"value":3,"literal":"control","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":"statement","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"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":"departments","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":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"acronym","changeable":true,"lowerBound":1,"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":"status","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":"reacheds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"None","id":90,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"Strategic","id":91,"value":1,"literal":"strategic","eClass":"EEnumLiteral"},{"name":"Tactic","id":92,"value":2,"literal":"tactic","eClass":"EEnumLiteral"},{"name":"Operational","id":93,"value":3,"literal":"operational","eClass":"EEnumLiteral"},{"name":"None","id":94,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"Quality","id":95,"value":2,"literal":"quality","eClass":"EEnumLiteral"},{"name":"Delay","id":96,"value":3,"literal":"delay","eClass":"EEnumLiteral"},{"name":"Cost","id":97,"value":4,"literal":"cost","eClass":"EEnumLiteral"},{"name":"Environmental","id":98,"value":5,"literal":"environmental","eClass":"EEnumLiteral"},{"name":"Legal","id":99,"value":6,"literal":"legal","eClass":"EEnumLiteral"},{"name":"Human","id":100,"value":7,"literal":"human","eClass":"EEnumLiteral"},{"name":"Economical","id":101,"value":8,"literal":"economical","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":"dateFrom","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateTo","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trgObjective","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"srcAgency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flow","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"statement","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":13},{"source":20,"target":22},{"source":20,"target":1},{"source":22,"target":13},{"source":21,"target":11},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":11},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":8},{"source":24,"target":26},{"source":24,"target":2},{"source":26,"target":8},{"source":25,"target":18},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":28},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":18},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":18},{"source":30,"target":18},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":18},{"source":31,"target":3},{"source":5,"target":0},{"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":34,"target":40},{"source":34,"target":5},{"source":35,"target":6},{"source":35,"target":41},{"source":35,"target":5},{"source":41,"target":6},{"source":36,"target":8},{"source":36,"target":42},{"source":36,"target":5},{"source":42,"target":8},{"source":37,"target":9},{"source":37,"target":43},{"source":37,"target":5},{"source":37,"target":44},{"source":43,"target":9},{"source":38,"target":45},{"source":38,"target":5},{"source":39,"target":46},{"source":39,"target":5},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":5},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":5},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":6},{"source":51,"target":5},{"source":49,"target":7},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":7},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":7},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":18},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":55,"target":8},{"source":55,"target":58},{"source":55,"target":8},{"source":58,"target":8},{"source":56,"target":9},{"source":56,"target":59},{"source":56,"target":8},{"source":59,"target":9},{"source":57,"target":18},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":60},{"source":9,"target":44},{"source":9,"target":61},{"source":60,"target":62},{"source":60,"target":9},{"source":44,"target":5},{"source":44,"target":63},{"source":44,"target":9},{"source":44,"target":37},{"source":63,"target":5},{"source":61,"target":3},{"source":10,"target":0},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":64,"target":10},{"source":65,"target":10},{"source":66,"target":10},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":68,"target":71},{"source":68,"target":11},{"source":69,"target":12},{"source":69,"target":72},{"source":69,"target":11},{"source":72,"target":12},{"source":70,"target":16},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":73,"target":15},{"source":73,"target":76},{"source":73,"target":12},{"source":76,"target":15},{"source":74,"target":14},{"source":74,"target":77},{"source":74,"target":12},{"source":77,"target":14},{"source":75,"target":78},{"source":75,"target":12},{"source":13,"target":0},{"source":13,"target":18},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":79,"target":2},{"source":79,"target":85},{"source":79,"target":13},{"source":85,"target":2},{"source":80,"target":5},{"source":80,"target":86},{"source":80,"target":13},{"source":86,"target":5},{"source":81,"target":87},{"source":81,"target":13},{"source":82,"target":88},{"source":82,"target":13},{"source":83,"target":17},{"source":83,"target":89},{"source":83,"target":13},{"source":89,"target":17},{"source":84,"target":18},{"source":14,"target":0},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":90,"target":14},{"source":91,"target":14},{"source":92,"target":14},{"source":93,"target":14},{"source":15,"target":0},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":100,"target":15},{"source":101,"target":15},{"source":16,"target":0},{"source":16,"target":102},{"source":16,"target":103},{"source":102,"target":104},{"source":102,"target":16},{"source":103,"target":105},{"source":103,"target":16},{"source":17,"target":0},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":106,"target":12},{"source":106,"target":111},{"source":106,"target":17},{"source":111,"target":12},{"source":107,"target":13},{"source":107,"target":112},{"source":107,"target":17},{"source":112,"target":13},{"source":108,"target":113},{"source":108,"target":17},{"source":109,"target":114},{"source":109,"target":17},{"source":110,"target":19},{"source":110,"target":115},{"source":110,"target":17},{"source":115,"target":19},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":116},{"source":18,"target":117},{"source":116,"target":4},{"source":116,"target":118},{"source":116,"target":18},{"source":118,"target":4},{"source":117,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":119},{"source":19,"target":120},{"source":19,"target":121},{"source":119,"target":4},{"source":119,"target":122},{"source":119,"target":19},{"source":122,"target":4},{"source":120,"target":123},{"source":120,"target":19},{"source":121,"target":3}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/ObeoNetwork/BPMN-Designer/plugins/org.obeonetwork.dsl.bpmn2/model/BPMN20.ecore
bpmn2 Interface name operations implementationRef RootElement BaseElement id extensionDefinitions extensionValues documentation description ExtensionDefinition name extensionAttributeDefinitions id ExtensionAttributeDefinition name type isReference false extensionDefinition id ExtensionAttributeValue valueRef value extensionAttributeDefinition id Documentation text textFormat text/plain Operation name inMessageRef outMessageRef errorRefs implementationRef Message name itemRef ItemDefinition itemKind structureRef isCollection false import ItemKind Physical Physical Information Information Import importType location namespace id Error structureRef name errorCode EndPoint Auditing GlobalTask resources CallableElement name ioSpecification supportedInterfaceRefs ioBinding InputOutputSpecification inputSets outputSets dataInputs dataOutputs InputSet name dataInputRefs optionalInputRefs whileExecutingInputRefs outputSetRefs DataInput name isCollection false inputSetWithOptional inputSetWithWhileExecuting inputSetRefs ItemAwareElement itemSubjectRef dataState DataState name OutputSet dataOutputRefs optionalOutputRefs whileExecutingOutputRefs name inputSetRefs DataOutput name isCollection false outputSetWithOptional outputSetWithWhileExecuting outputSetRefs InputOutputBinding inputDataRef outputDataRef operationRef id ResourceRole resourceRef resourceParameterBindings resourceAssignmentExpression name Resource name resourceParameters ResourceParameter name isRequired type ResourceParameterBinding expression parameterRef id Expression ResourceAssignmentExpression expression id Monitoring Performer Process processType isClosed auditing monitoring properties supports definitionalCollaborationRef isExecutable resources artifacts correlationSubscriptions decomposedBy decomposes FlowElementsContainer flowElements laneSets FlowElement name auditing monitoring categoryValueRef CategoryValue value categorizedFlowElements LaneSet lanes name Lane name childLaneSet partitionElementRef flowNodeRefs partitionElement FlowNode outgoing incoming lanes SequenceFlow isImmediate conditionExpression targetRef sourceRef ProcessType None None Public Public Private Private Property name Collaboration name isClosed choreographyRef artifacts participantAssociations messageFlowAssociations conversationAssociations participants messageFlows correlationKeys conversations conversationLinks Choreography Artifact ParticipantAssociation innerParticipantRef outerParticipantRef Participant name interfaceRefs participantMultiplicity endPointRefs processRef InteractionNode incomingConversationLinks outgoingConversationLinks ConversationLink sourceRef name targetRef ParticipantMultiplicity minimum 0 maximum 1 id MessageFlowAssociation innerMessageFlowRef outerMessageFlowRef MessageFlow name sourceRef targetRef messageRef ConversationAssociation innerConversationNodeRef outerConversationNodeRef ConversationNode name participantRefs messageFlowRefs correlationKeys CorrelationKey correlationPropertyRef name CorrelationProperty correlationPropertyRetrievalExpression name type CorrelationPropertyRetrievalExpression messagePath messageRef FormalExpression language body evaluatesToTypeRef CorrelationSubscription correlationKeyRef correlationPropertyBinding CorrelationPropertyBinding dataPath correlationPropertyRef GlobalManualTask ManualTask Task Activity isForCompensation false loopCharacteristics resources default properties ioSpecification boundaryEventRefs dataInputAssociations dataOutputAssociations startQuantity 1 completionQuantity 1 LoopCharacteristics BoundaryEvent cancelActivity true attachedToRef CatchEvent parallelMultiple false outputSet eventDefinitionRefs dataOutputAssociation dataOutputs eventDefinitions Event properties EventDefinition DataOutputAssociation DataAssociation transformation assignment targetRef sourceRef Assignment from to DataInputAssociation UserTask renderings implementation Rendering HumanPerformer PotentialOwner GlobalUserTask implementation renderings Gateway gatewayDirection Unspecified GatewayDirection Unspecified Unspecified Converging Converging Diverging Diverging Mixed Mixed EventBasedGateway instantiate false eventGatewayType EventBasedGatewayType Parallel Parallel Exclusive Exclusive ComplexGateway activationCondition default ExclusiveGateway default InclusiveGateway default ParallelGateway Relationship type direction sources targets RelationshipDirection None None Forward Forward Backward Backward Both Both Extension mustUnderstand false definition id IntermediateCatchEvent IntermediateThrowEvent ThrowEvent inputSet eventDefinitionRefs dataInputAssociation dataInputs eventDefinitions EndEvent StartEvent isInterrupting true CancelEventDefinition ErrorEventDefinition errorRef TerminateEventDefinition EscalationEventDefinition escalationRef Escalation structureRef name escalationCode id CompensateEventDefinition waitForCompletion activityRef TimerEventDefinition timeDate timeCycle timeDuration LinkEventDefinition name target source MessageEventDefinition messageRef operationRef ConditionalEventDefinition condition SignalEventDefinition signalRef Signal structureRef name ImplicitThrowEvent DataObject isCollection false DataStore name capacity isUnlimited true DataStoreReference dataStoreRef DataObjectReference dataObjectRef CallConversation calledCollaborationRef participantAssociations Conversation SubConversation conversationNodes GlobalConversation PartnerEntity name participantRef PartnerRole name participantRef ChoreographyActivity participantRefs initiatingParticipantRef correlationKeys loopType None ChoreographyLoopType None None Standard Standard MultiInstanceSequential MultiInstanceSequential MultiInstanceParallel MultiInstanceParallel CallChoreography calledChoreographyRef participantAssociations SubChoreography artifacts ChoreographyTask messageFlowRef GlobalChoreographyTask initiatingParticipantRef TextAnnotation text textFormat text/plain Group categoryValueRef Association associationDirection sourceRef targetRef AssociationDirection None None One One Both Both Category categoryValue name ServiceTask implementation operationRef SubProcess triggeredByEvent false artifacts MultiInstanceBehavior None None One One All All Complex Complex MultiInstanceLoopCharacteristics isSequential false behavior All loopCardinality loopDataInputRef loopDataOutputRef inputDataItem outputDataItem completionCondition complexBehaviorDefinition oneBehaviorEventRef noneBehaviorEventRef ComplexBehaviorDefinition condition event StandardLoopCharacteristics testBefore false loopCondition loopMaximum CallActivity calledElementRef SendTask implementation operationRef messageRef ReceiveTask implementation instantiate false operationRef messageRef ScriptTask scriptFormat script BusinessRuleTask implementation AdHocSubProcess completionCondition ordering cancelRemainingInstances true AdHocOrdering Parallel Parallel Sequential Sequential Transaction protocol method GlobalScriptTask scriptLanguage script GlobalBusinessRuleTask implementation Definitions name targetNamespace expressionLanguage http://www.w3.org/1999/XPath typeLanguage http://www.w3.org/2001/XMLSchema imports extensions relationships rootElements diagrams exporter exporterVersion
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bpmn2" nsURI="http://www.omg.org/spec/BPMN/20100524/MODEL-XMI" nsPrefix="bpmn"> <eAnnotations source="http://www.obeonetwork.com/bpmn2/addons" references="#//BaseElement/description #//Process/decomposedBy #//Process/decomposes"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" lowerBound="1" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationRef" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootElement" abstract="true" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="BaseElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionDefinitions" ordered="false" upperBound="-1" eType="#//ExtensionDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionValues" ordered="false" upperBound="-1" eType="#//ExtensionAttributeValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" ordered="false" upperBound="-1" eType="#//Documentation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionAttributeDefinitions" ordered="false" upperBound="-1" eType="#//ExtensionAttributeDefinition" containment="true" eOpposite="#//ExtensionAttributeDefinition/extensionDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionAttributeDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReference" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionDefinition" ordered="false" lowerBound="1" eType="#//ExtensionDefinition" eOpposite="#//ExtensionDefinition/extensionAttributeDefinitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionAttributeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueRef" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionAttributeDefinition" ordered="false" eType="#//ExtensionAttributeDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Documentation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textFormat" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="text/plain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMessageRef" ordered="false" lowerBound="1" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outMessageRef" ordered="false" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorRefs" ordered="false" upperBound="-1" eType="#//Error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationRef" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemRef" ordered="false" eType="#//ItemDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemDefinition" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemKind" ordered="false" lowerBound="1" eType="#//ItemKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structureRef" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCollection" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="import" ordered="false" eType="#//Import"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ItemKind"> <eLiterals name="Physical"/> <eLiterals name="Information" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Error" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="structureRef" ordered="false" eType="#//ItemDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorCode" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint" eSuperTypes="#//RootElement"/> <eClassifiers xsi:type="ecore:EClass" name="Auditing" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="GlobalTask" eSuperTypes="#//CallableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" ordered="false" upperBound="-1" eType="#//ResourceRole" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallableElement" abstract="true" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ioSpecification" ordered="false" eType="#//InputOutputSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supportedInterfaceRefs" ordered="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ioBinding" ordered="false" upperBound="-1" eType="#//InputOutputBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputOutputSpecification" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSets" ordered="false" upperBound="-1" eType="#//InputSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSets" ordered="false" upperBound="-1" eType="#//OutputSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataInputs" ordered="false" upperBound="-1" eType="#//DataInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputs" ordered="false" upperBound="-1" eType="#//DataOutput" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputSet" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataInputRefs" ordered="false" upperBound="-1" eType="#//DataInput" resolveProxies="false" eOpposite="#//DataInput/inputSetRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalInputRefs" ordered="false" upperBound="-1" eType="#//DataInput" resolveProxies="false" eOpposite="#//DataInput/inputSetWithOptional"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileExecutingInputRefs" ordered="false" upperBound="-1" eType="#//DataInput" resolveProxies="false" eOpposite="#//DataInput/inputSetWithWhileExecuting"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSetRefs" ordered="false" upperBound="-1" eType="#//OutputSet" resolveProxies="false" eOpposite="#//OutputSet/inputSetRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataInput" eSuperTypes="#//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCollection" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSetWithOptional" ordered="false" upperBound="-1" eType="#//InputSet" transient="true" derived="true" eOpposite="#//InputSet/optionalInputRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSetWithWhileExecuting" ordered="false" upperBound="-1" eType="#//InputSet" transient="true" derived="true" eOpposite="#//InputSet/whileExecutingInputRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSetRefs" ordered="false" upperBound="-1" eType="#//InputSet" transient="true" derived="true" eOpposite="#//InputSet/dataInputRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemAwareElement" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemSubjectRef" ordered="false" eType="#//ItemDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataState" ordered="false" eType="#//DataState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataState" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputSet" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputRefs" ordered="false" upperBound="-1" eType="#//DataOutput" resolveProxies="false" eOpposite="#//DataOutput/outputSetRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optionalOutputRefs" ordered="false" upperBound="-1" eType="#//DataOutput" resolveProxies="false" eOpposite="#//DataOutput/outputSetWithOptional"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileExecutingOutputRefs" ordered="false" upperBound="-1" eType="#//DataOutput" derived="true" resolveProxies="false" eOpposite="#//DataOutput/outputSetWithWhileExecuting"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSetRefs" ordered="false" upperBound="-1" eType="#//InputSet" eOpposite="#//InputSet/outputSetRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataOutput" eSuperTypes="#//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCollection" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSetWithOptional" ordered="false" upperBound="-1" eType="#//OutputSet" transient="true" derived="true" eOpposite="#//OutputSet/optionalOutputRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSetWithWhileExecuting" ordered="false" upperBound="-1" eType="#//OutputSet" transient="true" derived="true" eOpposite="#//OutputSet/whileExecutingOutputRefs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSetRefs" ordered="false" upperBound="-1" eType="#//OutputSet" transient="true" derived="true" eOpposite="#//OutputSet/dataOutputRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputOutputBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputDataRef" ordered="false" lowerBound="1" eType="#//InputSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputDataRef" ordered="false" lowerBound="1" eType="#//OutputSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationRef" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRole" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" ordered="false" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceParameterBindings" ordered="false" upperBound="-1" eType="#//ResourceParameterBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceAssignmentExpression" ordered="false" eType="#//ResourceAssignmentExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceParameters" ordered="false" upperBound="-1" eType="#//ResourceParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceParameter" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//ItemDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceParameterBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterRef" ordered="false" lowerBound="1" eType="#//ResourceParameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceAssignmentExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Monitoring" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="Performer" eSuperTypes="#//ResourceRole"/> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//CallableElement #//FlowElementsContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processType" ordered="false" lowerBound="1" eType="#//ProcessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isClosed" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="auditing" ordered="false" eType="#//Auditing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitoring" ordered="false" eType="#//Monitoring" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supports" ordered="false" upperBound="-1" eType="#//Process"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionalCollaborationRef" ordered="false" eType="#//Collaboration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExecutable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" ordered="false" upperBound="-1" eType="#//ResourceRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="#//Artifact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSubscriptions" ordered="false" upperBound="-1" eType="#//CorrelationSubscription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposedBy" upperBound="-1" eType="#//Process" containment="true" eOpposite="#//Process/decomposes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposes" eType="#//Process" eOpposite="#//Process/decomposedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElementsContainer" abstract="true" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="flowElements" ordered="false" upperBound="-1" eType="#//FlowElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="laneSets" ordered="false" upperBound="-1" eType="#//LaneSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="auditing" ordered="false" eType="#//Auditing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitoring" ordered="false" eType="#//Monitoring" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryValueRef" ordered="false" upperBound="-1" eType="#//CategoryValue" transient="true" resolveProxies="false" eOpposite="#//CategoryValue/categorizedFlowElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CategoryValue" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizedFlowElements" ordered="false" upperBound="-1" eType="#//FlowElement" changeable="false" transient="true" derived="true" resolveProxies="false" eOpposite="#//FlowElement/categoryValueRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaneSet" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lanes" ordered="false" upperBound="-1" eType="#//Lane" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lane" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childLaneSet" ordered="false" eType="#//LaneSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partitionElementRef" ordered="false" eType="#//BaseElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowNodeRefs" ordered="false" upperBound="-1" eType="#//FlowNode" resolveProxies="false" eOpposite="#//FlowNode/lanes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partitionElement" ordered="false" eType="#//BaseElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowNode" abstract="true" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//SequenceFlow" eOpposite="#//SequenceFlow/sourceRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//SequenceFlow" eOpposite="#//SequenceFlow/targetRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lanes" ordered="false" upperBound="-1" eType="#//Lane" transient="true" derived="true" eOpposite="#//Lane/flowNodeRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceFlow" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImmediate" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false" eType="#//FlowNode" eOpposite="#//FlowNode/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false" eType="#//FlowNode" eOpposite="#//FlowNode/outgoing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProcessType"> <eLiterals name="None"/> <eLiterals name="Public" value="1"/> <eLiterals name="Private" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isClosed" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyRef" ordered="false" upperBound="-1" eType="#//Choreography"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="#//Artifact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantAssociations" ordered="false" upperBound="-1" eType="#//ParticipantAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFlowAssociations" ordered="false" upperBound="-1" eType="#//MessageFlowAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conversationAssociations" ordered="false" eType="#//ConversationAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" ordered="false" upperBound="-1" eType="#//Participant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFlows" ordered="false" upperBound="-1" eType="#//MessageFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationKeys" ordered="false" upperBound="-1" eType="#//CorrelationKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conversations" ordered="false" upperBound="-1" eType="#//ConversationNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conversationLinks" ordered="false" upperBound="-1" eType="#//ConversationLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Choreography" eSuperTypes="#//Collaboration #//FlowElementsContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" abstract="true" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParticipantAssociation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerParticipantRef" ordered="false" lowerBound="1" eType="#//Participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerParticipantRef" ordered="false" lowerBound="1" eType="#//Participant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="#//BaseElement #//InteractionNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceRefs" ordered="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantMultiplicity" ordered="false" eType="#//ParticipantMultiplicity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endPointRefs" ordered="false" upperBound="-1" eType="#//EndPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processRef" ordered="false" eType="#//Process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingConversationLinks" ordered="false" upperBound="-1" eType="#//ConversationLink" changeable="false" transient="true" derived="true" eOpposite="#//ConversationLink/targetRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingConversationLinks" ordered="false" upperBound="-1" eType="#//ConversationLink" changeable="false" transient="true" derived="true" eOpposite="#//ConversationLink/sourceRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConversationLink" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false" lowerBound="1" eType="#//InteractionNode" transient="true" eOpposite="#//InteractionNode/outgoingConversationLinks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false" lowerBound="1" eType="#//InteractionNode" transient="true" eOpposite="#//InteractionNode/incomingConversationLinks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParticipantMultiplicity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageFlowAssociation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerMessageFlowRef" ordered="false" lowerBound="1" eType="#//MessageFlow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerMessageFlowRef" ordered="false" lowerBound="1" eType="#//MessageFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageFlow" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false" eType="#//InteractionNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false" eType="#//InteractionNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageRef" ordered="false" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConversationAssociation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerConversationNodeRef" ordered="false" lowerBound="1" eType="#//ConversationNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerConversationNodeRef" ordered="false" lowerBound="1" eType="#//ConversationNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConversationNode" abstract="true" eSuperTypes="#//BaseElement #//InteractionNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantRefs" ordered="false" lowerBound="2" upperBound="-1" eType="#//Participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFlowRefs" ordered="false" upperBound="-1" eType="#//MessageFlow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationKeys" ordered="false" upperBound="-1" eType="#//CorrelationKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationKey" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationPropertyRef" ordered="false" upperBound="-1" eType="#//CorrelationProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationProperty" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationPropertyRetrievalExpression" ordered="false" lowerBound="1" upperBound="-1" eType="#//CorrelationPropertyRetrievalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//ItemDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationPropertyRetrievalExpression" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="messagePath" ordered="false" lowerBound="1" eType="#//FormalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageRef" ordered="false" lowerBound="1" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatesToTypeRef" ordered="false" lowerBound="1" eType="#//ItemDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSubscription" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationKeyRef" ordered="false" lowerBound="1" eType="#//CorrelationKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationPropertyBinding" ordered="false" upperBound="-1" eType="#//CorrelationPropertyBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationPropertyBinding" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataPath" ordered="false" lowerBound="1" eType="#//FormalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationPropertyRef" ordered="false" lowerBound="1" eType="#//CorrelationProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalManualTask" eSuperTypes="#//GlobalTask"/> <eClassifiers xsi:type="ecore:EClass" name="ManualTask" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//FlowNode #//InteractionNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isForCompensation" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopCharacteristics" ordered="false" eType="#//LoopCharacteristics" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" ordered="false" upperBound="-1" eType="#//ResourceRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//SequenceFlow"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ioSpecification" ordered="false" eType="#//InputOutputSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundaryEventRefs" ordered="false" upperBound="-1" eType="#//BoundaryEvent" eOpposite="#//BoundaryEvent/attachedToRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataInputAssociations" ordered="false" upperBound="-1" eType="#//DataInputAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputAssociations" ordered="false" upperBound="-1" eType="#//DataOutputAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startQuantity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="completionQuantity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopCharacteristics" abstract="true" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="BoundaryEvent" eSuperTypes="#//CatchEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cancelActivity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedToRef" ordered="false" lowerBound="1" eType="#//Activity" eOpposite="#//Activity/boundaryEventRefs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchEvent" abstract="true" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parallelMultiple" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSet" ordered="false" eType="#//OutputSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventDefinitionRefs" ordered="false" upperBound="-1" eType="#//EventDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputAssociation" ordered="false" upperBound="-1" eType="#//DataOutputAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataOutputs" ordered="false" upperBound="-1" eType="#//DataOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventDefinitions" ordered="false" upperBound="-1" eType="#//EventDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//FlowNode #//InteractionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDefinition" abstract="true" eSuperTypes="#//RootElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataOutputAssociation" eSuperTypes="#//DataAssociation"/> <eClassifiers xsi:type="ecore:EClass" name="DataAssociation" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" eType="#//FormalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" ordered="false" upperBound="-1" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false" lowerBound="1" eType="#//ItemAwareElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false" upperBound="-1" eType="#//ItemAwareElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataInputAssociation" eSuperTypes="#//DataAssociation"/> <eClassifiers xsi:type="ecore:EClass" name="UserTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="renderings" ordered="false" upperBound="-1" eType="#//Rendering" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rendering" eSuperTypes="#//BaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="HumanPerformer" eSuperTypes="#//Performer"/> <eClassifiers xsi:type="ecore:EClass" name="PotentialOwner" eSuperTypes="#//HumanPerformer"/> <eClassifiers xsi:type="ecore:EClass" name="GlobalUserTask" eSuperTypes="#//GlobalTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renderings" ordered="false" upperBound="-1" eType="#//Rendering" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gateway" abstract="true" eSuperTypes="#//FlowNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gatewayDirection" ordered="false" lowerBound="1" eType="#//GatewayDirection" defaultValueLiteral="Unspecified"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GatewayDirection"> <eLiterals name="Unspecified"/> <eLiterals name="Converging" value="1"/> <eLiterals name="Diverging" value="2"/> <eLiterals name="Mixed" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventBasedGateway" eSuperTypes="#//Gateway"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventGatewayType" ordered="false" lowerBound="1" eType="#//EventBasedGatewayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventBasedGatewayType"> <eLiterals name="Parallel"/> <eLiterals name="Exclusive" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexGateway" eSuperTypes="#//Gateway"> <eStructuralFeatures xsi:type="ecore:EReference" name="activationCondition" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//SequenceFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveGateway" eSuperTypes="#//Gateway"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//SequenceFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveGateway" eSuperTypes="#//Gateway"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//SequenceFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParallelGateway" eSuperTypes="#//Gateway"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//RelationshipDirection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipDirection"> <eLiterals name="None"/> <eLiterals name="Forward" value="1"/> <eLiterals name="Backward" value="2"/> <eLiterals name="Both" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#//ExtensionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntermediateCatchEvent" eSuperTypes="#//CatchEvent"/> <eClassifiers xsi:type="ecore:EClass" name="IntermediateThrowEvent" eSuperTypes="#//ThrowEvent"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowEvent" abstract="true" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSet" ordered="false" eType="#//InputSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventDefinitionRefs" ordered="false" upperBound="-1" eType="#//EventDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataInputAssociation" ordered="false" upperBound="-1" eType="#//DataInputAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataInputs" ordered="false" upperBound="-1" eType="#//DataInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventDefinitions" ordered="false" upperBound="-1" eType="#//EventDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndEvent" eSuperTypes="#//ThrowEvent"/> <eClassifiers xsi:type="ecore:EClass" name="StartEvent" eSuperTypes="#//CatchEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterrupting" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CancelEventDefinition" eSuperTypes="#//EventDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="ErrorEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="errorRef" ordered="false" eType="#//Error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminateEventDefinition" eSuperTypes="#//EventDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="EscalationEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="escalationRef" ordered="false" eType="#//Escalation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Escalation"> <eStructuralFeatures xsi:type="ecore:EReference" name="structureRef" ordered="false" eType="#//ItemDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escalationCode" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompensateEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="waitForCompletion" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityRef" ordered="false" eType="#//Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="timeDate" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeCycle" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeDuration" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="#//LinkEventDefinition" eOpposite="#//LinkEventDefinition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" upperBound="-1" eType="#//LinkEventDefinition" eOpposite="#//LinkEventDefinition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="messageRef" ordered="false" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationRef" ordered="false" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalEventDefinition" eSuperTypes="#//EventDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="signalRef" ordered="false" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="structureRef" ordered="false" eType="#//ItemDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplicitThrowEvent" eSuperTypes="#//ThrowEvent"/> <eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//FlowElement #//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCollection" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStore" eSuperTypes="#//ItemAwareElement #//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnlimited" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStoreReference" eSuperTypes="#//FlowElement #//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataStoreRef" ordered="false" eType="#//DataStore"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataObjectReference" eSuperTypes="#//FlowElement #//ItemAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataObjectRef" ordered="false" lowerBound="1" eType="#//DataObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallConversation" eSuperTypes="#//ConversationNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledCollaborationRef" ordered="false" eType="#//Collaboration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantAssociations" ordered="false" upperBound="-1" eType="#//ParticipantAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conversation" eSuperTypes="#//ConversationNode"/> <eClassifiers xsi:type="ecore:EClass" name="SubConversation" eSuperTypes="#//ConversationNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="conversationNodes" ordered="false" upperBound="-1" eType="#//ConversationNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalConversation" eSuperTypes="#//Collaboration"/> <eClassifiers xsi:type="ecore:EClass" name="PartnerEntity" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantRef" ordered="false" upperBound="-1" eType="#//Participant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerRole" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantRef" ordered="false" upperBound="-1" eType="#//Participant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyActivity" abstract="true" eSuperTypes="#//FlowNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="participantRefs" ordered="false" upperBound="-1" eType="#//Participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingParticipantRef" ordered="false" eType="#//Participant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationKeys" ordered="false" upperBound="-1" eType="#//CorrelationKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loopType" ordered="false" lowerBound="1" eType="#//ChoreographyLoopType" defaultValueLiteral="None"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChoreographyLoopType"> <eLiterals name="None"/> <eLiterals name="Standard" value="1"/> <eLiterals name="MultiInstanceSequential" value="2"/> <eLiterals name="MultiInstanceParallel" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallChoreography" eSuperTypes="#//ChoreographyActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledChoreographyRef" ordered="false" eType="#//Choreography"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participantAssociations" ordered="false" upperBound="-1" eType="#//ParticipantAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubChoreography" eSuperTypes="#//ChoreographyActivity #//FlowElementsContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="#//Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChoreographyTask" eSuperTypes="#//ChoreographyActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="messageFlowRef" ordered="false" upperBound="2" eType="#//MessageFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalChoreographyTask" eSuperTypes="#//Choreography"> <eStructuralFeatures xsi:type="ecore:EReference" name="initiatingParticipantRef" ordered="false" lowerBound="1" eType="#//Participant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextAnnotation" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textFormat" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="text/plain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryValueRef" ordered="false" eType="#//CategoryValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associationDirection" ordered="false" lowerBound="1" eType="#//AssociationDirection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRef" ordered="false" eType="#//BaseElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetRef" ordered="false" eType="#//BaseElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssociationDirection"> <eLiterals name="None"/> <eLiterals name="One" value="1"/> <eLiterals name="Both" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="categoryValue" ordered="false" upperBound="-1" eType="#//CategoryValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationRef" ordered="false" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubProcess" eSuperTypes="#//Activity #//FlowElementsContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggeredByEvent" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" ordered="false" upperBound="-1" eType="#//Artifact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MultiInstanceBehavior"> <eLiterals name="None"/> <eLiterals name="One" value="1"/> <eLiterals name="All" value="2"/> <eLiterals name="Complex" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiInstanceLoopCharacteristics" eSuperTypes="#//LoopCharacteristics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSequential" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behavior" ordered="false" lowerBound="1" eType="#//MultiInstanceBehavior" defaultValueLiteral="All"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopCardinality" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopDataInputRef" ordered="false" eType="#//ItemAwareElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopDataOutputRef" ordered="false" eType="#//ItemAwareElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputDataItem" ordered="false" eType="#//DataInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputDataItem" ordered="false" eType="#//DataOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexBehaviorDefinition" ordered="false" upperBound="-1" eType="#//ComplexBehaviorDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oneBehaviorEventRef" ordered="false" eType="#//EventDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="noneBehaviorEventRef" ordered="false" eType="#//EventDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexBehaviorDefinition" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//FormalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" eType="#//ImplicitThrowEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StandardLoopCharacteristics" eSuperTypes="#//LoopCharacteristics"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testBefore" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopCondition" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopMaximum" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallActivity" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledElementRef" ordered="false" eType="#//CallableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationRef" ordered="false" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageRef" ordered="false" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReceiveTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationRef" ordered="false" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageRef" ordered="false" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptFormat" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="script" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessRuleTask" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdHocSubProcess" eSuperTypes="#//SubProcess"> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" ordered="false" lowerBound="1" eType="#//AdHocOrdering"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cancelRemainingInstances" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AdHocOrdering"> <eLiterals name="Parallel"/> <eLiterals name="Sequential" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transaction" eSuperTypes="#//SubProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocol" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScriptTask" eSuperTypes="#//GlobalTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptLanguage" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="script" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalBusinessRuleTask" eSuperTypes="#//GlobalTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definitions" eSuperTypes="#//BaseElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetNamespace" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionLanguage" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://www.w3.org/1999/XPath"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeLanguage" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://www.w3.org/2001/XMLSchema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" ordered="false" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" ordered="false" upperBound="-1" eType="#//Extension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" ordered="false" upperBound="-1" eType="#//Relationship" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootElements" ordered="false" upperBound="-1" eType="#//RootElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" ordered="false" upperBound="-1" eType="ecore:EClass BPMNDI.ecore#//BPMNDiagram" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exporter" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exporterVersion" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bpmn","nsURI":"http://www.omg.org/spec/BPMN/20100524/MODEL-XMI","name":"bpmn2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionAttributeDefinition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionAttributeValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ItemKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Error","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auditing","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalTask","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallableElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputOutputSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputSet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInput","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemAwareElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataState","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputSet","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOutput","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputOutputBinding","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRole","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceParameter","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceParameterBinding","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceAssignmentExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Monitoring","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Performer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElementsContainer","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaneSet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lane","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNode","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceFlow","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choreography","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantAssociation","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionNode","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversationLink","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantMultiplicity","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageFlowAssociation","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageFlow","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversationAssociation","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversationNode","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationKey","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationProperty","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationPropertyRetrievalExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSubscription","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationPropertyBinding","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalManualTask","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManualTask","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopCharacteristics","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundaryEvent","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchEvent","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDefinition","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataOutputAssociation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAssociation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataInputAssociation","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTask","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rendering","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanPerformer","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PotentialOwner","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalUserTask","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gateway","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GatewayDirection","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBasedGateway","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventBasedGatewayType","instanceClass":null,"id":83,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexGateway","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveGateway","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveGateway","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelGateway","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipDirection","instanceClass":null,"id":89,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateCatchEvent","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateThrowEvent","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowEvent","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndEvent","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartEvent","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CancelEventDefinition","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorEventDefinition","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateEventDefinition","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EscalationEventDefinition","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Escalation","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompensateEventDefinition","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerEventDefinition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEventDefinition","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEventDefinition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalEventDefinition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEventDefinition","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitThrowEvent","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStore","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreReference","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObjectReference","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallConversation","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conversation","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubConversation","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalConversation","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerEntity","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerRole","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyActivity","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChoreographyLoopType","instanceClass":null,"id":120,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallChoreography","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubChoreography","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChoreographyTask","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalChoreographyTask","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAnnotation","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssociationDirection","instanceClass":null,"id":128,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceTask","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProcess","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MultiInstanceBehavior","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiInstanceLoopCharacteristics","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexBehaviorDefinition","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardLoopCharacteristics","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallActivity","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendTask","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveTask","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptTask","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRuleTask","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdHocSubProcess","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AdHocOrdering","instanceClass":null,"id":142,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScriptTask","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalBusinessRuleTask","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definitions","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":147,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"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":"implementationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"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":"extensionDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":"extensionValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"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":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"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":165,"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":"extensionAttributeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"extensionDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"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":172,"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":"type","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isReference","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":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"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":"extensionAttributeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"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":189,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"text/plain","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"text/plain","unsettable":false,"transient":false,"unique":true,"name":"textFormat","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":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":"inMessageRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outMessageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"errorRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"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":"implementationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itemKind","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structureRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"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":"isCollection","changeable":true,"lowerBound":1,"iD":false,"id":212,"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":"import","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"name":"Physical","id":219,"value":0,"literal":"Physical","eClass":"EEnumLiteral"},{"name":"Information","id":220,"value":1,"literal":"Information","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importType","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":223,"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":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"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":"structureRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":230,"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":"errorCode","changeable":true,"lowerBound":1,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ioSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"supportedInterfaceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"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":"ioBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":"outputSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"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":"dataInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"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":"dataOutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":259,"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":"dataInputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":260,"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":"optionalInputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":261,"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":"whileExecutingInputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"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":"outputSetRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"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":true,"unique":true,"name":"inputSetRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":true},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inputSetWithOptional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":true},{"id":270,"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":true,"unique":true,"name":"inputSetWithWhileExecuting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":true},{"id":272,"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":"inputSetRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":274,"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":"isCollection","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":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":"itemSubjectRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"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":"dataState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"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":"dataOutputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"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":"optionalOutputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"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":"whileExecutingOutputRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":292,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"outputSetRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":true},{"id":297,"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":true,"unique":true,"name":"outputSetWithOptional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":true},{"id":299,"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":true,"unique":true,"name":"outputSetWithWhileExecuting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":true},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":303,"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":"isCollection","changeable":true,"lowerBound":1,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputDataRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"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":"outputDataRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operationRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"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":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"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":"resourceParameterBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceAssignmentExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":328,"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":"resourceParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"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":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRequired","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":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":340,"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":"parameterRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processType","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isClosed","changeable":true,"lowerBound":1,"iD":false,"id":354,"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":"auditing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"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":"monitoring","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"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":"supports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"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":"definitionalCollaborationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExecutable","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"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":"correlationSubscriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decomposedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"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":"decomposes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flowElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"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":"laneSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"auditing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"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":"monitoring","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"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":true,"unique":true,"name":"categoryValueRef","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"categorizedFlowElements","changeable":false,"resolveProxies":false,"lowerBound":0,"id":395,"derived":true},{"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":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"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":"lanes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":405,"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":"childLaneSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"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":"partitionElementRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"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":"flowNodeRefs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":408,"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":"partitionElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"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":true,"unique":true,"name":"lanes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":true},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":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":417,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":"sourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isImmediate","changeable":true,"lowerBound":0,"iD":false,"id":425,"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":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"name":"None","id":432,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Public","id":433,"value":1,"literal":"Public","eClass":"EEnumLiteral"},{"name":"Private","id":434,"value":2,"literal":"Private","eClass":"EEnumLiteral"},{"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isClosed","changeable":true,"lowerBound":1,"iD":false,"id":439,"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":"choreographyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"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":"participantAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"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":"messageFlowAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"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":"conversationAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"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":"correlationKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"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":"conversations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"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":"conversationLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerParticipantRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"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":"outerParticipantRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":471,"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":"interfaceRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"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":"participantMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"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":"endPointRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"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":"processRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"incomingConversationLinks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":483,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"outgoingConversationLinks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":484,"derived":true},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"targetRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sourceRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":488,"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":"name","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"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":1,"iD":false,"id":494,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":495,"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":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"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":"innerMessageFlowRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outerMessageFlowRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":505,"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":"sourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"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":"targetRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageRef","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"innerConversationNodeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"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":"outerConversationNodeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":519,"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":"participantRefs","changeable":true,"resolveProxies":true,"lowerBound":2,"id":520,"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":"messageFlowRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"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":"correlationKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"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":"correlationPropertyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlationPropertyRetrievalExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":535,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messagePath","changeable":true,"resolveProxies":true,"lowerBound":1,"id":541,"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":"messageRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"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":546,"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":547,"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":"evaluatesToTypeRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"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":"correlationKeyRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"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":"correlationPropertyBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataPath","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":false,"unsettable":false,"transient":false,"unique":true,"name":"correlationPropertyRef","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"},{"id":564,"eClass":"EGenericType"},{"id":565,"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":"isForCompensation","changeable":true,"lowerBound":1,"iD":false,"id":566,"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":"loopCharacteristics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"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":"ioSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"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":"boundaryEventRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"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":"dataInputAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":573,"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":"dataOutputAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"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":"startQuantity","changeable":true,"lowerBound":1,"iD":false,"id":575,"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":"completionQuantity","changeable":true,"lowerBound":1,"iD":false,"id":576,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attachedToRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"cancelActivity","changeable":true,"lowerBound":1,"iD":false,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"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":"parallelMultiple","changeable":true,"lowerBound":1,"iD":false,"id":596,"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":"outputSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"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":"eventDefinitionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"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":"dataOutputAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"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":"dataOutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"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":"eventDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"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":"assignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"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":"targetRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"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":"sourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":624,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"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":"renderings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"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":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"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":"implementation","changeable":true,"lowerBound":1,"iD":false,"id":638,"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":"renderings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Unspecified","unsettable":false,"transient":false,"unique":true,"name":"gatewayDirection","changeable":true,"lowerBound":1,"iD":false,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"name":"Unspecified","id":646,"value":0,"literal":"Unspecified","eClass":"EEnumLiteral"},{"name":"Converging","id":647,"value":1,"literal":"Converging","eClass":"EEnumLiteral"},{"name":"Diverging","id":648,"value":2,"literal":"Diverging","eClass":"EEnumLiteral"},{"name":"Mixed","id":649,"value":3,"literal":"Mixed","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"instantiate","changeable":true,"lowerBound":1,"iD":false,"id":650,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventGatewayType","changeable":true,"lowerBound":1,"iD":false,"id":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"name":"Parallel","id":655,"value":0,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Exclusive","id":656,"value":1,"literal":"Exclusive","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activationCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"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":"type","changeable":true,"lowerBound":1,"iD":false,"id":669,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":670,"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":"sources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":671,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"name":"None","id":678,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Forward","id":679,"value":1,"literal":"Forward","eClass":"EEnumLiteral"},{"name":"Backward","id":680,"value":2,"literal":"Backward","eClass":"EEnumLiteral"},{"name":"Both","id":681,"value":3,"literal":"Both","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"mustUnderstand","changeable":true,"lowerBound":1,"iD":false,"id":682,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":683,"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":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"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":"inputSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"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":"eventDefinitionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":691,"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":"dataInputAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"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":"dataInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"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":"eventDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isInterrupting","changeable":true,"lowerBound":1,"iD":false,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"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":"errorRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"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":"escalationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":710,"derived":false},{"id":711,"eClass":"EGenericType"},{"id":712,"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":"structureRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":714,"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":"escalationCode","changeable":true,"lowerBound":1,"iD":false,"id":715,"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":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"waitForCompletion","changeable":true,"lowerBound":1,"iD":false,"id":721,"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":"activityRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"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":"timeDate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"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":"timeCycle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"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":"timeDuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":733,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"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":"messageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"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":"operationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"id":747,"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":"signalRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":748,"derived":false},{"id":749,"eClass":"EGenericType"},{"id":750,"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":"structureRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":751,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"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":"isCollection","changeable":true,"lowerBound":1,"iD":false,"id":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":761,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":1,"iD":false,"id":762,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnlimited","changeable":true,"lowerBound":1,"iD":false,"id":763,"derived":false},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"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":"dataStoreRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"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":"dataObjectRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"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":"calledCollaborationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":777,"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":"participantAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":778,"derived":false},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"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":"conversationNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"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":787,"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":"participantRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"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":792,"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":"participantRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":793,"derived":false},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"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":"participantRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"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":"initiatingParticipantRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":798,"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":"correlationKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":799,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"None","unsettable":false,"transient":false,"unique":true,"name":"loopType","changeable":true,"lowerBound":1,"iD":false,"id":800,"derived":false},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"name":"None","id":806,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Standard","id":807,"value":1,"literal":"Standard","eClass":"EEnumLiteral"},{"name":"MultiInstanceSequential","id":808,"value":2,"literal":"MultiInstanceSequential","eClass":"EEnumLiteral"},{"name":"MultiInstanceParallel","id":809,"value":3,"literal":"MultiInstanceParallel","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calledChoreographyRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":810,"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":"participantAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"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":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageFlowRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":819,"derived":false},{"id":820,"eClass":"EGenericType"},{"id":821,"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":"initiatingParticipantRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":822,"derived":false},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":825,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"text/plain","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"text/plain","unsettable":false,"transient":false,"unique":true,"name":"textFormat","changeable":true,"lowerBound":1,"iD":false,"id":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"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":"categoryValueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associationDirection","changeable":true,"lowerBound":1,"iD":false,"id":833,"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":"sourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":834,"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":"targetRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":835,"derived":false},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"name":"None","id":840,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"One","id":841,"value":1,"literal":"One","eClass":"EEnumLiteral"},{"name":"Both","id":842,"value":2,"literal":"Both","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":"categoryValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":843,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":844,"derived":false},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":848,"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":"operationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":849,"derived":false},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"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":"triggeredByEvent","changeable":true,"lowerBound":1,"iD":false,"id":853,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"name":"None","id":859,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"One","id":860,"value":1,"literal":"One","eClass":"EEnumLiteral"},{"name":"All","id":861,"value":2,"literal":"All","eClass":"EEnumLiteral"},{"name":"Complex","id":862,"value":3,"literal":"Complex","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isSequential","changeable":true,"lowerBound":1,"iD":false,"id":863,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"All","unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"lowerBound":1,"iD":false,"id":864,"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":"loopCardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"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":"loopDataInputRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":866,"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":"loopDataOutputRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":867,"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":"inputDataItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"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":"outputDataItem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":869,"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":"completionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":870,"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":"complexBehaviorDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":871,"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":"oneBehaviorEventRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":872,"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":"noneBehaviorEventRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":873,"derived":false},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"container":false,"ordered":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":886,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":887,"derived":false},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"id":890,"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":"testBefore","changeable":true,"lowerBound":1,"iD":false,"id":891,"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":"loopCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":892,"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":"loopMaximum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":893,"derived":false},{"id":894,"eClass":"EGenericType"},{"id":895,"eClass":"EGenericType"},{"id":896,"eClass":"EGenericType"},{"id":897,"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":"calledElementRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":898,"derived":false},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":901,"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":"operationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":902,"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":"messageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":903,"derived":false},{"id":904,"eClass":"EGenericType"},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":908,"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":"instantiate","changeable":true,"lowerBound":1,"iD":false,"id":909,"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":"operationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":910,"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":"messageRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptFormat","changeable":true,"lowerBound":0,"iD":false,"id":917,"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":"script","changeable":true,"lowerBound":0,"iD":false,"id":918,"derived":false},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":922,"derived":false},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"completionCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":925,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":1,"iD":false,"id":926,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"cancelRemainingInstances","changeable":true,"lowerBound":1,"iD":false,"id":927,"derived":false},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"name":"Parallel","id":932,"value":0,"literal":"Parallel","eClass":"EEnumLiteral"},{"name":"Sequential","id":933,"value":1,"literal":"Sequential","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"lowerBound":0,"iD":false,"id":934,"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":"method","changeable":true,"lowerBound":1,"iD":false,"id":935,"derived":false},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"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":"scriptLanguage","changeable":true,"lowerBound":1,"iD":false,"id":939,"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":"script","changeable":true,"lowerBound":1,"iD":false,"id":940,"derived":false},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"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":"implementation","changeable":true,"lowerBound":1,"iD":false,"id":944,"derived":false},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":947,"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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":948,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.w3.org/1999/XPath","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/1999/XPath","unsettable":false,"transient":false,"unique":true,"name":"expressionLanguage","changeable":true,"lowerBound":1,"iD":false,"id":949,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":"http://www.w3.org/2001/XMLSchema","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/2001/XMLSchema","unsettable":false,"transient":false,"unique":true,"name":"typeLanguage","changeable":true,"lowerBound":1,"iD":false,"id":950,"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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":951,"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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":952,"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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":953,"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":"rootElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":954,"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":"diagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":955,"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":"exporter","changeable":true,"lowerBound":0,"iD":false,"id":956,"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":"exporterVersion","changeable":true,"lowerBound":0,"iD":false,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":147},{"source":1,"target":148},{"source":1,"target":149},{"source":1,"target":150},{"source":147,"target":151},{"source":147,"target":1},{"source":148,"target":8},{"source":148,"target":152},{"source":148,"target":1},{"source":152,"target":8},{"source":149,"target":153},{"source":149,"target":1},{"source":150,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":154},{"source":154,"target":3},{"source":3,"target":0},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":155,"target":160},{"source":155,"target":3},{"source":156,"target":4},{"source":156,"target":161},{"source":156,"target":3},{"source":161,"target":4},{"source":157,"target":6},{"source":157,"target":162},{"source":157,"target":3},{"source":162,"target":6},{"source":158,"target":7},{"source":158,"target":163},{"source":158,"target":3},{"source":163,"target":7},{"source":159,"target":164},{"source":159,"target":3},{"source":4,"target":0},{"source":4,"target":165},{"source":4,"target":166},{"source":4,"target":167},{"source":165,"target":168},{"source":165,"target":4},{"source":166,"target":5},{"source":166,"target":169},{"source":166,"target":4},{"source":166,"target":170},{"source":169,"target":5},{"source":167,"target":171},{"source":167,"target":4},{"source":5,"target":0},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":170},{"source":5,"target":175},{"source":172,"target":176},{"source":172,"target":5},{"source":173,"target":177},{"source":173,"target":5},{"source":174,"target":178},{"source":174,"target":5},{"source":170,"target":4},{"source":170,"target":179},{"source":170,"target":5},{"source":170,"target":166},{"source":179,"target":4},{"source":175,"target":180},{"source":175,"target":5},{"source":6,"target":0},{"source":6,"target":181},{"source":6,"target":182},{"source":6,"target":183},{"source":6,"target":184},{"source":181,"target":185},{"source":181,"target":6},{"source":182,"target":186},{"source":182,"target":6},{"source":183,"target":5},{"source":183,"target":187},{"source":183,"target":6},{"source":187,"target":5},{"source":184,"target":188},{"source":184,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":189},{"source":7,"target":190},{"source":7,"target":191},{"source":189,"target":192},{"source":189,"target":7},{"source":190,"target":193},{"source":190,"target":7},{"source":191,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":194},{"source":8,"target":195},{"source":8,"target":196},{"source":8,"target":197},{"source":8,"target":198},{"source":8,"target":199},{"source":194,"target":200},{"source":194,"target":8},{"source":195,"target":9},{"source":195,"target":201},{"source":195,"target":8},{"source":201,"target":9},{"source":196,"target":9},{"source":196,"target":202},{"source":196,"target":8},{"source":202,"target":9},{"source":197,"target":13},{"source":197,"target":203},{"source":197,"target":8},{"source":203,"target":13},{"source":198,"target":204},{"source":198,"target":8},{"source":199,"target":3},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":205},{"source":9,"target":206},{"source":9,"target":207},{"source":205,"target":208},{"source":205,"target":9},{"source":206,"target":10},{"source":206,"target":209},{"source":206,"target":9},{"source":209,"target":10},{"source":207,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":210},{"source":10,"target":211},{"source":10,"target":212},{"source":10,"target":213},{"source":10,"target":214},{"source":210,"target":11},{"source":210,"target":215},{"source":210,"target":10},{"source":215,"target":11},{"source":211,"target":216},{"source":211,"target":10},{"source":212,"target":217},{"source":212,"target":10},{"source":213,"target":12},{"source":213,"target":218},{"source":213,"target":10},{"source":218,"target":12},{"source":214,"target":2},{"source":11,"target":0},{"source":11,"target":219},{"source":11,"target":220},{"source":219,"target":11},{"source":220,"target":11},{"source":12,"target":0},{"source":12,"target":221},{"source":12,"target":222},{"source":12,"target":223},{"source":12,"target":224},{"source":221,"target":225},{"source":221,"target":12},{"source":222,"target":226},{"source":222,"target":12},{"source":223,"target":227},{"source":223,"target":12},{"source":224,"target":228},{"source":224,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":229},{"source":13,"target":230},{"source":13,"target":231},{"source":13,"target":232},{"source":229,"target":10},{"source":229,"target":233},{"source":229,"target":13},{"source":233,"target":10},{"source":230,"target":234},{"source":230,"target":13},{"source":231,"target":235},{"source":231,"target":13},{"source":232,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":236},{"source":236,"target":2},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":237},{"source":237,"target":3},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":238},{"source":16,"target":239},{"source":238,"target":26},{"source":238,"target":240},{"source":238,"target":16},{"source":240,"target":26},{"source":239,"target":17},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":241},{"source":17,"target":242},{"source":17,"target":243},{"source":17,"target":244},{"source":17,"target":245},{"source":241,"target":246},{"source":241,"target":17},{"source":242,"target":18},{"source":242,"target":247},{"source":242,"target":17},{"source":247,"target":18},{"source":243,"target":1},{"source":243,"target":248},{"source":243,"target":17},{"source":248,"target":1},{"source":244,"target":25},{"source":244,"target":249},{"source":244,"target":17},{"source":249,"target":25},{"source":245,"target":2},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":250},{"source":18,"target":251},{"source":18,"target":252},{"source":18,"target":253},{"source":18,"target":254},{"source":250,"target":19},{"source":250,"target":255},{"source":250,"target":18},{"source":255,"target":19},{"source":251,"target":23},{"source":251,"target":256},{"source":251,"target":18},{"source":256,"target":23},{"source":252,"target":20},{"source":252,"target":257},{"source":252,"target":18},{"source":257,"target":20},{"source":253,"target":24},{"source":253,"target":258},{"source":253,"target":18},{"source":258,"target":24},{"source":254,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":259},{"source":19,"target":260},{"source":19,"target":261},{"source":19,"target":262},{"source":19,"target":263},{"source":19,"target":264},{"source":259,"target":265},{"source":259,"target":19},{"source":260,"target":20},{"source":260,"target":266},{"source":260,"target":19},{"source":260,"target":267},{"source":266,"target":20},{"source":261,"target":20},{"source":261,"target":268},{"source":261,"target":19},{"source":261,"target":269},{"source":268,"target":20},{"source":262,"target":20},{"source":262,"target":270},{"source":262,"target":19},{"source":262,"target":271},{"source":270,"target":20},{"source":263,"target":23},{"source":263,"target":272},{"source":263,"target":19},{"source":263,"target":273},{"source":272,"target":23},{"source":264,"target":3},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":274},{"source":20,"target":275},{"source":20,"target":269},{"source":20,"target":271},{"source":20,"target":267},{"source":20,"target":276},{"source":274,"target":277},{"source":274,"target":20},{"source":275,"target":278},{"source":275,"target":20},{"source":269,"target":19},{"source":269,"target":279},{"source":269,"target":20},{"source":269,"target":261},{"source":279,"target":19},{"source":271,"target":19},{"source":271,"target":280},{"source":271,"target":20},{"source":271,"target":262},{"source":280,"target":19},{"source":267,"target":19},{"source":267,"target":281},{"source":267,"target":20},{"source":267,"target":260},{"source":281,"target":19},{"source":276,"target":21},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":282},{"source":21,"target":283},{"source":21,"target":284},{"source":282,"target":10},{"source":282,"target":285},{"source":282,"target":21},{"source":285,"target":10},{"source":283,"target":22},{"source":283,"target":286},{"source":283,"target":21},{"source":286,"target":22},{"source":284,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":287},{"source":22,"target":288},{"source":287,"target":289},{"source":287,"target":22},{"source":288,"target":3},{"source":23,"target":0},{"source":23,"target":3},{"source":23,"target":290},{"source":23,"target":291},{"source":23,"target":292},{"source":23,"target":293},{"source":23,"target":273},{"source":23,"target":294},{"source":290,"target":24},{"source":290,"target":295},{"source":290,"target":23},{"source":290,"target":296},{"source":295,"target":24},{"source":291,"target":24},{"source":291,"target":297},{"source":291,"target":23},{"source":291,"target":298},{"source":297,"target":24},{"source":292,"target":24},{"source":292,"target":299},{"source":292,"target":23},{"source":292,"target":300},{"source":299,"target":24},{"source":293,"target":301},{"source":293,"target":23},{"source":273,"target":19},{"source":273,"target":302},{"source":273,"target":23},{"source":273,"target":263},{"source":302,"target":19},{"source":294,"target":3},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":303},{"source":24,"target":304},{"source":24,"target":298},{"source":24,"target":300},{"source":24,"target":296},{"source":24,"target":305},{"source":303,"target":306},{"source":303,"target":24},{"source":304,"target":307},{"source":304,"target":24},{"source":298,"target":23},{"source":298,"target":308},{"source":298,"target":24},{"source":298,"target":291},{"source":308,"target":23},{"source":300,"target":23},{"source":300,"target":309},{"source":300,"target":24},{"source":300,"target":292},{"source":309,"target":23},{"source":296,"target":23},{"source":296,"target":310},{"source":296,"target":24},{"source":296,"target":290},{"source":310,"target":23},{"source":305,"target":21},{"source":25,"target":0},{"source":25,"target":311},{"source":25,"target":312},{"source":25,"target":313},{"source":25,"target":314},{"source":311,"target":19},{"source":311,"target":315},{"source":311,"target":25},{"source":315,"target":19},{"source":312,"target":23},{"source":312,"target":316},{"source":312,"target":25},{"source":316,"target":23},{"source":313,"target":8},{"source":313,"target":317},{"source":313,"target":25},{"source":317,"target":8},{"source":314,"target":318},{"source":314,"target":25},{"source":26,"target":0},{"source":26,"target":3},{"source":26,"target":319},{"source":26,"target":320},{"source":26,"target":321},{"source":26,"target":322},{"source":26,"target":323},{"source":319,"target":27},{"source":319,"target":324},{"source":319,"target":26},{"source":324,"target":27},{"source":320,"target":29},{"source":320,"target":325},{"source":320,"target":26},{"source":325,"target":29},{"source":321,"target":31},{"source":321,"target":326},{"source":321,"target":26},{"source":326,"target":31},{"source":322,"target":327},{"source":322,"target":26},{"source":323,"target":3},{"source":27,"target":0},{"source":27,"target":2},{"source":27,"target":328},{"source":27,"target":329},{"source":27,"target":330},{"source":328,"target":331},{"source":328,"target":27},{"source":329,"target":28},{"source":329,"target":332},{"source":329,"target":27},{"source":332,"target":28},{"source":330,"target":2},{"source":28,"target":0},{"source":28,"target":3},{"source":28,"target":333},{"source":28,"target":334},{"source":28,"target":335},{"source":28,"target":336},{"source":333,"target":337},{"source":333,"target":28},{"source":334,"target":338},{"source":334,"target":28},{"source":335,"target":10},{"source":335,"target":339},{"source":335,"target":28},{"source":339,"target":10},{"source":336,"target":3},{"source":29,"target":0},{"source":29,"target":340},{"source":29,"target":341},{"source":29,"target":342},{"source":340,"target":30},{"source":340,"target":343},{"source":340,"target":29},{"source":343,"target":30},{"source":341,"target":28},{"source":341,"target":344},{"source":341,"target":29},{"source":344,"target":28},{"source":342,"target":345},{"source":342,"target":29},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":346},{"source":346,"target":3},{"source":31,"target":0},{"source":31,"target":347},{"source":31,"target":348},{"source":347,"target":30},{"source":347,"target":349},{"source":347,"target":31},{"source":349,"target":30},{"source":348,"target":350},{"source":348,"target":31},{"source":32,"target":0},{"source":32,"target":3},{"source":32,"target":351},{"source":351,"target":3},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":352},{"source":352,"target":26},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":35},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":34,"target":356},{"source":34,"target":357},{"source":34,"target":358},{"source":34,"target":359},{"source":34,"target":360},{"source":34,"target":361},{"source":34,"target":362},{"source":34,"target":363},{"source":34,"target":364},{"source":34,"target":365},{"source":34,"target":366},{"source":34,"target":367},{"source":353,"target":42},{"source":353,"target":368},{"source":353,"target":34},{"source":368,"target":42},{"source":354,"target":369},{"source":354,"target":34},{"source":355,"target":15},{"source":355,"target":370},{"source":355,"target":34},{"source":370,"target":15},{"source":356,"target":32},{"source":356,"target":371},{"source":356,"target":34},{"source":371,"target":32},{"source":357,"target":43},{"source":357,"target":372},{"source":357,"target":34},{"source":372,"target":43},{"source":358,"target":34},{"source":358,"target":373},{"source":358,"target":34},{"source":373,"target":34},{"source":359,"target":44},{"source":359,"target":374},{"source":359,"target":34},{"source":374,"target":44},{"source":360,"target":375},{"source":360,"target":34},{"source":361,"target":26},{"source":361,"target":376},{"source":361,"target":34},{"source":376,"target":26},{"source":362,"target":46},{"source":362,"target":377},{"source":362,"target":34},{"source":377,"target":46},{"source":363,"target":60},{"source":363,"target":378},{"source":363,"target":34},{"source":378,"target":60},{"source":364,"target":34},{"source":364,"target":379},{"source":364,"target":34},{"source":364,"target":365},{"source":379,"target":34},{"source":365,"target":34},{"source":365,"target":380},{"source":365,"target":34},{"source":365,"target":364},{"source":380,"target":34},{"source":366,"target":17},{"source":367,"target":35},{"source":35,"target":0},{"source":35,"target":3},{"source":35,"target":381},{"source":35,"target":382},{"source":35,"target":383},{"source":381,"target":36},{"source":381,"target":384},{"source":381,"target":35},{"source":384,"target":36},{"source":382,"target":38},{"source":382,"target":385},{"source":382,"target":35},{"source":385,"target":38},{"source":383,"target":3},{"source":36,"target":0},{"source":36,"target":3},{"source":36,"target":386},{"source":36,"target":387},{"source":36,"target":388},{"source":36,"target":389},{"source":36,"target":390},{"source":386,"target":391},{"source":386,"target":36},{"source":387,"target":15},{"source":387,"target":392},{"source":387,"target":36},{"source":392,"target":15},{"source":388,"target":32},{"source":388,"target":393},{"source":388,"target":36},{"source":393,"target":32},{"source":389,"target":37},{"source":389,"target":394},{"source":389,"target":36},{"source":389,"target":395},{"source":394,"target":37},{"source":390,"target":3},{"source":37,"target":0},{"source":37,"target":3},{"source":37,"target":396},{"source":37,"target":395},{"source":37,"target":397},{"source":396,"target":398},{"source":396,"target":37},{"source":395,"target":36},{"source":395,"target":399},{"source":395,"target":37},{"source":395,"target":389},{"source":399,"target":36},{"source":397,"target":3},{"source":38,"target":0},{"source":38,"target":3},{"source":38,"target":400},{"source":38,"target":401},{"source":38,"target":402},{"source":400,"target":39},{"source":400,"target":403},{"source":400,"target":38},{"source":403,"target":39},{"source":401,"target":404},{"source":401,"target":38},{"source":402,"target":3},{"source":39,"target":0},{"source":39,"target":3},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":39,"target":409},{"source":39,"target":410},{"source":405,"target":411},{"source":405,"target":39},{"source":406,"target":38},{"source":406,"target":412},{"source":406,"target":39},{"source":412,"target":38},{"source":407,"target":3},{"source":407,"target":413},{"source":407,"target":39},{"source":413,"target":3},{"source":408,"target":40},{"source":408,"target":414},{"source":408,"target":39},{"source":408,"target":415},{"source":414,"target":40},{"source":409,"target":3},{"source":409,"target":416},{"source":409,"target":39},{"source":416,"target":3},{"source":410,"target":3},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":417},{"source":40,"target":418},{"source":40,"target":415},{"source":40,"target":419},{"source":417,"target":41},{"source":417,"target":420},{"source":417,"target":40},{"source":417,"target":421},{"source":420,"target":41},{"source":418,"target":41},{"source":418,"target":422},{"source":418,"target":40},{"source":418,"target":423},{"source":422,"target":41},{"source":415,"target":39},{"source":415,"target":424},{"source":415,"target":40},{"source":415,"target":408},{"source":424,"target":39},{"source":419,"target":36},{"source":41,"target":0},{"source":41,"target":36},{"source":41,"target":425},{"source":41,"target":426},{"source":41,"target":423},{"source":41,"target":421},{"source":41,"target":427},{"source":425,"target":428},{"source":425,"target":41},{"source":426,"target":30},{"source":426,"target":429},{"source":426,"target":41},{"source":429,"target":30},{"source":423,"target":40},{"source":423,"target":430},{"source":423,"target":41},{"source":423,"target":418},{"source":430,"target":40},{"source":421,"target":40},{"source":421,"target":431},{"source":421,"target":41},{"source":421,"target":417},{"source":431,"target":40},{"source":427,"target":36},{"source":42,"target":0},{"source":42,"target":432},{"source":42,"target":433},{"source":42,"target":434},{"source":432,"target":42},{"source":433,"target":42},{"source":434,"target":42},{"source":43,"target":0},{"source":43,"target":21},{"source":43,"target":435},{"source":43,"target":436},{"source":435,"target":437},{"source":435,"target":43},{"source":436,"target":21},{"source":44,"target":0},{"source":44,"target":2},{"source":44,"target":438},{"source":44,"target":439},{"source":44,"target":440},{"source":44,"target":441},{"source":44,"target":442},{"source":44,"target":443},{"source":44,"target":444},{"source":44,"target":445},{"source":44,"target":446},{"source":44,"target":447},{"source":44,"target":448},{"source":44,"target":449},{"source":44,"target":450},{"source":438,"target":451},{"source":438,"target":44},{"source":439,"target":452},{"source":439,"target":44},{"source":440,"target":45},{"source":440,"target":453},{"source":440,"target":44},{"source":453,"target":45},{"source":441,"target":46},{"source":441,"target":454},{"source":441,"target":44},{"source":454,"target":46},{"source":442,"target":47},{"source":442,"target":455},{"source":442,"target":44},{"source":455,"target":47},{"source":443,"target":52},{"source":443,"target":456},{"source":443,"target":44},{"source":456,"target":52},{"source":444,"target":54},{"source":444,"target":457},{"source":444,"target":44},{"source":457,"target":54},{"source":445,"target":48},{"source":445,"target":458},{"source":445,"target":44},{"source":458,"target":48},{"source":446,"target":53},{"source":446,"target":459},{"source":446,"target":44},{"source":459,"target":53},{"source":447,"target":56},{"source":447,"target":460},{"source":447,"target":44},{"source":460,"target":56},{"source":448,"target":55},{"source":448,"target":461},{"source":448,"target":44},{"source":461,"target":55},{"source":449,"target":50},{"source":449,"target":462},{"source":449,"target":44},{"source":462,"target":50},{"source":450,"target":2},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":35},{"source":45,"target":463},{"source":45,"target":464},{"source":463,"target":44},{"source":464,"target":35},{"source":46,"target":0},{"source":46,"target":3},{"source":46,"target":465},{"source":465,"target":3},{"source":47,"target":0},{"source":47,"target":3},{"source":47,"target":466},{"source":47,"target":467},{"source":47,"target":468},{"source":466,"target":48},{"source":466,"target":469},{"source":466,"target":47},{"source":469,"target":48},{"source":467,"target":48},{"source":467,"target":470},{"source":467,"target":47},{"source":470,"target":48},{"source":468,"target":3},{"source":48,"target":0},{"source":48,"target":3},{"source":48,"target":49},{"source":48,"target":471},{"source":48,"target":472},{"source":48,"target":473},{"source":48,"target":474},{"source":48,"target":475},{"source":48,"target":476},{"source":48,"target":477},{"source":471,"target":478},{"source":471,"target":48},{"source":472,"target":1},{"source":472,"target":479},{"source":472,"target":48},{"source":479,"target":1},{"source":473,"target":51},{"source":473,"target":480},{"source":473,"target":48},{"source":480,"target":51},{"source":474,"target":14},{"source":474,"target":481},{"source":474,"target":48},{"source":481,"target":14},{"source":475,"target":34},{"source":475,"target":482},{"source":475,"target":48},{"source":482,"target":34},{"source":476,"target":3},{"source":477,"target":49},{"source":49,"target":0},{"source":49,"target":483},{"source":49,"target":484},{"source":483,"target":50},{"source":483,"target":485},{"source":483,"target":49},{"source":483,"target":486},{"source":485,"target":50},{"source":484,"target":50},{"source":484,"target":487},{"source":484,"target":49},{"source":484,"target":488},{"source":487,"target":50},{"source":50,"target":0},{"source":50,"target":3},{"source":50,"target":488},{"source":50,"target":489},{"source":50,"target":486},{"source":50,"target":490},{"source":488,"target":49},{"source":488,"target":491},{"source":488,"target":50},{"source":488,"target":484},{"source":491,"target":49},{"source":489,"target":492},{"source":489,"target":50},{"source":486,"target":49},{"source":486,"target":493},{"source":486,"target":50},{"source":486,"target":483},{"source":493,"target":49},{"source":490,"target":3},{"source":51,"target":0},{"source":51,"target":494},{"source":51,"target":495},{"source":51,"target":496},{"source":494,"target":497},{"source":494,"target":51},{"source":495,"target":498},{"source":495,"target":51},{"source":496,"target":499},{"source":496,"target":51},{"source":52,"target":0},{"source":52,"target":3},{"source":52,"target":500},{"source":52,"target":501},{"source":52,"target":502},{"source":500,"target":53},{"source":500,"target":503},{"source":500,"target":52},{"source":503,"target":53},{"source":501,"target":53},{"source":501,"target":504},{"source":501,"target":52},{"source":504,"target":53},{"source":502,"target":3},{"source":53,"target":0},{"source":53,"target":3},{"source":53,"target":505},{"source":53,"target":506},{"source":53,"target":507},{"source":53,"target":508},{"source":53,"target":509},{"source":505,"target":510},{"source":505,"target":53},{"source":506,"target":49},{"source":506,"target":511},{"source":506,"target":53},{"source":511,"target":49},{"source":507,"target":49},{"source":507,"target":512},{"source":507,"target":53},{"source":512,"target":49},{"source":508,"target":9},{"source":508,"target":513},{"source":508,"target":53},{"source":513,"target":9},{"source":509,"target":3},{"source":54,"target":0},{"source":54,"target":3},{"source":54,"target":514},{"source":54,"target":515},{"source":54,"target":516},{"source":514,"target":55},{"source":514,"target":517},{"source":514,"target":54},{"source":517,"target":55},{"source":515,"target":55},{"source":515,"target":518},{"source":515,"target":54},{"source":518,"target":55},{"source":516,"target":3},{"source":55,"target":0},{"source":55,"target":3},{"source":55,"target":49},{"source":55,"target":519},{"source":55,"target":520},{"source":55,"target":521},{"source":55,"target":522},{"source":55,"target":523},{"source":55,"target":524},{"source":519,"target":525},{"source":519,"target":55},{"source":520,"target":48},{"source":520,"target":526},{"source":520,"target":55},{"source":526,"target":48},{"source":521,"target":53},{"source":521,"target":527},{"source":521,"target":55},{"source":527,"target":53},{"source":522,"target":56},{"source":522,"target":528},{"source":522,"target":55},{"source":528,"target":56},{"source":523,"target":3},{"source":524,"target":49},{"source":56,"target":0},{"source":56,"target":3},{"source":56,"target":529},{"source":56,"target":530},{"source":56,"target":531},{"source":529,"target":57},{"source":529,"target":532},{"source":529,"target":56},{"source":532,"target":57},{"source":530,"target":533},{"source":530,"target":56},{"source":531,"target":3},{"source":57,"target":0},{"source":57,"target":2},{"source":57,"target":534},{"source":57,"target":535},{"source":57,"target":536},{"source":57,"target":537},{"source":534,"target":58},{"source":534,"target":538},{"source":534,"target":57},{"source":538,"target":58},{"source":535,"target":539},{"source":535,"target":57},{"source":536,"target":10},{"source":536,"target":540},{"source":536,"target":57},{"source":540,"target":10},{"source":537,"target":2},{"source":58,"target":0},{"source":58,"target":3},{"source":58,"target":541},{"source":58,"target":542},{"source":58,"target":543},{"source":541,"target":59},{"source":541,"target":544},{"source":541,"target":58},{"source":544,"target":59},{"source":542,"target":9},{"source":542,"target":545},{"source":542,"target":58},{"source":545,"target":9},{"source":543,"target":3},{"source":59,"target":0},{"source":59,"target":30},{"source":59,"target":546},{"source":59,"target":547},{"source":59,"target":548},{"source":59,"target":549},{"source":546,"target":550},{"source":546,"target":59},{"source":547,"target":551},{"source":547,"target":59},{"source":548,"target":10},{"source":548,"target":552},{"source":548,"target":59},{"source":552,"target":10},{"source":549,"target":30},{"source":60,"target":0},{"source":60,"target":3},{"source":60,"target":553},{"source":60,"target":554},{"source":60,"target":555},{"source":553,"target":56},{"source":553,"target":556},{"source":553,"target":60},{"source":556,"target":56},{"source":554,"target":61},{"source":554,"target":557},{"source":554,"target":60},{"source":557,"target":61},{"source":555,"target":3},{"source":61,"target":0},{"source":61,"target":3},{"source":61,"target":558},{"source":61,"target":559},{"source":61,"target":560},{"source":558,"target":59},{"source":558,"target":561},{"source":558,"target":61},{"source":561,"target":59},{"source":559,"target":57},{"source":559,"target":562},{"source":559,"target":61},{"source":562,"target":57},{"source":560,"target":3},{"source":62,"target":0},{"source":62,"target":16},{"source":62,"target":563},{"source":563,"target":16},{"source":63,"target":0},{"source":63,"target":64},{"source":63,"target":564},{"source":564,"target":64},{"source":64,"target":0},{"source":64,"target":65},{"source":64,"target":565},{"source":565,"target":65},{"source":65,"target":0},{"source":65,"target":40},{"source":65,"target":49},{"source":65,"target":566},{"source":65,"target":567},{"source":65,"target":568},{"source":65,"target":569},{"source":65,"target":570},{"source":65,"target":571},{"source":65,"target":572},{"source":65,"target":573},{"source":65,"target":574},{"source":65,"target":575},{"source":65,"target":576},{"source":65,"target":577},{"source":65,"target":578},{"source":566,"target":579},{"source":566,"target":65},{"source":567,"target":66},{"source":567,"target":580},{"source":567,"target":65},{"source":580,"target":66},{"source":568,"target":26},{"source":568,"target":581},{"source":568,"target":65},{"source":581,"target":26},{"source":569,"target":41},{"source":569,"target":582},{"source":569,"target":65},{"source":582,"target":41},{"source":570,"target":43},{"source":570,"target":583},{"source":570,"target":65},{"source":583,"target":43},{"source":571,"target":18},{"source":571,"target":584},{"source":571,"target":65},{"source":584,"target":18},{"source":572,"target":67},{"source":572,"target":585},{"source":572,"target":65},{"source":572,"target":586},{"source":585,"target":67},{"source":573,"target":74},{"source":573,"target":587},{"source":573,"target":65},{"source":587,"target":74},{"source":574,"target":71},{"source":574,"target":588},{"source":574,"target":65},{"source":588,"target":71},{"source":575,"target":589},{"source":575,"target":65},{"source":576,"target":590},{"source":576,"target":65},{"source":577,"target":40},{"source":578,"target":49},{"source":66,"target":0},{"source":66,"target":3},{"source":66,"target":591},{"source":591,"target":3},{"source":67,"target":0},{"source":67,"target":68},{"source":67,"target":592},{"source":67,"target":586},{"source":67,"target":593},{"source":592,"target":594},{"source":592,"target":67},{"source":586,"target":65},{"source":586,"target":595},{"source":586,"target":67},{"source":586,"target":572},{"source":595,"target":65},{"source":593,"target":68},{"source":68,"target":0},{"source":68,"target":69},{"source":68,"target":596},{"source":68,"target":597},{"source":68,"target":598},{"source":68,"target":599},{"source":68,"target":600},{"source":68,"target":601},{"source":68,"target":602},{"source":596,"target":603},{"source":596,"target":68},{"source":597,"target":23},{"source":597,"target":604},{"source":597,"target":68},{"source":604,"target":23},{"source":598,"target":70},{"source":598,"target":605},{"source":598,"target":68},{"source":605,"target":70},{"source":599,"target":71},{"source":599,"target":606},{"source":599,"target":68},{"source":606,"target":71},{"source":600,"target":24},{"source":600,"target":607},{"source":600,"target":68},{"source":607,"target":24},{"source":601,"target":70},{"source":601,"target":608},{"source":601,"target":68},{"source":608,"target":70},{"source":602,"target":69},{"source":69,"target":0},{"source":69,"target":40},{"source":69,"target":49},{"source":69,"target":609},{"source":69,"target":610},{"source":69,"target":611},{"source":609,"target":43},{"source":609,"target":612},{"source":609,"target":69},{"source":612,"target":43},{"source":610,"target":40},{"source":611,"target":49},{"source":70,"target":0},{"source":70,"target":2},{"source":70,"target":613},{"source":613,"target":2},{"source":71,"target":0},{"source":71,"target":72},{"source":71,"target":614},{"source":614,"target":72},{"source":72,"target":0},{"source":72,"target":3},{"source":72,"target":615},{"source":72,"target":616},{"source":72,"target":617},{"source":72,"target":618},{"source":72,"target":619},{"source":615,"target":59},{"source":615,"target":620},{"source":615,"target":72},{"source":620,"target":59},{"source":616,"target":73},{"source":616,"target":621},{"source":616,"target":72},{"source":621,"target":73},{"source":617,"target":21},{"source":617,"target":622},{"source":617,"target":72},{"source":622,"target":21},{"source":618,"target":21},{"source":618,"target":623},{"source":618,"target":72},{"source":623,"target":21},{"source":619,"target":3},{"source":73,"target":0},{"source":73,"target":3},{"source":73,"target":624},{"source":73,"target":625},{"source":73,"target":626},{"source":624,"target":30},{"source":624,"target":627},{"source":624,"target":73},{"source":627,"target":30},{"source":625,"target":30},{"source":625,"target":628},{"source":625,"target":73},{"source":628,"target":30},{"source":626,"target":3},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":629},{"source":629,"target":72},{"source":75,"target":0},{"source":75,"target":64},{"source":75,"target":630},{"source":75,"target":631},{"source":75,"target":632},{"source":630,"target":76},{"source":630,"target":633},{"source":630,"target":75},{"source":633,"target":76},{"source":631,"target":634},{"source":631,"target":75},{"source":632,"target":64},{"source":76,"target":0},{"source":76,"target":3},{"source":76,"target":635},{"source":635,"target":3},{"source":77,"target":0},{"source":77,"target":33},{"source":77,"target":636},{"source":636,"target":33},{"source":78,"target":0},{"source":78,"target":77},{"source":78,"target":637},{"source":637,"target":77},{"source":79,"target":0},{"source":79,"target":16},{"source":79,"target":638},{"source":79,"target":639},{"source":79,"target":640},{"source":638,"target":641},{"source":638,"target":79},{"source":639,"target":76},{"source":639,"target":642},{"source":639,"target":79},{"source":642,"target":76},{"source":640,"target":16},{"source":80,"target":0},{"source":80,"target":40},{"source":80,"target":643},{"source":80,"target":644},{"source":643,"target":81},{"source":643,"target":645},{"source":643,"target":80},{"source":645,"target":81},{"source":644,"target":40},{"source":81,"target":0},{"source":81,"target":646},{"source":81,"target":647},{"source":81,"target":648},{"source":81,"target":649},{"source":646,"target":81},{"source":647,"target":81},{"source":648,"target":81},{"source":649,"target":81},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":650},{"source":82,"target":651},{"source":82,"target":652},{"source":650,"target":653},{"source":650,"target":82},{"source":651,"target":83},{"source":651,"target":654},{"source":651,"target":82},{"source":654,"target":83},{"source":652,"target":80},{"source":83,"target":0},{"source":83,"target":655},{"source":83,"target":656},{"source":655,"target":83},{"source":656,"target":83},{"source":84,"target":0},{"source":84,"target":80},{"source":84,"target":657},{"source":84,"target":658},{"source":84,"target":659},{"source":657,"target":30},{"source":657,"target":660},{"source":657,"target":84},{"source":660,"target":30},{"source":658,"target":41},{"source":658,"target":661},{"source":658,"target":84},{"source":661,"target":41},{"source":659,"target":80},{"source":85,"target":0},{"source":85,"target":80},{"source":85,"target":662},{"source":85,"target":663},{"source":662,"target":41},{"source":662,"target":664},{"source":662,"target":85},{"source":664,"target":41},{"source":663,"target":80},{"source":86,"target":0},{"source":86,"target":80},{"source":86,"target":665},{"source":86,"target":666},{"source":665,"target":41},{"source":665,"target":667},{"source":665,"target":86},{"source":667,"target":41},{"source":666,"target":80},{"source":87,"target":0},{"source":87,"target":80},{"source":87,"target":668},{"source":668,"target":80},{"source":88,"target":0},{"source":88,"target":3},{"source":88,"target":669},{"source":88,"target":670},{"source":88,"target":671},{"source":88,"target":672},{"source":88,"target":673},{"source":669,"target":674},{"source":669,"target":88},{"source":670,"target":89},{"source":670,"target":675},{"source":670,"target":88},{"source":675,"target":89},{"source":671,"target":676},{"source":671,"target":88},{"source":672,"target":677},{"source":672,"target":88},{"source":673,"target":3},{"source":89,"target":0},{"source":89,"target":678},{"source":89,"target":679},{"source":89,"target":680},{"source":89,"target":681},{"source":678,"target":89},{"source":679,"target":89},{"source":680,"target":89},{"source":681,"target":89},{"source":90,"target":0},{"source":90,"target":682},{"source":90,"target":683},{"source":90,"target":684},{"source":682,"target":685},{"source":682,"target":90},{"source":683,"target":4},{"source":683,"target":686},{"source":683,"target":90},{"source":686,"target":4},{"source":684,"target":687},{"source":684,"target":90},{"source":91,"target":0},{"source":91,"target":68},{"source":91,"target":688},{"source":688,"target":68},{"source":92,"target":0},{"source":92,"target":93},{"source":92,"target":689},{"source":689,"target":93},{"source":93,"target":0},{"source":93,"target":69},{"source":93,"target":690},{"source":93,"target":691},{"source":93,"target":692},{"source":93,"target":693},{"source":93,"target":694},{"source":93,"target":695},{"source":690,"target":19},{"source":690,"target":696},{"source":690,"target":93},{"source":696,"target":19},{"source":691,"target":70},{"source":691,"target":697},{"source":691,"target":93},{"source":697,"target":70},{"source":692,"target":74},{"source":692,"target":698},{"source":692,"target":93},{"source":698,"target":74},{"source":693,"target":20},{"source":693,"target":699},{"source":693,"target":93},{"source":699,"target":20},{"source":694,"target":70},{"source":694,"target":700},{"source":694,"target":93},{"source":700,"target":70},{"source":695,"target":69},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":701},{"source":701,"target":93},{"source":95,"target":0},{"source":95,"target":68},{"source":95,"target":702},{"source":95,"target":703},{"source":702,"target":704},{"source":702,"target":95},{"source":703,"target":68},{"source":96,"target":0},{"source":96,"target":70},{"source":96,"target":705},{"source":705,"target":70},{"source":97,"target":0},{"source":97,"target":70},{"source":97,"target":706},{"source":97,"target":707},{"source":706,"target":13},{"source":706,"target":708},{"source":706,"target":97},{"source":708,"target":13},{"source":707,"target":70},{"source":98,"target":0},{"source":98,"target":70},{"source":98,"target":709},{"source":709,"target":70},{"source":99,"target":0},{"source":99,"target":70},{"source":99,"target":710},{"source":99,"target":711},{"source":710,"target":100},{"source":710,"target":712},{"source":710,"target":99},{"source":712,"target":100},{"source":711,"target":70},{"source":100,"target":0},{"source":100,"target":713},{"source":100,"target":714},{"source":100,"target":715},{"source":100,"target":716},{"source":713,"target":10},{"source":713,"target":717},{"source":713,"target":100},{"source":717,"target":10},{"source":714,"target":718},{"source":714,"target":100},{"source":715,"target":719},{"source":715,"target":100},{"source":716,"target":720},{"source":716,"target":100},{"source":101,"target":0},{"source":101,"target":70},{"source":101,"target":721},{"source":101,"target":722},{"source":101,"target":723},{"source":721,"target":724},{"source":721,"target":101},{"source":722,"target":65},{"source":722,"target":725},{"source":722,"target":101},{"source":725,"target":65},{"source":723,"target":70},{"source":102,"target":0},{"source":102,"target":70},{"source":102,"target":726},{"source":102,"target":727},{"source":102,"target":728},{"source":102,"target":729},{"source":726,"target":30},{"source":726,"target":730},{"source":726,"target":102},{"source":730,"target":30},{"source":727,"target":30},{"source":727,"target":731},{"source":727,"target":102},{"source":731,"target":30},{"source":728,"target":30},{"source":728,"target":732},{"source":728,"target":102},{"source":732,"target":30},{"source":729,"target":70},{"source":103,"target":0},{"source":103,"target":70},{"source":103,"target":733},{"source":103,"target":734},{"source":103,"target":735},{"source":103,"target":736},{"source":733,"target":737},{"source":733,"target":103},{"source":734,"target":103},{"source":734,"target":738},{"source":734,"target":103},{"source":734,"target":735},{"source":738,"target":103},{"source":735,"target":103},{"source":735,"target":739},{"source":735,"target":103},{"source":735,"target":734},{"source":739,"target":103},{"source":736,"target":70},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":740},{"source":104,"target":741},{"source":104,"target":742},{"source":740,"target":9},{"source":740,"target":743},{"source":740,"target":104},{"source":743,"target":9},{"source":741,"target":8},{"source":741,"target":744},{"source":741,"target":104},{"source":744,"target":8},{"source":742,"target":70},{"source":105,"target":0},{"source":105,"target":70},{"source":105,"target":745},{"source":105,"target":746},{"source":745,"target":30},{"source":745,"target":747},{"source":745,"target":105},{"source":747,"target":30},{"source":746,"target":70},{"source":106,"target":0},{"source":106,"target":70},{"source":106,"target":748},{"source":106,"target":749},{"source":748,"target":107},{"source":748,"target":750},{"source":748,"target":106},{"source":750,"target":107},{"source":749,"target":70},{"source":107,"target":0},{"source":107,"target":2},{"source":107,"target":751},{"source":107,"target":752},{"source":107,"target":753},{"source":751,"target":10},{"source":751,"target":754},{"source":751,"target":107},{"source":754,"target":10},{"source":752,"target":755},{"source":752,"target":107},{"source":753,"target":2},{"source":108,"target":0},{"source":108,"target":93},{"source":108,"target":756},{"source":756,"target":93},{"source":109,"target":0},{"source":109,"target":36},{"source":109,"target":21},{"source":109,"target":757},{"source":109,"target":758},{"source":109,"target":759},{"source":757,"target":760},{"source":757,"target":109},{"source":758,"target":36},{"source":759,"target":21},{"source":110,"target":0},{"source":110,"target":21},{"source":110,"target":2},{"source":110,"target":761},{"source":110,"target":762},{"source":110,"target":763},{"source":110,"target":764},{"source":110,"target":765},{"source":761,"target":766},{"source":761,"target":110},{"source":762,"target":767},{"source":762,"target":110},{"source":763,"target":768},{"source":763,"target":110},{"source":764,"target":21},{"source":765,"target":2},{"source":111,"target":0},{"source":111,"target":36},{"source":111,"target":21},{"source":111,"target":769},{"source":111,"target":770},{"source":111,"target":771},{"source":769,"target":110},{"source":769,"target":772},{"source":769,"target":111},{"source":772,"target":110},{"source":770,"target":36},{"source":771,"target":21},{"source":112,"target":0},{"source":112,"target":36},{"source":112,"target":21},{"source":112,"target":773},{"source":112,"target":774},{"source":112,"target":775},{"source":773,"target":109},{"source":773,"target":776},{"source":773,"target":112},{"source":776,"target":109},{"source":774,"target":36},{"source":775,"target":21},{"source":113,"target":0},{"source":113,"target":55},{"source":113,"target":777},{"source":113,"target":778},{"source":113,"target":779},{"source":777,"target":44},{"source":777,"target":780},{"source":777,"target":113},{"source":780,"target":44},{"source":778,"target":47},{"source":778,"target":781},{"source":778,"target":113},{"source":781,"target":47},{"source":779,"target":55},{"source":114,"target":0},{"source":114,"target":55},{"source":114,"target":782},{"source":782,"target":55},{"source":115,"target":0},{"source":115,"target":55},{"source":115,"target":783},{"source":115,"target":784},{"source":783,"target":55},{"source":783,"target":785},{"source":783,"target":115},{"source":785,"target":55},{"source":784,"target":55},{"source":116,"target":0},{"source":116,"target":44},{"source":116,"target":786},{"source":786,"target":44},{"source":117,"target":0},{"source":117,"target":2},{"source":117,"target":787},{"source":117,"target":788},{"source":117,"target":789},{"source":787,"target":790},{"source":787,"target":117},{"source":788,"target":48},{"source":788,"target":791},{"source":788,"target":117},{"source":791,"target":48},{"source":789,"target":2},{"source":118,"target":0},{"source":118,"target":2},{"source":118,"target":792},{"source":118,"target":793},{"source":118,"target":794},{"source":792,"target":795},{"source":792,"target":118},{"source":793,"target":48},{"source":793,"target":796},{"source":793,"target":118},{"source":796,"target":48},{"source":794,"target":2},{"source":119,"target":0},{"source":119,"target":40},{"source":119,"target":797},{"source":119,"target":798},{"source":119,"target":799},{"source":119,"target":800},{"source":119,"target":801},{"source":797,"target":48},{"source":797,"target":802},{"source":797,"target":119},{"source":802,"target":48},{"source":798,"target":48},{"source":798,"target":803},{"source":798,"target":119},{"source":803,"target":48},{"source":799,"target":56},{"source":799,"target":804},{"source":799,"target":119},{"source":804,"target":56},{"source":800,"target":120},{"source":800,"target":805},{"source":800,"target":119},{"source":805,"target":120},{"source":801,"target":40},{"source":120,"target":0},{"source":120,"target":806},{"source":120,"target":807},{"source":120,"target":808},{"source":120,"target":809},{"source":806,"target":120},{"source":807,"target":120},{"source":808,"target":120},{"source":809,"target":120},{"source":121,"target":0},{"source":121,"target":119},{"source":121,"target":810},{"source":121,"target":811},{"source":121,"target":812},{"source":810,"target":45},{"source":810,"target":813},{"source":810,"target":121},{"source":813,"target":45},{"source":811,"target":47},{"source":811,"target":814},{"source":811,"target":121},{"source":814,"target":47},{"source":812,"target":119},{"source":122,"target":0},{"source":122,"target":119},{"source":122,"target":35},{"source":122,"target":815},{"source":122,"target":816},{"source":122,"target":817},{"source":815,"target":46},{"source":815,"target":818},{"source":815,"target":122},{"source":818,"target":46},{"source":816,"target":119},{"source":817,"target":35},{"source":123,"target":0},{"source":123,"target":119},{"source":123,"target":819},{"source":123,"target":820},{"source":819,"target":53},{"source":819,"target":821},{"source":819,"target":123},{"source":821,"target":53},{"source":820,"target":119},{"source":124,"target":0},{"source":124,"target":45},{"source":124,"target":822},{"source":124,"target":823},{"source":822,"target":48},{"source":822,"target":824},{"source":822,"target":124},{"source":824,"target":48},{"source":823,"target":45},{"source":125,"target":0},{"source":125,"target":46},{"source":125,"target":825},{"source":125,"target":826},{"source":125,"target":827},{"source":825,"target":828},{"source":825,"target":125},{"source":826,"target":829},{"source":826,"target":125},{"source":827,"target":46},{"source":126,"target":0},{"source":126,"target":46},{"source":126,"target":830},{"source":126,"target":831},{"source":830,"target":37},{"source":830,"target":832},{"source":830,"target":126},{"source":832,"target":37},{"source":831,"target":46},{"source":127,"target":0},{"source":127,"target":46},{"source":127,"target":833},{"source":127,"target":834},{"source":127,"target":835},{"source":127,"target":836},{"source":833,"target":128},{"source":833,"target":837},{"source":833,"target":127},{"source":837,"target":128},{"source":834,"target":3},{"source":834,"target":838},{"source":834,"target":127},{"source":838,"target":3},{"source":835,"target":3},{"source":835,"target":839},{"source":835,"target":127},{"source":839,"target":3},{"source":836,"target":46},{"source":128,"target":0},{"source":128,"target":840},{"source":128,"target":841},{"source":128,"target":842},{"source":840,"target":128},{"source":841,"target":128},{"source":842,"target":128},{"source":129,"target":0},{"source":129,"target":2},{"source":129,"target":843},{"source":129,"target":844},{"source":129,"target":845},{"source":843,"target":37},{"source":843,"target":846},{"source":843,"target":129},{"source":846,"target":37},{"source":844,"target":847},{"source":844,"target":129},{"source":845,"target":2},{"source":130,"target":0},{"source":130,"target":64},{"source":130,"target":848},{"source":130,"target":849},{"source":130,"target":850},{"source":848,"target":851},{"source":848,"target":130},{"source":849,"target":8},{"source":849,"target":852},{"source":849,"target":130},{"source":852,"target":8},{"source":850,"target":64},{"source":131,"target":0},{"source":131,"target":65},{"source":131,"target":35},{"source":131,"target":853},{"source":131,"target":854},{"source":131,"target":855},{"source":131,"target":856},{"source":853,"target":857},{"source":853,"target":131},{"source":854,"target":46},{"source":854,"target":858},{"source":854,"target":131},{"source":858,"target":46},{"source":855,"target":65},{"source":856,"target":35},{"source":132,"target":0},{"source":132,"target":859},{"source":132,"target":860},{"source":132,"target":861},{"source":132,"target":862},{"source":859,"target":132},{"source":860,"target":132},{"source":861,"target":132},{"source":862,"target":132},{"source":133,"target":0},{"source":133,"target":66},{"source":133,"target":863},{"source":133,"target":864},{"source":133,"target":865},{"source":133,"target":866},{"source":133,"target":867},{"source":133,"target":868},{"source":133,"target":869},{"source":133,"target":870},{"source":133,"target":871},{"source":133,"target":872},{"source":133,"target":873},{"source":133,"target":874},{"source":863,"target":875},{"source":863,"target":133},{"source":864,"target":132},{"source":864,"target":876},{"source":864,"target":133},{"source":876,"target":132},{"source":865,"target":30},{"source":865,"target":877},{"source":865,"target":133},{"source":877,"target":30},{"source":866,"target":21},{"source":866,"target":878},{"source":866,"target":133},{"source":878,"target":21},{"source":867,"target":21},{"source":867,"target":879},{"source":867,"target":133},{"source":879,"target":21},{"source":868,"target":20},{"source":868,"target":880},{"source":868,"target":133},{"source":880,"target":20},{"source":869,"target":24},{"source":869,"target":881},{"source":869,"target":133},{"source":881,"target":24},{"source":870,"target":30},{"source":870,"target":882},{"source":870,"target":133},{"source":882,"target":30},{"source":871,"target":134},{"source":871,"target":883},{"source":871,"target":133},{"source":883,"target":134},{"source":872,"target":70},{"source":872,"target":884},{"source":872,"target":133},{"source":884,"target":70},{"source":873,"target":70},{"source":873,"target":885},{"source":873,"target":133},{"source":885,"target":70},{"source":874,"target":66},{"source":134,"target":0},{"source":134,"target":3},{"source":134,"target":886},{"source":134,"target":887},{"source":134,"target":888},{"source":886,"target":59},{"source":886,"target":889},{"source":886,"target":134},{"source":889,"target":59},{"source":887,"target":108},{"source":887,"target":890},{"source":887,"target":134},{"source":890,"target":108},{"source":888,"target":3},{"source":135,"target":0},{"source":135,"target":66},{"source":135,"target":891},{"source":135,"target":892},{"source":135,"target":893},{"source":135,"target":894},{"source":891,"target":895},{"source":891,"target":135},{"source":892,"target":30},{"source":892,"target":896},{"source":892,"target":135},{"source":896,"target":30},{"source":893,"target":30},{"source":893,"target":897},{"source":893,"target":135},{"source":897,"target":30},{"source":894,"target":66},{"source":136,"target":0},{"source":136,"target":65},{"source":136,"target":898},{"source":136,"target":899},{"source":898,"target":17},{"source":898,"target":900},{"source":898,"target":136},{"source":900,"target":17},{"source":899,"target":65},{"source":137,"target":0},{"source":137,"target":64},{"source":137,"target":901},{"source":137,"target":902},{"source":137,"target":903},{"source":137,"target":904},{"source":901,"target":905},{"source":901,"target":137},{"source":902,"target":8},{"source":902,"target":906},{"source":902,"target":137},{"source":906,"target":8},{"source":903,"target":9},{"source":903,"target":907},{"source":903,"target":137},{"source":907,"target":9},{"source":904,"target":64},{"source":138,"target":0},{"source":138,"target":64},{"source":138,"target":908},{"source":138,"target":909},{"source":138,"target":910},{"source":138,"target":911},{"source":138,"target":912},{"source":908,"target":913},{"source":908,"target":138},{"source":909,"target":914},{"source":909,"target":138},{"source":910,"target":8},{"source":910,"target":915},{"source":910,"target":138},{"source":915,"target":8},{"source":911,"target":9},{"source":911,"target":916},{"source":911,"target":138},{"source":916,"target":9},{"source":912,"target":64},{"source":139,"target":0},{"source":139,"target":64},{"source":139,"target":917},{"source":139,"target":918},{"source":139,"target":919},{"source":917,"target":920},{"source":917,"target":139},{"source":918,"target":921},{"source":918,"target":139},{"source":919,"target":64},{"source":140,"target":0},{"source":140,"target":64},{"source":140,"target":922},{"source":140,"target":923},{"source":922,"target":924},{"source":922,"target":140},{"source":923,"target":64},{"source":141,"target":0},{"source":141,"target":131},{"source":141,"target":925},{"source":141,"target":926},{"source":141,"target":927},{"source":141,"target":928},{"source":925,"target":30},{"source":925,"target":929},{"source":925,"target":141},{"source":929,"target":30},{"source":926,"target":142},{"source":926,"target":930},{"source":926,"target":141},{"source":930,"target":142},{"source":927,"target":931},{"source":927,"target":141},{"source":928,"target":131},{"source":142,"target":0},{"source":142,"target":932},{"source":142,"target":933},{"source":932,"target":142},{"source":933,"target":142},{"source":143,"target":0},{"source":143,"target":131},{"source":143,"target":934},{"source":143,"target":935},{"source":143,"target":936},{"source":934,"target":937},{"source":934,"target":143},{"source":935,"target":938},{"source":935,"target":143},{"source":936,"target":131},{"source":144,"target":0},{"source":144,"target":16},{"source":144,"target":939},{"source":144,"target":940},{"source":144,"target":941},{"source":939,"target":942},{"source":939,"target":144},{"source":940,"target":943},{"source":940,"target":144},{"source":941,"target":16},{"source":145,"target":0},{"source":145,"target":16},{"source":145,"target":944},{"source":145,"target":945},{"source":944,"target":946},{"source":944,"target":145},{"source":945,"target":16},{"source":146,"target":0},{"source":146,"target":3},{"source":146,"target":947},{"source":146,"target":948},{"source":146,"target":949},{"source":146,"target":950},{"source":146,"target":951},{"source":146,"target":952},{"source":146,"target":953},{"source":146,"target":954},{"source":146,"target":955},{"source":146,"target":956},{"source":146,"target":957},{"source":146,"target":958},{"source":947,"target":959},{"source":947,"target":146},{"source":948,"target":960},{"source":948,"target":146},{"source":949,"target":961},{"source":949,"target":146},{"source":950,"target":962},{"source":950,"target":146},{"source":951,"target":12},{"source":951,"target":963},{"source":951,"target":146},{"source":963,"target":12},{"source":952,"target":90},{"source":952,"target":964},{"source":952,"target":146},{"source":964,"target":90},{"source":953,"target":88},{"source":953,"target":965},{"source":953,"target":146},{"source":965,"target":88},{"source":954,"target":2},{"source":954,"target":966},{"source":954,"target":146},{"source":966,"target":2},{"source":955,"target":967},{"source":955,"target":146},{"source":956,"target":968},{"source":956,"target":146},{"source":957,"target":969},{"source":957,"target":146},{"source":958,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/vhfragal/ConFTGen-tool/work_neon_ubu/org.yakindu.sct.model.stext/model/SText.ecore
stext Root roots DefRoot StatechartRoot def StateRoot def TransitionRoot def StatechartSpecification StateSpecification scope TransitionSpecification reaction StatechartScope InterfaceScope InternalScope ImportScope imports EventDefinition VariableDefinition initialValue OperationDefinition TypeAliasDefinition LocalReaction TransitionReaction Guard expression EntryPointSpec entrypoint ExitPointSpec exitpoint EventSpec RegularEventSpec event TimeEventSpec type value unit TimeEventType after after every every BuiltinEventSpec EntryEvent ExitEvent AlwaysEvent TimeUnit second s millisecond ms microsecond us nanosecond ns SimpleScope ReactionTrigger triggers guard DefaultTrigger ReactionEffect actions EventRaisingExpression event value EventValueReferenceExpression value ActiveStateReferenceExpression value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stext" nsURI="http://www.yakindu.org/sct/statechart/SText" nsPrefix="stext"> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" eType="#//DefRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefRoot"/> <eClassifiers xsi:type="ecore:EClass" name="StatechartRoot" eSuperTypes="#//DefRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//StatechartSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateRoot" eSuperTypes="#//DefRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//StateSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionRoot" eSuperTypes="#//DefRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//TransitionSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatechartSpecification" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ScopedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="ecore:EClass ../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="reaction" eType="#//TransitionReaction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatechartScope" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="InterfaceScope" eSuperTypes="#//StatechartScope ../../org.yakindu.base.types/model/base.ecore#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InternalScope" eSuperTypes="#//StatechartScope"/> <eClassifiers xsi:type="ecore:EClass" name="ImportScope" eSuperTypes="#//StatechartScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass ../../org.yakindu.base.types/model/types.ecore#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Operation"/> <eClassifiers xsi:type="ecore:EClass" name="TypeAliasDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//TypeAlias ../../org.yakindu.base.types/model/types.ecore#//Declaration"/> <eClassifiers xsi:type="ecore:EClass" name="LocalReaction" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Reaction"/> <eClassifiers xsi:type="ecore:EClass" name="TransitionReaction" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Reaction"/> <eClassifiers xsi:type="ecore:EClass" name="Guard"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryPointSpec" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ReactionProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entrypoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExitPointSpec" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ReactionProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventSpec"/> <eClassifiers xsi:type="ecore:EClass" name="RegularEventSpec" eSuperTypes="#//EventSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeEventSpec" eSuperTypes="#//EventSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TimeEventType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//TimeUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeEventType"> <eLiterals name="after" literal="after"/> <eLiterals name="every" value="1" literal="every"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltinEventSpec" eSuperTypes="#//EventSpec"/> <eClassifiers xsi:type="ecore:EClass" name="EntryEvent" eSuperTypes="#//BuiltinEventSpec"/> <eClassifiers xsi:type="ecore:EClass" name="ExitEvent" eSuperTypes="#//BuiltinEventSpec"/> <eClassifiers xsi:type="ecore:EClass" name="AlwaysEvent" eSuperTypes="#//BuiltinEventSpec"/> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnit"> <eLiterals name="second" literal="s"/> <eLiterals name="millisecond" value="1" literal="ms"/> <eLiterals name="microsecond" value="2" literal="us"/> <eLiterals name="nanosecond" value="3" literal="ns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleScope" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="ReactionTrigger" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1" eType="#//EventSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultTrigger" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReactionEffect" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Effect"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventRaisingExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventValueReferenceExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActiveStateReferenceExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//State"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"stext","nsURI":"http://www.yakindu.org/sct/statechart/SText","name":"stext","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartSpecification","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSpecification","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartScope","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceScope","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalScope","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportScope","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDefinition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDefinition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAliasDefinition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalReaction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionReaction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPointSpec","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitPointSpec","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSpec","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularEventSpec","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeEventSpec","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeEventType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltinEventSpec","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryEvent","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitEvent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlwaysEvent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleScope","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionTrigger","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionEffect","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventRaisingExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventValueReferenceExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveStateReferenceExpression","instanceClass":null,"abstract":false,"id":37,"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":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"initialValue","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"},{"container":false,"ordered":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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entrypoint","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitpoint","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":1,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"after","id":88,"value":0,"literal":"after","eClass":"EEnumLiteral"},{"name":"every","id":89,"value":1,"literal":"every","eClass":"EEnumLiteral"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"second","id":94,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"millisecond","id":95,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"microsecond","id":96,"value":2,"literal":"us","eClass":"EEnumLiteral"},{"name":"nanosecond","id":97,"value":3,"literal":"ns","eClass":"EEnumLiteral"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":38},{"source":38,"target":2},{"source":38,"target":39},{"source":38,"target":1},{"source":39,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":6},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":6},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":43},{"source":4,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":7},{"source":44,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":8},{"source":46,"target":48},{"source":46,"target":5},{"source":48,"target":8},{"source":47,"target":2},{"source":6,"target":0},{"source":6,"target":49},{"source":7,"target":0},{"source":7,"target":50},{"source":50,"target":51},{"source":50,"target":7},{"source":8,"target":0},{"source":8,"target":52},{"source":52,"target":18},{"source":52,"target":53},{"source":52,"target":8},{"source":53,"target":18},{"source":9,"target":0},{"source":9,"target":54},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":55},{"source":10,"target":56},{"source":55,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":57},{"source":57,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":58},{"source":12,"target":59},{"source":58,"target":60},{"source":58,"target":12},{"source":59,"target":9},{"source":13,"target":0},{"source":13,"target":61},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":63},{"source":62,"target":64},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":65},{"source":16,"target":0},{"source":16,"target":66},{"source":16,"target":67},{"source":17,"target":0},{"source":17,"target":68},{"source":18,"target":0},{"source":18,"target":69},{"source":19,"target":0},{"source":19,"target":70},{"source":70,"target":71},{"source":70,"target":19},{"source":20,"target":0},{"source":20,"target":72},{"source":20,"target":73},{"source":72,"target":74},{"source":72,"target":20},{"source":21,"target":0},{"source":21,"target":75},{"source":21,"target":76},{"source":75,"target":77},{"source":75,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":78},{"source":23,"target":79},{"source":78,"target":80},{"source":78,"target":23},{"source":79,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":81},{"source":24,"target":82},{"source":24,"target":83},{"source":24,"target":84},{"source":81,"target":25},{"source":81,"target":85},{"source":81,"target":24},{"source":85,"target":25},{"source":82,"target":86},{"source":82,"target":24},{"source":83,"target":30},{"source":83,"target":87},{"source":83,"target":24},{"source":87,"target":30},{"source":84,"target":22},{"source":25,"target":0},{"source":25,"target":88},{"source":25,"target":89},{"source":88,"target":25},{"source":89,"target":25},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":90},{"source":90,"target":22},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":91},{"source":91,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":92},{"source":92,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":93},{"source":93,"target":26},{"source":30,"target":0},{"source":30,"target":94},{"source":30,"target":95},{"source":30,"target":96},{"source":30,"target":97},{"source":94,"target":30},{"source":95,"target":30},{"source":96,"target":30},{"source":97,"target":30},{"source":31,"target":0},{"source":31,"target":98},{"source":32,"target":0},{"source":32,"target":99},{"source":32,"target":100},{"source":32,"target":101},{"source":99,"target":22},{"source":99,"target":102},{"source":99,"target":32},{"source":102,"target":22},{"source":100,"target":19},{"source":100,"target":103},{"source":100,"target":32},{"source":103,"target":19},{"source":33,"target":0},{"source":33,"target":104},{"source":34,"target":0},{"source":34,"target":105},{"source":34,"target":106},{"source":105,"target":107},{"source":105,"target":34},{"source":35,"target":0},{"source":35,"target":108},{"source":35,"target":109},{"source":35,"target":110},{"source":108,"target":111},{"source":108,"target":35},{"source":109,"target":112},{"source":109,"target":35},{"source":36,"target":0},{"source":36,"target":113},{"source":36,"target":114},{"source":113,"target":115},{"source":113,"target":36},{"source":37,"target":0},{"source":37,"target":116},{"source":37,"target":117},{"source":116,"target":118},{"source":116,"target":37}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/mpizenberg-archived/GLS_TP02/fr.enseeiht.simplePDL/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements WorkDefinition linksToPredecessors linksToSuccessors name WorkSequence linkType predecessor successor ProcessElement Guidance text elements
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToPredecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ProcessElement"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":7,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":8,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":9,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":10,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":1},{"source":8,"target":1},{"source":9,"target":1},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":5},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":4},{"source":15,"target":19},{"source":15,"target":3},{"source":15,"target":20},{"source":19,"target":4},{"source":16,"target":4},{"source":16,"target":21},{"source":16,"target":3},{"source":16,"target":22},{"source":21,"target":4},{"source":17,"target":23},{"source":17,"target":3},{"source":18,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":24},{"source":4,"target":22},{"source":4,"target":20},{"source":4,"target":25},{"source":24,"target":1},{"source":24,"target":26},{"source":24,"target":4},{"source":26,"target":1},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":4},{"source":22,"target":16},{"source":27,"target":3},{"source":20,"target":3},{"source":20,"target":28},{"source":20,"target":4},{"source":20,"target":15},{"source":28,"target":3},{"source":25,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":29,"target":32},{"source":29,"target":6},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":5},{"source":31,"target":5}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/merlin-pl/merlin/examples/PetriNets/bindings/structure/PetriNetsConcept.ecore
PetriNets PetriNet places trans Place tokens net Transition net inputs outputs
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNets" nsURI="http://www.petrinets.org/concept" nsPrefix="ex"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eOperations name="places" ordered="false" upperBound="-1" eType="#//Place"> <eAnnotations source="presence"> <details key="source" value="structure"/> </eAnnotations> </eOperations> <eOperations name="trans" ordered="false" upperBound="-1" eType="#//Transition"> <eAnnotations source="presence"> <details key="source" value="structure"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="posTokens"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="posTokens" value="self.tokens() >= 0"/> </eAnnotations> <eOperations name="tokens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="net" lowerBound="1" eType="#//PetriNet"> <eAnnotations source="presence"> <details key="source" value="structure"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eOperations name="net" lowerBound="1" eType="#//PetriNet"> <eAnnotations source="presence"> <details key="source" value="structure"/> </eAnnotations> </eOperations> <eOperations name="inputs" ordered="false" upperBound="-1" eType="#//Place"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eOperations> <eOperations name="outputs" ordered="false" upperBound="-1" eType="#//Place"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eOperations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ex","nsURI":"http://www.petrinets.org/concept","name":"PetriNets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":-1,"unique":true,"name":"places","lowerBound":0,"id":4,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"trans","lowerBound":0,"id":5,"many":true,"required":false,"eClass":"EOperation"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tokens","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"net","lowerBound":1,"id":9,"many":false,"required":true,"eClass":"EOperation"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"net","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inputs","lowerBound":0,"id":13,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"outputs","lowerBound":0,"id":14,"many":true,"required":false,"eClass":"EOperation"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":3},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":8,"target":10},{"source":8,"target":2},{"source":9,"target":1},{"source":9,"target":11},{"source":9,"target":2},{"source":11,"target":1},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":1},{"source":12,"target":15},{"source":12,"target":3},{"source":15,"target":1},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":3},{"source":16,"target":2},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":3},{"source":17,"target":2}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/princemzb/IDM-MODEL-MANAGEMENT/model/simplePDL.ecore
simplePDL Process name activities workSequences WorkDefinition name predecessor successor parameters WorkSequence linkType startToStart linksToSuccessors linksToPredecessors WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishTofinish finishTofinish WorkDefinitionParameter parameterKind in parameterType ParameterDirectionKind in in out out inout inout SubProcess Activity WorkProduct name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplePDL" nsURI="http://ups/m2dl/TP4/simplePDL" nsPrefix="spdl"> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="#//WorkDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workSequences" upperBound="-1" eType="#//WorkSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkSequence" eOpposite="#//WorkSequence/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkSequence" eOpposite="#//WorkSequence/linksToPredecessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//WorkDefinitionParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" eType="#//WorkSequenceType" defaultValueLiteral="startToStart"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/predecessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/successor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishTofinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinitionParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterKind" eType="#//ParameterDirectionKind" defaultValueLiteral="in"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" lowerBound="1" eType="#//WorkProduct"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubProcess" eSuperTypes="#//WorkDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//WorkDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProduct"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"spdl","nsURI":"http://ups/m2dl/TP4/simplePDL","name":"simplePDL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinitionParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubProcess","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProduct","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"workSequences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"startToStart","unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"name":"startToStart","id":30,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":31,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":32,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishTofinish","id":33,"value":3,"literal":"finishTofinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"in","unsettable":false,"transient":false,"unique":true,"name":"parameterKind","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"name":"in","id":38,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":39,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":40,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":2},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":3},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":3},{"source":19,"target":5},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":5},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":22},{"source":3,"target":24},{"source":26,"target":4},{"source":26,"target":27},{"source":26,"target":3},{"source":27,"target":4},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":17},{"source":28,"target":2},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":3},{"source":24,"target":18},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":30,"target":4},{"source":31,"target":4},{"source":32,"target":4},{"source":33,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":6},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":6},{"source":35,"target":9},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":9},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":6},{"source":39,"target":6},{"source":40,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":41},{"source":41,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":42},{"source":42,"target":2},{"source":9,"target":0},{"source":9,"target":43},{"source":43,"target":44},{"source":43,"target":9}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/de-tu-berlin-tfs/Henshin-Editor/de.tub.tfs.henshin.tgg.examples/Examples/CD2RDBM/models/src.ecore
source Class name parent attrs Association name src dest leftMultiplicity Attribute name is_primary type ptype PrimitiveDataType name ClassDiagram class ass ptypes
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="source" nsURI="http://src" nsPrefix="src"> <eClassifiers xsi:type="ecore:EClass" name="Class"> <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="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrs" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dest" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_primary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ptype" eType="#//PrimitiveDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType"> <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="ClassDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ass" upperBound="-1" eType="#//Association" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ptypes" upperBound="-1" eType="#//PrimitiveDataType" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"src","nsURI":"http://src","name":"source","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDiagram","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"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":"attrs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"leftMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_primary","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ptype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"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":"class","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":"ass","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":"ptypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":1},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":1},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":1},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":20,"target":24},{"source":20,"target":3},{"source":21,"target":25},{"source":21,"target":3},{"source":22,"target":1},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":1},{"source":23,"target":4},{"source":23,"target":27},{"source":23,"target":3},{"source":27,"target":4},{"source":4,"target":0},{"source":4,"target":28},{"source":28,"target":29},{"source":28,"target":4},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":1},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":2},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":5},{"source":35,"target":4}],"multigraph":true}
ecore
families
repo-ecore-all/data/clagms/TransformationVerificationMbeddr/EclipseProjects/FamiliesToPersonsDSLTrans/model/Families.ecore
household Family name mother son daughter father Member name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="household" nsURI="household" nsPrefix="household"> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" ordered="false" eType="#//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="son" ordered="false" upperBound="-1" eType="#//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="daughter" ordered="false" upperBound="-1" eType="#//Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="father" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <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> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"household","nsURI":"household","name":"household","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":3,"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":"mother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"son","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"daughter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"father","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":3,"target":8},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":9},{"source":4,"target":1},{"source":9,"target":2},{"source":5,"target":2},{"source":5,"target":10},{"source":5,"target":1},{"source":10,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":13,"target":14},{"source":13,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/ekkart/ePNK/plugins/core/org.pnml.tools.epnk/model/PNMLCoreModel.ecore
pnmlcoremodel PetriNetDoc net PetriNet type name page toolspecific unknown Page object pageLabelProxy labelproxy Object name toolspecific graphics unknown LabelProxy label text object Graphics Node out in Arc source target PlaceNode TransitionNode Place RefPlace ref RefTransition ref Transition Name text Label toolspecific graphics unknown ArcGraphics line position NodeGraphics position dimension line fill AnnotationGraphics fill line offset font Line shape line color width 1.0 style Color org.pnml.tools.epnk.graphics.datatypes.CSSColor org.pnml.tools.epnk.graphics.datatypes.CSSColor LineStyle org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented Coordinate x 0.0 y 0.0 Fill color image gradientColor gradientrotation URI org.pnml.tools.epnk.graphics.datatypes.URI org.pnml.tools.epnk.graphics.datatypes.URI GradientRotation org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented Font family style weight size 9pt decoration align rotation FontFamily org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily FontStyle org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented FontWeight org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented FontDecoration org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented FontSize org.pnml.tools.epnk.graphics.datatypes.CSSFontSize org.pnml.tools.epnk.graphics.datatypes.CSSFontSize FontAlign org.pnml.tools.epnk.helpers.NotImplemented org.pnml.tools.epnk.helpers.NotImplemented PetriNetType EmptyType ToolInfoText info ToolInfo tool version ID id PageLabelProxy text label Attribute LineShape line line curve curve
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pnmlcoremodel" nsURI="http://org.pnml.tools/epnk/pnmlcoremodel" nsPrefix="pnmlcoremodel"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" upperBound="-1" eType="#//PetriNet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//ID"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//PetriNetType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1" eType="#//ToolInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" upperBound="-1" eType="#//Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pageLabelProxy" upperBound="-1" eType="#//PageLabelProxy" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelproxy" upperBound="-1" eType="#//LabelProxy" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" abstract="true" eSuperTypes="#//ID"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1" eType="#//ToolInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphics" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelProxy"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Object" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Arc" transient="true" resolveProxies="false" eOpposite="#//Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Arc" transient="true" resolveProxies="false" eOpposite="#//Arc/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" resolveProxies="false" eOpposite="#//Node/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" resolveProxies="false" eOpposite="#//Node/in"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//PlaceNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//TransitionNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode"/> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Label"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecific" upperBound="-1" eType="#//ToolInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphics" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unknown" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2003/XMLType#//AnyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" upperBound="-1" eType="#//Coordinate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//Coordinate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" eType="#//Coordinate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" eType="#//Fill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Coordinate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" eType="#//LineShape" defaultValueLiteral="line"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSColor"/> <eClassifiers xsi:type="ecore:EDataType" name="LineStyle" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EClass" name="Coordinate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientColor" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" eType="#//GradientRotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="GradientRotation" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="family" eType="#//FontFamily"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//FontWeight"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="#//FontSize" defaultValueLiteral="9pt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" eType="#//FontDecoration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="#//FontAlign"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FontFamily" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily"/> <eClassifiers xsi:type="ecore:EDataType" name="FontStyle" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EDataType" name="FontWeight" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EDataType" name="FontDecoration" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EDataType" name="FontSize" instanceClassName="org.pnml.tools.epnk.graphics.datatypes.CSSFontSize"/> <eClassifiers xsi:type="ecore:EDataType" name="FontAlign" instanceClassName="org.pnml.tools.epnk.helpers.NotImplemented"/> <eClassifiers xsi:type="ecore:EClass" name="PetriNetType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyType" eSuperTypes="#//PetriNetType"/> <eClassifiers xsi:type="ecore:EClass" name="ToolInfoText" eSuperTypes="#//ToolInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="info" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolInfo" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ID" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageLabelProxy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//Label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/> <eClassifiers xsi:type="ecore:EEnum" name="LineShape"> <eLiterals name="line"/> <eLiterals name="curve" value="1"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnmlcoremodel","nsURI":"http://org.pnml.tools/epnk/pnmlcoremodel","name":"pnmlcoremodel","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,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelProxy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationGraphics","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSColor","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSColor","name":"Color","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"LineStyle","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fill","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.URI","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.URI","name":"URI","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"GradientRotation","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontFamily","name":"FontFamily","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontStyle","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontWeight","instanceClass":null,"id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontDecoration","instanceClass":null,"id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontSize","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.graphics.datatypes.CSSFontSize","name":"FontSize","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.pnml.tools.epnk.helpers.NotImplemented","defaultValue":null,"instanceClassName":"org.pnml.tools.epnk.helpers.NotImplemented","name":"FontAlign","instanceClass":null,"id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetType","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfoText","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ID","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageLabelProxy","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":true,"unique":true,"name":"pageLabelProxy","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":true,"unique":true,"name":"labelproxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":72,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":true},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"out","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":true,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unknown","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","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":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"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":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","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":"image","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientColor","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gradientrotation","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","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":"weight","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9pt","unsettable":false,"transient":false,"unique":true,"name":"size","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":"decoration","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":"align","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"lowerBound":1,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"line","id":178,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"curve","id":179,"value":1,"literal":"curve","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":42,"target":2},{"source":42,"target":43},{"source":42,"target":1},{"source":43,"target":2},{"source":2,"target":0},{"source":2,"target":38},{"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":44,"target":34},{"source":44,"target":50},{"source":44,"target":2},{"source":50,"target":34},{"source":45,"target":15},{"source":45,"target":51},{"source":45,"target":2},{"source":51,"target":15},{"source":46,"target":3},{"source":46,"target":52},{"source":46,"target":2},{"source":52,"target":3},{"source":47,"target":37},{"source":47,"target":53},{"source":47,"target":2},{"source":53,"target":37},{"source":48,"target":54},{"source":48,"target":2},{"source":49,"target":38},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":55,"target":4},{"source":55,"target":59},{"source":55,"target":3},{"source":59,"target":4},{"source":56,"target":39},{"source":56,"target":60},{"source":56,"target":3},{"source":60,"target":39},{"source":57,"target":5},{"source":57,"target":61},{"source":57,"target":3},{"source":61,"target":5},{"source":58,"target":7},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":62,"target":15},{"source":62,"target":67},{"source":62,"target":4},{"source":67,"target":15},{"source":63,"target":37},{"source":63,"target":68},{"source":63,"target":4},{"source":68,"target":37},{"source":64,"target":6},{"source":64,"target":69},{"source":64,"target":4},{"source":69,"target":6},{"source":65,"target":70},{"source":65,"target":4},{"source":66,"target":38},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":71,"target":16},{"source":71,"target":74},{"source":71,"target":5},{"source":74,"target":16},{"source":72,"target":75},{"source":72,"target":5},{"source":73,"target":4},{"source":73,"target":76},{"source":73,"target":5},{"source":76,"target":4},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":8},{"source":77,"target":80},{"source":77,"target":7},{"source":77,"target":81},{"source":80,"target":8},{"source":78,"target":8},{"source":78,"target":82},{"source":78,"target":7},{"source":78,"target":83},{"source":82,"target":8},{"source":79,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":81},{"source":8,"target":83},{"source":8,"target":84},{"source":81,"target":7},{"source":81,"target":85},{"source":81,"target":8},{"source":81,"target":77},{"source":85,"target":7},{"source":83,"target":7},{"source":83,"target":86},{"source":83,"target":8},{"source":83,"target":78},{"source":86,"target":7},{"source":84,"target":4},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":87,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":88},{"source":88,"target":7},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":89},{"source":89,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":90},{"source":12,"target":91},{"source":90,"target":9},{"source":90,"target":92},{"source":90,"target":12},{"source":92,"target":9},{"source":91,"target":9},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":93},{"source":13,"target":94},{"source":93,"target":10},{"source":93,"target":95},{"source":93,"target":13},{"source":95,"target":10},{"source":94,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":96},{"source":96,"target":10},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":97},{"source":15,"target":98},{"source":97,"target":99},{"source":97,"target":15},{"source":98,"target":16},{"source":16,"target":0},{"source":16,"target":100},{"source":16,"target":101},{"source":16,"target":102},{"source":100,"target":37},{"source":100,"target":103},{"source":100,"target":16},{"source":103,"target":37},{"source":101,"target":6},{"source":101,"target":104},{"source":101,"target":16},{"source":104,"target":6},{"source":102,"target":105},{"source":102,"target":16},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":106},{"source":17,"target":107},{"source":17,"target":108},{"source":106,"target":20},{"source":106,"target":109},{"source":106,"target":17},{"source":109,"target":20},{"source":107,"target":23},{"source":107,"target":110},{"source":107,"target":17},{"source":110,"target":23},{"source":108,"target":6},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":111},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":111,"target":23},{"source":111,"target":116},{"source":111,"target":18},{"source":116,"target":23},{"source":112,"target":23},{"source":112,"target":117},{"source":112,"target":18},{"source":117,"target":23},{"source":113,"target":20},{"source":113,"target":118},{"source":113,"target":18},{"source":118,"target":20},{"source":114,"target":24},{"source":114,"target":119},{"source":114,"target":18},{"source":119,"target":24},{"source":115,"target":6},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":120},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":120,"target":24},{"source":120,"target":125},{"source":120,"target":19},{"source":125,"target":24},{"source":121,"target":20},{"source":121,"target":126},{"source":121,"target":19},{"source":126,"target":20},{"source":122,"target":23},{"source":122,"target":127},{"source":122,"target":19},{"source":127,"target":23},{"source":123,"target":27},{"source":123,"target":128},{"source":123,"target":19},{"source":128,"target":27},{"source":124,"target":6},{"source":20,"target":0},{"source":20,"target":129},{"source":20,"target":130},{"source":20,"target":131},{"source":20,"target":132},{"source":129,"target":41},{"source":129,"target":133},{"source":129,"target":20},{"source":133,"target":41},{"source":130,"target":21},{"source":130,"target":134},{"source":130,"target":20},{"source":134,"target":21},{"source":131,"target":135},{"source":131,"target":20},{"source":132,"target":22},{"source":132,"target":136},{"source":132,"target":20},{"source":136,"target":22},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":137},{"source":23,"target":138},{"source":137,"target":139},{"source":137,"target":23},{"source":138,"target":140},{"source":138,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":24,"target":142},{"source":24,"target":143},{"source":24,"target":144},{"source":141,"target":21},{"source":141,"target":145},{"source":141,"target":24},{"source":145,"target":21},{"source":142,"target":25},{"source":142,"target":146},{"source":142,"target":24},{"source":146,"target":25},{"source":143,"target":21},{"source":143,"target":147},{"source":143,"target":24},{"source":147,"target":21},{"source":144,"target":26},{"source":144,"target":148},{"source":144,"target":24},{"source":148,"target":26},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":149},{"source":27,"target":150},{"source":27,"target":151},{"source":27,"target":152},{"source":27,"target":153},{"source":27,"target":154},{"source":27,"target":155},{"source":149,"target":28},{"source":149,"target":156},{"source":149,"target":27},{"source":156,"target":28},{"source":150,"target":29},{"source":150,"target":157},{"source":150,"target":27},{"source":157,"target":29},{"source":151,"target":30},{"source":151,"target":158},{"source":151,"target":27},{"source":158,"target":30},{"source":152,"target":32},{"source":152,"target":159},{"source":152,"target":27},{"source":159,"target":32},{"source":153,"target":31},{"source":153,"target":160},{"source":153,"target":27},{"source":160,"target":31},{"source":154,"target":33},{"source":154,"target":161},{"source":154,"target":27},{"source":161,"target":33},{"source":155,"target":162},{"source":155,"target":27},{"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":35,"target":34},{"source":35,"target":163},{"source":163,"target":34},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":164},{"source":36,"target":165},{"source":164,"target":166},{"source":164,"target":36},{"source":165,"target":37},{"source":37,"target":0},{"source":37,"target":167},{"source":37,"target":168},{"source":167,"target":169},{"source":167,"target":37},{"source":168,"target":170},{"source":168,"target":37},{"source":38,"target":0},{"source":38,"target":171},{"source":171,"target":172},{"source":171,"target":38},{"source":39,"target":0},{"source":39,"target":173},{"source":39,"target":174},{"source":173,"target":175},{"source":173,"target":39},{"source":174,"target":16},{"source":174,"target":176},{"source":174,"target":39},{"source":176,"target":16},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":177},{"source":177,"target":16},{"source":41,"target":0},{"source":41,"target":178},{"source":41,"target":179},{"source":178,"target":41},{"source":179,"target":41}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/PetriNets.ecore
PetriNet Net places transitions NamedElement name Place postt pret cnet Transition prep postp cnet
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="http://uam.es/PetriNets" nsPrefix="pnet"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/cnet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/cnet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="ellipse"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="postt" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/prep"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pret" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/postp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cnet" lowerBound="1" eType="#//Net" eOpposite="#//Net/places"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> <details key="color" value="0,0,0"/> <details key="size" value="15,50"/> <details key="label.placement" value="external"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="prep" upperBound="-1" eType="#//Place" eOpposite="#//Place/postt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postp" upperBound="-1" eType="#//Place" eOpposite="#//Place/pret"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cnet" lowerBound="1" eType="#//Net" eOpposite="#//Net/transitions"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnet","nsURI":"http://uam.es/PetriNets","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"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":"cnet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cnet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pret","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prep","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":false,"unsettable":false,"transient":false,"unique":true,"name":"postp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":7,"target":3},{"source":6,"target":4},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":11},{"source":11,"target":12},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":8},{"source":3,"target":15},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":3},{"source":13,"target":17},{"source":16,"target":4},{"source":14,"target":4},{"source":14,"target":18},{"source":14,"target":3},{"source":14,"target":19},{"source":18,"target":4},{"source":8,"target":1},{"source":8,"target":20},{"source":8,"target":3},{"source":8,"target":5},{"source":20,"target":1},{"source":15,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":17},{"source":4,"target":19},{"source":4,"target":10},{"source":4,"target":21},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":4},{"source":17,"target":13},{"source":22,"target":3},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":14},{"source":23,"target":3},{"source":10,"target":1},{"source":10,"target":24},{"source":10,"target":4},{"source":10,"target":6},{"source":24,"target":1},{"source":21,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/mmgenius/GemocProject/StateMachine/model/stateMachine.ecore
stateMachine StateMachine name state transition initialState State name Outgoing incoming status Transition name from target action trigger
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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.example.org/stateMachine" nsPrefix="stateMachine"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//State" eOpposite="#//State/Outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State" eOpposite="#//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"stateMachine","nsURI":"http://www.example.org/stateMachine","name":"stateMachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"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":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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":true,"name":"Outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"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":2},{"source":5,"target":9},{"source":5,"target":1},{"source":9,"target":2},{"source":6,"target":3},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":3},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":19,"target":3},{"source":15,"target":21},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":3},{"source":18,"target":13},{"source":26,"target":2},{"source":20,"target":2},{"source":20,"target":27},{"source":20,"target":3},{"source":20,"target":14},{"source":27,"target":2},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":29},{"source":24,"target":3}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/rominaeramo/triple-pattern-frontend/TGG2ASP/metamodels/TGG.ecore
tgg TripleGraphGrammarFile imports using schema rules complementRules nacs library Schema sourceTypes targetTypes correspondenceTypes attributeCondDefs CorrType super source target AttrCondDef userDefined params allowedSyncAdornments allowedGenAdornments Param paramName type Rule abstractRule supertypes schema sourcePatterns targetPatterns correspondencePatterns attrConditions AttrCond name values AttrCondDefLibrary attributeCondDefs Adornment value ParamValue LocalVariable name CorrVariablePattern type source target ObjectVariablePattern type attributeAssignments attributeConstraints linkVariablePatterns ContextObjectVariablePattern name type attributeConstraints linkVariablePatterns AttributeConstraint attribute op valueExp AttributeAssignment attribute op valueExp Expression EnumExpression eenum literal AttributeExpression objectVar attribute LiteralExpression value LinkVariablePattern type target ContextLinkVariablePattern type target Operator value ComplementRule kernel sourcePatterns targetPatterns correspondencePatterns attrConditions Nac rule sourcePatterns targetPatterns attrConditions Import name Using importedNamespace OperatorPattern op NamedElements name NamePattern
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tgg" nsURI="http://www.moflon.org/ide/tgg/mosl/TGG" nsPrefix="tgg"> <eClassifiers xsi:type="ecore:EClass" name="TripleGraphGrammarFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="using" upperBound="-1" eType="#//Using" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//Schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complementRules" upperBound="-1" eType="#//ComplementRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nacs" upperBound="-1" eType="#//Nac" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//AttrCondDefLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTypes" unique="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetTypes" unique="false" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondenceTypes" upperBound="-1" eType="#//CorrType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeCondDefs" upperBound="-1" eType="#//AttrCondDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrType" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//CorrType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttrCondDef" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Param" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allowedSyncAdornments" upperBound="-1" eType="#//Adornment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allowedGenAdornments" upperBound="-1" eType="#//Adornment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" unique="false" upperBound="-1" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//Schema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePatterns" upperBound="-1" eType="#//ObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPatterns" upperBound="-1" eType="#//ObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondencePatterns" upperBound="-1" eType="#//CorrVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrConditions" upperBound="-1" eType="#//AttrCond" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttrCond"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//AttrCondDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ParamValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttrCondDefLibrary" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeCondDefs" upperBound="-1" eType="#//AttrCondDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Adornment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamValue"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//ParamValue"> <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="CorrVariablePattern" eSuperTypes="#//NamePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//CorrType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ObjectVariablePattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ObjectVariablePattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectVariablePattern" eSuperTypes="#//NamePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeAssignments" upperBound="-1" eType="#//AttributeAssignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConstraints" upperBound="-1" eType="#//AttributeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkVariablePatterns" upperBound="-1" eType="#//LinkVariablePattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextObjectVariablePattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConstraints" upperBound="-1" eType="#//AttributeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkVariablePatterns" upperBound="-1" eType="#//ContextLinkVariablePattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueExp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ParamValue"/> <eClassifiers xsi:type="ecore:EClass" name="EnumExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="eenum" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectVar" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkVariablePattern" eSuperTypes="#//OperatorPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ObjectVariablePattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextLinkVariablePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ContextObjectVariablePattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator"> <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="ComplementRule" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="kernel" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePatterns" upperBound="-1" eType="#//ObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPatterns" upperBound="-1" eType="#//ObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondencePatterns" upperBound="-1" eType="#//CorrVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrConditions" upperBound="-1" eType="#//AttrCond" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nac" eSuperTypes="#//NamedElements"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePatterns" upperBound="-1" eType="#//ContextObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPatterns" upperBound="-1" eType="#//ContextObjectVariablePattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrConditions" upperBound="-1" eType="#//AttrCond" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <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="Using"> <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="OperatorPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElements"> <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="NamePattern" eSuperTypes="#//OperatorPattern #//NamedElements"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tgg","nsURI":"http://www.moflon.org/ide/tgg/mosl/TGG","name":"tgg","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TripleGraphGrammarFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttrCondDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttrCond","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttrCondDefLibrary","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adornment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrVariablePattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectVariablePattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextObjectVariablePattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeConstraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeAssignment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkVariablePattern","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextLinkVariablePattern","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplementRule","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nac","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Using","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorPattern","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElements","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamePattern","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"using","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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":"complementRules","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":"nacs","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":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":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":"sourceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"targetTypes","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":"correspondenceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeCondDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"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":"userDefined","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allowedSyncAdornments","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":"allowedGenAdornments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paramName","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstractRule","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":"supertypes","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":"schema","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":"sourcePatterns","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":"targetPatterns","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":"correspondencePatterns","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":"attrConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeCondDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":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":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeAssignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkVariablePatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkVariablePatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kernel","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":"sourcePatterns","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":"targetPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correspondencePatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"sourcePatterns","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":"targetPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":31,"target":26},{"source":31,"target":38},{"source":31,"target":1},{"source":38,"target":26},{"source":32,"target":27},{"source":32,"target":39},{"source":32,"target":1},{"source":39,"target":27},{"source":33,"target":2},{"source":33,"target":40},{"source":33,"target":1},{"source":40,"target":2},{"source":34,"target":6},{"source":34,"target":41},{"source":34,"target":1},{"source":41,"target":6},{"source":35,"target":24},{"source":35,"target":42},{"source":35,"target":1},{"source":42,"target":24},{"source":36,"target":25},{"source":36,"target":43},{"source":36,"target":1},{"source":43,"target":25},{"source":37,"target":8},{"source":37,"target":44},{"source":37,"target":1},{"source":44,"target":8},{"source":2,"target":0},{"source":2,"target":29},{"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":3},{"source":47,"target":52},{"source":47,"target":2},{"source":52,"target":3},{"source":48,"target":4},{"source":48,"target":53},{"source":48,"target":2},{"source":53,"target":4},{"source":49,"target":29},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":54,"target":3},{"source":54,"target":58},{"source":54,"target":3},{"source":58,"target":3},{"source":55,"target":59},{"source":55,"target":3},{"source":56,"target":60},{"source":56,"target":3},{"source":57,"target":29},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":61,"target":66},{"source":61,"target":4},{"source":62,"target":5},{"source":62,"target":67},{"source":62,"target":4},{"source":67,"target":5},{"source":63,"target":9},{"source":63,"target":68},{"source":63,"target":4},{"source":68,"target":9},{"source":64,"target":9},{"source":64,"target":69},{"source":64,"target":4},{"source":69,"target":9},{"source":65,"target":29},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":70,"target":72},{"source":70,"target":5},{"source":71,"target":73},{"source":71,"target":5},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":74,"target":82},{"source":74,"target":6},{"source":75,"target":6},{"source":75,"target":83},{"source":75,"target":6},{"source":83,"target":6},{"source":76,"target":2},{"source":76,"target":84},{"source":76,"target":6},{"source":84,"target":2},{"source":77,"target":13},{"source":77,"target":85},{"source":77,"target":6},{"source":85,"target":13},{"source":78,"target":13},{"source":78,"target":86},{"source":78,"target":6},{"source":86,"target":13},{"source":79,"target":12},{"source":79,"target":87},{"source":79,"target":6},{"source":87,"target":12},{"source":80,"target":7},{"source":80,"target":88},{"source":80,"target":6},{"source":88,"target":7},{"source":81,"target":29},{"source":7,"target":0},{"source":7,"target":89},{"source":7,"target":90},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":7},{"source":91,"target":4},{"source":90,"target":10},{"source":90,"target":92},{"source":90,"target":7},{"source":92,"target":10},{"source":8,"target":0},{"source":8,"target":29},{"source":8,"target":93},{"source":8,"target":94},{"source":93,"target":4},{"source":93,"target":95},{"source":93,"target":8},{"source":95,"target":4},{"source":94,"target":29},{"source":9,"target":0},{"source":9,"target":96},{"source":96,"target":97},{"source":96,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":98},{"source":11,"target":99},{"source":98,"target":100},{"source":98,"target":11},{"source":99,"target":10},{"source":12,"target":0},{"source":12,"target":30},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":101,"target":3},{"source":101,"target":105},{"source":101,"target":12},{"source":105,"target":3},{"source":102,"target":13},{"source":102,"target":106},{"source":102,"target":12},{"source":106,"target":13},{"source":103,"target":13},{"source":103,"target":107},{"source":103,"target":12},{"source":107,"target":13},{"source":104,"target":30},{"source":13,"target":0},{"source":13,"target":30},{"source":13,"target":108},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":108,"target":113},{"source":108,"target":13},{"source":109,"target":16},{"source":109,"target":114},{"source":109,"target":13},{"source":114,"target":16},{"source":110,"target":15},{"source":110,"target":115},{"source":110,"target":13},{"source":115,"target":15},{"source":111,"target":21},{"source":111,"target":116},{"source":111,"target":13},{"source":116,"target":21},{"source":112,"target":30},{"source":14,"target":0},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":117,"target":121},{"source":117,"target":14},{"source":118,"target":122},{"source":118,"target":14},{"source":119,"target":15},{"source":119,"target":123},{"source":119,"target":14},{"source":123,"target":15},{"source":120,"target":22},{"source":120,"target":124},{"source":120,"target":14},{"source":124,"target":22},{"source":15,"target":0},{"source":15,"target":125},{"source":15,"target":126},{"source":15,"target":127},{"source":125,"target":128},{"source":125,"target":15},{"source":126,"target":129},{"source":126,"target":15},{"source":127,"target":17},{"source":127,"target":130},{"source":127,"target":15},{"source":130,"target":17},{"source":16,"target":0},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":131,"target":134},{"source":131,"target":16},{"source":132,"target":135},{"source":132,"target":16},{"source":133,"target":17},{"source":133,"target":136},{"source":133,"target":16},{"source":136,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":137},{"source":137,"target":10},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":138,"target":141},{"source":138,"target":18},{"source":139,"target":142},{"source":139,"target":18},{"source":140,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":146},{"source":143,"target":19},{"source":144,"target":147},{"source":144,"target":19},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":148},{"source":20,"target":149},{"source":148,"target":150},{"source":148,"target":20},{"source":149,"target":17},{"source":21,"target":0},{"source":21,"target":28},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":151,"target":154},{"source":151,"target":21},{"source":152,"target":13},{"source":152,"target":155},{"source":152,"target":21},{"source":155,"target":13},{"source":153,"target":28},{"source":22,"target":0},{"source":22,"target":156},{"source":22,"target":157},{"source":156,"target":158},{"source":156,"target":22},{"source":157,"target":14},{"source":157,"target":159},{"source":157,"target":22},{"source":159,"target":14},{"source":23,"target":0},{"source":23,"target":160},{"source":160,"target":161},{"source":160,"target":23},{"source":24,"target":0},{"source":24,"target":29},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":24,"target":165},{"source":24,"target":166},{"source":24,"target":167},{"source":162,"target":6},{"source":162,"target":168},{"source":162,"target":24},{"source":168,"target":6},{"source":163,"target":13},{"source":163,"target":169},{"source":163,"target":24},{"source":169,"target":13},{"source":164,"target":13},{"source":164,"target":170},{"source":164,"target":24},{"source":170,"target":13},{"source":165,"target":12},{"source":165,"target":171},{"source":165,"target":24},{"source":171,"target":12},{"source":166,"target":7},{"source":166,"target":172},{"source":166,"target":24},{"source":172,"target":7},{"source":167,"target":29},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":25,"target":177},{"source":173,"target":6},{"source":173,"target":178},{"source":173,"target":25},{"source":178,"target":6},{"source":174,"target":14},{"source":174,"target":179},{"source":174,"target":25},{"source":179,"target":14},{"source":175,"target":14},{"source":175,"target":180},{"source":175,"target":25},{"source":180,"target":14},{"source":176,"target":7},{"source":176,"target":181},{"source":176,"target":25},{"source":181,"target":7},{"source":177,"target":29},{"source":26,"target":0},{"source":26,"target":182},{"source":182,"target":183},{"source":182,"target":26},{"source":27,"target":0},{"source":27,"target":184},{"source":184,"target":185},{"source":184,"target":27},{"source":28,"target":0},{"source":28,"target":186},{"source":186,"target":23},{"source":186,"target":187},{"source":186,"target":28},{"source":187,"target":23},{"source":29,"target":0},{"source":29,"target":188},{"source":188,"target":189},{"source":188,"target":29},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":29},{"source":30,"target":190},{"source":30,"target":191},{"source":190,"target":28},{"source":191,"target":29}],"multigraph":true}
ecore
tree
repo-ecore-all/data/Saad1379/DSMLDemo/dsml.tree/model/tree.ecore
tree Tree name root Node label data children
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tree" nsURI="http://www.questlab.pk/dsml/tree/0.1" nsPrefix="tree"> <eClassifiers xsi:type="ecore:EClass" name="Tree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"tree","nsURI":"http://www.questlab.pk/dsml/tree/0.1","name":"tree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"container":false,"ordered":true,"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":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":10},{"source":7,"target":2},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/lta-disco-unimib-it/BCT_TOOLSET/it.unimib.disco.lta.eclipse.fsa/model/fsa.ecore
fsa State name final fsa temporalProperties Transition description to from FSA transitions initialState states temporalFormula
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsa" nsURI="fsa" nsPrefix="fsa"> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fsa" lowerBound="1" eType="#//FSA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temporalProperties" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSA"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temporalFormula" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsa","nsURI":"fsa","name":"fsa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSA","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fsa","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"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":"temporalProperties","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":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":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":"temporalFormula","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":3},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":1},{"source":14,"target":1},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":3},{"source":22,"target":2},{"source":19,"target":1},{"source":19,"target":23},{"source":19,"target":3},{"source":23,"target":1},{"source":20,"target":1},{"source":20,"target":24},{"source":20,"target":3},{"source":24,"target":1},{"source":21,"target":25},{"source":21,"target":3}],"multigraph":true}
ecore
embedded
repo-ecore-all/data/sillymoi/remes-ide/se.mdh.progresside.remes/model/remes.ecore
remes RemesDiagram modes ControlPath entryPoint exitPoint name Mode findVariableByName name findResourceByName name findConstantByName name initialization variables resources constants CompositeMode subModes conditionalConnectors initPoint compositeEntryPoint compositeExitPoint writePoint SubMode invariant isUrgent false parent parsedInvariant ConditionalConnector parent Point InitPoint initEdge container EntryPoint entryEdges container ExitPoint exitEdges container CompositeEntryPoint composite CompositeExitPoint composite Edge actionGuard actionBody parsedActionGuard connectFrom connectTo parsedActionBody InitEdge initialization connectFrom connectTo parsedInitialization Referable name Variable value type vectorSize global scope readable true writable true Resource expression type scope parsedExpression Constant type value global scope PrimitiveTypes integer integer boolean boolean natural natural clock clock float float ResourceTypes cpu cpu memory memory bandwidth bandwidth power power port port WriteEdge connectTo connectFrom WritePoint container writeEdges
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="remes" nsURI="http://www.mdh.se/progresside/remes/1.2.0/remes.ecore" nsPrefix="remes"> <eClassifiers xsi:type="ecore:EClass" name="RemesDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="modes" upperBound="-1" eType="#//Mode" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlPath" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryPoint" lowerBound="1" eType="#//EntryPoint" containment="true" eOpposite="#//EntryPoint/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitPoint" lowerBound="1" eType="#//ExitPoint" containment="true" eOpposite="#//ExitPoint/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="Mode" abstract="true" eSuperTypes="#//ControlPath"> <eOperations name="findVariableByName" eType="#//Variable"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="findResourceByName" eType="#//Resource"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="findConstantByName" eType="#//Constant"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/scope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true" eOpposite="#//Resource/scope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//Constant" containment="true" eOpposite="#//Constant/scope"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EReference" name="subModes" lowerBound="1" upperBound="-1" eType="#//SubMode" containment="true" resolveProxies="false" eOpposite="#//SubMode/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionalConnectors" upperBound="-1" eType="#//ConditionalConnector" containment="true" resolveProxies="false" eOpposite="#//ConditionalConnector/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initPoint" lowerBound="1" eType="#//InitPoint" containment="true" eOpposite="#//InitPoint/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeEntryPoint" lowerBound="1" eType="#//CompositeEntryPoint" containment="true" eOpposite="#//CompositeEntryPoint/composite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeExitPoint" lowerBound="1" eType="#//CompositeExitPoint" containment="true" eOpposite="#//CompositeExitPoint/composite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writePoint" lowerBound="1" eType="#//WritePoint" containment="true" eOpposite="#//WritePoint/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="invariant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InvariantsSyntaxCorrect"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUrgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode" eOpposite="#//CompositeMode/subModes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedInvariant" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/LogicalRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalConnector" eSuperTypes="#//ControlPath"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode" eOpposite="#//CompositeMode/conditionalConnectors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="InitPoint" eSuperTypes="#//Point"> <eStructuralFeatures xsi:type="ecore:EReference" name="initEdge" eType="#//InitEdge" containment="true" resolveProxies="false" eOpposite="#//InitEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//CompositeMode" eOpposite="#//CompositeMode/initPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryPoint" eSuperTypes="#//Point"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ControlPath" eOpposite="#//ControlPath/entryPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExitPoint" eSuperTypes="#//Point"> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" upperBound="-1" eType="#//Edge" containment="true" resolveProxies="false" eOpposite="#//Edge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ControlPath" eOpposite="#//ControlPath/exitPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeEntryPoint" eSuperTypes="#//ExitPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//CompositeMode" eOpposite="#//CompositeMode/compositeEntryPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeExitPoint" eSuperTypes="#//EntryPoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="composite" eType="#//CompositeMode" eOpposite="#//CompositeMode/compositeExitPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionGuard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InvariantsSyntaxCorrect"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionBody" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedActionGuard" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/LogicalRoot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" lowerBound="1" eType="#//ExitPoint" transient="true" eOpposite="#//ExitPoint/exitEdges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//EntryPoint" eOpposite="#//EntryPoint/entryEdges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedActionBody" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/ActionRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitEdge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" lowerBound="1" eType="#//InitPoint" eOpposite="#//InitPoint/initEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//EntryPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedInitialization" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/ActionRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Referable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Referable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PrimitiveTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorSize" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode" eOpposite="#//Mode/variables"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Referable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ResourceTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode" eOpposite="#//Mode/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedExpression" eType="ecore:EClass ../../hr.fer.rasip.remes.grammars.expressions.ast/model/expressions.ecore#//ast/ResourceRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Referable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PrimitiveTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//Mode" eOpposite="#//Mode/constants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypes"> <eLiterals name="integer"/> <eLiterals name="boolean" value="1"/> <eLiterals name="natural" value="2"/> <eLiterals name="clock" value="3"/> <eLiterals name="float" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResourceTypes"> <eLiterals name="cpu"/> <eLiterals name="memory" value="1"/> <eLiterals name="bandwidth" value="2"/> <eLiterals name="power" value="3"/> <eLiterals name="port" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//WritePoint" eOpposite="#//WritePoint/writeEdges"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" lowerBound="1" eType="#//ExitPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WritePoint" eSuperTypes="#//Point"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//CompositeMode" eOpposite="#//CompositeMode/writePoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writeEdges" upperBound="-1" eType="#//WriteEdge" containment="true" eOpposite="#//WriteEdge/connectTo"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"remes","nsURI":"http://www.mdh.se/progresside/remes/1.2.0/remes.ecore","name":"remes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemesDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlPath","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalConnector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitPoint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPoint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitPoint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeEntryPoint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeExitPoint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdge","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Referable","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypes","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceTypes","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteEdge","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritePoint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findVariableByName","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findResourceByName","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findConstantByName","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"resources","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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"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":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subModes","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalConnectors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initPoint","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":"compositeEntryPoint","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":"compositeExitPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writePoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"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":"composite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isUrgent","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":"parsedInvariant","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionGuard","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":"actionBody","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedActionGuard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedActionBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parsedInitialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"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":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vectorSize","changeable":true,"lowerBound":1,"iD":false,"id":126,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"readable","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"writable","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":138,"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":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":"parsedExpression","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"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"global","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"name":"integer","id":154,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"boolean","id":155,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"natural","id":156,"value":2,"literal":"natural","eClass":"EEnumLiteral"},{"name":"clock","id":157,"value":3,"literal":"clock","eClass":"EEnumLiteral"},{"name":"float","id":158,"value":4,"literal":"float","eClass":"EEnumLiteral"},{"name":"cpu","id":159,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":160,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"bandwidth","id":161,"value":2,"literal":"bandwidth","eClass":"EEnumLiteral"},{"name":"power","id":162,"value":3,"literal":"power","eClass":"EEnumLiteral"},{"name":"port","id":163,"value":4,"literal":"port","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":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writeEdges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":23,"target":3},{"source":23,"target":24},{"source":23,"target":1},{"source":24,"target":3},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":9},{"source":25,"target":28},{"source":25,"target":2},{"source":25,"target":29},{"source":28,"target":9},{"source":26,"target":10},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":10},{"source":27,"target":32},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":33,"target":16},{"source":33,"target":41},{"source":33,"target":3},{"source":33,"target":42},{"source":41,"target":16},{"source":42,"target":43},{"source":42,"target":33},{"source":34,"target":17},{"source":34,"target":44},{"source":34,"target":3},{"source":34,"target":45},{"source":44,"target":17},{"source":45,"target":46},{"source":45,"target":34},{"source":35,"target":18},{"source":35,"target":47},{"source":35,"target":3},{"source":35,"target":48},{"source":47,"target":18},{"source":48,"target":49},{"source":48,"target":35},{"source":36,"target":50},{"source":36,"target":3},{"source":37,"target":16},{"source":37,"target":51},{"source":37,"target":3},{"source":37,"target":52},{"source":51,"target":16},{"source":38,"target":17},{"source":38,"target":53},{"source":38,"target":3},{"source":38,"target":54},{"source":53,"target":17},{"source":39,"target":18},{"source":39,"target":55},{"source":39,"target":3},{"source":39,"target":56},{"source":55,"target":18},{"source":40,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":57,"target":5},{"source":57,"target":64},{"source":57,"target":4},{"source":57,"target":65},{"source":64,"target":5},{"source":58,"target":6},{"source":58,"target":66},{"source":58,"target":4},{"source":58,"target":67},{"source":66,"target":6},{"source":59,"target":8},{"source":59,"target":68},{"source":59,"target":4},{"source":59,"target":69},{"source":68,"target":8},{"source":60,"target":11},{"source":60,"target":70},{"source":60,"target":4},{"source":60,"target":71},{"source":70,"target":11},{"source":61,"target":12},{"source":61,"target":72},{"source":61,"target":4},{"source":61,"target":73},{"source":72,"target":12},{"source":62,"target":22},{"source":62,"target":74},{"source":62,"target":4},{"source":62,"target":75},{"source":74,"target":22},{"source":63,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":65},{"source":5,"target":78},{"source":5,"target":79},{"source":76,"target":80},{"source":76,"target":5},{"source":77,"target":81},{"source":77,"target":5},{"source":65,"target":4},{"source":65,"target":82},{"source":65,"target":5},{"source":65,"target":57},{"source":82,"target":4},{"source":78,"target":83},{"source":78,"target":5},{"source":79,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":67},{"source":6,"target":84},{"source":67,"target":4},{"source":67,"target":85},{"source":67,"target":6},{"source":67,"target":58},{"source":85,"target":4},{"source":84,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":8,"target":69},{"source":8,"target":87},{"source":86,"target":14},{"source":86,"target":88},{"source":86,"target":8},{"source":86,"target":89},{"source":88,"target":14},{"source":69,"target":4},{"source":69,"target":90},{"source":69,"target":8},{"source":69,"target":59},{"source":90,"target":4},{"source":87,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":91},{"source":9,"target":29},{"source":9,"target":92},{"source":91,"target":13},{"source":91,"target":93},{"source":91,"target":9},{"source":91,"target":94},{"source":93,"target":13},{"source":29,"target":2},{"source":29,"target":95},{"source":29,"target":9},{"source":29,"target":25},{"source":95,"target":2},{"source":92,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":96},{"source":10,"target":31},{"source":10,"target":97},{"source":96,"target":13},{"source":96,"target":98},{"source":96,"target":10},{"source":96,"target":99},{"source":98,"target":13},{"source":31,"target":2},{"source":31,"target":100},{"source":31,"target":10},{"source":31,"target":26},{"source":100,"target":2},{"source":97,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":71},{"source":11,"target":101},{"source":71,"target":4},{"source":71,"target":102},{"source":71,"target":11},{"source":71,"target":60},{"source":102,"target":4},{"source":101,"target":10},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":73},{"source":12,"target":103},{"source":73,"target":4},{"source":73,"target":104},{"source":73,"target":12},{"source":73,"target":61},{"source":104,"target":4},{"source":103,"target":9},{"source":13,"target":0},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":13,"target":99},{"source":13,"target":94},{"source":13,"target":108},{"source":105,"target":109},{"source":105,"target":13},{"source":106,"target":110},{"source":106,"target":13},{"source":107,"target":111},{"source":107,"target":13},{"source":99,"target":10},{"source":99,"target":112},{"source":99,"target":13},{"source":99,"target":96},{"source":112,"target":10},{"source":94,"target":9},{"source":94,"target":113},{"source":94,"target":13},{"source":94,"target":91},{"source":113,"target":9},{"source":108,"target":114},{"source":108,"target":13},{"source":14,"target":0},{"source":14,"target":115},{"source":14,"target":89},{"source":14,"target":116},{"source":14,"target":117},{"source":115,"target":118},{"source":115,"target":14},{"source":89,"target":8},{"source":89,"target":119},{"source":89,"target":14},{"source":89,"target":86},{"source":119,"target":8},{"source":116,"target":9},{"source":116,"target":120},{"source":116,"target":14},{"source":120,"target":9},{"source":117,"target":121},{"source":117,"target":14},{"source":15,"target":0},{"source":15,"target":122},{"source":122,"target":123},{"source":122,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":16,"target":52},{"source":16,"target":128},{"source":16,"target":129},{"source":16,"target":130},{"source":124,"target":131},{"source":124,"target":16},{"source":125,"target":19},{"source":125,"target":132},{"source":125,"target":16},{"source":132,"target":19},{"source":126,"target":133},{"source":126,"target":16},{"source":127,"target":134},{"source":127,"target":16},{"source":52,"target":3},{"source":52,"target":135},{"source":52,"target":16},{"source":52,"target":37},{"source":135,"target":3},{"source":128,"target":136},{"source":128,"target":16},{"source":129,"target":137},{"source":129,"target":16},{"source":130,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":138},{"source":17,"target":139},{"source":17,"target":54},{"source":17,"target":140},{"source":17,"target":141},{"source":138,"target":142},{"source":138,"target":17},{"source":139,"target":20},{"source":139,"target":143},{"source":139,"target":17},{"source":143,"target":20},{"source":54,"target":3},{"source":54,"target":144},{"source":54,"target":17},{"source":54,"target":38},{"source":144,"target":3},{"source":140,"target":145},{"source":140,"target":17},{"source":141,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":146},{"source":18,"target":147},{"source":18,"target":148},{"source":18,"target":56},{"source":18,"target":149},{"source":146,"target":19},{"source":146,"target":150},{"source":146,"target":18},{"source":150,"target":19},{"source":147,"target":151},{"source":147,"target":18},{"source":148,"target":152},{"source":148,"target":18},{"source":56,"target":3},{"source":56,"target":153},{"source":56,"target":18},{"source":56,"target":39},{"source":153,"target":3},{"source":149,"target":15},{"source":19,"target":0},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":154,"target":19},{"source":155,"target":19},{"source":156,"target":19},{"source":157,"target":19},{"source":158,"target":19},{"source":20,"target":0},{"source":20,"target":159},{"source":20,"target":160},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":159,"target":20},{"source":160,"target":20},{"source":161,"target":20},{"source":162,"target":20},{"source":163,"target":20},{"source":21,"target":0},{"source":21,"target":164},{"source":21,"target":165},{"source":164,"target":22},{"source":164,"target":166},{"source":164,"target":21},{"source":164,"target":167},{"source":166,"target":22},{"source":165,"target":10},{"source":165,"target":168},{"source":165,"target":21},{"source":168,"target":10},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":75},{"source":22,"target":167},{"source":22,"target":169},{"source":75,"target":4},{"source":75,"target":170},{"source":75,"target":22},{"source":75,"target":62},{"source":170,"target":4},{"source":167,"target":21},{"source":167,"target":171},{"source":167,"target":22},{"source":167,"target":164},{"source":171,"target":21},{"source":169,"target":7}],"multigraph":true}
ecore
mvc
repo-ecore-all/data/jokingarcia/Transformation_coevolution/metamodels/AssistantMVCEvol7.ecore
AssistantMVC Exam examItems controllers views ExamItem question Open MultipleChoice Observable observers Observer Controller View fontName fontColor controller ExamController ExamItemController MultipleChoiceController OpenController ExamView ExamItemView OpenView MultipleChoiceView
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="AssistantMVC" nsURI="http://gts.inf.um.es/test/assistant_mvc" nsPrefix="mvc"> <eClassifiers xsi:type="ecore:EClass" name="Exam" eSuperTypes="#//Observable"> <eStructuralFeatures xsi:type="ecore:EReference" name="examItems" lowerBound="1" upperBound="-1" eType="#//ExamItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controllers" upperBound="-1" eType="#//Controller" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExamItem" abstract="true" eSuperTypes="#//Observable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Open" eSuperTypes="#//ExamItem"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoice" eSuperTypes="#//ExamItem"/> <eClassifiers xsi:type="ecore:EClass" name="Observable"> <eStructuralFeatures xsi:type="ecore:EReference" name="observers" upperBound="-1" eType="#//Observer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observer"/> <eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//Observer"/> <eClassifiers xsi:type="ecore:EClass" name="View" abstract="true" eSuperTypes="#//Observer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controller" eType="#//Controller"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExamController" eSuperTypes="#//Controller"/> <eClassifiers xsi:type="ecore:EClass" name="ExamItemController" abstract="true" eSuperTypes="#//Controller"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceController" eSuperTypes="#//ExamItemController"/> <eClassifiers xsi:type="ecore:EClass" name="OpenController" eSuperTypes="#//ExamItemController"/> <eClassifiers xsi:type="ecore:EClass" name="ExamView" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="ExamItemView" eSuperTypes="#//View"/> <eClassifiers xsi:type="ecore:EClass" name="OpenView" eSuperTypes="#//ExamView"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleChoiceView" eSuperTypes="#//ExamItemView"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"mvc","nsURI":"http://gts.inf.um.es/test/assistant_mvc","name":"AssistantMVC","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exam","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Open","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoice","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamController","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemController","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceController","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenController","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamView","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExamItemView","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenView","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleChoiceView","instanceClass":null,"abstract":false,"id":16,"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":"examItems","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":"controllers","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":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"observers","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":"fontName","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":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controller","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":5},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":18,"target":7},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":7},{"source":19,"target":8},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":8},{"source":20,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":26},{"source":24,"target":2},{"source":25,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":29},{"source":29,"target":6},{"source":29,"target":30},{"source":29,"target":5},{"source":30,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":31},{"source":31,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":32},{"source":8,"target":33},{"source":8,"target":34},{"source":8,"target":35},{"source":32,"target":36},{"source":32,"target":8},{"source":33,"target":37},{"source":33,"target":8},{"source":34,"target":7},{"source":34,"target":38},{"source":34,"target":8},{"source":38,"target":7},{"source":35,"target":6},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":39},{"source":39,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":40},{"source":40,"target":7},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":41},{"source":41,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":42},{"source":42,"target":10},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":43},{"source":43,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":44},{"source":44,"target":8},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":45},{"source":45,"target":13},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":46},{"source":46,"target":14}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/pleleux-enseeiht/turnt-adventure-micro-projects/Process-Model-Validation/Part2/src/SimplePDL.ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name min_time max_time processElements resources ProcessElement Guidance text element WorkSequence name linkType predecessor successor Activities name min_time max_time linksToPredecessors linksToSuccessors children WorkDefinition needsWD SubWorkDefinition parent needsSWD Parameter name nbNeeds ParameterWD resource workDefinition ParameterSWD internResource subWorkDefinition Resource name marking
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <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="min_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//Resource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//ProcessElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//Activities" eOpposite="#//Activities/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//Activities" eOpposite="#//Activities/linksToPredecessors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activities" abstract="true" eSuperTypes="#//ProcessElement"> <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="min_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//SubWorkDefinition" eOpposite="#//SubWorkDefinition/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//Activities"> <eStructuralFeatures xsi:type="ecore:EReference" name="needsWD" upperBound="-1" eType="#//ParameterWD" eOpposite="#//ParameterWD/workDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubWorkDefinition" eSuperTypes="#//Activities"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Activities" eOpposite="#//Activities/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="needsSWD" upperBound="-1" eType="#//ParameterSWD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbNeeds" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterWD" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" lowerBound="1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workDefinition" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/needsWD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterSWD" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="internResource" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subWorkDefinition" lowerBound="1" eType="#//SubWorkDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activities","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubWorkDefinition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterWD","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSWD","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":13,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":14,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":15,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":16,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_time","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":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":43,"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":"min_time","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"needsWD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"needsSWD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":63,"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":"nbNeeds","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"internResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subWorkDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"marking","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":1},{"source":14,"target":1},{"source":15,"target":1},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":17,"target":22},{"source":17,"target":2},{"source":18,"target":23},{"source":18,"target":2},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":3},{"source":21,"target":12},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":12},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":30},{"source":27,"target":4},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":3},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":32,"target":37},{"source":32,"target":5},{"source":33,"target":1},{"source":33,"target":38},{"source":33,"target":5},{"source":38,"target":1},{"source":34,"target":6},{"source":34,"target":39},{"source":34,"target":5},{"source":34,"target":40},{"source":39,"target":6},{"source":35,"target":6},{"source":35,"target":41},{"source":35,"target":5},{"source":35,"target":42},{"source":41,"target":6},{"source":36,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":42},{"source":6,"target":40},{"source":6,"target":46},{"source":6,"target":47},{"source":43,"target":48},{"source":43,"target":6},{"source":44,"target":49},{"source":44,"target":6},{"source":45,"target":50},{"source":45,"target":6},{"source":42,"target":5},{"source":42,"target":51},{"source":42,"target":6},{"source":42,"target":35},{"source":51,"target":5},{"source":40,"target":5},{"source":40,"target":52},{"source":40,"target":6},{"source":40,"target":34},{"source":52,"target":5},{"source":46,"target":8},{"source":46,"target":53},{"source":46,"target":6},{"source":46,"target":54},{"source":53,"target":8},{"source":47,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":55},{"source":7,"target":56},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":7},{"source":55,"target":58},{"source":57,"target":10},{"source":56,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":54},{"source":8,"target":59},{"source":8,"target":60},{"source":54,"target":6},{"source":54,"target":61},{"source":54,"target":8},{"source":54,"target":46},{"source":61,"target":6},{"source":59,"target":11},{"source":59,"target":62},{"source":59,"target":8},{"source":62,"target":11},{"source":60,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":63,"target":66},{"source":63,"target":9},{"source":64,"target":67},{"source":64,"target":9},{"source":65,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":68},{"source":10,"target":58},{"source":10,"target":69},{"source":68,"target":12},{"source":68,"target":70},{"source":68,"target":10},{"source":70,"target":12},{"source":58,"target":7},{"source":58,"target":71},{"source":58,"target":10},{"source":58,"target":55},{"source":71,"target":7},{"source":69,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":72,"target":9},{"source":72,"target":75},{"source":72,"target":11},{"source":75,"target":9},{"source":73,"target":8},{"source":73,"target":76},{"source":73,"target":11},{"source":76,"target":8},{"source":74,"target":9},{"source":12,"target":0},{"source":12,"target":77},{"source":12,"target":78},{"source":77,"target":79},{"source":77,"target":12},{"source":78,"target":80},{"source":78,"target":12}],"multigraph":true}
ecore
trace
repo-ecore-all/data/lengyela89/sirius-incremental-refresh/host/examples/cps/org.eclipse.incquery.examples.cps.traceability/model/traceability.ecore
traceability CPSToDeployment cps deployment traces CPS2DeplyomentTrace cpsElements deploymentElements
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="traceability" nsURI="http://org.eclipse.incquery/model/cps-traceability" nsPrefix="cpstraceability"> <eClassifiers xsi:type="ecore:EClass" name="CPSToDeployment"> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" eType="ecore:EClass ../../org.eclipse.incquery.examples.cps.model/model/model.ecore#//CyberPhysicalSystem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" eType="ecore:EClass ../../org.eclipse.incquery.examples.cps.deployment/model/deployment.ecore#//Deployment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//CPS2DeplyomentTrace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CPS2DeplyomentTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="cpsElements" upperBound="-1" eType="ecore:EClass ../../org.eclipse.incquery.examples.cps.model/model/model.ecore#//Identifiable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deploymentElements" upperBound="-1" eType="ecore:EClass ../../org.eclipse.incquery.examples.cps.deployment/model/deployment.ecore#//DeploymentElement"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cpstraceability","nsURI":"http://org.eclipse.incquery/model/cps-traceability","name":"traceability","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPSToDeployment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CPS2DeplyomentTrace","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":"cps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deployment","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":"traces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cpsElements","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":false,"unsettable":false,"transient":false,"unique":true,"name":"deploymentElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":3,"target":6},{"source":3,"target":1},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":11},{"source":9,"target":2},{"source":10,"target":12},{"source":10,"target":2}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/arnobl/kompren/kompren-core/fr.inria.diverse.kompren.compiler/src/main/resources/examples/unusedVar/kermeta.ecore
org kermeta language behavior Assignment target value isCast false Expression staticType CallExpression parameters name staticTypeVariableBindings Block statement rescueBlock CallVariable isAtpre false CallFeature target isAtpre false CallSuperOperation superType CallResult CallValue Conditional thenBody elseBody condition Raise expression Rescue body exceptionType exceptionName TypeReference Literal EmptyExpression JavaStaticCall parameters jclass jmethod LambdaExpression parameters body LambdaParameter name type IntegerLiteral value StringLiteral value BooleanLiteral value CallTypeLiteral typeref VoidLiteral Loop initialization body stopCondition SelfExpression VariableDecl initialization identifier type UnresolvedCall usings target isAtpre false targetParent generics isCalledWithParenthesis false CallOperation staticOperation CallProperty staticProperty CallEnumLiteral staticEnumLiteral CallModelTransformation staticTransformation structure String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean KermetaModelElement kTag kOwnedTags Integer int int Operation raisedException ownedParameter pre post body ownedUnresolvedOperations owningClass typeParameter isAbstract false uniqueName Property opposite isReadOnly false default isComposite false isDerived false isID false getterBody setterBody isGetterAbstract true isSetterAbstract true ownedUnresolvedProperties owningClass Type typeContainer TypeContainer containedType EnumerationLiteral enumeration TypeVariableBinding variable type MultiplicityElement isOrdered false isUnique true lower 0 upper 1 TypeDefinition superType isAspect false Class ownedAttribute ownedOperation superClass isAbstract false name DataType Enumeration ownedLiteral NamedElement name Package nestedPackage nestingPackage uri ownedAdaptationOperators Parameter operation PrimitiveType instanceType TypedElement type UnlimitedNatural int int Tag name value object AbstractProperty Constraint body stereotype language invOwner preOwner postOwner ConstraintLanguage kermeta kermeta ocl ocl ClassDefinition inv isAbstract false ownedAttribute ownedOperation isSingleton false isFinal false ConstraintType inv inv pre pre post post Metamodel packages uri referencedMetamodels isResolved false ModelElementTypeDefinitionContainer ownedTypeDefinition GenericTypeDefinition typeParameter ParameterizedType virtualTypeBinding typeParamBinding typeDefinition TypeVariable supertype ObjectTypeVariable ModelTypeVariable virtualType VirtualType typeDefinition modelTypeVariable typeParamBinding Model contents AbstractOperation UnresolvedType usings generics typeIdentifier UnresolvedReference UnresolvedProperty propertyIdentifier UnresolvedOperation operationIdentifier Using fromQName toName ProductType type FunctionType left right VoidType UnresolvedInferredType UnresolvedTypeVariable ModelTypeDefinitionBinding ownedClassDefinitionBindings usedAdaptationOperators ownedEnumerationBindings boundModelTypeDefinition targetedTransformations ClassDefinitionBinding ownedPropertyBindings ownedOperationBindings source target EnumerationBinding source target PropertyBinding source target OperationBinding source target AdaptationOperator parameters UseAdaptationOperator parameters ownedUnresolved usedOperator PropertyAdaptationOperator target getter setter adder remover UnresolvedAdaptationOperator AdaptationParameter OperationAdaptationOperator body target ModelElementTypeDefinition ModelType typeDefinition FilteredMetamodelReference metamodel ModelTypeDefinition metamodel ownedBindings ownedTransformations typeDefinitions ModelTransformation typeParameters body rules owningModelTypeDefinition ownedParameter isAbstract UnresolvedModelTypeDefinition UnresolvedModelTransformation ModelTypeDefinitionContainer ownedModelTypeDefinitions
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="org" nsURI="http://www.kermeta.org/kermeta/2_1_0/" nsPrefix="org"> <eSubpackages name="kermeta" nsURI="http://www.kermeta.org/kermeta/2_1_0//org/kermeta" nsPrefix="org_kermeta"> <eSubpackages name="language" nsURI="http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language" nsPrefix="org_kermeta_language"> <eSubpackages name="behavior" nsURI="http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language/behavior" nsPrefix="org_kermeta_language_behavior"> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignment is the model-element representation of the assignment statement &lt;code>x := y&lt;/code>&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_assign_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/behavior/CallExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target of the assignment, as a CallExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value to be assigned, as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCast" lowerBound="1" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether current assignment corresponds to a cast operation "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement #//kermeta/language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The base class for every entity used to define a behavior in operation body."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticType" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the Expression (set by type checking)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpression" abstract="true" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any callable expression inherits this class, e.g : &#xA; - variable call&#xA; - feature call ( &lt;code>a.b&lt;/code> : b is a feature call)&#xA;&#xA;&lt;img alt=&quot;&quot; height=&quot;90%&quot; width=&quot;90%&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_call_expressions.png&quot; />"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kermeta calls can embedd expressions as parameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A call must be named"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticTypeVariableBindings" upperBound="-1" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Block is the model-element representation for the &lt;code>do...end&lt;/code> block."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of statements composing the block"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rescueBlock" upperBound="-1" eType="#//kermeta/language/behavior/Rescue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of rescues defined for the block"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallVariable" eSuperTypes="#//kermeta/language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="We call &quot;CallVariable&quot; the use of a variable in a statement.&#xA;in &lt;code>i := j + 1&lt;/code>, i and j are 2 CallVariables."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" lowerBound="1" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether this CallVariable represents a call to @pre in a postcondition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallFeature" abstract="true" eSuperTypes="#//kermeta/language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CallFeature is the model element that refers to the use of a feature, i.e either &#xA;a property or an operation in a statement. In &lt;code>stdio.writeln(&quot;hello&quot;)&lt;/code>, &#xA;&lt;code>writeln&lt;/code> is a CallFeature."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target Expression (the owner of the feature)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" lowerBound="1" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether this CallFeature represents a call to @pre in a postcondition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallSuperOperation" eSuperTypes="#//kermeta/language/behavior/CallOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represents a call to the operation in a parent class. &#xD;&#xA;&#x9;In the following example, the type of super(element) is CallSuperOperation:&#xD;&#xA;&#xD;&#xA;class ParentClass {&#xD;&#xA; operation op(element : Integer) : Integer is do&#xD;&#xA; result := element + 1&#xD;&#xA; end&#xD;&#xA;}&#xD;&#xA; *&#xD;&#xA;class ChildClass {&#xD;&#xA; method op(element : Integer) : Integer is do&#xD;&#xA; result := super(element)&#xD;&#xA; end&#xD;&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="After resolving this type must be set (either because the user entered it, or it can be computed because there is only one parent)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallResult" eSuperTypes="#//kermeta/language/behavior/CallVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represents a call to the special internal variable &quot;result&quot; that is used to store the return value of any operation "/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallValue" eSuperTypes="#//kermeta/language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CallValue refers to the use of the &lt;code>value&lt;/code> reserved keyword. This keyword is&#xA;only used in the body of the &lt;code>setter&lt;/code> part of derived properties."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Condition is the model-element representation for the &lt;code>&lt;/code> "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Then part of the conditional statement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional else part of the conditional statement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Condition expression of conditional statement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Raise" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to raise exception block"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written #######################"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rescue" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to rescue exception block"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the rescue block, specified as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionType" lowerBound="1" eType="#//kermeta/language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the cathed exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the catched exception"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//kermeta/language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeReference refers to the type used in a variable declaration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Literal refers to String values, Integer values, etc."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyExpression" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="As suggested by its name, this class represents an expression that do nothing. Like a &quot;nop&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaStaticCall" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class represent a call to an extern Java operation. &#xA;This Java operation must be static and have at least one RuntimeO"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the Java static call provided as KerMeta expressions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jclass" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Qualified name of the targeted Java class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jmethod" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the Java method to be launched in the identified Java class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaExpression" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to lambda expression definition (&lt;code>function { e | stdio.writeln(e.toString) }&lt;/code>)&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_lambda_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//kermeta/language/behavior/LambdaParameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the lambda expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the lambda expression providede as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaParameter" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to parameter definition in lambda expression"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the lambda parameter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//kermeta/language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written ################################"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//kermeta/language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing an Integer value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//kermeta/language/structure/Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//kermeta/language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a String value, typically : &quot;my string&quot;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//kermeta/language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a Boolean value, typically : true or false keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//kermeta/language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The concrete value represented by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeLiteral" eSuperTypes="#//kermeta/language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This expression is a literal representing a Type.&#xA;for example, in &#xA; Integer.new&#xA;Integer is a type literal representing the type kermeta::standard::Integer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeref" lowerBound="1" eType="#//kermeta/language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type refered by this literal"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidLiteral" eSuperTypes="#//kermeta/language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class is used to represent the special expression void"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Loop refers to &lt;code>from var x : X init a until booleanCondition loop ... end&lt;/code>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the loop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the loop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stopCondition" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stop condition of the loop, is interpreted as a Bollean value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfExpression" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to &lt;code>self&lt;/code> use"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//kermeta/language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="refers to variable declaration &lt;code>var x : X init a&lt;/code>&#xA;&lt;img alt=&quot;&quot; src=&quot;http://www.kermeta.org/docs/html.single/KerMeta-Manual/KerMeta-Manual_figures/kermeta_var_expressions.png&quot;/>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the variable&#xA;Default value is &lt;code>void&lt;/code> ????"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initialization expression for the variable&#xA;Default value is &lt;code>void&lt;/code> ????"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//kermeta/language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the declared variable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedCall" eSuperTypes="#//kermeta/language/structure/UnresolvedReference #//kermeta/language/behavior/CallExpression #//kermeta/language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any callable expression that is not yet resolved due to ambiguity in the surface syntax.&#xD;&#xA;Possible expression will be&#xD;&#xA; - CallVariable&#xD;&#xA; - CallOperation&#xD;&#xA; - CallSuperOperation&#xD;&#xA; - CallProperty&#xD;&#xA; - CallResult&#xD;&#xA; - CallValue&#xD;&#xA;additionnaly this can be a call to a TypeLiteral."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//kermeta/language/structure/Using" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of Using that can be used to complement the indentifer and resolve this call in the case of TypeLiteral and EnumLiteral"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target Expression (the owner of the feature)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" lowerBound="1" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether this CallFeature represents a call to @pre in a postcondition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetParent" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In the case of a pointed parent, the Call will infer the feature from the parent instead of infering from self."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generics" upperBound="-1" eType="#//kermeta/language/structure/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCalledWithParenthesis" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperation" eSuperTypes="#//kermeta/language/behavior/CallFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticOperation" eType="#//kermeta/language/structure/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The method which will be executed (operation case)&#xA;and the result value passed to the caller"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallProperty" eSuperTypes="#//kermeta/language/behavior/CallFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticProperty" eType="#//kermeta/language/structure/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The object which will be returned (property case)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallEnumLiteral" eSuperTypes="#//kermeta/language/behavior/CallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticEnumLiteral" eType="#//kermeta/language/structure/EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallModelTransformation" eSuperTypes="#//kermeta/language/behavior/CallFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticTransformation" eType="#//kermeta/language/structure/ModelTransformation"/> </eClassifiers> </eSubpackages> <eSubpackages name="structure" nsURI="http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language/structure" nsPrefix="org_kermeta_language_structure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains all the abstract classes used in the reflection mechanism. Implements the &lt;b>derived&#xA;properties&lt;/b> contained in the classes; declares the abstract operations.&#xA;Concrete implementation is in kermeta.language.structure.&#xA;&lt;img src=&quot;platform:/plugin/fr.irisa.triskell.kermeta.documentation/src/figures/reflection_package.png&quot;>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" name="KermetaModelElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Object definition: all entities of Kermeta metamodel explicitly inherit from Object"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="kTag" upperBound="-1" eType="#//kermeta/language/structure/Tag" eOpposite="#//kermeta/language/structure/Tag/object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Object can be tagged by a Tag. &#xA;They are typically used to put comments/documentation on the object"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kOwnedTags" upperBound="-1" eType="#//kermeta/language/structure/Tag" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An object can contains a Tag. &#xA;Be careful, owning a tag doesn't means that the tag applies to the Object&#xA;To know which Tags apply to the object use the &quot;tag&quot; reference"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//kermeta/language/structure/MultiplicityElement #//kermeta/language/structure/AbstractOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Every one knows what an operation is."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Exceptions raised by the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//kermeta/language/structure/Parameter" containment="true" eOpposite="#//kermeta/language/structure/Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//kermeta/language/structure/Constraint" containment="true" eOpposite="#//kermeta/language/structure/Constraint/preOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pre-conditions of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="post" upperBound="-1" eType="#//kermeta/language/structure/Constraint" containment="true" eOpposite="#//kermeta/language/structure/Constraint/postOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Post-conditions of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the Operation, expressed as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnresolvedOperations" upperBound="-1" eType="#//kermeta/language/structure/UnresolvedOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//kermeta/language/structure/ClassDefinition" eOpposite="#//kermeta/language/structure/ClassDefinition/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClassDefinition owning the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//kermeta/language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeParameters of the Operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Operation is abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueName" eType="#//kermeta/language/structure/String" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The uniqueName of an Operation is a calculated value. It returns a value that will be unique for this Operation&#xD;&#xA;even if the name of the operation itself is shared by several Operation in the context of operation overloading.&#xD;&#xA;Currently, the value is calculated using the number of parameters. (TODO should be more precise but this implies that we really support operation overloading in all kermeta workflow)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//kermeta/language/structure/MultiplicityElement #//kermeta/language/structure/AbstractProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class representing the property definition. Kermeta&lt;->Ecore equivalence:&#xA; - Property with isComposite == true or with type is a base type (String, Integer, Boolean) : EAttribute&#xA; - Property with isComposite == false : EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//kermeta/language/structure/AbstractProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Opposite Property of the Property, void if the Property has no opposite"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Property is read-only"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the Property has a containment role"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If True, the value of the property is not stored but computed from other properties"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the property allows to identify its containing Object"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getterBody" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="setterBody" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isGetterAbstract" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating wether the getter is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSetterAbstract" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating wether the setter is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnresolvedProperties" upperBound="-1" eType="#//kermeta/language/structure/UnresolvedProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//kermeta/language/structure/ClassDefinition" eOpposite="#//kermeta/language/structure/ClassDefinition/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClassDefinition that owns the Property"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alias to kermeta::standard::Integer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class definition for the &lt;b>use&lt;/b> of a type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class definition for the &lt;b>use&lt;/b> of a type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContainer" eType="#//kermeta/language/structure/TypeContainer" eOpposite="#//kermeta/language/structure/TypeContainer/containedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning TypeContainer, if any"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeContainer" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Phantom class : EMF reflexive editors need that any element of a metamodel &#xA;has a direct or indirect containment relationship with the root model element of&#xA;the metamodel. This class resolves this technical requirement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="containedType" ordered="false" upperBound="-1" eType="#//kermeta/language/structure/Type" containment="true" eOpposite="#//kermeta/language/structure/Type/typeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contained types"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//kermeta/language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Item definition for enumeration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//kermeta/language/structure/Enumeration" transient="true" eOpposite="#//kermeta/language/structure/Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Enumeration"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariableBinding" eSuperTypes="#//kermeta/language/structure/TypeContainer #//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a binding between a TypeVariable and a Type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//kermeta/language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TypeVariable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assigned Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="#//kermeta/language/structure/TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Model elements with a multiplicity [lower..upper] inherit this class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the element is ordered"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether duplicated elements are allowed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="#//kermeta/language/structure/Integer" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Min cardinality of the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="#//kermeta/language/structure/UnlimitedNatural" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Max cardinality of the element, '-1' for '*'"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//kermeta/language/structure/NamedElement #//kermeta/language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This boolean allows to tell if this Type definition is an aspect or not&#xA;If it is an aspect, then at runtime, its definition will be merged with the definition of another&#xA;TypeDefinition that has exactly the same qualified name"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for type definitions (ClassDefinition, ModelTypeDefinition, DataType inherit&#xA;this class)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" ordered="false" upperBound="-1" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Classes from which this ClassDefinition inherits.&#xD;&#xA;TODO after discussion this link seems not correctly named : a better name would be &quot;extends&quot; especially because it can be used in model type and enumeration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAspect" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//kermeta/language/structure/ParameterizedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the Attributes, References, and derived Properties owned by&#xA;the ClassDefinition of this Class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//kermeta/language/structure/Property" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Convenient derived reference that returns the Attributes, References, and derived Properties owned by&#xD;&#xA;the ClassDefinition of this Class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//kermeta/language/structure/Operation" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Convenient derived reference that returns the Operations owned by the ClassDefinition of this Class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//kermeta/language/structure/Class" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Convenient derived reference that returns the Classes of which the ClassDefinition of this Class inherits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//kermeta/language/structure/Boolean" changeable="false" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns a Boolean stating whether ClassDefinition of this Class is abstract."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//kermeta/language/structure/String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Convenient derived attribute that returns the name of this Class calculated from the ClassDefinition and the optionnal type parameters"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//kermeta/language/structure/Type #//kermeta/language/structure/ModelElementTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special type definition for Enumeration, PrimitiveType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//kermeta/language/structure/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition for Enumeration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//kermeta/language/structure/EnumerationLiteral" containment="true" eOpposite="#//kermeta/language/structure/EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owned items in an Enumeration"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any element that contain a name (example : Operation, Property) inherit this&#xA;class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of this named element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//kermeta/language/structure/NamedElement #//kermeta/language/structure/ModelElementTypeDefinitionContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package in kermeta. Each kermeta model must have a root package. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//kermeta/language/structure/Package" containment="true" eOpposite="#//kermeta/language/structure/Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nested Packages contained by the Package"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//kermeta/language/structure/Package" transient="true" eOpposite="#//kermeta/language/structure/Package/nestedPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Package, if any"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Uri of the Package"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAdaptationOperators" upperBound="-1" eType="#//kermeta/language/structure/AdaptationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//kermeta/language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition for operation parameter"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//kermeta/language/structure/Operation" transient="true" eOpposite="#//kermeta/language/structure/Operation/ownedParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//kermeta/language/structure/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class definition for kermeta aliases. Above statement defines a primitive&#xD;&#xA;type called MyString, which instanceType is &lt;code>kermeta::standard::String&lt;/code>&#xD;&#xA;&lt;pre>alias MyString : kermeta::standard::String&lt;/pre>. Another example could be: &lt;code>root::apackage::AClass&lt;/code>&#xD;&#xA;&lt;pre>alias MyClass : root::apackage::AClass&lt;/pre>, thus a primitive type may be not a subtype of ValueType (ValueType is a concept from the Kermeta framework)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type the primitive type is linked with"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//kermeta/language/structure/TypeContainer #//kermeta/language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction of the notion of typed element : each element &#xA;that is typed inherits this class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the model element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Alias to kermeta::standard::UnlimitedNatural"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tag is intended to be used to add documentation on a model element,&#xA;or add some textual information that cannot be expressed with any&#xA;model element definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Name of the Tag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String value of the Tag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" upperBound="-1" eType="#//kermeta/language/structure/KermetaModelElement" eOpposite="#//kermeta/language/structure/KermetaModelElement/kTag"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Objects to which the Tag is attached to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractProperty" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//kermeta/language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constraint is part of a contract implementation in a Class definition or an operation.&#xA;Three kinds of constraints are available : pre, post, and inv (invariant constraint)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Body of the constraint, expressed as a KerMeta expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="#//kermeta/language/structure/ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type of the Constraint (precond/postcond/inv)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//kermeta/language/structure/ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Language in which the constraint is expressed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invOwner" eType="#//kermeta/language/structure/ClassDefinition" eOpposite="#//kermeta/language/structure/ClassDefinition/inv"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning ClassDefinition if Constraint corresponds to invariant"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preOwner" eType="#//kermeta/language/structure/Operation" eOpposite="#//kermeta/language/structure/Operation/pre"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Operation if Constraint corresponds to pre-condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postOwner" eType="#//kermeta/language/structure/Operation" eOpposite="#//kermeta/language/structure/Operation/post"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Owning Operation if Constraint corresponds to post-condition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration listing supported constraint languages"/> </eAnnotations> <eLiterals name="kermeta"/> <eLiterals name="ocl" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDefinition" eSuperTypes="#//kermeta/language/structure/GenericTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The definition of a class definition :)&#xA; &lt;pre>class A&#xA;{ &#xA; attribute s : String&#xA;}&#xA; &lt;/pre> is a class definition; in :&#xA;&lt;pre>&#xA;main() : A is do end&#xA;&lt;/pre>&#xA;A is a &lt;b>Class&lt;/b> : it corresponds to the &lt;b>use&lt;/b> of the class definition of A"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inv" upperBound="-1" eType="#//kermeta/language/structure/Constraint" containment="true" eOpposite="#//kermeta/language/structure/Constraint/invOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Invariants defined for this ClassDefinition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the ClassDefinition is abstract (which means that&#xA;no instance can be allocated)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" ordered="false" upperBound="-1" eType="#//kermeta/language/structure/Property" containment="true" eOpposite="#//kermeta/language/structure/Property/owningClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Attributes, References, and derived Properties owned by this ClassDefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" ordered="false" upperBound="-1" eType="#//kermeta/language/structure/Operation" containment="true" eOpposite="#//kermeta/language/structure/Operation/owningClass" eKeys="#//kermeta/language/structure/Operation/uniqueName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Operations owned by this ClassDefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSingleton" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean stating whether the ClassDefinition is a singleton. &#xD;&#xA;&#xD;&#xA;Note: not sure is this is the right place, maybe it can be generalized to other TypeDefinition ?"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" eType="#//kermeta/language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates wether this defintition can be subclassed. &#xD;&#xA;This has no effect on extension via aspect weaving."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration liting the different kinds of constraints"/> </eAnnotations> <eLiterals name="inv"/> <eLiterals name="pre" value="1"/> <eLiterals name="post" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel" eSuperTypes="#//kermeta/language/structure/KermetaModelElement #//kermeta/language/structure/NamedElement #//kermeta/language/structure/ModelTypeDefinitionContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Before normalization, for support of concrete syntax, a ModelingUnit can directly own TypeDefinition (ClassDefintion, ModelType, enumeration, ...)&#xD;&#xA;However, this suppose that a package is specified in the namespacePrefix."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The modeling unit is the root of any kermeta model. It contains packages, requires and usings.&#xA;It also reference others modeling unit."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//kermeta/language/structure/Package" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="root packages contained by this ModelingUnit"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="root packages contained by this ModelingUnit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The namespacePrefix is used to capture syntax shortcut for creating NamedElement (ModelDefinition, Package, ClassDefinition, ...) in the ModelingUnit.&#xD;&#xA;The normalization process will replace the namespacePrefix by its equivalent NamedElement for all its declared elements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedMetamodels" upperBound="-1" eType="#//kermeta/language/structure/FilteredMetamodelReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isResolved" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementTypeDefinitionContainer" abstract="true" eSuperTypes="#//kermeta/language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction of the notion of containment for type definitions. Now, kermeta metamodel contains one container&#xA;element, that is Package. In a later release, ModelTypeDefinition will be the main container for type and&#xA;package definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTypeDefinition" ordered="false" upperBound="-1" eType="#//kermeta/language/structure/ModelElementTypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contained TypeDefinitions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericTypeDefinition" abstract="true" eSuperTypes="#//kermeta/language/structure/ModelElementTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstracts the definition of generic type definitions (i.e. type definitions that&#xA;can be parameterized), namely, for ClassDefinition and ModelTypeDefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//kermeta/language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type variables defined for the GenericTypeDefinition"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" abstract="true" eSuperTypes="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstraction for Parameterized types, namely, Class and ModelType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualTypeBinding" upperBound="-1" eType="#//kermeta/language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//kermeta/language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Bindings between type variables and provided types "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//kermeta/language/structure/GenericTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of the Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariable" abstract="true" eSuperTypes="#//kermeta/language/structure/TypeContainer #//kermeta/language/structure/Type #//kermeta/language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a type variable for generic types : &#xA;in class definition &lt;pre>class AClass&lt;X,Y> {}&lt;/pre>, X and Y are type variables."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reference to the supertype, if any"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTypeVariable" eSuperTypes="#//kermeta/language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeVariable" eSuperTypes="#//kermeta/language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualType" upperBound="-1" eType="#//kermeta/language/structure/VirtualType" eOpposite="#//kermeta/language/structure/VirtualType/modelTypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualType" eSuperTypes="#//kermeta/language/structure/ObjectTypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//kermeta/language/structure/ModelElementTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="modelTypeVariable" lowerBound="1" eType="#//kermeta/language/structure/ModelTypeVariable" eOpposite="#//kermeta/language/structure/ModelTypeVariable/virtualType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//kermeta/language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To be written"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is the holder of a set of model elements (Object) that are compatible with the ModelType that has &#xD;&#xA;instantiated this Model."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//kermeta/language/structure/KermetaModelElement" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contents of this model...&#xD;&#xA;DVK : must be instance of Objuect not KermetaModelElement&#xD;&#xA;should this be defined in the kermeta.ecore or in the framework only (there is no way to serialize instances of that !?)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//kermeta/language/structure/Type #//kermeta/language/structure/UnresolvedReference #//kermeta/language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special type reference which is still unresolved.&#xD;&#xA;The reference string is used to create a real Type that points to the correct TypeDefinition"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//kermeta/language/structure/Using" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of Using that can be used to complement the indentifer and resolve this UnresolvedType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generics" upperBound="-1" eType="#//kermeta/language/structure/Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeIdentifier" lowerBound="1" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String that identifies the Type.&#xD;&#xA;The container of the UnresolvedType is considered as the context."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedReference" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definitions that inherits from this are proxies to the real element they should point to.&#xD;&#xA;A Definition that inherit from Unresolved must also inherit from the Definition it is supposed to replace.&#xD;&#xA;Those definitions should be present only in Unresolved models.&#xD;&#xA; In resolved models they should be replaced by their alternative."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedProperty" eSuperTypes="#//kermeta/language/structure/AbstractProperty #//kermeta/language/structure/UnresolvedReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyIdentifier" lowerBound="1" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String that identifies the Property.&#xD;&#xA;The container of the UnresolvedProperty is considered as the context."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedOperation" eSuperTypes="#//kermeta/language/structure/AbstractOperation #//kermeta/language/structure/UnresolvedReference #//kermeta/language/structure/TypeContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationIdentifier" lowerBound="1" eType="#//kermeta/language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String that identifies the Operation.&#xD;&#xA;The container of the UnresolvedOperation is considered as the context."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Using" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Using is a part of QualifiedName that can be used to complement the indentifer and resolve a given Unresolved object"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromQName" lowerBound="1" eType="#//kermeta/language/structure/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toName" eType="#//kermeta/language/structure/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductType" eSuperTypes="#//kermeta/language/structure/TypeContainer #//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type corresponding to a set of Types. It represents a set of ModelElement that are instances of the Types in the ProductType.&#xA;The number of ModelElement is the same as the number of Types of the ProductType&#xA;Only used in the context of FunctionType&#xA;This allows to to send to the function a set of elements as parameters, each parameter is typed&#xA;with the types in the set of the ProductType.&#xA;Unfortunatly, there is no surface syntax for a literal that could help in using this type in another context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" unique="false" upperBound="-1" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Types "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//kermeta/language/structure/TypeContainer #//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type used to define the use of lambda expressions.&#xA; Uses :&#xA; &lt;pre>operation forAll(func : &lt;G -> Boolean>) : Boolean is do&#xA; var test : Boolean init true&#xA; from var it : Iterator&lt;G> init iterator&#xA; until it.isOff&#xA; loop&#xA; test := test and func(it.next)&#xA; end&#xA; result := test&#xA; end&#xA; &lt;/pre>&#xA; *&#xA; In the above example, &amp;lt;G -> Boolean&amp;gt; is a function type f(G) -&amp;gt; &#xA; Boolean, with a parameter of type G and a return type of type Boolean&#xA; The operation &lt;code>forAll&lt;/code> takes a lambda expression as parameter."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameters of the function (a ProductType for multiple parameters)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Result type of the function"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class definition for the &lt;pre>Void&lt;/pre> type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInferredType" eSuperTypes="#//kermeta/language/structure/UnresolvedReference #//kermeta/language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special type reference which is still unresolved.&#xD;&#xA;However, we need to use a special inferrence algorithm in order to create a real Type that points to a concrete TypeDefinition.&#xD;&#xA;Exemple :&#xD;&#xA;A typical use will be for the type of the lambda parameter i in :&#xD;&#xA;operation foo(f : &lt;Integer->Integer) is abstract&#xD;&#xA;...&#xD;&#xA;foo{i | i+1 }&#xD;&#xA;&#xD;&#xA;in that case, the type of i is an UnresolvedInferredType, the Resolver should find the appropriate operation foo (if there is no ambiguity)&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeVariable" eSuperTypes="#//kermeta/language/structure/UnresolvedReference #//kermeta/language/structure/TypeVariable"/> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeDefinitionBinding" eSuperTypes="#//kermeta/language/structure/KermetaModelElement #//kermeta/language/structure/ModelTypeDefinitionContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedClassDefinitionBindings" upperBound="-1" eType="#//kermeta/language/structure/ClassDefinitionBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedAdaptationOperators" upperBound="-1" eType="#//kermeta/language/structure/UseAdaptationOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnumerationBindings" upperBound="-1" eType="#//kermeta/language/structure/EnumerationBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundModelTypeDefinition" lowerBound="1" eType="#//kermeta/language/structure/ModelTypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetedTransformations" upperBound="-1" eType="#//kermeta/language/structure/ModelTransformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDefinitionBinding" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyBindings" upperBound="-1" eType="#//kermeta/language/structure/PropertyBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperationBindings" upperBound="-1" eType="#//kermeta/language/structure/OperationBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//kermeta/language/structure/ClassDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/ClassDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationBinding" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//kermeta/language/structure/Enumeration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyBinding" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//kermeta/language/structure/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationBinding" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//kermeta/language/structure/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdaptationOperator" eSuperTypes="#//kermeta/language/structure/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//kermeta/language/structure/AdaptationParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseAdaptationOperator" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//kermeta/language/structure/KermetaModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="this element must instance of Operation, Property ClassDefinition, Enumeration of EnumLiteral&#xD;&#xA;TODO : should we create a common super class for them ?"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnresolved" upperBound="-1" eType="#//kermeta/language/structure/UnresolvedReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedOperator" lowerBound="1" eType="#//kermeta/language/structure/AdaptationOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAdaptationOperator" eSuperTypes="#//kermeta/language/structure/AdaptationOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" lowerBound="1" eType="#//kermeta/language/structure/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="#//kermeta/language/structure/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adder" eType="#//kermeta/language/structure/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remover" eType="#//kermeta/language/structure/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAdaptationOperator" eSuperTypes="#//kermeta/language/structure/AdaptationOperator #//kermeta/language/structure/UnresolvedReference"/> <eClassifiers xsi:type="ecore:EClass" name="AdaptationParameter" eSuperTypes="#//kermeta/language/structure/TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type.equals(kemeta::language::structure::Operation) or type.equals(kemeta::language::structure::ClassDefinition) or type.equals(kemeta::language::structure::Enumeration) or type.equals(kemeta::language::structure::Property)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationAdaptationOperator" eSuperTypes="#//kermeta/language/structure/AdaptationOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="#//kermeta/language/structure/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//kermeta/language/structure/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementTypeDefinition" abstract="true" eSuperTypes="#//kermeta/language/structure/TypeDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//kermeta/language/structure/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//kermeta/language/structure/ModelTypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilteredMetamodelReference" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1" eType="#//kermeta/language/structure/Metamodel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeDefinition" eSuperTypes="#//kermeta/language/structure/TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1" eType="#//kermeta/language/structure/Metamodel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBindings" upperBound="-1" eType="#//kermeta/language/structure/ModelTypeDefinitionBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransformations" upperBound="-1" eType="#//kermeta/language/structure/ModelTransformation" containment="true" eOpposite="#//kermeta/language/structure/ModelTransformation/owningModelTypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1" eType="#//kermeta/language/structure/ModelElementTypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTransformation" eSuperTypes="#//kermeta/language/structure/MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//kermeta/language/structure/ModelTypeVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//kermeta/language/behavior/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//kermeta/language/structure/Operation" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningModelTypeDefinition" eType="#//kermeta/language/structure/ModelTypeDefinition" eOpposite="#//kermeta/language/structure/ModelTypeDefinition/ownedTransformations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//kermeta/language/structure/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//kermeta/language/structure/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedModelTypeDefinition" eSuperTypes="#//kermeta/language/structure/ModelTypeDefinition #//kermeta/language/structure/UnresolvedReference"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedModelTransformation" eSuperTypes="#//kermeta/language/structure/ModelTransformation #//kermeta/language/structure/UnresolvedReference"/> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeDefinitionContainer" abstract="true" eSuperTypes="#//kermeta/language/structure/KermetaModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedModelTypeDefinitions" upperBound="-1" eType="#//kermeta/language/structure/ModelTypeDefinition" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org","nsURI":"http://www.kermeta.org/kermeta/2_1_0/","name":"org","id":0,"eClass":"EPackage"},{"nsPrefix":"org_kermeta","nsURI":"http://www.kermeta.org/kermeta/2_1_0//org/kermeta","name":"kermeta","id":1,"eClass":"EPackage"},{"nsPrefix":"org_kermeta_language","nsURI":"http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language","name":"language","id":2,"eClass":"EPackage"},{"nsPrefix":"org_kermeta_language_behavior","nsURI":"http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language/behavior","name":"behavior","id":3,"eClass":"EPackage"},{"nsPrefix":"org_kermeta_language_structure","nsURI":"http://www.kermeta.org/kermeta/2_1_0//org/kermeta/language/structure","name":"structure","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpression","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallVariable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallFeature","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallSuperOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallResult","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Raise","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rescue","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaStaticCall","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedCall","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallProperty","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallEnumLiteral","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallModelTransformation","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"isCast","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KermetaModelElement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContainer","instanceClass":null,"abstract":true,"id":45,"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":"staticType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"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":"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticTypeVariableBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":56,"serializable":true,"eClass":"EDataType"},{"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rescueBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAtpre","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":"isAtpre","changeable":true,"lowerBound":1,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"exceptionName","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jclass","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":"jmethod","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":117,"serializable":true,"eClass":"EDataType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"stopCondition","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"container":false,"ordered":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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedReference","instanceClass":null,"abstract":true,"id":144,"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":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"isAtpre","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetParent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generics","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isCalledWithParenthesis","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Using","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"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":true,"name":"staticEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticTransformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTransformation","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"id":176,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariableBinding","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":187,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractProperty","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintLanguage","instanceClass":null,"id":191,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDefinition","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementTypeDefinitionContainer","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTypeDefinition","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariable","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTypeVariable","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeVariable","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualType","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedProperty","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedOperation","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductType","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInferredType","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeVariable","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeDefinitionBinding","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDefinitionBinding","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationBinding","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBinding","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBinding","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationOperator","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseAdaptationOperator","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAdaptationOperator","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAdaptationOperator","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationParameter","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationAdaptationOperator","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementTypeDefinition","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteredMetamodelReference","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeDefinition","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedModelTypeDefinition","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedModelTransformation","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeDefinitionContainer","instanceClass":null,"abstract":true,"id":229,"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":"kTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kOwnedTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedUnresolvedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"uniqueName","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":true},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"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":"preOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"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":"postOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":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":"default","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":265,"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":"isID","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"getterBody","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":"setterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isGetterAbstract","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isSetterAbstract","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedUnresolvedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"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":"typeContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"containedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"container":false,"ordered":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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isAspect","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"},{"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":"ownedAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":319,"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":"ownedOperation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":320,"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":"superClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":321,"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":"isAbstract","changeable":false,"lowerBound":0,"iD":false,"id":322,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":323,"derived":true},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAdaptationOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":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":363,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":365,"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":"invOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"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":"inv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"name":"kermeta","id":375,"value":0,"literal":"kermeta","eClass":"EEnumLiteral"},{"name":"ocl","id":376,"value":1,"literal":"ocl","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":377,"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":"isSingleton","changeable":true,"lowerBound":0,"iD":false,"id":378,"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":"isFinal","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"name":"inv","id":387,"value":0,"literal":"inv","eClass":"EEnumLiteral"},{"name":"pre","id":388,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":389,"value":2,"literal":"post","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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referencedMetamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isResolved","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"typeParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualTypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"typeParamBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelTypeVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParamBinding","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":false,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"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":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fromQName","changeable":true,"lowerBound":1,"iD":false,"id":453,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toName","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"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":"ownedClassDefinitionBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usedAdaptationOperators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnumerationBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundModelTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetedTransformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPropertyBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperationBindings","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"container":false,"ordered":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":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":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":494,"derived":false},{"container":false,"ordered":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":495,"derived":false},{"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":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":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":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":504,"derived":false},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"ownedUnresolved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"getter","changeable":true,"lowerBound":1,"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":"setter","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adder","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remover","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"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":533,"derived":false},{"container":false,"ordered":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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"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":"owningModelTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":559,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedModelTypeDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":5},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":2},{"source":5,"target":3},{"source":5,"target":6},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":7},{"source":37,"target":6},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":6},{"source":38,"target":42},{"source":38,"target":43},{"source":38,"target":5},{"source":43,"target":42},{"source":39,"target":6},{"source":6,"target":3},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":6},{"source":50,"target":49},{"source":47,"target":44},{"source":48,"target":45},{"source":7,"target":3},{"source":7,"target":6},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":51,"target":6},{"source":51,"target":55},{"source":51,"target":7},{"source":55,"target":6},{"source":52,"target":56},{"source":52,"target":57},{"source":52,"target":7},{"source":57,"target":56},{"source":53,"target":49},{"source":53,"target":58},{"source":53,"target":7},{"source":58,"target":49},{"source":54,"target":6},{"source":8,"target":3},{"source":8,"target":6},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":59,"target":6},{"source":59,"target":62},{"source":59,"target":8},{"source":62,"target":6},{"source":60,"target":16},{"source":60,"target":63},{"source":60,"target":8},{"source":63,"target":16},{"source":61,"target":6},{"source":9,"target":3},{"source":9,"target":7},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":42},{"source":64,"target":66},{"source":64,"target":9},{"source":66,"target":42},{"source":65,"target":7},{"source":10,"target":3},{"source":10,"target":7},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":6},{"source":67,"target":70},{"source":67,"target":10},{"source":70,"target":6},{"source":68,"target":42},{"source":68,"target":71},{"source":68,"target":10},{"source":71,"target":42},{"source":69,"target":7},{"source":11,"target":3},{"source":11,"target":32},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":49},{"source":72,"target":74},{"source":72,"target":11},{"source":74,"target":49},{"source":73,"target":32},{"source":12,"target":3},{"source":12,"target":9},{"source":12,"target":75},{"source":75,"target":9},{"source":13,"target":3},{"source":13,"target":7},{"source":13,"target":76},{"source":76,"target":7},{"source":14,"target":3},{"source":14,"target":6},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":77,"target":6},{"source":77,"target":81},{"source":77,"target":14},{"source":81,"target":6},{"source":78,"target":6},{"source":78,"target":82},{"source":78,"target":14},{"source":82,"target":6},{"source":79,"target":6},{"source":79,"target":83},{"source":79,"target":14},{"source":83,"target":6},{"source":80,"target":6},{"source":15,"target":3},{"source":15,"target":6},{"source":15,"target":84},{"source":15,"target":85},{"source":84,"target":6},{"source":84,"target":86},{"source":84,"target":15},{"source":86,"target":6},{"source":85,"target":6},{"source":16,"target":3},{"source":16,"target":44},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":87,"target":6},{"source":87,"target":91},{"source":87,"target":16},{"source":91,"target":6},{"source":88,"target":17},{"source":88,"target":92},{"source":88,"target":16},{"source":92,"target":17},{"source":89,"target":56},{"source":89,"target":93},{"source":89,"target":16},{"source":93,"target":56},{"source":90,"target":44},{"source":17,"target":3},{"source":17,"target":94},{"source":17,"target":95},{"source":95,"target":94},{"source":18,"target":3},{"source":18,"target":6},{"source":18,"target":96},{"source":96,"target":6},{"source":19,"target":3},{"source":19,"target":6},{"source":19,"target":97},{"source":97,"target":6},{"source":20,"target":3},{"source":20,"target":6},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":98,"target":6},{"source":98,"target":102},{"source":98,"target":20},{"source":102,"target":6},{"source":99,"target":56},{"source":99,"target":103},{"source":99,"target":20},{"source":103,"target":56},{"source":100,"target":56},{"source":100,"target":104},{"source":100,"target":20},{"source":104,"target":56},{"source":101,"target":6},{"source":21,"target":3},{"source":21,"target":6},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":105,"target":22},{"source":105,"target":108},{"source":105,"target":21},{"source":108,"target":22},{"source":106,"target":6},{"source":106,"target":109},{"source":106,"target":21},{"source":109,"target":6},{"source":107,"target":6},{"source":22,"target":3},{"source":22,"target":44},{"source":22,"target":110},{"source":22,"target":111},{"source":22,"target":112},{"source":110,"target":56},{"source":110,"target":113},{"source":110,"target":22},{"source":113,"target":56},{"source":111,"target":17},{"source":111,"target":114},{"source":111,"target":22},{"source":114,"target":17},{"source":112,"target":44},{"source":23,"target":3},{"source":23,"target":18},{"source":23,"target":115},{"source":23,"target":116},{"source":115,"target":117},{"source":115,"target":118},{"source":115,"target":23},{"source":118,"target":117},{"source":116,"target":18},{"source":24,"target":3},{"source":24,"target":18},{"source":24,"target":119},{"source":24,"target":120},{"source":119,"target":56},{"source":119,"target":121},{"source":119,"target":24},{"source":121,"target":56},{"source":120,"target":18},{"source":25,"target":3},{"source":25,"target":18},{"source":25,"target":122},{"source":25,"target":123},{"source":122,"target":42},{"source":122,"target":124},{"source":122,"target":25},{"source":124,"target":42},{"source":123,"target":18},{"source":26,"target":3},{"source":26,"target":18},{"source":26,"target":125},{"source":26,"target":126},{"source":125,"target":17},{"source":125,"target":127},{"source":125,"target":26},{"source":127,"target":17},{"source":126,"target":18},{"source":27,"target":3},{"source":27,"target":18},{"source":27,"target":128},{"source":128,"target":18},{"source":28,"target":3},{"source":28,"target":6},{"source":28,"target":129},{"source":28,"target":130},{"source":28,"target":131},{"source":28,"target":132},{"source":129,"target":6},{"source":129,"target":133},{"source":129,"target":28},{"source":133,"target":6},{"source":130,"target":6},{"source":130,"target":134},{"source":130,"target":28},{"source":134,"target":6},{"source":131,"target":6},{"source":131,"target":135},{"source":131,"target":28},{"source":135,"target":6},{"source":132,"target":6},{"source":29,"target":3},{"source":29,"target":6},{"source":29,"target":136},{"source":136,"target":6},{"source":30,"target":3},{"source":30,"target":6},{"source":30,"target":137},{"source":30,"target":138},{"source":30,"target":139},{"source":30,"target":140},{"source":137,"target":6},{"source":137,"target":141},{"source":137,"target":30},{"source":141,"target":6},{"source":138,"target":56},{"source":138,"target":142},{"source":138,"target":30},{"source":142,"target":56},{"source":139,"target":17},{"source":139,"target":143},{"source":139,"target":30},{"source":143,"target":17},{"source":140,"target":6},{"source":31,"target":3},{"source":31,"target":144},{"source":31,"target":7},{"source":31,"target":45},{"source":31,"target":145},{"source":31,"target":146},{"source":31,"target":147},{"source":31,"target":148},{"source":31,"target":149},{"source":31,"target":150},{"source":31,"target":151},{"source":31,"target":152},{"source":31,"target":153},{"source":145,"target":154},{"source":145,"target":155},{"source":145,"target":31},{"source":155,"target":154},{"source":146,"target":6},{"source":146,"target":156},{"source":146,"target":31},{"source":156,"target":6},{"source":147,"target":42},{"source":147,"target":157},{"source":147,"target":31},{"source":157,"target":42},{"source":148,"target":49},{"source":148,"target":158},{"source":148,"target":31},{"source":158,"target":49},{"source":149,"target":49},{"source":149,"target":159},{"source":149,"target":31},{"source":159,"target":49},{"source":150,"target":42},{"source":150,"target":160},{"source":150,"target":31},{"source":160,"target":42},{"source":151,"target":144},{"source":152,"target":7},{"source":153,"target":45},{"source":32,"target":3},{"source":32,"target":10},{"source":32,"target":161},{"source":32,"target":162},{"source":161,"target":163},{"source":161,"target":164},{"source":161,"target":32},{"source":164,"target":163},{"source":162,"target":10},{"source":33,"target":3},{"source":33,"target":10},{"source":33,"target":165},{"source":33,"target":166},{"source":165,"target":167},{"source":165,"target":168},{"source":165,"target":33},{"source":168,"target":167},{"source":166,"target":10},{"source":34,"target":3},{"source":34,"target":7},{"source":34,"target":169},{"source":34,"target":170},{"source":169,"target":171},{"source":169,"target":172},{"source":169,"target":34},{"source":172,"target":171},{"source":170,"target":7},{"source":35,"target":3},{"source":35,"target":10},{"source":35,"target":173},{"source":35,"target":174},{"source":173,"target":175},{"source":173,"target":176},{"source":173,"target":35},{"source":176,"target":175},{"source":174,"target":10},{"source":4,"target":56},{"source":4,"target":42},{"source":4,"target":44},{"source":4,"target":117},{"source":4,"target":163},{"source":4,"target":167},{"source":4,"target":49},{"source":4,"target":45},{"source":4,"target":171},{"source":4,"target":177},{"source":4,"target":94},{"source":4,"target":178},{"source":4,"target":179},{"source":4,"target":180},{"source":4,"target":181},{"source":4,"target":182},{"source":4,"target":183},{"source":4,"target":184},{"source":4,"target":185},{"source":4,"target":186},{"source":4,"target":187},{"source":4,"target":188},{"source":4,"target":189},{"source":4,"target":190},{"source":4,"target":191},{"source":4,"target":192},{"source":4,"target":193},{"source":4,"target":194},{"source":4,"target":195},{"source":4,"target":196},{"source":4,"target":197},{"source":4,"target":198},{"source":4,"target":199},{"source":4,"target":200},{"source":4,"target":201},{"source":4,"target":202},{"source":4,"target":203},{"source":4,"target":204},{"source":4,"target":144},{"source":4,"target":205},{"source":4,"target":206},{"source":4,"target":154},{"source":4,"target":207},{"source":4,"target":208},{"source":4,"target":209},{"source":4,"target":210},{"source":4,"target":211},{"source":4,"target":212},{"source":4,"target":213},{"source":4,"target":214},{"source":4,"target":215},{"source":4,"target":216},{"source":4,"target":217},{"source":4,"target":218},{"source":4,"target":219},{"source":4,"target":220},{"source":4,"target":221},{"source":4,"target":222},{"source":4,"target":223},{"source":4,"target":224},{"source":4,"target":225},{"source":4,"target":226},{"source":4,"target":175},{"source":4,"target":227},{"source":4,"target":228},{"source":4,"target":229},{"source":4,"target":2},{"source":56,"target":4},{"source":42,"target":4},{"source":44,"target":4},{"source":44,"target":230},{"source":44,"target":231},{"source":230,"target":188},{"source":230,"target":232},{"source":230,"target":44},{"source":230,"target":233},{"source":232,"target":188},{"source":231,"target":188},{"source":231,"target":234},{"source":231,"target":44},{"source":234,"target":188},{"source":117,"target":4},{"source":163,"target":4},{"source":163,"target":94},{"source":163,"target":203},{"source":163,"target":235},{"source":163,"target":236},{"source":163,"target":237},{"source":163,"target":238},{"source":163,"target":239},{"source":163,"target":240},{"source":163,"target":241},{"source":163,"target":242},{"source":163,"target":243},{"source":163,"target":244},{"source":163,"target":245},{"source":163,"target":246},{"source":235,"target":49},{"source":235,"target":247},{"source":235,"target":163},{"source":247,"target":49},{"source":236,"target":184},{"source":236,"target":248},{"source":236,"target":163},{"source":236,"target":249},{"source":248,"target":184},{"source":237,"target":190},{"source":237,"target":250},{"source":237,"target":163},{"source":237,"target":251},{"source":250,"target":190},{"source":238,"target":190},{"source":238,"target":252},{"source":238,"target":163},{"source":238,"target":253},{"source":252,"target":190},{"source":239,"target":6},{"source":239,"target":254},{"source":239,"target":163},{"source":254,"target":6},{"source":240,"target":206},{"source":240,"target":255},{"source":240,"target":163},{"source":255,"target":206},{"source":241,"target":192},{"source":241,"target":256},{"source":241,"target":163},{"source":241,"target":257},{"source":256,"target":192},{"source":242,"target":198},{"source":242,"target":258},{"source":242,"target":163},{"source":258,"target":198},{"source":243,"target":42},{"source":243,"target":259},{"source":243,"target":163},{"source":259,"target":42},{"source":244,"target":56},{"source":244,"target":260},{"source":244,"target":163},{"source":260,"target":56},{"source":245,"target":94},{"source":246,"target":203},{"source":167,"target":4},{"source":167,"target":94},{"source":167,"target":189},{"source":167,"target":261},{"source":167,"target":262},{"source":167,"target":263},{"source":167,"target":264},{"source":167,"target":265},{"source":167,"target":266},{"source":167,"target":267},{"source":167,"target":268},{"source":167,"target":269},{"source":167,"target":270},{"source":167,"target":271},{"source":167,"target":272},{"source":167,"target":273},{"source":167,"target":274},{"source":261,"target":189},{"source":261,"target":275},{"source":261,"target":167},{"source":275,"target":189},{"source":262,"target":42},{"source":262,"target":276},{"source":262,"target":167},{"source":276,"target":42},{"source":263,"target":56},{"source":263,"target":277},{"source":263,"target":167},{"source":277,"target":56},{"source":264,"target":42},{"source":264,"target":278},{"source":264,"target":167},{"source":278,"target":42},{"source":265,"target":42},{"source":265,"target":279},{"source":265,"target":167},{"source":279,"target":42},{"source":266,"target":42},{"source":266,"target":280},{"source":266,"target":167},{"source":280,"target":42},{"source":267,"target":6},{"source":267,"target":281},{"source":267,"target":167},{"source":281,"target":6},{"source":268,"target":6},{"source":268,"target":282},{"source":268,"target":167},{"source":282,"target":6},{"source":269,"target":42},{"source":269,"target":283},{"source":269,"target":167},{"source":283,"target":42},{"source":270,"target":42},{"source":270,"target":284},{"source":270,"target":167},{"source":284,"target":42},{"source":271,"target":205},{"source":271,"target":285},{"source":271,"target":167},{"source":285,"target":205},{"source":272,"target":192},{"source":272,"target":286},{"source":272,"target":167},{"source":272,"target":287},{"source":286,"target":192},{"source":273,"target":94},{"source":274,"target":189},{"source":49,"target":4},{"source":49,"target":44},{"source":49,"target":288},{"source":49,"target":289},{"source":288,"target":45},{"source":288,"target":290},{"source":288,"target":49},{"source":288,"target":291},{"source":290,"target":45},{"source":289,"target":44},{"source":45,"target":4},{"source":45,"target":44},{"source":45,"target":291},{"source":45,"target":292},{"source":291,"target":49},{"source":291,"target":293},{"source":291,"target":45},{"source":291,"target":288},{"source":293,"target":49},{"source":292,"target":44},{"source":171,"target":4},{"source":171,"target":182},{"source":171,"target":294},{"source":171,"target":295},{"source":294,"target":181},{"source":294,"target":296},{"source":294,"target":171},{"source":294,"target":297},{"source":296,"target":181},{"source":295,"target":182},{"source":177,"target":4},{"source":177,"target":45},{"source":177,"target":44},{"source":177,"target":298},{"source":177,"target":299},{"source":177,"target":300},{"source":177,"target":301},{"source":298,"target":198},{"source":298,"target":302},{"source":298,"target":177},{"source":302,"target":198},{"source":299,"target":49},{"source":299,"target":303},{"source":299,"target":177},{"source":303,"target":49},{"source":300,"target":45},{"source":301,"target":44},{"source":94,"target":4},{"source":94,"target":186},{"source":94,"target":304},{"source":94,"target":305},{"source":94,"target":306},{"source":94,"target":307},{"source":94,"target":308},{"source":304,"target":42},{"source":304,"target":309},{"source":304,"target":94},{"source":309,"target":42},{"source":305,"target":42},{"source":305,"target":310},{"source":305,"target":94},{"source":310,"target":42},{"source":306,"target":117},{"source":306,"target":311},{"source":306,"target":94},{"source":311,"target":117},{"source":307,"target":187},{"source":307,"target":312},{"source":307,"target":94},{"source":312,"target":187},{"source":308,"target":186},{"source":178,"target":4},{"source":178,"target":182},{"source":178,"target":45},{"source":178,"target":313},{"source":178,"target":314},{"source":178,"target":315},{"source":178,"target":316},{"source":313,"target":49},{"source":313,"target":317},{"source":313,"target":178},{"source":317,"target":49},{"source":314,"target":42},{"source":314,"target":318},{"source":314,"target":178},{"source":318,"target":42},{"source":315,"target":182},{"source":316,"target":45},{"source":179,"target":4},{"source":179,"target":197},{"source":179,"target":319},{"source":179,"target":320},{"source":179,"target":321},{"source":179,"target":322},{"source":179,"target":323},{"source":179,"target":324},{"source":319,"target":167},{"source":319,"target":325},{"source":319,"target":179},{"source":325,"target":167},{"source":320,"target":163},{"source":320,"target":326},{"source":320,"target":179},{"source":326,"target":163},{"source":321,"target":179},{"source":321,"target":327},{"source":321,"target":179},{"source":327,"target":179},{"source":322,"target":42},{"source":322,"target":328},{"source":322,"target":179},{"source":328,"target":42},{"source":323,"target":56},{"source":323,"target":329},{"source":323,"target":179},{"source":329,"target":56},{"source":324,"target":197},{"source":180,"target":4},{"source":180,"target":49},{"source":180,"target":223},{"source":180,"target":330},{"source":180,"target":331},{"source":330,"target":49},{"source":331,"target":223},{"source":181,"target":4},{"source":181,"target":180},{"source":181,"target":297},{"source":181,"target":332},{"source":297,"target":171},{"source":297,"target":333},{"source":297,"target":181},{"source":297,"target":294},{"source":333,"target":171},{"source":332,"target":180},{"source":182,"target":4},{"source":182,"target":44},{"source":182,"target":334},{"source":182,"target":335},{"source":334,"target":56},{"source":334,"target":336},{"source":334,"target":182},{"source":336,"target":56},{"source":335,"target":44},{"source":183,"target":4},{"source":183,"target":182},{"source":183,"target":195},{"source":183,"target":337},{"source":183,"target":338},{"source":183,"target":339},{"source":183,"target":340},{"source":183,"target":341},{"source":183,"target":342},{"source":337,"target":183},{"source":337,"target":343},{"source":337,"target":183},{"source":337,"target":338},{"source":343,"target":183},{"source":338,"target":183},{"source":338,"target":344},{"source":338,"target":183},{"source":338,"target":337},{"source":344,"target":183},{"source":339,"target":56},{"source":339,"target":345},{"source":339,"target":183},{"source":345,"target":56},{"source":340,"target":217},{"source":340,"target":346},{"source":340,"target":183},{"source":346,"target":217},{"source":341,"target":182},{"source":342,"target":195},{"source":184,"target":4},{"source":184,"target":94},{"source":184,"target":249},{"source":184,"target":347},{"source":249,"target":163},{"source":249,"target":348},{"source":249,"target":184},{"source":249,"target":236},{"source":348,"target":163},{"source":347,"target":94},{"source":185,"target":4},{"source":185,"target":180},{"source":185,"target":349},{"source":185,"target":350},{"source":349,"target":49},{"source":349,"target":351},{"source":349,"target":185},{"source":351,"target":49},{"source":350,"target":180},{"source":186,"target":4},{"source":186,"target":45},{"source":186,"target":182},{"source":186,"target":352},{"source":186,"target":353},{"source":186,"target":354},{"source":352,"target":49},{"source":352,"target":355},{"source":352,"target":186},{"source":355,"target":49},{"source":353,"target":45},{"source":354,"target":182},{"source":187,"target":4},{"source":188,"target":4},{"source":188,"target":44},{"source":188,"target":356},{"source":188,"target":357},{"source":188,"target":233},{"source":188,"target":358},{"source":356,"target":56},{"source":356,"target":359},{"source":356,"target":188},{"source":359,"target":56},{"source":357,"target":56},{"source":357,"target":360},{"source":357,"target":188},{"source":360,"target":56},{"source":233,"target":44},{"source":233,"target":361},{"source":233,"target":188},{"source":233,"target":230},{"source":361,"target":44},{"source":358,"target":44},{"source":189,"target":4},{"source":189,"target":44},{"source":189,"target":362},{"source":362,"target":44},{"source":190,"target":4},{"source":190,"target":182},{"source":190,"target":363},{"source":190,"target":364},{"source":190,"target":365},{"source":190,"target":366},{"source":190,"target":251},{"source":190,"target":253},{"source":190,"target":367},{"source":363,"target":6},{"source":363,"target":368},{"source":363,"target":190},{"source":368,"target":6},{"source":364,"target":193},{"source":364,"target":369},{"source":364,"target":190},{"source":369,"target":193},{"source":365,"target":191},{"source":365,"target":370},{"source":365,"target":190},{"source":370,"target":191},{"source":366,"target":192},{"source":366,"target":371},{"source":366,"target":190},{"source":366,"target":372},{"source":371,"target":192},{"source":251,"target":163},{"source":251,"target":373},{"source":251,"target":190},{"source":251,"target":237},{"source":373,"target":163},{"source":253,"target":163},{"source":253,"target":374},{"source":253,"target":190},{"source":253,"target":238},{"source":374,"target":163},{"source":367,"target":182},{"source":191,"target":4},{"source":191,"target":375},{"source":191,"target":376},{"source":375,"target":191},{"source":376,"target":191},{"source":192,"target":4},{"source":192,"target":196},{"source":192,"target":372},{"source":192,"target":377},{"source":192,"target":287},{"source":192,"target":257},{"source":192,"target":378},{"source":192,"target":379},{"source":192,"target":380},{"source":372,"target":190},{"source":372,"target":381},{"source":372,"target":192},{"source":372,"target":366},{"source":381,"target":190},{"source":377,"target":42},{"source":377,"target":382},{"source":377,"target":192},{"source":382,"target":42},{"source":287,"target":167},{"source":287,"target":383},{"source":287,"target":192},{"source":287,"target":272},{"source":383,"target":167},{"source":257,"target":163},{"source":257,"target":384},{"source":257,"target":192},{"source":257,"target":241},{"source":257,"target":244},{"source":384,"target":163},{"source":378,"target":42},{"source":378,"target":385},{"source":378,"target":192},{"source":385,"target":42},{"source":379,"target":42},{"source":379,"target":386},{"source":379,"target":192},{"source":386,"target":42},{"source":380,"target":196},{"source":193,"target":4},{"source":193,"target":387},{"source":193,"target":388},{"source":193,"target":389},{"source":387,"target":193},{"source":388,"target":193},{"source":389,"target":193},{"source":194,"target":4},{"source":194,"target":44},{"source":194,"target":182},{"source":194,"target":229},{"source":194,"target":390},{"source":194,"target":391},{"source":194,"target":392},{"source":194,"target":393},{"source":194,"target":394},{"source":194,"target":395},{"source":194,"target":396},{"source":390,"target":183},{"source":390,"target":397},{"source":390,"target":194},{"source":397,"target":183},{"source":391,"target":56},{"source":391,"target":398},{"source":391,"target":194},{"source":398,"target":56},{"source":392,"target":225},{"source":392,"target":399},{"source":392,"target":194},{"source":399,"target":225},{"source":393,"target":400},{"source":393,"target":194},{"source":394,"target":44},{"source":395,"target":182},{"source":396,"target":229},{"source":195,"target":4},{"source":195,"target":182},{"source":195,"target":401},{"source":195,"target":402},{"source":401,"target":223},{"source":401,"target":403},{"source":401,"target":195},{"source":403,"target":223},{"source":402,"target":182},{"source":196,"target":4},{"source":196,"target":223},{"source":196,"target":404},{"source":196,"target":405},{"source":404,"target":198},{"source":404,"target":406},{"source":404,"target":196},{"source":406,"target":198},{"source":405,"target":223},{"source":197,"target":4},{"source":197,"target":49},{"source":197,"target":407},{"source":197,"target":408},{"source":197,"target":409},{"source":197,"target":410},{"source":407,"target":177},{"source":407,"target":411},{"source":407,"target":197},{"source":411,"target":177},{"source":408,"target":177},{"source":408,"target":412},{"source":408,"target":197},{"source":412,"target":177},{"source":409,"target":196},{"source":409,"target":413},{"source":409,"target":197},{"source":413,"target":196},{"source":410,"target":49},{"source":198,"target":4},{"source":198,"target":45},{"source":198,"target":49},{"source":198,"target":182},{"source":198,"target":414},{"source":198,"target":415},{"source":198,"target":416},{"source":198,"target":417},{"source":414,"target":49},{"source":414,"target":418},{"source":414,"target":198},{"source":418,"target":49},{"source":415,"target":45},{"source":416,"target":49},{"source":417,"target":182},{"source":199,"target":4},{"source":199,"target":198},{"source":199,"target":419},{"source":419,"target":198},{"source":200,"target":4},{"source":200,"target":198},{"source":200,"target":420},{"source":200,"target":421},{"source":420,"target":201},{"source":420,"target":422},{"source":420,"target":200},{"source":420,"target":423},{"source":422,"target":201},{"source":421,"target":198},{"source":201,"target":4},{"source":201,"target":199},{"source":201,"target":424},{"source":201,"target":423},{"source":201,"target":425},{"source":201,"target":426},{"source":424,"target":223},{"source":424,"target":427},{"source":424,"target":201},{"source":427,"target":223},{"source":423,"target":200},{"source":423,"target":428},{"source":423,"target":201},{"source":423,"target":420},{"source":428,"target":200},{"source":425,"target":177},{"source":425,"target":429},{"source":425,"target":201},{"source":429,"target":177},{"source":426,"target":199},{"source":202,"target":4},{"source":202,"target":44},{"source":202,"target":430},{"source":202,"target":431},{"source":430,"target":44},{"source":430,"target":432},{"source":430,"target":202},{"source":432,"target":44},{"source":431,"target":44},{"source":203,"target":4},{"source":203,"target":44},{"source":203,"target":433},{"source":433,"target":44},{"source":204,"target":4},{"source":204,"target":49},{"source":204,"target":144},{"source":204,"target":45},{"source":204,"target":434},{"source":204,"target":435},{"source":204,"target":436},{"source":204,"target":437},{"source":204,"target":438},{"source":204,"target":439},{"source":434,"target":154},{"source":434,"target":440},{"source":434,"target":204},{"source":440,"target":154},{"source":435,"target":49},{"source":435,"target":441},{"source":435,"target":204},{"source":441,"target":49},{"source":436,"target":56},{"source":436,"target":442},{"source":436,"target":204},{"source":442,"target":56},{"source":437,"target":49},{"source":438,"target":144},{"source":439,"target":45},{"source":144,"target":4},{"source":144,"target":44},{"source":144,"target":443},{"source":443,"target":44},{"source":205,"target":4},{"source":205,"target":189},{"source":205,"target":144},{"source":205,"target":444},{"source":205,"target":445},{"source":205,"target":446},{"source":444,"target":56},{"source":444,"target":447},{"source":444,"target":205},{"source":447,"target":56},{"source":445,"target":189},{"source":446,"target":144},{"source":206,"target":4},{"source":206,"target":203},{"source":206,"target":144},{"source":206,"target":45},{"source":206,"target":448},{"source":206,"target":449},{"source":206,"target":450},{"source":206,"target":451},{"source":448,"target":56},{"source":448,"target":452},{"source":448,"target":206},{"source":452,"target":56},{"source":449,"target":203},{"source":450,"target":144},{"source":451,"target":45},{"source":154,"target":4},{"source":154,"target":44},{"source":154,"target":453},{"source":154,"target":454},{"source":154,"target":455},{"source":453,"target":56},{"source":453,"target":456},{"source":453,"target":154},{"source":456,"target":56},{"source":454,"target":56},{"source":454,"target":457},{"source":454,"target":154},{"source":457,"target":56},{"source":455,"target":44},{"source":207,"target":4},{"source":207,"target":45},{"source":207,"target":49},{"source":207,"target":458},{"source":207,"target":459},{"source":207,"target":460},{"source":458,"target":49},{"source":458,"target":461},{"source":458,"target":207},{"source":461,"target":49},{"source":459,"target":45},{"source":460,"target":49},{"source":208,"target":4},{"source":208,"target":45},{"source":208,"target":49},{"source":208,"target":462},{"source":208,"target":463},{"source":208,"target":464},{"source":208,"target":465},{"source":462,"target":49},{"source":462,"target":466},{"source":462,"target":208},{"source":466,"target":49},{"source":463,"target":49},{"source":463,"target":467},{"source":463,"target":208},{"source":467,"target":49},{"source":464,"target":45},{"source":465,"target":49},{"source":209,"target":4},{"source":209,"target":49},{"source":209,"target":468},{"source":468,"target":49},{"source":210,"target":4},{"source":210,"target":144},{"source":210,"target":49},{"source":210,"target":469},{"source":210,"target":470},{"source":469,"target":144},{"source":470,"target":49},{"source":211,"target":4},{"source":211,"target":144},{"source":211,"target":198},{"source":211,"target":471},{"source":211,"target":472},{"source":471,"target":144},{"source":472,"target":198},{"source":212,"target":4},{"source":212,"target":44},{"source":212,"target":229},{"source":212,"target":473},{"source":212,"target":474},{"source":212,"target":475},{"source":212,"target":476},{"source":212,"target":477},{"source":212,"target":478},{"source":212,"target":479},{"source":473,"target":213},{"source":473,"target":480},{"source":473,"target":212},{"source":480,"target":213},{"source":474,"target":218},{"source":474,"target":481},{"source":474,"target":212},{"source":481,"target":218},{"source":475,"target":214},{"source":475,"target":482},{"source":475,"target":212},{"source":482,"target":214},{"source":476,"target":226},{"source":476,"target":483},{"source":476,"target":212},{"source":483,"target":226},{"source":477,"target":175},{"source":477,"target":484},{"source":477,"target":212},{"source":484,"target":175},{"source":478,"target":44},{"source":479,"target":229},{"source":213,"target":4},{"source":213,"target":44},{"source":213,"target":485},{"source":213,"target":486},{"source":213,"target":487},{"source":213,"target":488},{"source":213,"target":489},{"source":485,"target":215},{"source":485,"target":490},{"source":485,"target":213},{"source":490,"target":215},{"source":486,"target":216},{"source":486,"target":491},{"source":486,"target":213},{"source":491,"target":216},{"source":487,"target":192},{"source":487,"target":492},{"source":487,"target":213},{"source":492,"target":192},{"source":488,"target":192},{"source":488,"target":493},{"source":488,"target":213},{"source":493,"target":192},{"source":489,"target":44},{"source":214,"target":4},{"source":214,"target":44},{"source":214,"target":494},{"source":214,"target":495},{"source":214,"target":496},{"source":494,"target":181},{"source":494,"target":497},{"source":494,"target":214},{"source":497,"target":181},{"source":495,"target":181},{"source":495,"target":498},{"source":495,"target":214},{"source":498,"target":181},{"source":496,"target":44},{"source":215,"target":4},{"source":215,"target":44},{"source":215,"target":499},{"source":215,"target":500},{"source":215,"target":501},{"source":499,"target":167},{"source":499,"target":502},{"source":499,"target":215},{"source":502,"target":167},{"source":500,"target":167},{"source":500,"target":503},{"source":500,"target":215},{"source":503,"target":167},{"source":501,"target":44},{"source":216,"target":4},{"source":216,"target":44},{"source":216,"target":504},{"source":216,"target":505},{"source":216,"target":506},{"source":504,"target":163},{"source":504,"target":507},{"source":504,"target":216},{"source":507,"target":163},{"source":505,"target":163},{"source":505,"target":508},{"source":505,"target":216},{"source":508,"target":163},{"source":506,"target":44},{"source":217,"target":4},{"source":217,"target":182},{"source":217,"target":509},{"source":217,"target":510},{"source":509,"target":221},{"source":509,"target":511},{"source":509,"target":217},{"source":511,"target":221},{"source":510,"target":182},{"source":218,"target":4},{"source":218,"target":44},{"source":218,"target":512},{"source":218,"target":513},{"source":218,"target":514},{"source":218,"target":515},{"source":512,"target":44},{"source":512,"target":516},{"source":512,"target":218},{"source":516,"target":44},{"source":513,"target":144},{"source":513,"target":517},{"source":513,"target":218},{"source":517,"target":144},{"source":514,"target":217},{"source":514,"target":518},{"source":514,"target":218},{"source":518,"target":217},{"source":515,"target":44},{"source":219,"target":4},{"source":219,"target":217},{"source":219,"target":519},{"source":219,"target":520},{"source":219,"target":521},{"source":219,"target":522},{"source":219,"target":523},{"source":219,"target":524},{"source":519,"target":167},{"source":519,"target":525},{"source":519,"target":219},{"source":525,"target":167},{"source":520,"target":56},{"source":520,"target":526},{"source":520,"target":219},{"source":526,"target":56},{"source":521,"target":56},{"source":521,"target":527},{"source":521,"target":219},{"source":527,"target":56},{"source":522,"target":56},{"source":522,"target":528},{"source":522,"target":219},{"source":528,"target":56},{"source":523,"target":56},{"source":523,"target":529},{"source":523,"target":219},{"source":529,"target":56},{"source":524,"target":217},{"source":220,"target":4},{"source":220,"target":217},{"source":220,"target":144},{"source":220,"target":530},{"source":220,"target":531},{"source":530,"target":217},{"source":531,"target":144},{"source":221,"target":4},{"source":221,"target":186},{"source":221,"target":532},{"source":532,"target":186},{"source":222,"target":4},{"source":222,"target":217},{"source":222,"target":533},{"source":222,"target":534},{"source":222,"target":535},{"source":533,"target":56},{"source":533,"target":536},{"source":533,"target":222},{"source":536,"target":56},{"source":534,"target":163},{"source":534,"target":537},{"source":534,"target":222},{"source":537,"target":163},{"source":535,"target":217},{"source":223,"target":4},{"source":223,"target":178},{"source":223,"target":538},{"source":538,"target":178},{"source":224,"target":4},{"source":224,"target":49},{"source":224,"target":539},{"source":224,"target":540},{"source":539,"target":226},{"source":539,"target":541},{"source":539,"target":224},{"source":541,"target":226},{"source":540,"target":49},{"source":225,"target":4},{"source":225,"target":44},{"source":225,"target":542},{"source":225,"target":543},{"source":542,"target":194},{"source":542,"target":544},{"source":542,"target":225},{"source":544,"target":194},{"source":543,"target":44},{"source":226,"target":4},{"source":226,"target":178},{"source":226,"target":545},{"source":226,"target":546},{"source":226,"target":547},{"source":226,"target":548},{"source":226,"target":549},{"source":545,"target":194},{"source":545,"target":550},{"source":545,"target":226},{"source":550,"target":194},{"source":546,"target":212},{"source":546,"target":551},{"source":546,"target":226},{"source":551,"target":212},{"source":547,"target":175},{"source":547,"target":552},{"source":547,"target":226},{"source":547,"target":553},{"source":552,"target":175},{"source":548,"target":223},{"source":548,"target":554},{"source":548,"target":226},{"source":554,"target":223},{"source":549,"target":178},{"source":175,"target":4},{"source":175,"target":94},{"source":175,"target":555},{"source":175,"target":556},{"source":175,"target":557},{"source":175,"target":553},{"source":175,"target":558},{"source":175,"target":559},{"source":175,"target":560},{"source":555,"target":200},{"source":555,"target":561},{"source":555,"target":175},{"source":561,"target":200},{"source":556,"target":6},{"source":556,"target":562},{"source":556,"target":175},{"source":562,"target":6},{"source":557,"target":163},{"source":557,"target":563},{"source":557,"target":175},{"source":563,"target":163},{"source":553,"target":226},{"source":553,"target":564},{"source":553,"target":175},{"source":553,"target":547},{"source":564,"target":226},{"source":558,"target":184},{"source":558,"target":565},{"source":558,"target":175},{"source":565,"target":184},{"source":559,"target":42},{"source":559,"target":566},{"source":559,"target":175},{"source":566,"target":42},{"source":560,"target":94},{"source":227,"target":4},{"source":227,"target":226},{"source":227,"target":144},{"source":227,"target":567},{"source":227,"target":568},{"source":567,"target":226},{"source":568,"target":144},{"source":228,"target":4},{"source":228,"target":175},{"source":228,"target":144},{"source":228,"target":569},{"source":228,"target":570},{"source":569,"target":175},{"source":570,"target":144},{"source":229,"target":4},{"source":229,"target":44},{"source":229,"target":571},{"source":229,"target":572},{"source":571,"target":226},{"source":571,"target":573},{"source":571,"target":229},{"source":573,"target":226},{"source":572,"target":44}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/errorstm.ecore
errorstm Transition event guard from to name AbstractState incoming outgoing actions name CompositeState states transitions StateMachine state InitialState SimpleState FinalState Action kind ActionKind ENTRY ENTRY EXIT EXIT
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="errorstm" nsURI="http://errorstm" nsPrefix="_errorstm"> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=from"/> <details key="ref=to"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=actions"/> <details key="ref=incoming"/> <details key="ref=outgoing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" 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="CompositeState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=states"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//CompositeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ActionKind" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionKind"> <eLiterals name="ENTRY" value="1"/> <eLiterals name="EXIT" value="2"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_errorstm","nsURI":"http://errorstm","name":"errorstm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionKind","instanceClass":null,"id":9,"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":"event","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":"guard","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"name":"ENTRY","id":40,"value":1,"literal":"ENTRY","eClass":"EEnumLiteral"},{"name":"EXIT","id":41,"value":2,"literal":"EXIT","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":18},{"source":17,"target":2},{"source":13,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":20},{"source":19,"target":2},{"source":14,"target":21},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":18},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":1},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":13},{"source":24,"target":1},{"source":18,"target":1},{"source":18,"target":25},{"source":18,"target":2},{"source":18,"target":12},{"source":25,"target":1},{"source":22,"target":8},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":8},{"source":23,"target":27},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"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":1},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":1},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":33},{"source":33,"target":3},{"source":33,"target":34},{"source":33,"target":4},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":35},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":36},{"source":36,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":37},{"source":37,"target":2},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":9},{"source":38,"target":39},{"source":38,"target":8},{"source":39,"target":9},{"source":9,"target":0},{"source":9,"target":40},{"source":9,"target":41},{"source":40,"target":9},{"source":41,"target":9}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/evolved.ecore
lit_petriNets Net places transitions arcs Place net name in out Transition net name in out Arc net PTArc src dst TPArc src dst
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lit_petriNets" nsURI="lit_petriNets" nsPrefix="lit_petriNets"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true" eOpposite="#//Arc/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/places"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/arcs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Place" eOpposite="#//Place/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/in"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//Place" eOpposite="#//Place/in"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lit_petriNets","nsURI":"lit_petriNets","name":"lit_petriNets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":3},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":11,"target":2},{"source":11,"target":7},{"source":19,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":6},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":6},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":13,"target":1},{"source":13,"target":28},{"source":13,"target":3},{"source":13,"target":8},{"source":28,"target":1},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":5},{"source":26,"target":30},{"source":26,"target":3},{"source":26,"target":31},{"source":30,"target":5},{"source":27,"target":6},{"source":27,"target":32},{"source":27,"target":3},{"source":27,"target":33},{"source":32,"target":6},{"source":4,"target":0},{"source":4,"target":15},{"source":15,"target":1},{"source":15,"target":34},{"source":15,"target":4},{"source":15,"target":9},{"source":34,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":31},{"source":5,"target":35},{"source":24,"target":2},{"source":24,"target":36},{"source":24,"target":5},{"source":24,"target":18},{"source":36,"target":2},{"source":31,"target":3},{"source":31,"target":37},{"source":31,"target":5},{"source":31,"target":26},{"source":37,"target":3},{"source":35,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":33},{"source":6,"target":22},{"source":6,"target":38},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":6},{"source":33,"target":27},{"source":39,"target":3},{"source":22,"target":2},{"source":22,"target":40},{"source":22,"target":6},{"source":22,"target":17},{"source":40,"target":2},{"source":38,"target":4}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/kit-sdq/Metamodel-Reference-Architecture-Validation/casestudies/bpmn/metamodel/interim/proto.mbpmn/model/BPMNDI.ecore
di DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bPMNDiagram bPMNEdge bPMNLabel bPMNLabelStyle bPMNPlane bPMNShape BPMNDiagram plane labelStyle BPMNEdge label bpmnElement messageVisibleKind sourceElement targetElement BPMNLabel labelStyle BPMNLabelStyle font BPMNPlane bpmnElement BPMNShape label bpmnElement choreographyActivityShape isExpanded isHorizontal isMarkerVisible isMessageVisible participantBandKind MessageVisibleKind initiating initiating non_initiating non_initiating ParticipantBandKind top_initiating top_initiating middle_initiating middle_initiating bottom_initiating bottom_initiating top_non_initiating top_non_initiating middle_non_initiating middle_non_initiating bottom_non_initiating bottom_non_initiating
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/BPMN/20100524/DI-XMI" nsPrefix="bpmndi"> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNDiagram" upperBound="-2" eType="#//BPMNDiagram" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNDiagram"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNEdge" upperBound="-2" eType="#//BPMNEdge" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNEdge"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabel" upperBound="-2" eType="#//BPMNLabel" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNLabelStyle" upperBound="-2" eType="#//BPMNLabelStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNPlane" upperBound="-2" eType="#//BPMNPlane" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bPMNShape" upperBound="-2" eType="#//BPMNShape" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNShape"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> <details key="affiliation" value="http://www.omg.org/spec/DD/20100524/DI#DiagramElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNDiagram" eSuperTypes="DI.ecore#//Diagram"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNDiagram"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="plane" ordered="false" lowerBound="1" eType="#//BPMNPlane" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNPlane"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" upperBound="-1" eType="#//BPMNLabelStyle" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabelStyle"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNEdge" eSuperTypes="DI.ecore#//LabeledEdge"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNEdge"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageVisibleKind" ordered="false" eType="#//MessageVisibleKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="messageVisibleKind"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sourceElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElement" ordered="false" eType="ecore:EClass DI.ecore#//DiagramElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="targetElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabel" eSuperTypes="DI.ecore#//Label"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabel"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelStyle" ordered="false" eType="#//BPMNLabelStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="labelStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNLabelStyle" eSuperTypes="DI.ecore#//Style"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNLabelStyle"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Font" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Font"/> <details key="namespace" value="http://www.omg.org/spec/DD/20100524/DC"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNPlane" eSuperTypes="DI.ecore#//Plane"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNPlane"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNShape" eSuperTypes="DI.ecore#//LabeledShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPMNShape"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//BPMNLabel" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BPMNLabel"/> <details key="namespace" value="http://www.omg.org/spec/BPMN/20100524/DI"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnElement" ordered="false" eType="ecore:EClass ../../proto.mbpmn.foundation/model/foundation.ecore#//foundation/BaseElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="bpmnElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="choreographyActivityShape" ordered="false" eType="#//BPMNShape"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="choreographyActivityShape"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExpanded" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isExpanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHorizontal" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMarkerVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMarkerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMessageVisible" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="isMessageVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="participantBandKind" ordered="false" eType="#//ParticipantBandKind"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="participantBandKind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageVisibleKind"> <eLiterals name="initiating"/> <eLiterals name="non_initiating" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParticipantBandKind"> <eLiterals name="top_initiating"/> <eLiterals name="middle_initiating" value="1"/> <eLiterals name="bottom_initiating" value="2"/> <eLiterals name="top_non_initiating" value="3"/> <eLiterals name="middle_non_initiating" value="4"/> <eLiterals name="bottom_non_initiating" value="5"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bpmndi","nsURI":"http://www.omg.org/spec/BPMN/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNDiagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNLabelStyle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNPlane","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNShape","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageVisibleKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParticipantBandKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNDiagram","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNEdge","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNLabelStyle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNPlane","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bPMNShape","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plane","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageVisibleKind","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bpmnElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choreographyActivityShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExpanded","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMarkerVisible","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMessageVisible","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"participantBandKind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"initiating","id":70,"value":0,"literal":"initiating","eClass":"EEnumLiteral"},{"name":"non_initiating","id":71,"value":1,"literal":"non_initiating","eClass":"EEnumLiteral"},{"name":"top_initiating","id":72,"value":0,"literal":"top_initiating","eClass":"EEnumLiteral"},{"name":"middle_initiating","id":73,"value":1,"literal":"middle_initiating","eClass":"EEnumLiteral"},{"name":"bottom_initiating","id":74,"value":2,"literal":"bottom_initiating","eClass":"EEnumLiteral"},{"name":"top_non_initiating","id":75,"value":3,"literal":"top_non_initiating","eClass":"EEnumLiteral"},{"name":"middle_non_initiating","id":76,"value":4,"literal":"middle_non_initiating","eClass":"EEnumLiteral"},{"name":"bottom_non_initiating","id":77,"value":5,"literal":"bottom_non_initiating","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":2},{"source":14,"target":3},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":3},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":4},{"source":16,"target":5},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":5},{"source":17,"target":6},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":6},{"source":18,"target":7},{"source":18,"target":27},{"source":18,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":6},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":6},{"source":29,"target":5},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":5},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":33,"target":4},{"source":33,"target":39},{"source":33,"target":3},{"source":39,"target":4},{"source":34,"target":40},{"source":34,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":3},{"source":41,"target":8},{"source":36,"target":42},{"source":36,"target":3},{"source":37,"target":43},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":45},{"source":44,"target":5},{"source":44,"target":46},{"source":44,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":47,"target":49},{"source":47,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":7},{"source":62,"target":4},{"source":54,"target":63},{"source":54,"target":7},{"source":55,"target":7},{"source":55,"target":64},{"source":55,"target":7},{"source":64,"target":7},{"source":56,"target":65},{"source":56,"target":7},{"source":57,"target":66},{"source":57,"target":7},{"source":58,"target":67},{"source":58,"target":7},{"source":59,"target":68},{"source":59,"target":7},{"source":60,"target":9},{"source":60,"target":69},{"source":60,"target":7},{"source":69,"target":9},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":8},{"source":71,"target":8},{"source":9,"target":0},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":72,"target":9},{"source":73,"target":9},{"source":74,"target":9},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":9}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsRoyalAndLoyalbc1.ecore
UML2 StateMachine Collaboration ProtocolStateMachine Stereotype Device Component Node ExecutionEnvironment Class Operation Reception BehavioralFeature Interaction Activity AssociationClass UseCase Behavior specification BehavioredClassifier ownedBehavior classifierBehavior
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":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":17},{"source":1,"target":19},{"source":19,"target":17},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":20},{"source":20,"target":18},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":21,"target":1},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":22},{"source":22,"target":9},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":23},{"source":23,"target":7},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":24},{"source":24,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":25},{"source":25,"target":9},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":26},{"source":26,"target":7},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":27},{"source":27,"target":18},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":28},{"source":28,"target":12},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":29},{"source":29,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":30},{"source":30,"target":17},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":31},{"source":31,"target":17},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":32},{"source":32,"target":9},{"source":16,"target":0},{"source":16,"target":18},{"source":16,"target":33},{"source":33,"target":18},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":34},{"source":17,"target":35},{"source":34,"target":12},{"source":34,"target":36},{"source":34,"target":17},{"source":36,"target":12},{"source":35,"target":9},{"source":18,"target":0},{"source":18,"target":37},{"source":18,"target":38},{"source":37,"target":17},{"source":37,"target":39},{"source":37,"target":18},{"source":39,"target":17},{"source":38,"target":17},{"source":38,"target":40},{"source":38,"target":18},{"source":40,"target":17}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/rsanjai/sr-o2core/org.osate.aadl2/src/org/osate/aadl2/impl/aadl2.ecore
aadl2 Element not_own_self diagnostics context has_owner diagnostics context getOwner allOwnedElements mustBeOwned ownedElement ownedComment Comment body String java.lang.String java.lang.String Boolean boolean boolean Type conformsTo other NamedElement has_no_qualified_name diagnostics context has_qualified_name diagnostics context getNamespace allNamespaces isDistinguishableFrom n ns separator qualifiedName getPropertyValues propertySetName propertyName name qualifiedName ownedPropertyAssociation PropertyAssociation property appliesTo inBinding append constant ownedValue Property inherit defaultValue appliesToMetaclass appliesToClassifier appliesTo emptyListDefault BasicProperty propertyType ownedPropertyType TypedElement type PropertyType AbstractNamedValue ArraySizeProperty PropertyExpression MetaclassReference annexName metaclassName PropertyOwner Classifier no_cycles_in_generalization diagnostics context specialize_type diagnostics context allFeatures inheritedMember parents allParents inheritableMembers c hasVisibilityOf n inherit inhs maySpecializeType c classifierFeature inheritedMember generalization general ownedAnnexSubclause ownedPrototype ownedPrototypeBinding noPrototypes noAnnexes noProperties Namespace members_distinguishable diagnostics context getNamesOfMember element membersAreDistinguishable ownedMember member ClassifierFeature featuringClassifier Generalization general specific DirectedRelationship source target Relationship relatedElement AnnexSubclause ModalElement getAllInModes inMode Mode initial false derived false ModeFeature Prototype categoryConstraint diagnostics context refined StructuralFeature RefinableElement refinementContext refinedElement CalledSubprogram PrototypeBinding formal ContainedNamedElement containmentPathElement ContainmentPathElement arrayRange namedElement annexName ArrayRange lowerBound upperBound Integer long long ModalPropertyValue ownedValue BehavioralFeature Real double double ArrayDimension size ArraySize size sizeProperty ArrayableElement arrayDimension ComponentImplementationReference implementation ownedPrototypeBinding ComponentImplementation getAllSubcomponents type ownedSubcomponent extended ownedFlowImplementation ownedConnection ownedExtension ownedRealization ownedEndToEndFlow ownedAbstractSubcomponent ownedAccessConnection ownedParameterConnection ownedPortConnection ownedFeatureConnection ownedFeatureGroupConnection noSubcomponents noConnections noCalls ownedProcessorFeature ownedInternalFeature ownedEventSource ownedEventDataSource ownedPortProxy ownedSubprogramProxy ComponentClassifier ownedMode ownedModeTransition derivedModes noFlows noModes SubcomponentType FeatureClassifier ModeTransition source destination ownedTrigger ModeTransitionTrigger context triggerPort Context TriggerPort ComponentType ownedFeature extended ownedFlowSpecification ownedExtension ownedFeatureGroup ownedAbstractFeature noFeatures Feature prototype featureClassifier refined classifier FeatureConnectionEnd ConnectionEnd ComponentPrototype array constrainingClassifier FlowSpecification refined kind outEnd InEnd FlowFeature Flow ModalPath inMode getInModes getInModeTransitions getAllInModeTransitions inModeOrTransition FlowElement EndToEndFlowElement FlowKind source source path path sink sink FlowEnd context feature TypeExtension extended FeatureGroup inverse featureType featureGroupType featureGroupPrototype CallContext DirectedFeature direction inOut DirectionType in in out out inOut inOut FeatureGroupConnectionEnd FeatureType FeatureGroupType ownedFeature extended inverse ownedExtension ownedBusAccess ownedDataAccess ownedDataPort ownedEventDataPort ownedEventPort ownedFeatureGroup ownedParameter ownedSubprogramAccess ownedSubprogramGroupAccess ownedAbstractFeature GroupExtension extended BusAccess busFeatureClassifier Access kind category AccessConnectionEnd AccessType provides provides requires requires AccessCategory bus bus data data subprogram subprogram subprogramGroup subprogramGroup Bus BusSubcomponentType DataAccess dataFeatureClassifier ParameterConnectionEnd PortConnectionEnd Data DataSubcomponentType DataPort dataFeatureClassifier Port category PortCategory data data event event eventData eventData EventDataPort dataFeatureClassifier EventPort Parameter dataFeatureClassifier SubprogramAccess subprogramFeatureClassifier Subprogram SubprogramSubcomponentType SubprogramGroupAccess subprogramGroupFeatureClassifier SubprogramGroup SubprogramGroupSubcomponentType AbstractFeature featurePrototype FeaturePrototype direction inOut constrainingClassifier FeatureGroupPrototype constrainingFeatureGroupType Subcomponent inMode subcomponentType ownedPrototypeBinding prototype ownedModeBinding allModes implementationReference refined classifier ModeBinding parentMode derivedMode FlowImplementation kind specification ownedFlowSegment FlowSegment flowElement context Connection destination source bidirectional refined ConnectedElement context connectionEnd ImplementationExtension extended Realization implemented EndToEndFlow refined ownedEndToEndFlowSegment EndToEndFlowSegment flowElement context AbstractSubcomponent abstractSubcomponentType Abstract AbstractSubcomponentType AccessConnection accessCategory ParameterConnection PortConnection FeatureConnection FeatureGroupConnection ProcessorFeature InternalFeature direction EventSource EventDataSource PortProxy direction SubprogramProxy ComponentCategory abstract abstract bus bus data data device device memory memory process process processor processor subprogram subprogram subprogramGroup subprogramGroup system system thread thread threadGroup threadGroup virtualBus virtualBus virtualProcessor virtualProcessor AnnexLibrary DefaultAnnexLibrary sourceText parsedAnnexLibrary DefaultAnnexSubclause sourceText parsedAnnexSubclause PublicPackageSection privateSection PackageSection name ownedPackageRename ownedComponentTypeRename ownedClassifier ownedFeatureGroupTypeRename ownedAnnexLibrary importedUnit noAnnexes noProperties PackageRename renamedPackage renameAll AadlPackage ownedPublicSection ownedPrivateSection publicSection privateSection ModelUnit PrivatePackageSection publicSection ComponentTypeRename category renamedComponentType FeatureGroupTypeRename renamedFeatureGroupType ComponentPrototypeBinding formal actual ComponentPrototypeActual category binding subcomponentType FeatureGroupPrototypeBinding formal actual FeatureGroupPrototypeActual binding featureType FeaturePrototypeActual FeaturePrototypeBinding formal actual AccessSpecification kind category classifier componentPrototype PortSpecification direction category classifier componentPrototype FeaturePrototypeReference direction prototype SubprogramCallSequence ownedSubprogramCall SubprogramCall calledSubprogram context BehavioredImplementation subprogramCalls subprogramCall ownedSubprogramCallSequence AbstractType ownedBusAccess ownedDataAccess ownedSubprogramAccess ownedDataPort ownedEventPort ownedEventDataPort ownedSubprogramGroupAccess AbstractClassifier VirtualProcessorSubcomponentType VirtualProcessor VirtualBusSubcomponentType VirtualBus ThreadGroupSubcomponentType ThreadGroup ThreadSubcomponentType Thread SystemSubcomponentType System ProcessSubcomponentType Process MemorySubcomponentType Memory DeviceSubcomponentType Device ProcessorSubcomponentType Processor AbstractImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedDeviceSubcomponent ownedMemorySubcomponent ownedProcessSubcomponent ownedProcessorSubcomponent ownedSystemSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent BusSubcomponent busSubcomponentType DataSubcomponent dataSubcomponentType DeviceSubcomponent deviceSubcomponentType MemorySubcomponent memorySubcomponentType ProcessSubcomponent processSubcomponentType ProcessorSubcomponent processorSubcomponentType SystemSubcomponent systemSubcomponentType SubprogramSubcomponent subprogramSubcomponentType SubprogramGroupSubcomponent subprogramGroupSubcomponentType ThreadSubcomponent threadSubcomponentType ThreadGroupSubcomponent threadGroupSubcomponentType VirtualBusSubcomponent virtualBusSubcomponentType VirtualProcessorSubcomponent virtualProcessorSubcomponentType AbstractPrototype BusClassifier BusType ownedBusAccess ownedDataPort ownedEventDataPort ownedEventPort BusImplementation type ownedVirtualBusSubcomponent BusPrototype DataClassifier DataType ownedSubprogramAccess ownedDataAccess ownedSubprogramGroupAccess DataImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent DataPrototype DeviceClassifier DeviceType ownedDataPort ownedEventDataPort ownedEventPort ownedBusAccess ownedSubprogramAccess ownedSubprogramGroupAccess DeviceImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedVirtualBusSubcomponent DevicePrototype MemoryClassifier MemoryType ownedBusAccess ownedDataPort ownedEventDataPort ownedEventPort MemoryImplementation type ownedBusSubcomponent ownedMemorySubcomponent MemoryPrototype SubprogramClassifier SubprogramType ownedEventDataPort ownedEventPort ownedParameter ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess SubprogramImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent SubprogramPrototype SubprogramGroupClassifier SubprogramGroupType ownedSubprogramAccess ownedSubprogramGroupAccess SubprogramGroupImplementation type ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedDataSubcomponent SubprogramGroupPrototype SystemClassifier SystemType ownedBusAccess ownedDataAccess ownedDataPort ownedSubprogramGroupAccess ownedSubprogramAccess ownedEventPort ownedEventDataPort SystemImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedDeviceSubcomponent ownedMemorySubcomponent ownedProcessSubcomponent ownedProcessorSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedSystemSubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent SystemPrototype ProcessorClassifier ProcessorType ownedDataPort ownedEventDataPort ownedEventPort ownedBusAccess ownedSubprogramAccess ownedSubprogramGroupAccess ProcessorImplementation type ownedBusSubcomponent ownedMemorySubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent ProcessorPrototype ProcessClassifier ProcessType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ProcessImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ProcessPrototype ThreadClassifier ThreadType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ThreadImplementation type ownedSubprogramGroupSubcomponent ownedSubprogramSubcomponent ownedDataSubcomponent ThreadPrototype ThreadGroupClassifier ThreadGroupType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ThreadGroupImplementation type ownedDataSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ThreadGroupPrototype VirtualBusClassifier VirtualBusType ownedDataPort ownedEventDataPort ownedEventPort VirtualBusImplementation type ownedVirtualBusSubcomponent VirtualBusPrototype VirtualProcessorClassifier VirtualProcessorType ownedDataPort ownedEventDataPort ownedEventPort ownedSubprogramAccess ownedSubprogramGroupAccess VirtualProcessorImplementation type ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent VirtualProcessorPrototype BasicPropertyAssociation property ownedValue PropertyConstant propertyType ownedPropertyType constantValue StringLiteral value PropertyValue NumberValue getScaledValue target getScaledValue getScaledValue target unit UnitLiteral getAbsoluteFactor target baseUnit factor EnumerationLiteral ClassifierValue classifier ReferenceValue BooleanLiteral value RangeValue minimum maximum delta IntegerLiteral base value RealLiteral value Operation op ownedPropertyExpression OperationKind and and or or not not plus plus minus minus RecordValue ownedFieldValue ComputedValue function ListValue ownedListElement NamedValue namedValue PropertySet ownedPropertyType ownedProperty ownedPropertyConstant importedUnit ownedAnnexSubclause GlobalNamespace package propertySet NonListType AadlBoolean AadlString AadlInteger NumberType ownedUnitsType unitsType range UnitsType ownedLiteral EnumerationType ownedLiteral NumericRange upperBound lowerBound AadlReal ClassifierType classifierReference RangeType ownedNumberType numberType RecordType ownedField RecordField ReferenceType namedElementReference ListType ownedElementType elementType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aadl2" nsURI="http://aadl.info/AADL/2.0" nsPrefix="aadl2"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getOwner" ordered="false" lowerBound="1" eType="#//Element"/> <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element"/> <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The Elements owned by this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"> <eAnnotations source="subsets" references="#//Element/ownedElement"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The Comments owned by this element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="#//String"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Specifies a string that is the comment"/> </eAnnotations> </eStructuralFeatures> </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: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="Type" abstract="true" eSuperTypes="#//NamedElement"> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="#//Boolean"> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eOperations name="has_no_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getNamespace" ordered="false" lowerBound="1" eType="#//Namespace"/> <eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace"/> <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="#//Boolean"> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </eOperations> <eOperations name="separator" ordered="false" lowerBound="1" eType="#//String"/> <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="#//String"/> <eOperations name="getPropertyValues" ordered="false" upperBound="-1" eType="#//PropertyExpression"> <eParameters name="propertySetName" ordered="false" lowerBound="1" eType="#//String"/> <eParameters name="propertyName" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The name of the NamedElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyAssociation" ordered="false" upperBound="-1" eType="#//PropertyAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssociation" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false" upperBound="-1" eType="#//ContainedNamedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inBinding" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" upperBound="-1" eType="#//ModalPropertyValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//BasicProperty #//AbstractNamedValue #//ArraySizeProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inherit" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesToMetaclass" ordered="false" upperBound="-1" eType="#//MetaclassReference" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesToClassifier" ordered="false" upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false" upperBound="-1" eType="#//PropertyOwner" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyListDefault" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicProperty" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="#//PropertyType"> <eAnnotations source="redefines" references="#//TypedElement/type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//BasicProperty/propertyType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The type of the TypedElement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedValue" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ArraySizeProperty" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyExpression" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="MetaclassReference" eSuperTypes="#//PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaclassName" ordered="false" unique="false" lowerBound="1" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type"> <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//ClassifierFeature"/> <eOperations name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement"/> <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier"/> <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier"/> <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement"> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="#//Boolean"> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </eOperations> <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="#//Boolean"> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierFeature" ordered="false" upperBound="-1" eType="#//ClassifierFeature" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ClassifierFeature/featuringClassifier"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Generalization/specific"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false" upperBound="-1" eType="#//AnnexSubclause" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototype" ordered="false" upperBound="-1" eType="#//Prototype" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noPrototypes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eOperations name="members_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="#//String"> <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A collection of NamedElements owned by the Namespace."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierFeature" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false" eOpposite="#//Classifier/classifierFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" abstract="true" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="#//Classifier" volatile="true" transient="true" derived="true" eOpposite="#//Classifier/generalization"> <eAnnotations source="subsets" references="#//DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnexSubclause" abstract="true" eSuperTypes="#//ModalElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModalElement" eSuperTypes="#//NamedElement"> <eOperations name="getAllInModes" ordered="false" upperBound="-1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode" eSuperTypes="#//ModeFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeFeature" abstract="true" eSuperTypes="#//ClassifierFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Prototype" abstract="true" eSuperTypes="#//StructuralFeature #//CalledSubprogram"> <eOperations name="categoryConstraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Prototype"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//RefinableElement #//ClassifierFeature"/> <eClassifiers xsi:type="ecore:EClass" name="RefinableElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementContext" ordered="false" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedElement" ordered="false" eType="#//RefinableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledSubprogram" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PrototypeBinding" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainedNamedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="containmentPathElement" lowerBound="1" upperBound="-1" eType="#//ContainmentPathElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainmentPathElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayRange" upperBound="-1" eType="#//ArrayRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedElement" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRange" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" ordered="false" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="long"> <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="ModalPropertyValue" eSuperTypes="#//ModalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//ClassifierFeature"/> <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="ArrayDimension" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//ArraySize" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySize" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeProperty" ordered="false" eType="#//ArraySizeProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayableElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimension" upperBound="-1" eType="#//ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentImplementationReference" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" ordered="false" lowerBound="1" eType="#//ComponentImplementation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentImplementation" abstract="true" eSuperTypes="#//ComponentClassifier"> <eOperations name="getAllSubcomponents" ordered="false" upperBound="-1" eType="#//Subcomponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubcomponent" ordered="false" upperBound="-1" eType="#//Subcomponent" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//ComponentImplementation" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowImplementation" upperBound="-1" eType="#//FlowImplementation" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConnection" ordered="false" upperBound="-1" eType="#//Connection" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//ImplementationExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRealization" ordered="false" lowerBound="1" eType="#//Realization" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlow" ordered="false" upperBound="-1" eType="#//EndToEndFlow" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractSubcomponent" ordered="false" upperBound="-1" eType="#//AbstractSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAccessConnection" ordered="false" upperBound="-1" eType="#//AccessConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterConnection" ordered="false" upperBound="-1" eType="#//ParameterConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortConnection" ordered="false" upperBound="-1" eType="#//PortConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureConnection" ordered="false" upperBound="-1" eType="#//FeatureConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupConnection" ordered="false" upperBound="-1" eType="#//FeatureGroupConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSubcomponents" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noConnections" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCalls" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorFeature" ordered="false" upperBound="-1" eType="#//ProcessorFeature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInternalFeature" ordered="false" upperBound="-1" eType="#//InternalFeature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventSource" ordered="false" upperBound="-1" eType="#//EventSource" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataSource" ordered="false" upperBound="-1" eType="#//EventDataSource" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortProxy" ordered="false" upperBound="-1" eType="#//PortProxy" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramProxy" ordered="false" upperBound="-1" eType="#//SubprogramProxy" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentClassifier" abstract="true" eSuperTypes="#//Classifier #//SubcomponentType #//FeatureClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMode" ordered="false" upperBound="-1" eType="#//Mode" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeTransition" ordered="false" upperBound="-1" eType="#//ModeTransition" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedModes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noFlows" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noModes" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubcomponentType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureClassifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ModeTransition" eSuperTypes="#//ModeFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTrigger" ordered="false" lowerBound="1" upperBound="-1" eType="#//ModeTransitionTrigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeTransitionTrigger" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerPort" ordered="false" lowerBound="1" eType="#//TriggerPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerPort" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentType" abstract="true" eSuperTypes="#//ComponentClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" ordered="false" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSpecification" upperBound="-1" eType="#//FlowSpecification" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//TypeExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false" upperBound="-1" eType="#//FeatureGroup" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false" upperBound="-1" eType="#//AbstractFeature" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noFeatures" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//StructuralFeature #//FeatureConnectionEnd #//ArrayableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureClassifier" ordered="false" eType="#//FeatureClassifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Feature"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionEnd" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototype" abstract="true" eSuperTypes="#//Prototype #//SubcomponentType #//FeatureClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier" ordered="false" eType="#//ComponentClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSpecification" eSuperTypes="#//FlowFeature #//ModalPath #//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//FlowSpecification"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//FlowKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEnd" ordered="false" eType="#//FlowEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InEnd" ordered="false" eType="#//FlowEnd" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowFeature" abstract="true" eSuperTypes="#//StructuralFeature #//Flow"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModalPath" abstract="true" eSuperTypes="#//ModalElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ModalElement/inMode"/> <eAnnotations source="subsets" references="#//ModalPath/inModeOrTransition"/> </contents> </eAnnotations> <eOperations name="getInModes" ordered="false" upperBound="-1" eType="#//Mode"/> <eOperations name="getInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/> <eOperations name="getAllInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModeOrTransition" ordered="false" upperBound="-1" eType="#//ModeFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true" eSuperTypes="#//EndToEndFlowElement"/> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EEnum" name="FlowKind"> <eLiterals name="source"/> <eLiterals name="path" value="1"/> <eLiterals name="sink" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowEnd" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//ComponentType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroup" eSuperTypes="#//DirectedFeature #//Context #//FeatureGroupConnectionEnd #//CallContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false" eType="#//FeatureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupType" ordered="false" eType="#//FeatureGroupType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//FeatureGroup/featureType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupPrototype" ordered="false" eType="#//FeatureGroupPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//FeatureGroup/featureType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallContext" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" defaultValueLiteral="inOut"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionType"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inOut" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupType" eSuperTypes="#//Classifier #//FeatureType"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="To be merged with AADLConstructs::Features::FeatureGroupType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//FeatureGroupType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" ordered="false" eType="#//FeatureGroupType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//GroupExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false" upperBound="-1" eType="#//FeatureGroup" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false" upperBound="-1" eType="#//AbstractFeature" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//FeatureGroupType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusAccess" eSuperTypes="#//Access #//Bus"> <eStructuralFeatures xsi:type="ecore:EReference" name="busFeatureClassifier" ordered="false" eType="#//BusSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Access" abstract="true" eSuperTypes="#//Feature #//AccessConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//AccessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//AccessCategory" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eLiterals name="provides"/> <eLiterals name="requires" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessCategory"> <eLiterals name="bus"/> <eLiterals name="data" value="1"/> <eLiterals name="subprogram" value="2"/> <eLiterals name="subprogramGroup" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bus" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusSubcomponentType" abstract="true" eSuperTypes="#//Bus #//SubcomponentType #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataAccess" eSuperTypes="#//Access #//Data #//FlowElement #//ParameterConnectionEnd #//PortConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="PortConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Data" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentType" abstract="true" eSuperTypes="#//Data #//SubcomponentType #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataPort" eSuperTypes="#//Port #//Context #//Data #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//DirectedFeature #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//PortCategory" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortCategory"> <eLiterals name="data"/> <eLiterals name="event" value="1"/> <eLiterals name="eventData" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDataPort" eSuperTypes="#//Port #//Context #//Data #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//DirectedFeature #//Context #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramAccess" eSuperTypes="#//Access #//Subprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramFeatureClassifier" ordered="false" eType="#//SubprogramSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subprogram" abstract="true" eSuperTypes="#//NamedElement #//CalledSubprogram"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//Subprogram #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupAccess" eSuperTypes="#//Access #//SubprogramGroup #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupFeatureClassifier" ordered="false" eType="#//SubprogramGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroup" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//SubprogramGroup #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractFeature" eSuperTypes="#//DirectedFeature #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EReference" name="featurePrototype" ordered="false" eType="#//FeaturePrototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototype" eSuperTypes="#//Prototype"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" defaultValueLiteral="inOut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier" ordered="false" eType="#//ComponentClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototype" eSuperTypes="#//Prototype #//FeatureType"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingFeatureGroupType" ordered="false" eType="#//FeatureGroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subcomponent" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement #//Context #//FlowElement #//ArrayableElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ModalElement/inMode"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false" unique="false" eType="#//SubcomponentType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeBinding" ordered="false" upperBound="-1" eType="#//ModeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allModes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationReference" upperBound="-1" eType="#//ComponentImplementationReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Subcomponent"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeBinding" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentMode" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedMode" ordered="false" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowImplementation" eSuperTypes="#//ModalPath #//ClassifierFeature #//Flow"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//FlowKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="#//FlowSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSegment" upperBound="-1" eType="#//FlowSegment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSegment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" ordered="false" unique="false" lowerBound="1" eType="#//FlowElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//StructuralFeature #//ModalPath #//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false" eType="#//ConnectedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//ConnectedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Connection"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionEnd" ordered="false" lowerBound="1" eType="#//ConnectionEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//ComponentImplementation"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="implemented" ordered="false" lowerBound="1" eType="#//ComponentType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlow" eSuperTypes="#//FlowFeature #//ModalPath #//EndToEndFlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//EndToEndFlow"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlowSegment" ordered="false" lowerBound="1" upperBound="-1" eType="#//EndToEndFlowSegment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowSegment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" unique="false" lowerBound="1" eType="#//EndToEndFlowElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponent" eSuperTypes="#//Subcomponent #//Abstract"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractSubcomponentType" ordered="false" eType="#//AbstractSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstract" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponentType" abstract="true" eSuperTypes="#//Abstract #//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="AccessConnection" eSuperTypes="#//Connection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessCategory" ordered="false" lowerBound="1" eType="#//AccessCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="PortConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorFeature" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement"/> <eClassifiers xsi:type="ecore:EClass" name="InternalFeature" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventSource" eSuperTypes="#//InternalFeature"/> <eClassifiers xsi:type="ecore:EClass" name="EventDataSource" eSuperTypes="#//InternalFeature"/> <eClassifiers xsi:type="ecore:EClass" name="PortProxy" eSuperTypes="#//ProcessorFeature #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramProxy" eSuperTypes="#//ProcessorFeature #//AccessConnectionEnd #//CalledSubprogram"/> <eClassifiers xsi:type="ecore:EEnum" name="ComponentCategory"> <eLiterals name="abstract"/> <eLiterals name="bus" value="1"/> <eLiterals name="data" value="2"/> <eLiterals name="device" value="3"/> <eLiterals name="memory" value="4"/> <eLiterals name="process" value="5"/> <eLiterals name="processor" value="6"/> <eLiterals name="subprogram" value="7"/> <eLiterals name="subprogramGroup" value="8"/> <eLiterals name="system" value="9"/> <eLiterals name="thread" value="10"/> <eLiterals name="threadGroup" value="11"/> <eLiterals name="virtualBus" value="12"/> <eLiterals name="virtualProcessor" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnexLibrary" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexLibrary" eSuperTypes="#//AnnexLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexLibrary" ordered="false" eType="#//AnnexLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexSubclause" eSuperTypes="#//AnnexSubclause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexSubclause" ordered="false" eType="#//AnnexSubclause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicPackageSection" eSuperTypes="#//PackageSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false" eType="#//PrivatePackageSection" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//PrivatePackageSection/publicSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageSection" abstract="true" eSuperTypes="#//Namespace"> <eAnnotations source="duplicates"> <eAnnotations source="name"> <details key="lowerBound" value="1"/> </eAnnotations> <contents xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//NamedElement/name"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackageRename" ordered="false" upperBound="-1" eType="#//PackageRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComponentTypeRename" ordered="false" upperBound="-1" eType="#//ComponentTypeRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedClassifier" ordered="false" upperBound="-1" eType="#//Classifier" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupTypeRename" ordered="false" upperBound="-1" eType="#//FeatureGroupTypeRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexLibrary" ordered="false" upperBound="-1" eType="#//AnnexLibrary" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false" upperBound="-1" eType="#//ModelUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedPackage" ordered="false" lowerBound="1" eType="#//AadlPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renameAll" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AadlPackage" eSuperTypes="#//ModelUnit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Package"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPublicSection" ordered="false" eType="#//PublicPackageSection" containment="true"> <eAnnotations source="subsets" references="#//AadlPackage/publicSection #//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrivateSection" ordered="false" eType="#//PrivatePackageSection" containment="true"> <eAnnotations source="subsets" references="#//AadlPackage/privateSection #//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false" eType="#//PublicPackageSection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false" eType="#//PrivatePackageSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelUnit" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrivatePackageSection" eSuperTypes="#//PackageSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false" eType="#//PublicPackageSection" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//PublicPackageSection/privateSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentTypeRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//ComponentCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedComponentType" ordered="false" lowerBound="1" eType="#//ComponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupTypeRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedFeatureGroupType" ordered="false" lowerBound="1" eType="#//FeatureGroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::ComponentPrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" upperBound="-1" eType="#//ComponentPrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeActual" eSuperTypes="#//ArrayableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//ComponentCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false" lowerBound="1" eType="#//SubcomponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::FeatureGroupPrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false" lowerBound="1" eType="#//FeatureGroupPrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeActual" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false" lowerBound="1" eType="#//FeatureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeActual" abstract="true" eSuperTypes="#//ArrayableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::FeaturePrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false" lowerBound="1" eType="#//FeaturePrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessSpecification" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//AccessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//AccessCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false" eType="#//ComponentPrototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortSpecification" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//PortCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false" eType="#//ComponentPrototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeReference" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" lowerBound="1" eType="#//FeaturePrototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramCallSequence" eSuperTypes="#//BehavioralFeature #//ModalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCall" upperBound="-1" eType="#//SubprogramCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramCall" eSuperTypes="#//BehavioralFeature #//Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledSubprogram" ordered="false" eType="#//CalledSubprogram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//CallContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredImplementation" abstract="true" eSuperTypes="#//ComponentImplementation"> <eOperations name="subprogramCalls" ordered="false" upperBound="-1" eType="#//SubprogramCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramCall" ordered="false" upperBound="-1" eType="#//SubprogramCall" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCallSequence" ordered="false" upperBound="-1" eType="#//SubprogramCallSequence" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractType" eSuperTypes="#//ComponentType #//AbstractClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//VirtualProcessor"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessor" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//VirtualBus"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBus" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//ThreadGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroup" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//Thread"/> <eClassifiers xsi:type="ecore:EClass" name="Thread" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//System"/> <eClassifiers xsi:type="ecore:EClass" name="System" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponentType" abstract="true" eSuperTypes="#//Process #//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Process" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponentType" abstract="true" eSuperTypes="#//Memory #//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Memory" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponentType" abstract="true" eSuperTypes="#//Device #//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Device" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponentType" abstract="true" eSuperTypes="#//Processor #//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Processor" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractImplementation" eSuperTypes="#//BehavioredImplementation #//AbstractClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::AbstractType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent" ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent" ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Bus"> <eStructuralFeatures xsi:type="ecore:EReference" name="busSubcomponentType" ordered="false" eType="#//BusSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Data #//ParameterConnectionEnd #//PortConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSubcomponentType" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponent" eSuperTypes="#//Subcomponent #//Device"> <eStructuralFeatures xsi:type="ecore:EReference" name="deviceSubcomponentType" ordered="false" eType="#//DeviceSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponent" eSuperTypes="#//Subcomponent #//Memory"> <eStructuralFeatures xsi:type="ecore:EReference" name="memorySubcomponentType" ordered="false" eType="#//MemorySubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponent" eSuperTypes="#//Subcomponent #//Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="processSubcomponentType" ordered="false" eType="#//ProcessSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponent" eSuperTypes="#//Subcomponent #//Processor"> <eStructuralFeatures xsi:type="ecore:EReference" name="processorSubcomponentType" ordered="false" eType="#//ProcessorSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponent" eSuperTypes="#//Subcomponent #//System"> <eStructuralFeatures xsi:type="ecore:EReference" name="systemSubcomponentType" ordered="false" eType="#//SystemSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Subprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSubcomponentType" ordered="false" eType="#//SubprogramSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//SubprogramGroup #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupSubcomponentType" ordered="false" eType="#//SubprogramGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponent" eSuperTypes="#//Subcomponent #//Thread"> <eStructuralFeatures xsi:type="ecore:EReference" name="threadSubcomponentType" ordered="false" eType="#//ThreadSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponent" eSuperTypes="#//Subcomponent #//ThreadGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="threadGroupSubcomponentType" ordered="false" eType="#//ThreadGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponent" eSuperTypes="#//Subcomponent #//VirtualBus"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualBusSubcomponentType" ordered="false" eType="#//VirtualBusSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponent" eSuperTypes="#//Subcomponent #//VirtualProcessor"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualProcessorSubcomponentType" ordered="false" eType="#//VirtualProcessorSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPrototype" eSuperTypes="#//ComponentPrototype #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//BusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BusType" eSuperTypes="#//ComponentType #//BusClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusImplementation" eSuperTypes="#//ComponentImplementation #//BusClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::BusType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusPrototype" eSuperTypes="#//ComponentPrototype #//BusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DataClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//DataSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//ComponentType #//DataClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataImplementation" eSuperTypes="#//ComponentImplementation #//DataClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::DataType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPrototype" eSuperTypes="#//ComponentPrototype #//DataSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//DeviceSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceType" eSuperTypes="#//ComponentType #//DeviceClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceImplementation" eSuperTypes="#//ComponentImplementation #//DeviceClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::DeviceType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DevicePrototype" eSuperTypes="#//ComponentPrototype #//DeviceSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="MemoryClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//MemorySubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="MemoryType" eSuperTypes="#//ComponentType #//MemoryClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryImplementation" eSuperTypes="#//ComponentImplementation #//MemoryClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::MemoryType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryPrototype" eSuperTypes="#//ComponentPrototype #//MemorySubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SubprogramSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramType" eSuperTypes="#//ComponentType #//SubprogramClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramImplementation" eSuperTypes="#//BehavioredImplementation #//SubprogramClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SubprogramType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SubprogramGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupType" eSuperTypes="#//ComponentType #//SubprogramGroupClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupImplementation" eSuperTypes="#//ComponentImplementation #//SubprogramGroupClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SubprogramGroupType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SystemClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SystemSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SystemType" eSuperTypes="#//ComponentType #//SystemClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemImplementation" eSuperTypes="#//ComponentImplementation #//SystemClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SystemType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent" ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent" ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemPrototype" eSuperTypes="#//ComponentPrototype #//SystemSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorType" eSuperTypes="#//ComponentType #//ProcessorClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorImplementation" eSuperTypes="#//ComponentImplementation #//ProcessorClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ProcessorType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorPrototype" eSuperTypes="#//ComponentPrototype #//ProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ProcessSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessType" eSuperTypes="#//ComponentType #//ProcessClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessImplementation" eSuperTypes="#//ComponentImplementation #//ProcessClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ProcessType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPrototype" eSuperTypes="#//ComponentPrototype #//ProcessSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ThreadSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadType" eSuperTypes="#//ComponentType #//ThreadClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadImplementation" eSuperTypes="#//BehavioredImplementation #//ThreadClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ThreadType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadPrototype" eSuperTypes="#//ComponentPrototype #//ThreadSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ThreadGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupType" eSuperTypes="#//ComponentType #//ThreadGroupClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupImplementation" eSuperTypes="#//ComponentImplementation #//ThreadGroupClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ThreadGroupType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupPrototype" eSuperTypes="#//ComponentPrototype #//ThreadGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualBusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusType" eSuperTypes="#//ComponentType #//VirtualBusClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusImplementation" eSuperTypes="#//ComponentImplementation #//VirtualBusClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::VirtualBusType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusPrototype" eSuperTypes="#//ComponentPrototype #//VirtualBusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorType" eSuperTypes="#//ComponentType #//VirtualProcessorClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorImplementation" eSuperTypes="#//ComponentImplementation #//VirtualProcessorClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::VirtualProcessorType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorPrototype" eSuperTypes="#//ComponentPrototype #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BasicPropertyAssociation" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//BasicProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyConstant" eSuperTypes="#//TypedElement #//AbstractNamedValue #//ArraySizeProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="#//PropertyType"> <eAnnotations source="redefines" references="#//TypedElement/type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//PropertyConstant/propertyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constantValue" ordered="false" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyValue" abstract="true" eSuperTypes="#//PropertyExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" abstract="true" eSuperTypes="#//PropertyValue"> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/> </eOperations> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"/> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//UnitLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitLiteral" eSuperTypes="#//EnumerationLiteral"> <eOperations name="getAbsoluteFactor" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="baseUnit" ordered="false" eType="#//UnitLiteral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="factor" ordered="false" eType="#//NumberValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement #//AbstractNamedValue"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierValue" eSuperTypes="#//PropertyOwner #//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceValue" eSuperTypes="#//ContainedNamedElement #//PropertyValue"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="minimum" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximum" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delta" ordered="false" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//NumberValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" ordered="false" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//NumberValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//PropertyExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" lowerBound="1" eType="#//OperationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyExpression" ordered="false" lowerBound="1" upperBound="-1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationKind"> <eLiterals name="and"/> <eLiterals name="or" value="1"/> <eLiterals name="not" value="2"/> <eLiterals name="plus" value="3"/> <eLiterals name="minus" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFieldValue" ordered="false" upperBound="-1" eType="#//BasicPropertyAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListValue" eSuperTypes="#//PropertyExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedListElement" upperBound="-1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="namedValue" ordered="false" lowerBound="1" eType="#//AbstractNamedValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertySet" eSuperTypes="#//Namespace #//ModelUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" upperBound="-1" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" ordered="false" upperBound="-1" eType="#//Property" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyConstant" ordered="false" upperBound="-1" eType="#//PropertyConstant" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false" upperBound="-1" eType="#//ModelUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false" upperBound="-1" eType="#//AnnexSubclause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalNamespace" eSuperTypes="#//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" upperBound="-1" eType="#//PublicPackageSection" volatile="true" transient="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySet" ordered="false" upperBound="-1" eType="#//PropertySet" volatile="true" transient="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonListType" abstract="true" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlBoolean" eSuperTypes="#//NonListType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlString" eSuperTypes="#//NonListType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlInteger" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="NumberType" abstract="true" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnitsType" ordered="false" eType="#//UnitsType" containment="true"> <eAnnotations source="subsets" references="#//NumberType/unitsType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitsType" ordered="false" eType="#//UnitsType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" ordered="false" eType="#//NumericRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitsType" eSuperTypes="#//EnumerationType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" lowerBound="1" upperBound="-1" eType="#//UnitLiteral" containment="true"> <eAnnotations source="redefines" references="#//EnumerationType/ownedLiteral"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//Namespace #//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericRange" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AadlReal" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierReference" ordered="false" lowerBound="1" upperBound="-1" eType="#//MetaclassReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNumberType" ordered="false" eType="#//NumberType" containment="true"> <eAnnotations source="subsets" references="#//RangeType/numberType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="numberType" ordered="false" lowerBound="1" eType="#//NumberType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//Namespace #//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedField" ordered="false" upperBound="-1" eType="#//BasicProperty" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordField" eSuperTypes="#//BasicProperty"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="namedElementReference" ordered="false" lowerBound="1" upperBound="-1" eType="#//MetaclassReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//PropertyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElementType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//ListType/elementType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//PropertyType"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"aadl2","nsURI":"http://aadl.info/AADL/2.0","name":"aadl2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":4,"serializable":true,"eClass":"EDataType"},{"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":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssociation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedValue","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySizeProperty","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierFeature","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexSubclause","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeFeature","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prototype","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinableElement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogram","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeBinding","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedNamedElement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentPathElement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRange","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Integer","instanceClass":"long","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPropertyValue","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySize","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayableElement","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementationReference","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClassifier","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubcomponentType","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureClassifier","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransitionTrigger","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerPort","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnectionEnd","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionEnd","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototype","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSpecification","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFeature","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPath","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowElement","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowKind","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowEnd","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExtension","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroup","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallContext","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedFeature","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionType","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnectionEnd","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupExtension","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusAccess","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Access","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnectionEnd","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessCategory","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bus","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponentType","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccess","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnectionEnd","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionEnd","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentType","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortCategory","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPort","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPort","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccess","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprogram","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponentType","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupAccess","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroup","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponentType","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFeature","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototype","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototype","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subcomponent","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeBinding","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowImplementation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSegment","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectedElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationExtension","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlow","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowSegment","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponent","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponentType","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnection","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnection","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnection","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnection","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnection","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorFeature","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFeature","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataSource","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortProxy","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramProxy","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentCategory","instanceClass":null,"id":124,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexLibrary","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexLibrary","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexSubclause","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicPackageSection","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSection","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRename","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlPackage","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelUnit","instanceClass":null,"abstract":true,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivatePackageSection","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentTypeRename","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupTypeRename","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeBinding","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeActual","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeBinding","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeActual","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeActual","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeBinding","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessSpecification","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSpecification","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeReference","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallSequence","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCall","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredImplementation","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractType","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClassifier","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessor","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponentType","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBus","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponentType","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroup","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponentType","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thread","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponentType","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponentType","instanceClass":null,"abstract":true,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponentType","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memory","instanceClass":null,"abstract":true,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponentType","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractImplementation","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponent","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponent","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponent","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponent","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponent","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponent","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponent","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponent","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponent","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponent","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPrototype","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusClassifier","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusType","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusImplementation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusPrototype","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassifier","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataImplementation","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPrototype","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceClassifier","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceType","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceImplementation","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DevicePrototype","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryClassifier","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryType","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryImplementation","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryPrototype","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramClassifier","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramType","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramImplementation","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototype","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupClassifier","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupType","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupImplementation","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupPrototype","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemClassifier","instanceClass":null,"abstract":true,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemType","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemImplementation","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPrototype","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorClassifier","instanceClass":null,"abstract":true,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorType","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorImplementation","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorPrototype","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessClassifier","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessImplementation","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPrototype","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadClassifier","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadImplementation","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadPrototype","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupClassifier","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupImplementation","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupPrototype","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusClassifier","instanceClass":null,"abstract":true,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusImplementation","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusPrototype","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorClassifier","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorImplementation","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorPrototype","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicPropertyAssociation","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstant","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierValue","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceValue","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValue","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationKind","instanceClass":null,"id":249,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordValue","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedValue","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedValue","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySet","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalNamespace","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonListType","instanceClass":null,"abstract":true,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlBoolean","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlString","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlInteger","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitsType","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericRange","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlReal","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierType","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_own_self","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_owner","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allOwnedElements","lowerBound":0,"id":274,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":275,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":276,"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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":false,"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":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":300,"many":false,"required":true,"eClass":"EOperation"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_no_qualified_name","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_qualified_name","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":1,"id":307,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"allNamespaces","lowerBound":0,"id":308,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"separator","lowerBound":1,"id":310,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":311,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPropertyValues","lowerBound":0,"id":312,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedName","changeable":false,"lowerBound":0,"iD":false,"id":314,"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":"ownedPropertyAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"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,"unique":true,"name":"n","lowerBound":1,"id":334,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertySetName","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EParameter"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"inBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":1,"iD":false,"id":352,"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":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"id":360,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inherit","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliesToMetaclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliesToClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emptyListDefault","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metaclassName","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_cycles_in_generalization","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialize_type","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allFeatures","lowerBound":0,"id":394,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritedMember","lowerBound":0,"id":395,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"parents","lowerBound":0,"id":396,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allParents","lowerBound":0,"id":397,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritableMembers","lowerBound":0,"id":398,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"hasVisibilityOf","lowerBound":1,"id":399,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":400,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"maySpecializeType","lowerBound":1,"id":401,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifierFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":402,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inheritedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":403,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"generalization","changeable":false,"resolveProxies":true,"lowerBound":0,"id":404,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":false,"resolveProxies":true,"lowerBound":0,"id":405,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"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":"ownedPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noPrototypes","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":410,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EParameter"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EParameter"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":433,"many":false,"required":true,"eClass":"EParameter"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":436,"many":false,"required":true,"eClass":"EParameter"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":439,"many":true,"required":false,"eClass":"EParameter"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":442,"many":false,"required":true,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featuringClassifier","changeable":false,"resolveProxies":false,"lowerBound":0,"id":445,"derived":true},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":true},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"members_distinguishable","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNamesOfMember","lowerBound":0,"id":457,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"membersAreDistinguishable","lowerBound":1,"id":458,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":459,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":460,"derived":true},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EParameter"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":470,"many":false,"required":true,"eClass":"EParameter"},{"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":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":false,"resolveProxies":true,"lowerBound":1,"id":477,"derived":true},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":1,"id":481,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":1,"id":482,"derived":true},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"relatedElement","changeable":false,"resolveProxies":true,"lowerBound":1,"id":486,"derived":true},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModes","lowerBound":0,"id":490,"many":true,"required":false,"eClass":"EOperation"},{"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":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":495,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"derived","changeable":false,"lowerBound":1,"iD":false,"id":496,"derived":true},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryConstraint","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","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":"diagnostics","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"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":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"refinementContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":515,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"refinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":516,"derived":true},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"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":"containmentPathElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"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":"namedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"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":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":533,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":545,"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":"sizeProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"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":"implementation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":553,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllSubcomponents","lowerBound":0,"id":558,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedSubcomponent","changeable":false,"resolveProxies":true,"lowerBound":0,"id":560,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"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":"ownedFlowImplementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedConnection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":563,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRealization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":565,"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":"ownedEndToEndFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"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":"ownedAbstractSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"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":"ownedAccessConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":568,"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":"ownedParameterConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"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":"ownedPortConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"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":"ownedFeatureConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"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":"ownedFeatureGroupConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noSubcomponents","changeable":true,"lowerBound":1,"iD":false,"id":573,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noConnections","changeable":true,"lowerBound":1,"iD":false,"id":574,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCalls","changeable":true,"lowerBound":1,"iD":false,"id":575,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedProcessorFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":576,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedInternalFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":577,"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":"ownedEventSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"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":"ownedEventDataSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"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":"ownedPortProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"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":"ownedSubprogramProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"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":"ownedModeTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derivedModes","changeable":true,"lowerBound":1,"iD":false,"id":609,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noFlows","changeable":true,"lowerBound":1,"iD":false,"id":610,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noModes","changeable":true,"lowerBound":1,"iD":false,"id":611,"derived":false},{"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"},{"container":false,"ordered":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":621,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":622,"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":"ownedTrigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"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":"triggerPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":635,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"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":"ownedFlowSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noFeatures","changeable":true,"lowerBound":1,"iD":false,"id":641,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":650,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":651,"derived":true},{"container":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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":652,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":653,"derived":true},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":1,"iD":false,"id":663,"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":671,"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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"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":"InEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModes","lowerBound":0,"id":684,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModeTransitions","lowerBound":0,"id":685,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModeTransitions","lowerBound":0,"id":686,"many":true,"required":false,"eClass":"EOperation"},{"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":"inModeOrTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":687,"derived":false},{"id":688,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":true},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"name":"source","id":697,"value":0,"literal":"source","eClass":"EEnumLiteral"},{"name":"path","id":698,"value":1,"literal":"path","eClass":"EEnumLiteral"},{"name":"sink","id":699,"value":2,"literal":"sink","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":700,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":708,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":709,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureGroupType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":710,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureGroupPrototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":711,"derived":true},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inOut","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"name":"in","id":723,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":724,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inOut","id":725,"value":2,"literal":"inOut","eClass":"EEnumLiteral"},{"id":726,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":727,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":728,"derived":true},{"container":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":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":729,"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":735,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":737,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"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":"busFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":760,"derived":false},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":764,"derived":false},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":765,"derived":true},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"name":"provides","id":771,"value":0,"literal":"provides","eClass":"EEnumLiteral"},{"name":"requires","id":772,"value":1,"literal":"requires","eClass":"EEnumLiteral"},{"name":"bus","id":773,"value":0,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":774,"value":1,"literal":"data","eClass":"EEnumLiteral"},{"name":"subprogram","id":775,"value":2,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":776,"value":3,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":781,"derived":false},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":794,"derived":false},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":800,"derived":true},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"name":"data","id":805,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"event","id":806,"value":1,"literal":"event","eClass":"EEnumLiteral"},{"name":"eventData","id":807,"value":2,"literal":"eventData","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":808,"derived":false},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"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":"subprogramFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"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":"subprogramGroupFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":829,"derived":false},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"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":"featurePrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inOut","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":842,"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":843,"derived":false},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"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":"constrainingFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"subcomponentType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":851,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":852,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":853,"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":"ownedModeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":854,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allModes","changeable":true,"lowerBound":1,"iD":false,"id":855,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementationReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":856,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":857,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":858,"derived":true},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":864,"derived":true},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"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":"parentMode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":874,"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":"derivedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":875,"derived":false},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":879,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":880,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":881,"derived":false},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":888,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":889,"derived":false},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":893,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":894,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":1,"iD":false,"id":895,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":904,"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":"connectionEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":909,"derived":false},{"id":910,"eClass":"EGenericType"},{"id":911,"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":"implemented","changeable":true,"resolveProxies":true,"lowerBound":1,"id":912,"derived":false},{"id":913,"eClass":"EGenericType"},{"id":914,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"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":"ownedEndToEndFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":916,"derived":false},{"id":917,"eClass":"EGenericType"},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"container":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":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":922,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":923,"derived":false},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"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":"abstractSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":927,"derived":false},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessCategory","changeable":true,"lowerBound":1,"iD":false,"id":934,"derived":false},{"id":935,"eClass":"EGenericType"},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":943,"derived":false},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"id":951,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":952,"derived":false},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"name":"abstract","id":961,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"bus","id":962,"value":1,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":963,"value":2,"literal":"data","eClass":"EEnumLiteral"},{"name":"device","id":964,"value":3,"literal":"device","eClass":"EEnumLiteral"},{"name":"memory","id":965,"value":4,"literal":"memory","eClass":"EEnumLiteral"},{"name":"process","id":966,"value":5,"literal":"process","eClass":"EEnumLiteral"},{"name":"processor","id":967,"value":6,"literal":"processor","eClass":"EEnumLiteral"},{"name":"subprogram","id":968,"value":7,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":969,"value":8,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"system","id":970,"value":9,"literal":"system","eClass":"EEnumLiteral"},{"name":"thread","id":971,"value":10,"literal":"thread","eClass":"EEnumLiteral"},{"name":"threadGroup","id":972,"value":11,"literal":"threadGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":973,"value":12,"literal":"virtualBus","eClass":"EEnumLiteral"},{"name":"virtualProcessor","id":974,"value":13,"literal":"virtualProcessor","eClass":"EEnumLiteral"},{"id":975,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":976,"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":"parsedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":977,"derived":false},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"id":980,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":981,"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":"parsedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":982,"derived":false},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"privateSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":986,"derived":true},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"publicSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":989,"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":"ownedPackageRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":990,"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":"ownedComponentTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":991,"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":"ownedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"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":"ownedFeatureGroupTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":993,"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":"ownedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":994,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":995,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":996,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":997,"derived":false},{"id":998,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":999,"derived":true},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"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":"renamedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1009,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"renameAll","changeable":true,"lowerBound":1,"iD":false,"id":1010,"derived":false},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"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":"ownedPublicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1014,"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":"ownedPrivateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1015,"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":"publicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"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":"privateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1017,"derived":false},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":1026,"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":"renamedComponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1027,"derived":false},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"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":"renamedFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1031,"derived":false},{"id":1032,"eClass":"EGenericType"},{"id":1033,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1034,"derived":false},{"id":1035,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1036,"derived":false},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":1039,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1040,"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":"subcomponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1046,"derived":false},{"id":1047,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1048,"derived":false},{"id":1049,"eClass":"EGenericType"},{"id":1050,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1051,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1052,"derived":false},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1057,"derived":false},{"id":1058,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1059,"derived":false},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":1062,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":1063,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1064,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"derived":false},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":1071,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":1072,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1073,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"derived":false},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":1080,"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":"prototype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1081,"derived":false},{"id":1082,"eClass":"EGenericType"},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1085,"derived":false},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"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":"calledSubprogram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1089,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1090,"derived":false},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subprogramCalls","lowerBound":0,"id":1095,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"subprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1096,"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":"ownedSubprogramCallSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1097,"derived":false},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1102,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1103,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1104,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1105,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1107,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1108,"derived":false},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"eClass":"EGenericType"},{"id":1116,"eClass":"EGenericType"},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"eClass":"EGenericType"},{"id":1121,"eClass":"EGenericType"},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"eClass":"EGenericType"},{"id":1126,"eClass":"EGenericType"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"eClass":"EGenericType"},{"id":1152,"eClass":"EGenericType"},{"id":1153,"eClass":"EGenericType"},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"id":1160,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1161,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1162,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1163,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1164,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1165,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1166,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1167,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1168,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1169,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1170,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1171,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1172,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1173,"derived":false},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1176,"derived":true},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"id":1179,"eClass":"EGenericType"},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"id":1184,"eClass":"EGenericType"},{"id":1185,"eClass":"EGenericType"},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"id":1190,"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":"busSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1191,"derived":false},{"id":1192,"eClass":"EGenericType"},{"id":1193,"eClass":"EGenericType"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"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":"dataSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1196,"derived":false},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"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":"deviceSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1203,"derived":false},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"id":1206,"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":"memorySubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1207,"derived":false},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"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":"processSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1211,"derived":false},{"id":1212,"eClass":"EGenericType"},{"id":1213,"eClass":"EGenericType"},{"id":1214,"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":"processorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1215,"derived":false},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"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":"systemSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1219,"derived":false},{"id":1220,"eClass":"EGenericType"},{"id":1221,"eClass":"EGenericType"},{"id":1222,"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":"subprogramSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1223,"derived":false},{"id":1224,"eClass":"EGenericType"},{"id":1225,"eClass":"EGenericType"},{"id":1226,"eClass":"EGenericType"},{"id":1227,"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":"subprogramGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1228,"derived":false},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"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":"threadSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1234,"derived":false},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"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":"threadGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1238,"derived":false},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"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":"virtualBusSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1242,"derived":false},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"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":"virtualProcessorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1246,"derived":false},{"id":1247,"eClass":"EGenericType"},{"id":1248,"eClass":"EGenericType"},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"id":1251,"eClass":"EGenericType"},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"EGenericType"},{"id":1265,"eClass":"EGenericType"},{"id":1266,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1267,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1268,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1269,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1270,"derived":false},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"eClass":"EGenericType"},{"id":1275,"eClass":"EGenericType"},{"id":1276,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1277,"derived":false},{"id":1278,"eClass":"EGenericType"},{"id":1279,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1280,"derived":true},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"eClass":"EGenericType"},{"id":1286,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1287,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1288,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1289,"derived":false},{"id":1290,"eClass":"EGenericType"},{"id":1291,"eClass":"EGenericType"},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"id":1294,"eClass":"EGenericType"},{"id":1295,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1296,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1297,"derived":false},{"id":1298,"eClass":"EGenericType"},{"id":1299,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1300,"derived":true},{"id":1301,"eClass":"EGenericType"},{"id":1302,"eClass":"EGenericType"},{"id":1303,"eClass":"EGenericType"},{"id":1304,"eClass":"EGenericType"},{"id":1305,"eClass":"EGenericType"},{"id":1306,"eClass":"EGenericType"},{"id":1307,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1308,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1309,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1310,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1311,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1312,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1313,"derived":false},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"id":1316,"eClass":"EGenericType"},{"id":1317,"eClass":"EGenericType"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"id":1321,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1322,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1323,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1324,"derived":false},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1327,"derived":true},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"id":1330,"eClass":"EGenericType"},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"id":1335,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1336,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1337,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1338,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1339,"derived":false},{"id":1340,"eClass":"EGenericType"},{"id":1341,"eClass":"EGenericType"},{"id":1342,"eClass":"EGenericType"},{"id":1343,"eClass":"EGenericType"},{"id":1344,"eClass":"EGenericType"},{"id":1345,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1346,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1347,"derived":false},{"id":1348,"eClass":"EGenericType"},{"id":1349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1350,"derived":true},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"id":1354,"eClass":"EGenericType"},{"id":1355,"eClass":"EGenericType"},{"id":1356,"eClass":"EGenericType"},{"id":1357,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1358,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1359,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1360,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1361,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1362,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1363,"derived":false},{"id":1364,"eClass":"EGenericType"},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"id":1367,"eClass":"EGenericType"},{"id":1368,"eClass":"EGenericType"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"eClass":"EGenericType"},{"id":1371,"eClass":"EGenericType"},{"id":1372,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1373,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1374,"derived":false},{"id":1375,"eClass":"EGenericType"},{"id":1376,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1377,"derived":true},{"id":1378,"eClass":"EGenericType"},{"id":1379,"eClass":"EGenericType"},{"id":1380,"eClass":"EGenericType"},{"id":1381,"eClass":"EGenericType"},{"id":1382,"eClass":"EGenericType"},{"id":1383,"eClass":"EGenericType"},{"id":1384,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1385,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1386,"derived":false},{"id":1387,"eClass":"EGenericType"},{"id":1388,"eClass":"EGenericType"},{"id":1389,"eClass":"EGenericType"},{"id":1390,"eClass":"EGenericType"},{"id":1391,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1392,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1393,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1394,"derived":false},{"id":1395,"eClass":"EGenericType"},{"id":1396,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1397,"derived":true},{"id":1398,"eClass":"EGenericType"},{"id":1399,"eClass":"EGenericType"},{"id":1400,"eClass":"EGenericType"},{"id":1401,"eClass":"EGenericType"},{"id":1402,"eClass":"EGenericType"},{"id":1403,"eClass":"EGenericType"},{"id":1404,"eClass":"EGenericType"},{"id":1405,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1406,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1407,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1408,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1409,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1410,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1411,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1412,"derived":false},{"id":1413,"eClass":"EGenericType"},{"id":1414,"eClass":"EGenericType"},{"id":1415,"eClass":"EGenericType"},{"id":1416,"eClass":"EGenericType"},{"id":1417,"eClass":"EGenericType"},{"id":1418,"eClass":"EGenericType"},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"id":1421,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1423,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1424,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1425,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1426,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1427,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1428,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1429,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1430,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1431,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1432,"derived":false},{"id":1433,"eClass":"EGenericType"},{"id":1434,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1435,"derived":true},{"id":1436,"eClass":"EGenericType"},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"id":1439,"eClass":"EGenericType"},{"id":1440,"eClass":"EGenericType"},{"id":1441,"eClass":"EGenericType"},{"id":1442,"eClass":"EGenericType"},{"id":1443,"eClass":"EGenericType"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"id":1448,"eClass":"EGenericType"},{"id":1449,"eClass":"EGenericType"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1452,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1453,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1454,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1455,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1456,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1457,"derived":false},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1466,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1467,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1468,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1469,"derived":false},{"id":1470,"eClass":"EGenericType"},{"id":1471,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1472,"derived":true},{"id":1473,"eClass":"EGenericType"},{"id":1474,"eClass":"EGenericType"},{"id":1475,"eClass":"EGenericType"},{"id":1476,"eClass":"EGenericType"},{"id":1477,"eClass":"EGenericType"},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"id":1481,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1482,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1483,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1485,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1486,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"id":1488,"eClass":"EGenericType"},{"id":1489,"eClass":"EGenericType"},{"id":1490,"eClass":"EGenericType"},{"id":1491,"eClass":"EGenericType"},{"id":1492,"eClass":"EGenericType"},{"id":1493,"eClass":"EGenericType"},{"id":1494,"eClass":"EGenericType"},{"id":1495,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1496,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1497,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1498,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1499,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1500,"derived":false},{"id":1501,"eClass":"EGenericType"},{"id":1502,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1503,"derived":true},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"id":1506,"eClass":"EGenericType"},{"id":1507,"eClass":"EGenericType"},{"id":1508,"eClass":"EGenericType"},{"id":1509,"eClass":"EGenericType"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1514,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1515,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1516,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1517,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1518,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1519,"derived":false},{"id":1520,"eClass":"EGenericType"},{"id":1521,"eClass":"EGenericType"},{"id":1522,"eClass":"EGenericType"},{"id":1523,"eClass":"EGenericType"},{"id":1524,"eClass":"EGenericType"},{"id":1525,"eClass":"EGenericType"},{"id":1526,"eClass":"EGenericType"},{"id":1527,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1528,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1529,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1530,"derived":false},{"id":1531,"eClass":"EGenericType"},{"id":1532,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1533,"derived":true},{"id":1534,"eClass":"EGenericType"},{"id":1535,"eClass":"EGenericType"},{"id":1536,"eClass":"EGenericType"},{"id":1537,"eClass":"EGenericType"},{"id":1538,"eClass":"EGenericType"},{"id":1539,"eClass":"EGenericType"},{"id":1540,"eClass":"EGenericType"},{"id":1541,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1542,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1543,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1544,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1545,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1546,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1547,"derived":false},{"id":1548,"eClass":"EGenericType"},{"id":1549,"eClass":"EGenericType"},{"id":1550,"eClass":"EGenericType"},{"id":1551,"eClass":"EGenericType"},{"id":1552,"eClass":"EGenericType"},{"id":1553,"eClass":"EGenericType"},{"id":1554,"eClass":"EGenericType"},{"id":1555,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1556,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1557,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1558,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1559,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1560,"derived":false},{"id":1561,"eClass":"EGenericType"},{"id":1562,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1563,"derived":true},{"id":1564,"eClass":"EGenericType"},{"id":1565,"eClass":"EGenericType"},{"id":1566,"eClass":"EGenericType"},{"id":1567,"eClass":"EGenericType"},{"id":1568,"eClass":"EGenericType"},{"id":1569,"eClass":"EGenericType"},{"id":1570,"eClass":"EGenericType"},{"id":1571,"eClass":"EGenericType"},{"id":1572,"eClass":"EGenericType"},{"id":1573,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1574,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1575,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1576,"derived":false},{"id":1577,"eClass":"EGenericType"},{"id":1578,"eClass":"EGenericType"},{"id":1579,"eClass":"EGenericType"},{"id":1580,"eClass":"EGenericType"},{"id":1581,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1582,"derived":false},{"id":1583,"eClass":"EGenericType"},{"id":1584,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1585,"derived":true},{"id":1586,"eClass":"EGenericType"},{"id":1587,"eClass":"EGenericType"},{"id":1588,"eClass":"EGenericType"},{"id":1589,"eClass":"EGenericType"},{"id":1590,"eClass":"EGenericType"},{"id":1591,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1592,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1593,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1594,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1595,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1596,"derived":false},{"id":1597,"eClass":"EGenericType"},{"id":1598,"eClass":"EGenericType"},{"id":1599,"eClass":"EGenericType"},{"id":1600,"eClass":"EGenericType"},{"id":1601,"eClass":"EGenericType"},{"id":1602,"eClass":"EGenericType"},{"id":1603,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1604,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1605,"derived":false},{"id":1606,"eClass":"EGenericType"},{"id":1607,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1608,"derived":true},{"id":1609,"eClass":"EGenericType"},{"id":1610,"eClass":"EGenericType"},{"id":1611,"eClass":"EGenericType"},{"id":1612,"eClass":"EGenericType"},{"id":1613,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1614,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1615,"derived":false},{"id":1616,"eClass":"EGenericType"},{"id":1617,"eClass":"EGenericType"},{"id":1618,"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":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1619,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1620,"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":"constantValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1621,"derived":false},{"id":1622,"eClass":"EGenericType"},{"id":1623,"eClass":"EGenericType"},{"id":1624,"eClass":"EGenericType"},{"id":1625,"eClass":"EGenericType"},{"id":1626,"eClass":"EGenericType"},{"id":1627,"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":1628,"derived":false},{"id":1629,"eClass":"EGenericType"},{"id":1630,"eClass":"EGenericType"},{"id":1631,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1632,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1633,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1634,"many":false,"required":true,"eClass":"EOperation"},{"container":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1635,"derived":false},{"id":1636,"eClass":"EGenericType"},{"id":1637,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1638,"many":false,"required":true,"eClass":"EParameter"},{"id":1639,"eClass":"EGenericType"},{"id":1640,"eClass":"EGenericType"},{"id":1641,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1642,"many":false,"required":true,"eClass":"EParameter"},{"id":1643,"eClass":"EGenericType"},{"id":1644,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAbsoluteFactor","lowerBound":1,"id":1645,"many":false,"required":true,"eClass":"EOperation"},{"container":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":"baseUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1646,"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":"factor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1647,"derived":false},{"id":1648,"eClass":"EGenericType"},{"id":1649,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1650,"many":false,"required":true,"eClass":"EParameter"},{"id":1651,"eClass":"EGenericType"},{"id":1652,"eClass":"EGenericType"},{"id":1653,"eClass":"EGenericType"},{"id":1654,"eClass":"EGenericType"},{"id":1655,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1656,"derived":false},{"id":1657,"eClass":"EGenericType"},{"id":1658,"eClass":"EGenericType"},{"id":1659,"eClass":"EGenericType"},{"id":1660,"eClass":"EGenericType"},{"id":1661,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1662,"derived":false},{"id":1663,"eClass":"EGenericType"},{"id":1664,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1665,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1666,"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":"delta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1667,"derived":false},{"id":1668,"eClass":"EGenericType"},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"id":1671,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":0,"iD":false,"id":1672,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1673,"derived":false},{"id":1674,"eClass":"EGenericType"},{"id":1675,"eClass":"EGenericType"},{"id":1676,"eClass":"EGenericType"},{"ordered":false,"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":1677,"derived":false},{"id":1678,"eClass":"EGenericType"},{"id":1679,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":1680,"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":"ownedPropertyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1681,"derived":false},{"id":1682,"eClass":"EGenericType"},{"id":1683,"eClass":"EGenericType"},{"id":1684,"eClass":"EGenericType"},{"name":"and","id":1685,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":1686,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"not","id":1687,"value":2,"literal":"not","eClass":"EEnumLiteral"},{"name":"plus","id":1688,"value":3,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":1689,"value":4,"literal":"minus","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":"ownedFieldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1690,"derived":false},{"id":1691,"eClass":"EGenericType"},{"id":1692,"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":"function","changeable":true,"lowerBound":1,"iD":false,"id":1693,"derived":false},{"id":1694,"eClass":"EGenericType"},{"id":1695,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedListElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1696,"derived":false},{"id":1697,"eClass":"EGenericType"},{"id":1698,"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":"namedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1699,"derived":false},{"id":1700,"eClass":"EGenericType"},{"id":1701,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1702,"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":"ownedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1703,"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":"ownedPropertyConstant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1704,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1705,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1706,"derived":false},{"id":1707,"eClass":"EGenericType"},{"id":1708,"eClass":"EGenericType"},{"id":1709,"eClass":"EGenericType"},{"id":1710,"eClass":"EGenericType"},{"id":1711,"eClass":"EGenericType"},{"id":1712,"eClass":"EGenericType"},{"id":1713,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1714,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"propertySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1715,"derived":false},{"id":1716,"eClass":"EGenericType"},{"id":1717,"eClass":"EGenericType"},{"id":1718,"eClass":"EGenericType"},{"id":1719,"eClass":"EGenericType"},{"id":1720,"eClass":"EGenericType"},{"id":1721,"eClass":"EGenericType"},{"id":1722,"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":"ownedUnitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1723,"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":"unitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1724,"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":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1725,"derived":false},{"id":1726,"eClass":"EGenericType"},{"id":1727,"eClass":"EGenericType"},{"id":1728,"eClass":"EGenericType"},{"id":1729,"eClass":"EGenericType"},{"id":1730,"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":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1731,"derived":false},{"id":1732,"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":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1733,"derived":false},{"id":1734,"eClass":"EGenericType"},{"id":1735,"eClass":"EGenericType"},{"id":1736,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1737,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1738,"derived":false},{"id":1739,"eClass":"EGenericType"},{"id":1740,"eClass":"EGenericType"},{"id":1741,"eClass":"EGenericType"},{"id":1742,"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":"classifierReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1743,"derived":false},{"id":1744,"eClass":"EGenericType"},{"id":1745,"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":"ownedNumberType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1746,"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":"numberType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1747,"derived":false},{"id":1748,"eClass":"EGenericType"},{"id":1749,"eClass":"EGenericType"},{"id":1750,"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":"ownedField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1751,"derived":false},{"id":1752,"eClass":"EGenericType"},{"id":1753,"eClass":"EGenericType"},{"id":1754,"eClass":"EGenericType"},{"id":1755,"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":"namedElementReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1756,"derived":false},{"id":1757,"eClass":"EGenericType"},{"id":1758,"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":"ownedElementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1759,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1760,"derived":false},{"id":1761,"eClass":"EGenericType"},{"id":1762,"eClass":"EGenericType"},{"id":1763,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":0,"target":231},{"source":0,"target":232},{"source":0,"target":233},{"source":0,"target":234},{"source":0,"target":235},{"source":0,"target":236},{"source":0,"target":237},{"source":0,"target":238},{"source":0,"target":239},{"source":0,"target":240},{"source":0,"target":241},{"source":0,"target":242},{"source":0,"target":243},{"source":0,"target":244},{"source":0,"target":245},{"source":0,"target":246},{"source":0,"target":247},{"source":0,"target":248},{"source":0,"target":249},{"source":0,"target":250},{"source":0,"target":251},{"source":0,"target":252},{"source":0,"target":253},{"source":0,"target":254},{"source":0,"target":255},{"source":0,"target":256},{"source":0,"target":257},{"source":0,"target":258},{"source":0,"target":259},{"source":0,"target":260},{"source":0,"target":261},{"source":0,"target":262},{"source":0,"target":263},{"source":0,"target":264},{"source":0,"target":265},{"source":0,"target":266},{"source":0,"target":267},{"source":0,"target":268},{"source":0,"target":269},{"source":0,"target":270},{"source":1,"target":0},{"source":1,"target":271},{"source":1,"target":272},{"source":1,"target":273},{"source":1,"target":274},{"source":1,"target":275},{"source":1,"target":276},{"source":1,"target":277},{"source":271,"target":278},{"source":271,"target":1},{"source":271,"target":279},{"source":271,"target":280},{"source":279,"target":281},{"source":279,"target":271},{"source":280,"target":282},{"source":280,"target":271},{"source":282,"target":283},{"source":282,"target":284},{"source":272,"target":285},{"source":272,"target":1},{"source":272,"target":286},{"source":272,"target":287},{"source":286,"target":288},{"source":286,"target":272},{"source":287,"target":289},{"source":287,"target":272},{"source":289,"target":290},{"source":289,"target":291},{"source":273,"target":1},{"source":273,"target":292},{"source":273,"target":1},{"source":292,"target":1},{"source":274,"target":1},{"source":274,"target":293},{"source":274,"target":1},{"source":293,"target":1},{"source":275,"target":4},{"source":275,"target":294},{"source":275,"target":1},{"source":294,"target":4},{"source":276,"target":1},{"source":276,"target":295},{"source":276,"target":1},{"source":295,"target":1},{"source":277,"target":2},{"source":277,"target":296},{"source":277,"target":1},{"source":296,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":297},{"source":2,"target":298},{"source":297,"target":3},{"source":297,"target":299},{"source":297,"target":2},{"source":299,"target":3},{"source":298,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":300},{"source":5,"target":301},{"source":300,"target":4},{"source":300,"target":302},{"source":300,"target":5},{"source":300,"target":303},{"source":302,"target":4},{"source":303,"target":5},{"source":303,"target":304},{"source":303,"target":300},{"source":304,"target":5},{"source":301,"target":6},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":305},{"source":6,"target":306},{"source":6,"target":307},{"source":6,"target":308},{"source":6,"target":309},{"source":6,"target":310},{"source":6,"target":311},{"source":6,"target":312},{"source":6,"target":313},{"source":6,"target":314},{"source":6,"target":315},{"source":6,"target":316},{"source":305,"target":317},{"source":305,"target":6},{"source":305,"target":318},{"source":305,"target":319},{"source":318,"target":320},{"source":318,"target":305},{"source":319,"target":321},{"source":319,"target":305},{"source":321,"target":322},{"source":321,"target":323},{"source":306,"target":324},{"source":306,"target":6},{"source":306,"target":325},{"source":306,"target":326},{"source":325,"target":327},{"source":325,"target":306},{"source":326,"target":328},{"source":326,"target":306},{"source":328,"target":329},{"source":328,"target":330},{"source":307,"target":18},{"source":307,"target":331},{"source":307,"target":6},{"source":331,"target":18},{"source":308,"target":18},{"source":308,"target":332},{"source":308,"target":6},{"source":332,"target":18},{"source":309,"target":4},{"source":309,"target":333},{"source":309,"target":6},{"source":309,"target":334},{"source":309,"target":335},{"source":333,"target":4},{"source":334,"target":6},{"source":334,"target":336},{"source":334,"target":309},{"source":336,"target":6},{"source":335,"target":18},{"source":335,"target":337},{"source":335,"target":309},{"source":337,"target":18},{"source":310,"target":3},{"source":310,"target":338},{"source":310,"target":6},{"source":338,"target":3},{"source":311,"target":3},{"source":311,"target":339},{"source":311,"target":6},{"source":339,"target":3},{"source":312,"target":14},{"source":312,"target":340},{"source":312,"target":6},{"source":312,"target":341},{"source":312,"target":342},{"source":340,"target":14},{"source":341,"target":3},{"source":341,"target":343},{"source":341,"target":312},{"source":343,"target":3},{"source":342,"target":3},{"source":342,"target":344},{"source":342,"target":312},{"source":344,"target":3},{"source":313,"target":3},{"source":313,"target":345},{"source":313,"target":6},{"source":345,"target":3},{"source":314,"target":3},{"source":314,"target":346},{"source":314,"target":6},{"source":346,"target":3},{"source":315,"target":7},{"source":315,"target":347},{"source":315,"target":6},{"source":347,"target":7},{"source":316,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":348},{"source":7,"target":349},{"source":7,"target":350},{"source":7,"target":351},{"source":7,"target":352},{"source":7,"target":353},{"source":7,"target":354},{"source":348,"target":8},{"source":348,"target":355},{"source":348,"target":7},{"source":355,"target":8},{"source":349,"target":32},{"source":349,"target":356},{"source":349,"target":7},{"source":356,"target":32},{"source":350,"target":17},{"source":350,"target":357},{"source":350,"target":7},{"source":357,"target":17},{"source":351,"target":4},{"source":351,"target":358},{"source":351,"target":7},{"source":358,"target":4},{"source":352,"target":4},{"source":352,"target":359},{"source":352,"target":7},{"source":359,"target":4},{"source":353,"target":36},{"source":353,"target":360},{"source":353,"target":7},{"source":360,"target":36},{"source":354,"target":1},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":12},{"source":8,"target":13},{"source":8,"target":361},{"source":8,"target":362},{"source":8,"target":363},{"source":8,"target":364},{"source":8,"target":365},{"source":8,"target":366},{"source":8,"target":367},{"source":8,"target":368},{"source":8,"target":369},{"source":361,"target":4},{"source":361,"target":370},{"source":361,"target":8},{"source":370,"target":4},{"source":362,"target":14},{"source":362,"target":371},{"source":362,"target":8},{"source":371,"target":14},{"source":363,"target":15},{"source":363,"target":372},{"source":363,"target":8},{"source":372,"target":15},{"source":364,"target":17},{"source":364,"target":373},{"source":364,"target":8},{"source":373,"target":17},{"source":365,"target":16},{"source":365,"target":374},{"source":365,"target":8},{"source":374,"target":16},{"source":366,"target":4},{"source":366,"target":375},{"source":366,"target":8},{"source":375,"target":4},{"source":367,"target":9},{"source":368,"target":12},{"source":369,"target":13},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":376},{"source":9,"target":377},{"source":9,"target":378},{"source":376,"target":11},{"source":376,"target":379},{"source":376,"target":9},{"source":379,"target":11},{"source":377,"target":11},{"source":377,"target":380},{"source":377,"target":9},{"source":380,"target":11},{"source":378,"target":10},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":381},{"source":10,"target":382},{"source":381,"target":5},{"source":381,"target":383},{"source":381,"target":10},{"source":383,"target":5},{"source":382,"target":6},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":384},{"source":384,"target":5},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":385},{"source":385,"target":1},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":386},{"source":15,"target":387},{"source":15,"target":388},{"source":386,"target":3},{"source":386,"target":389},{"source":386,"target":15},{"source":389,"target":3},{"source":387,"target":3},{"source":387,"target":390},{"source":387,"target":15},{"source":390,"target":3},{"source":388,"target":16},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":391},{"source":391,"target":1},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":5},{"source":17,"target":392},{"source":17,"target":393},{"source":17,"target":394},{"source":17,"target":395},{"source":17,"target":396},{"source":17,"target":397},{"source":17,"target":398},{"source":17,"target":399},{"source":17,"target":400},{"source":17,"target":401},{"source":17,"target":402},{"source":17,"target":403},{"source":17,"target":404},{"source":17,"target":405},{"source":17,"target":406},{"source":17,"target":407},{"source":17,"target":408},{"source":17,"target":409},{"source":17,"target":410},{"source":17,"target":411},{"source":17,"target":412},{"source":17,"target":413},{"source":392,"target":414},{"source":392,"target":17},{"source":392,"target":415},{"source":392,"target":416},{"source":415,"target":417},{"source":415,"target":392},{"source":416,"target":418},{"source":416,"target":392},{"source":418,"target":419},{"source":418,"target":420},{"source":393,"target":421},{"source":393,"target":17},{"source":393,"target":422},{"source":393,"target":423},{"source":422,"target":424},{"source":422,"target":393},{"source":423,"target":425},{"source":423,"target":393},{"source":425,"target":426},{"source":425,"target":427},{"source":394,"target":19},{"source":394,"target":428},{"source":394,"target":17},{"source":428,"target":19},{"source":395,"target":6},{"source":395,"target":429},{"source":395,"target":17},{"source":429,"target":6},{"source":396,"target":17},{"source":396,"target":430},{"source":396,"target":17},{"source":430,"target":17},{"source":397,"target":17},{"source":397,"target":431},{"source":397,"target":17},{"source":431,"target":17},{"source":398,"target":6},{"source":398,"target":432},{"source":398,"target":17},{"source":398,"target":433},{"source":432,"target":6},{"source":433,"target":17},{"source":433,"target":434},{"source":433,"target":398},{"source":434,"target":17},{"source":399,"target":4},{"source":399,"target":435},{"source":399,"target":17},{"source":399,"target":436},{"source":435,"target":4},{"source":436,"target":6},{"source":436,"target":437},{"source":436,"target":399},{"source":437,"target":6},{"source":400,"target":6},{"source":400,"target":438},{"source":400,"target":17},{"source":400,"target":439},{"source":438,"target":6},{"source":439,"target":6},{"source":439,"target":440},{"source":439,"target":400},{"source":440,"target":6},{"source":401,"target":4},{"source":401,"target":441},{"source":401,"target":17},{"source":401,"target":442},{"source":441,"target":4},{"source":442,"target":17},{"source":442,"target":443},{"source":442,"target":401},{"source":443,"target":17},{"source":402,"target":19},{"source":402,"target":444},{"source":402,"target":17},{"source":402,"target":445},{"source":444,"target":19},{"source":403,"target":6},{"source":403,"target":446},{"source":403,"target":17},{"source":446,"target":6},{"source":404,"target":20},{"source":404,"target":447},{"source":404,"target":17},{"source":404,"target":448},{"source":447,"target":20},{"source":405,"target":17},{"source":405,"target":449},{"source":405,"target":17},{"source":449,"target":17},{"source":406,"target":23},{"source":406,"target":450},{"source":406,"target":17},{"source":450,"target":23},{"source":407,"target":27},{"source":407,"target":451},{"source":407,"target":17},{"source":451,"target":27},{"source":408,"target":31},{"source":408,"target":452},{"source":408,"target":17},{"source":452,"target":31},{"source":409,"target":4},{"source":409,"target":453},{"source":409,"target":17},{"source":453,"target":4},{"source":410,"target":4},{"source":410,"target":454},{"source":410,"target":17},{"source":454,"target":4},{"source":411,"target":4},{"source":411,"target":455},{"source":411,"target":17},{"source":455,"target":4},{"source":412,"target":18},{"source":413,"target":5},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":456},{"source":18,"target":457},{"source":18,"target":458},{"source":18,"target":459},{"source":18,"target":460},{"source":18,"target":461},{"source":456,"target":462},{"source":456,"target":18},{"source":456,"target":463},{"source":456,"target":464},{"source":463,"target":465},{"source":463,"target":456},{"source":464,"target":466},{"source":464,"target":456},{"source":466,"target":467},{"source":466,"target":468},{"source":457,"target":3},{"source":457,"target":469},{"source":457,"target":18},{"source":457,"target":470},{"source":469,"target":3},{"source":470,"target":6},{"source":470,"target":471},{"source":470,"target":457},{"source":471,"target":6},{"source":458,"target":4},{"source":458,"target":472},{"source":458,"target":18},{"source":472,"target":4},{"source":459,"target":6},{"source":459,"target":473},{"source":459,"target":18},{"source":473,"target":6},{"source":460,"target":6},{"source":460,"target":474},{"source":460,"target":18},{"source":474,"target":6},{"source":461,"target":6},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":445},{"source":19,"target":475},{"source":445,"target":17},{"source":445,"target":476},{"source":445,"target":19},{"source":445,"target":402},{"source":476,"target":17},{"source":475,"target":6},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":477},{"source":20,"target":448},{"source":20,"target":478},{"source":477,"target":17},{"source":477,"target":479},{"source":477,"target":20},{"source":479,"target":17},{"source":448,"target":17},{"source":448,"target":480},{"source":448,"target":20},{"source":448,"target":404},{"source":480,"target":17},{"source":478,"target":21},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":481},{"source":21,"target":482},{"source":21,"target":483},{"source":481,"target":1},{"source":481,"target":484},{"source":481,"target":21},{"source":484,"target":1},{"source":482,"target":1},{"source":482,"target":485},{"source":482,"target":21},{"source":485,"target":1},{"source":483,"target":22},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":486},{"source":22,"target":487},{"source":486,"target":1},{"source":486,"target":488},{"source":486,"target":22},{"source":488,"target":1},{"source":487,"target":1},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":489},{"source":489,"target":24},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":490},{"source":24,"target":491},{"source":24,"target":492},{"source":490,"target":25},{"source":490,"target":493},{"source":490,"target":24},{"source":493,"target":25},{"source":491,"target":25},{"source":491,"target":494},{"source":491,"target":24},{"source":494,"target":25},{"source":492,"target":6},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":495},{"source":25,"target":496},{"source":25,"target":497},{"source":495,"target":4},{"source":495,"target":498},{"source":495,"target":25},{"source":498,"target":4},{"source":496,"target":4},{"source":496,"target":499},{"source":496,"target":25},{"source":499,"target":4},{"source":497,"target":26},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":500},{"source":500,"target":19},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":30},{"source":27,"target":501},{"source":27,"target":502},{"source":27,"target":503},{"source":27,"target":504},{"source":501,"target":505},{"source":501,"target":27},{"source":501,"target":506},{"source":501,"target":507},{"source":506,"target":508},{"source":506,"target":501},{"source":507,"target":509},{"source":507,"target":501},{"source":509,"target":510},{"source":509,"target":511},{"source":502,"target":27},{"source":502,"target":512},{"source":502,"target":27},{"source":512,"target":27},{"source":503,"target":28},{"source":504,"target":30},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":19},{"source":28,"target":513},{"source":28,"target":514},{"source":513,"target":29},{"source":514,"target":19},{"source":29,"target":0},{"source":29,"target":6},{"source":29,"target":515},{"source":29,"target":516},{"source":29,"target":517},{"source":515,"target":17},{"source":515,"target":518},{"source":515,"target":29},{"source":518,"target":17},{"source":516,"target":29},{"source":516,"target":519},{"source":516,"target":29},{"source":519,"target":29},{"source":517,"target":6},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":520},{"source":31,"target":521},{"source":520,"target":27},{"source":520,"target":522},{"source":520,"target":31},{"source":522,"target":27},{"source":521,"target":1},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":523},{"source":32,"target":524},{"source":523,"target":33},{"source":523,"target":525},{"source":523,"target":32},{"source":525,"target":33},{"source":524,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":526},{"source":33,"target":527},{"source":33,"target":528},{"source":33,"target":529},{"source":526,"target":34},{"source":526,"target":530},{"source":526,"target":33},{"source":530,"target":34},{"source":527,"target":6},{"source":527,"target":531},{"source":527,"target":33},{"source":531,"target":6},{"source":528,"target":3},{"source":528,"target":532},{"source":528,"target":33},{"source":532,"target":3},{"source":529,"target":1},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":533},{"source":34,"target":534},{"source":34,"target":535},{"source":533,"target":35},{"source":533,"target":536},{"source":533,"target":34},{"source":536,"target":35},{"source":534,"target":35},{"source":534,"target":537},{"source":534,"target":34},{"source":537,"target":35},{"source":535,"target":1},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":24},{"source":36,"target":538},{"source":36,"target":539},{"source":538,"target":14},{"source":538,"target":540},{"source":538,"target":36},{"source":540,"target":14},{"source":539,"target":24},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":541},{"source":541,"target":19},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":542},{"source":39,"target":543},{"source":542,"target":40},{"source":542,"target":544},{"source":542,"target":39},{"source":544,"target":40},{"source":543,"target":1},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":545},{"source":40,"target":546},{"source":40,"target":547},{"source":545,"target":35},{"source":545,"target":548},{"source":545,"target":40},{"source":548,"target":35},{"source":546,"target":13},{"source":546,"target":549},{"source":546,"target":40},{"source":549,"target":13},{"source":547,"target":1},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":550},{"source":41,"target":551},{"source":550,"target":39},{"source":550,"target":552},{"source":550,"target":41},{"source":552,"target":39},{"source":551,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":553},{"source":42,"target":554},{"source":42,"target":555},{"source":553,"target":43},{"source":553,"target":556},{"source":553,"target":42},{"source":556,"target":43},{"source":554,"target":31},{"source":554,"target":557},{"source":554,"target":42},{"source":557,"target":31},{"source":555,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":558},{"source":43,"target":559},{"source":43,"target":560},{"source":43,"target":561},{"source":43,"target":562},{"source":43,"target":563},{"source":43,"target":564},{"source":43,"target":565},{"source":43,"target":566},{"source":43,"target":567},{"source":43,"target":568},{"source":43,"target":569},{"source":43,"target":570},{"source":43,"target":571},{"source":43,"target":572},{"source":43,"target":573},{"source":43,"target":574},{"source":43,"target":575},{"source":43,"target":576},{"source":43,"target":577},{"source":43,"target":578},{"source":43,"target":579},{"source":43,"target":580},{"source":43,"target":581},{"source":43,"target":582},{"source":558,"target":100},{"source":558,"target":583},{"source":558,"target":43},{"source":583,"target":100},{"source":559,"target":51},{"source":559,"target":584},{"source":559,"target":43},{"source":584,"target":51},{"source":560,"target":100},{"source":560,"target":585},{"source":560,"target":43},{"source":585,"target":100},{"source":561,"target":43},{"source":561,"target":586},{"source":561,"target":43},{"source":586,"target":43},{"source":562,"target":102},{"source":562,"target":587},{"source":562,"target":43},{"source":587,"target":102},{"source":563,"target":104},{"source":563,"target":588},{"source":563,"target":43},{"source":588,"target":104},{"source":564,"target":106},{"source":564,"target":589},{"source":564,"target":43},{"source":589,"target":106},{"source":565,"target":107},{"source":565,"target":590},{"source":565,"target":43},{"source":590,"target":107},{"source":566,"target":108},{"source":566,"target":591},{"source":566,"target":43},{"source":591,"target":108},{"source":567,"target":110},{"source":567,"target":592},{"source":567,"target":43},{"source":592,"target":110},{"source":568,"target":113},{"source":568,"target":593},{"source":568,"target":43},{"source":593,"target":113},{"source":569,"target":114},{"source":569,"target":594},{"source":569,"target":43},{"source":594,"target":114},{"source":570,"target":115},{"source":570,"target":595},{"source":570,"target":43},{"source":595,"target":115},{"source":571,"target":116},{"source":571,"target":596},{"source":571,"target":43},{"source":596,"target":116},{"source":572,"target":117},{"source":572,"target":597},{"source":572,"target":43},{"source":597,"target":117},{"source":573,"target":4},{"source":573,"target":598},{"source":573,"target":43},{"source":598,"target":4},{"source":574,"target":4},{"source":574,"target":599},{"source":574,"target":43},{"source":599,"target":4},{"source":575,"target":4},{"source":575,"target":600},{"source":575,"target":43},{"source":600,"target":4},{"source":576,"target":118},{"source":576,"target":601},{"source":576,"target":43},{"source":601,"target":118},{"source":577,"target":119},{"source":577,"target":602},{"source":577,"target":43},{"source":602,"target":119},{"source":578,"target":120},{"source":578,"target":603},{"source":578,"target":43},{"source":603,"target":120},{"source":579,"target":121},{"source":579,"target":604},{"source":579,"target":43},{"source":604,"target":121},{"source":580,"target":122},{"source":580,"target":605},{"source":580,"target":43},{"source":605,"target":122},{"source":581,"target":123},{"source":581,"target":606},{"source":581,"target":43},{"source":606,"target":123},{"source":582,"target":44},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":45},{"source":44,"target":46},{"source":44,"target":607},{"source":44,"target":608},{"source":44,"target":609},{"source":44,"target":610},{"source":44,"target":611},{"source":44,"target":612},{"source":44,"target":613},{"source":44,"target":614},{"source":607,"target":25},{"source":607,"target":615},{"source":607,"target":44},{"source":615,"target":25},{"source":608,"target":47},{"source":608,"target":616},{"source":608,"target":44},{"source":616,"target":47},{"source":609,"target":4},{"source":609,"target":617},{"source":609,"target":44},{"source":617,"target":4},{"source":610,"target":4},{"source":610,"target":618},{"source":610,"target":44},{"source":618,"target":4},{"source":611,"target":4},{"source":611,"target":619},{"source":611,"target":44},{"source":619,"target":4},{"source":612,"target":17},{"source":613,"target":45},{"source":614,"target":46},{"source":45,"target":0},{"source":45,"target":5},{"source":45,"target":620},{"source":620,"target":5},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":621},{"source":47,"target":622},{"source":47,"target":623},{"source":47,"target":624},{"source":621,"target":25},{"source":621,"target":625},{"source":621,"target":47},{"source":625,"target":25},{"source":622,"target":25},{"source":622,"target":626},{"source":622,"target":47},{"source":626,"target":25},{"source":623,"target":48},{"source":623,"target":627},{"source":623,"target":47},{"source":627,"target":48},{"source":624,"target":26},{"source":48,"target":0},{"source":48,"target":1},{"source":48,"target":628},{"source":48,"target":629},{"source":48,"target":630},{"source":628,"target":49},{"source":628,"target":631},{"source":628,"target":48},{"source":631,"target":49},{"source":629,"target":50},{"source":629,"target":632},{"source":629,"target":48},{"source":632,"target":50},{"source":630,"target":1},{"source":49,"target":0},{"source":49,"target":6},{"source":49,"target":633},{"source":633,"target":6},{"source":50,"target":0},{"source":50,"target":6},{"source":50,"target":634},{"source":634,"target":6},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":635},{"source":51,"target":636},{"source":51,"target":637},{"source":51,"target":638},{"source":51,"target":639},{"source":51,"target":640},{"source":51,"target":641},{"source":51,"target":642},{"source":635,"target":52},{"source":635,"target":643},{"source":635,"target":51},{"source":643,"target":52},{"source":636,"target":51},{"source":636,"target":644},{"source":636,"target":51},{"source":644,"target":51},{"source":637,"target":56},{"source":637,"target":645},{"source":637,"target":51},{"source":645,"target":56},{"source":638,"target":64},{"source":638,"target":646},{"source":638,"target":51},{"source":646,"target":64},{"source":639,"target":65},{"source":639,"target":647},{"source":639,"target":51},{"source":647,"target":65},{"source":640,"target":97},{"source":640,"target":648},{"source":640,"target":51},{"source":648,"target":97},{"source":641,"target":4},{"source":641,"target":649},{"source":641,"target":51},{"source":649,"target":4},{"source":642,"target":44},{"source":52,"target":0},{"source":52,"target":28},{"source":52,"target":53},{"source":52,"target":41},{"source":52,"target":650},{"source":52,"target":651},{"source":52,"target":652},{"source":52,"target":653},{"source":52,"target":654},{"source":52,"target":655},{"source":52,"target":656},{"source":650,"target":55},{"source":650,"target":657},{"source":650,"target":52},{"source":657,"target":55},{"source":651,"target":46},{"source":651,"target":658},{"source":651,"target":52},{"source":658,"target":46},{"source":652,"target":52},{"source":652,"target":659},{"source":652,"target":52},{"source":659,"target":52},{"source":653,"target":17},{"source":653,"target":660},{"source":653,"target":52},{"source":660,"target":17},{"source":654,"target":28},{"source":655,"target":53},{"source":656,"target":41},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":661},{"source":661,"target":54},{"source":54,"target":0},{"source":54,"target":6},{"source":54,"target":662},{"source":662,"target":6},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":45},{"source":55,"target":46},{"source":55,"target":663},{"source":55,"target":664},{"source":55,"target":665},{"source":55,"target":666},{"source":55,"target":667},{"source":663,"target":4},{"source":663,"target":668},{"source":663,"target":55},{"source":668,"target":4},{"source":664,"target":44},{"source":664,"target":669},{"source":664,"target":55},{"source":669,"target":44},{"source":665,"target":27},{"source":666,"target":45},{"source":667,"target":46},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":670},{"source":56,"target":671},{"source":56,"target":672},{"source":56,"target":673},{"source":56,"target":674},{"source":56,"target":675},{"source":56,"target":676},{"source":670,"target":56},{"source":670,"target":677},{"source":670,"target":56},{"source":677,"target":56},{"source":671,"target":62},{"source":671,"target":678},{"source":671,"target":56},{"source":678,"target":62},{"source":672,"target":63},{"source":672,"target":679},{"source":672,"target":56},{"source":679,"target":63},{"source":673,"target":63},{"source":673,"target":680},{"source":673,"target":56},{"source":680,"target":63},{"source":674,"target":57},{"source":675,"target":59},{"source":676,"target":60},{"source":57,"target":0},{"source":57,"target":28},{"source":57,"target":58},{"source":57,"target":681},{"source":57,"target":682},{"source":681,"target":28},{"source":682,"target":58},{"source":58,"target":0},{"source":58,"target":6},{"source":58,"target":683},{"source":683,"target":6},{"source":59,"target":0},{"source":59,"target":24},{"source":59,"target":684},{"source":59,"target":685},{"source":59,"target":686},{"source":59,"target":687},{"source":59,"target":688},{"source":689,"target":25},{"source":689,"target":690},{"source":690,"target":25},{"source":684,"target":25},{"source":684,"target":691},{"source":684,"target":59},{"source":691,"target":25},{"source":685,"target":47},{"source":685,"target":692},{"source":685,"target":59},{"source":692,"target":47},{"source":686,"target":47},{"source":686,"target":693},{"source":686,"target":59},{"source":693,"target":47},{"source":687,"target":26},{"source":687,"target":694},{"source":687,"target":59},{"source":694,"target":26},{"source":688,"target":24},{"source":60,"target":0},{"source":60,"target":61},{"source":60,"target":695},{"source":695,"target":61},{"source":61,"target":0},{"source":61,"target":6},{"source":61,"target":696},{"source":696,"target":6},{"source":62,"target":0},{"source":62,"target":697},{"source":62,"target":698},{"source":62,"target":699},{"source":697,"target":62},{"source":698,"target":62},{"source":699,"target":62},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":700},{"source":63,"target":701},{"source":63,"target":702},{"source":700,"target":49},{"source":700,"target":703},{"source":700,"target":63},{"source":703,"target":49},{"source":701,"target":52},{"source":701,"target":704},{"source":701,"target":63},{"source":704,"target":52},{"source":702,"target":1},{"source":64,"target":0},{"source":64,"target":20},{"source":64,"target":705},{"source":64,"target":706},{"source":705,"target":51},{"source":705,"target":707},{"source":705,"target":64},{"source":707,"target":51},{"source":706,"target":20},{"source":65,"target":0},{"source":65,"target":67},{"source":65,"target":49},{"source":65,"target":69},{"source":65,"target":66},{"source":65,"target":708},{"source":65,"target":709},{"source":65,"target":710},{"source":65,"target":711},{"source":65,"target":712},{"source":65,"target":713},{"source":65,"target":714},{"source":65,"target":715},{"source":708,"target":4},{"source":708,"target":716},{"source":708,"target":65},{"source":716,"target":4},{"source":709,"target":70},{"source":709,"target":717},{"source":709,"target":65},{"source":717,"target":70},{"source":710,"target":71},{"source":710,"target":718},{"source":710,"target":65},{"source":718,"target":71},{"source":711,"target":99},{"source":711,"target":719},{"source":711,"target":65},{"source":719,"target":99},{"source":712,"target":67},{"source":713,"target":49},{"source":714,"target":69},{"source":715,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":52},{"source":67,"target":720},{"source":67,"target":721},{"source":720,"target":68},{"source":720,"target":722},{"source":720,"target":67},{"source":722,"target":68},{"source":721,"target":52},{"source":68,"target":0},{"source":68,"target":723},{"source":68,"target":724},{"source":68,"target":725},{"source":723,"target":68},{"source":724,"target":68},{"source":725,"target":68},{"source":69,"target":0},{"source":69,"target":54},{"source":69,"target":726},{"source":726,"target":54},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":17},{"source":71,"target":70},{"source":71,"target":727},{"source":71,"target":728},{"source":71,"target":729},{"source":71,"target":730},{"source":71,"target":731},{"source":71,"target":732},{"source":71,"target":733},{"source":71,"target":734},{"source":71,"target":735},{"source":71,"target":736},{"source":71,"target":737},{"source":71,"target":738},{"source":71,"target":739},{"source":71,"target":740},{"source":71,"target":741},{"source":71,"target":742},{"source":727,"target":52},{"source":727,"target":743},{"source":727,"target":71},{"source":743,"target":52},{"source":728,"target":71},{"source":728,"target":744},{"source":728,"target":71},{"source":744,"target":71},{"source":729,"target":71},{"source":729,"target":745},{"source":729,"target":71},{"source":745,"target":71},{"source":730,"target":72},{"source":730,"target":746},{"source":730,"target":71},{"source":746,"target":72},{"source":731,"target":73},{"source":731,"target":747},{"source":731,"target":71},{"source":747,"target":73},{"source":732,"target":80},{"source":732,"target":748},{"source":732,"target":71},{"source":748,"target":80},{"source":733,"target":85},{"source":733,"target":749},{"source":733,"target":71},{"source":749,"target":85},{"source":734,"target":88},{"source":734,"target":750},{"source":734,"target":71},{"source":750,"target":88},{"source":735,"target":89},{"source":735,"target":751},{"source":735,"target":71},{"source":751,"target":89},{"source":736,"target":65},{"source":736,"target":752},{"source":736,"target":71},{"source":752,"target":65},{"source":737,"target":90},{"source":737,"target":753},{"source":737,"target":71},{"source":753,"target":90},{"source":738,"target":91},{"source":738,"target":754},{"source":738,"target":71},{"source":754,"target":91},{"source":739,"target":94},{"source":739,"target":755},{"source":739,"target":71},{"source":755,"target":94},{"source":740,"target":97},{"source":740,"target":756},{"source":740,"target":71},{"source":756,"target":97},{"source":741,"target":17},{"source":742,"target":70},{"source":72,"target":0},{"source":72,"target":20},{"source":72,"target":757},{"source":72,"target":758},{"source":757,"target":71},{"source":757,"target":759},{"source":757,"target":72},{"source":759,"target":71},{"source":758,"target":20},{"source":73,"target":0},{"source":73,"target":74},{"source":73,"target":78},{"source":73,"target":760},{"source":73,"target":761},{"source":73,"target":762},{"source":760,"target":79},{"source":760,"target":763},{"source":760,"target":73},{"source":763,"target":79},{"source":761,"target":74},{"source":762,"target":78},{"source":74,"target":0},{"source":74,"target":52},{"source":74,"target":75},{"source":74,"target":764},{"source":74,"target":765},{"source":74,"target":766},{"source":74,"target":767},{"source":764,"target":76},{"source":764,"target":768},{"source":764,"target":74},{"source":768,"target":76},{"source":765,"target":77},{"source":765,"target":769},{"source":765,"target":74},{"source":769,"target":77},{"source":766,"target":52},{"source":767,"target":75},{"source":75,"target":0},{"source":75,"target":54},{"source":75,"target":770},{"source":770,"target":54},{"source":76,"target":0},{"source":76,"target":771},{"source":76,"target":772},{"source":771,"target":76},{"source":772,"target":76},{"source":77,"target":0},{"source":77,"target":773},{"source":77,"target":774},{"source":77,"target":775},{"source":77,"target":776},{"source":773,"target":77},{"source":774,"target":77},{"source":775,"target":77},{"source":776,"target":77},{"source":78,"target":0},{"source":78,"target":6},{"source":78,"target":777},{"source":777,"target":6},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":45},{"source":79,"target":46},{"source":79,"target":778},{"source":79,"target":779},{"source":79,"target":780},{"source":778,"target":78},{"source":779,"target":45},{"source":780,"target":46},{"source":80,"target":0},{"source":80,"target":74},{"source":80,"target":83},{"source":80,"target":60},{"source":80,"target":81},{"source":80,"target":82},{"source":80,"target":781},{"source":80,"target":782},{"source":80,"target":783},{"source":80,"target":784},{"source":80,"target":785},{"source":80,"target":786},{"source":781,"target":84},{"source":781,"target":787},{"source":781,"target":80},{"source":787,"target":84},{"source":782,"target":74},{"source":783,"target":83},{"source":784,"target":60},{"source":785,"target":81},{"source":786,"target":82},{"source":81,"target":0},{"source":81,"target":54},{"source":81,"target":788},{"source":788,"target":54},{"source":82,"target":0},{"source":82,"target":54},{"source":82,"target":789},{"source":789,"target":54},{"source":83,"target":0},{"source":83,"target":6},{"source":83,"target":790},{"source":790,"target":6},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":45},{"source":84,"target":46},{"source":84,"target":791},{"source":84,"target":792},{"source":84,"target":793},{"source":791,"target":83},{"source":792,"target":45},{"source":793,"target":46},{"source":85,"target":0},{"source":85,"target":86},{"source":85,"target":49},{"source":85,"target":83},{"source":85,"target":81},{"source":85,"target":794},{"source":85,"target":795},{"source":85,"target":796},{"source":85,"target":797},{"source":85,"target":798},{"source":794,"target":84},{"source":794,"target":799},{"source":794,"target":85},{"source":799,"target":84},{"source":795,"target":86},{"source":796,"target":49},{"source":797,"target":83},{"source":798,"target":81},{"source":86,"target":0},{"source":86,"target":67},{"source":86,"target":82},{"source":86,"target":50},{"source":86,"target":800},{"source":86,"target":801},{"source":86,"target":802},{"source":86,"target":803},{"source":800,"target":87},{"source":800,"target":804},{"source":800,"target":86},{"source":804,"target":87},{"source":801,"target":67},{"source":802,"target":82},{"source":803,"target":50},{"source":87,"target":0},{"source":87,"target":805},{"source":87,"target":806},{"source":87,"target":807},{"source":805,"target":87},{"source":806,"target":87},{"source":807,"target":87},{"source":88,"target":0},{"source":88,"target":86},{"source":88,"target":49},{"source":88,"target":83},{"source":88,"target":81},{"source":88,"target":808},{"source":88,"target":809},{"source":88,"target":810},{"source":88,"target":811},{"source":88,"target":812},{"source":808,"target":84},{"source":808,"target":813},{"source":808,"target":88},{"source":813,"target":84},{"source":809,"target":86},{"source":810,"target":49},{"source":811,"target":83},{"source":812,"target":81},{"source":89,"target":0},{"source":89,"target":86},{"source":89,"target":814},{"source":814,"target":86},{"source":90,"target":0},{"source":90,"target":67},{"source":90,"target":49},{"source":90,"target":81},{"source":90,"target":815},{"source":90,"target":816},{"source":90,"target":817},{"source":90,"target":818},{"source":815,"target":84},{"source":815,"target":819},{"source":815,"target":90},{"source":819,"target":84},{"source":816,"target":67},{"source":817,"target":49},{"source":818,"target":81},{"source":91,"target":0},{"source":91,"target":74},{"source":91,"target":92},{"source":91,"target":820},{"source":91,"target":821},{"source":91,"target":822},{"source":820,"target":93},{"source":820,"target":823},{"source":820,"target":91},{"source":823,"target":93},{"source":821,"target":74},{"source":822,"target":92},{"source":92,"target":0},{"source":92,"target":6},{"source":92,"target":30},{"source":92,"target":824},{"source":92,"target":825},{"source":824,"target":6},{"source":825,"target":30},{"source":93,"target":0},{"source":93,"target":45},{"source":93,"target":92},{"source":93,"target":46},{"source":93,"target":826},{"source":93,"target":827},{"source":93,"target":828},{"source":826,"target":45},{"source":827,"target":92},{"source":828,"target":46},{"source":94,"target":0},{"source":94,"target":74},{"source":94,"target":95},{"source":94,"target":66},{"source":94,"target":829},{"source":94,"target":830},{"source":94,"target":831},{"source":94,"target":832},{"source":829,"target":96},{"source":829,"target":833},{"source":829,"target":94},{"source":833,"target":96},{"source":830,"target":74},{"source":831,"target":95},{"source":832,"target":66},{"source":95,"target":0},{"source":95,"target":6},{"source":95,"target":834},{"source":834,"target":6},{"source":96,"target":0},{"source":96,"target":45},{"source":96,"target":95},{"source":96,"target":46},{"source":96,"target":835},{"source":96,"target":836},{"source":96,"target":837},{"source":835,"target":45},{"source":836,"target":95},{"source":837,"target":46},{"source":97,"target":0},{"source":97,"target":67},{"source":97,"target":50},{"source":97,"target":838},{"source":97,"target":839},{"source":97,"target":840},{"source":838,"target":98},{"source":838,"target":841},{"source":838,"target":97},{"source":841,"target":98},{"source":839,"target":67},{"source":840,"target":50},{"source":98,"target":0},{"source":98,"target":27},{"source":98,"target":842},{"source":98,"target":843},{"source":98,"target":844},{"source":842,"target":68},{"source":842,"target":845},{"source":842,"target":98},{"source":845,"target":68},{"source":843,"target":44},{"source":843,"target":846},{"source":843,"target":98},{"source":846,"target":44},{"source":844,"target":27},{"source":99,"target":0},{"source":99,"target":27},{"source":99,"target":70},{"source":99,"target":847},{"source":99,"target":848},{"source":99,"target":849},{"source":847,"target":71},{"source":847,"target":850},{"source":847,"target":99},{"source":850,"target":71},{"source":848,"target":27},{"source":849,"target":70},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":24},{"source":100,"target":49},{"source":100,"target":60},{"source":100,"target":41},{"source":100,"target":851},{"source":100,"target":852},{"source":100,"target":853},{"source":100,"target":854},{"source":100,"target":855},{"source":100,"target":856},{"source":100,"target":857},{"source":100,"target":858},{"source":100,"target":859},{"source":100,"target":860},{"source":100,"target":861},{"source":100,"target":862},{"source":100,"target":863},{"source":864,"target":25},{"source":864,"target":865},{"source":865,"target":25},{"source":851,"target":45},{"source":851,"target":866},{"source":851,"target":100},{"source":866,"target":45},{"source":852,"target":31},{"source":852,"target":867},{"source":852,"target":100},{"source":867,"target":31},{"source":853,"target":55},{"source":853,"target":868},{"source":853,"target":100},{"source":868,"target":55},{"source":854,"target":101},{"source":854,"target":869},{"source":854,"target":100},{"source":869,"target":101},{"source":855,"target":4},{"source":855,"target":870},{"source":855,"target":100},{"source":870,"target":4},{"source":856,"target":42},{"source":856,"target":871},{"source":856,"target":100},{"source":871,"target":42},{"source":857,"target":100},{"source":857,"target":872},{"source":857,"target":100},{"source":872,"target":100},{"source":858,"target":44},{"source":858,"target":873},{"source":858,"target":100},{"source":873,"target":44},{"source":859,"target":28},{"source":860,"target":24},{"source":861,"target":49},{"source":862,"target":60},{"source":863,"target":41},{"source":101,"target":0},{"source":101,"target":1},{"source":101,"target":874},{"source":101,"target":875},{"source":101,"target":876},{"source":874,"target":25},{"source":874,"target":877},{"source":874,"target":101},{"source":877,"target":25},{"source":875,"target":25},{"source":875,"target":878},{"source":875,"target":101},{"source":878,"target":25},{"source":876,"target":1},{"source":102,"target":0},{"source":102,"target":59},{"source":102,"target":19},{"source":102,"target":58},{"source":102,"target":879},{"source":102,"target":880},{"source":102,"target":881},{"source":102,"target":882},{"source":102,"target":883},{"source":102,"target":884},{"source":879,"target":62},{"source":879,"target":885},{"source":879,"target":102},{"source":885,"target":62},{"source":880,"target":56},{"source":880,"target":886},{"source":880,"target":102},{"source":886,"target":56},{"source":881,"target":103},{"source":881,"target":887},{"source":881,"target":102},{"source":887,"target":103},{"source":882,"target":59},{"source":883,"target":19},{"source":884,"target":58},{"source":103,"target":0},{"source":103,"target":1},{"source":103,"target":888},{"source":103,"target":889},{"source":103,"target":890},{"source":888,"target":60},{"source":888,"target":891},{"source":888,"target":103},{"source":891,"target":60},{"source":889,"target":49},{"source":889,"target":892},{"source":889,"target":103},{"source":892,"target":49},{"source":890,"target":1},{"source":104,"target":0},{"source":104,"target":28},{"source":104,"target":59},{"source":104,"target":60},{"source":104,"target":893},{"source":104,"target":894},{"source":104,"target":895},{"source":104,"target":896},{"source":104,"target":897},{"source":104,"target":898},{"source":104,"target":899},{"source":893,"target":105},{"source":893,"target":900},{"source":893,"target":104},{"source":900,"target":105},{"source":894,"target":105},{"source":894,"target":901},{"source":894,"target":104},{"source":901,"target":105},{"source":895,"target":4},{"source":895,"target":902},{"source":895,"target":104},{"source":902,"target":4},{"source":896,"target":104},{"source":896,"target":903},{"source":896,"target":104},{"source":903,"target":104},{"source":897,"target":28},{"source":898,"target":59},{"source":899,"target":60},{"source":105,"target":0},{"source":105,"target":1},{"source":105,"target":904},{"source":105,"target":905},{"source":105,"target":906},{"source":904,"target":49},{"source":904,"target":907},{"source":904,"target":105},{"source":907,"target":49},{"source":905,"target":54},{"source":905,"target":908},{"source":905,"target":105},{"source":908,"target":54},{"source":906,"target":1},{"source":106,"target":0},{"source":106,"target":20},{"source":106,"target":909},{"source":106,"target":910},{"source":909,"target":43},{"source":909,"target":911},{"source":909,"target":106},{"source":911,"target":43},{"source":910,"target":20},{"source":107,"target":0},{"source":107,"target":20},{"source":107,"target":912},{"source":107,"target":913},{"source":912,"target":51},{"source":912,"target":914},{"source":912,"target":107},{"source":914,"target":51},{"source":913,"target":20},{"source":108,"target":0},{"source":108,"target":57},{"source":108,"target":59},{"source":108,"target":61},{"source":108,"target":915},{"source":108,"target":916},{"source":108,"target":917},{"source":108,"target":918},{"source":108,"target":919},{"source":915,"target":108},{"source":915,"target":920},{"source":915,"target":108},{"source":920,"target":108},{"source":916,"target":109},{"source":916,"target":921},{"source":916,"target":108},{"source":921,"target":109},{"source":917,"target":57},{"source":918,"target":59},{"source":919,"target":61},{"source":109,"target":0},{"source":109,"target":1},{"source":109,"target":922},{"source":109,"target":923},{"source":109,"target":924},{"source":922,"target":61},{"source":922,"target":925},{"source":922,"target":109},{"source":925,"target":61},{"source":923,"target":49},{"source":923,"target":926},{"source":923,"target":109},{"source":926,"target":49},{"source":924,"target":1},{"source":110,"target":0},{"source":110,"target":100},{"source":110,"target":111},{"source":110,"target":927},{"source":110,"target":928},{"source":110,"target":929},{"source":927,"target":112},{"source":927,"target":930},{"source":927,"target":110},{"source":930,"target":112},{"source":928,"target":100},{"source":929,"target":111},{"source":111,"target":0},{"source":111,"target":6},{"source":111,"target":931},{"source":931,"target":6},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":45},{"source":112,"target":932},{"source":112,"target":933},{"source":932,"target":111},{"source":933,"target":45},{"source":113,"target":0},{"source":113,"target":104},{"source":113,"target":934},{"source":113,"target":935},{"source":934,"target":77},{"source":934,"target":936},{"source":934,"target":113},{"source":936,"target":77},{"source":935,"target":104},{"source":114,"target":0},{"source":114,"target":104},{"source":114,"target":937},{"source":937,"target":104},{"source":115,"target":0},{"source":115,"target":104},{"source":115,"target":938},{"source":938,"target":104},{"source":116,"target":0},{"source":116,"target":104},{"source":116,"target":939},{"source":939,"target":104},{"source":117,"target":0},{"source":117,"target":104},{"source":117,"target":940},{"source":940,"target":104},{"source":118,"target":0},{"source":118,"target":28},{"source":118,"target":24},{"source":118,"target":941},{"source":118,"target":942},{"source":941,"target":28},{"source":942,"target":24},{"source":119,"target":0},{"source":119,"target":28},{"source":119,"target":24},{"source":119,"target":53},{"source":119,"target":82},{"source":119,"target":50},{"source":119,"target":943},{"source":119,"target":944},{"source":119,"target":945},{"source":119,"target":946},{"source":119,"target":947},{"source":119,"target":948},{"source":943,"target":68},{"source":943,"target":949},{"source":943,"target":119},{"source":949,"target":68},{"source":944,"target":28},{"source":945,"target":24},{"source":946,"target":53},{"source":947,"target":82},{"source":948,"target":50},{"source":120,"target":0},{"source":120,"target":119},{"source":120,"target":950},{"source":950,"target":119},{"source":121,"target":0},{"source":121,"target":119},{"source":121,"target":951},{"source":951,"target":119},{"source":122,"target":0},{"source":122,"target":118},{"source":122,"target":53},{"source":122,"target":82},{"source":122,"target":50},{"source":122,"target":952},{"source":122,"target":953},{"source":122,"target":954},{"source":122,"target":955},{"source":122,"target":956},{"source":952,"target":68},{"source":952,"target":957},{"source":952,"target":122},{"source":957,"target":68},{"source":953,"target":118},{"source":954,"target":53},{"source":955,"target":82},{"source":956,"target":50},{"source":123,"target":0},{"source":123,"target":118},{"source":123,"target":75},{"source":123,"target":30},{"source":123,"target":958},{"source":123,"target":959},{"source":123,"target":960},{"source":958,"target":118},{"source":959,"target":75},{"source":960,"target":30},{"source":124,"target":0},{"source":124,"target":961},{"source":124,"target":962},{"source":124,"target":963},{"source":124,"target":964},{"source":124,"target":965},{"source":124,"target":966},{"source":124,"target":967},{"source":124,"target":968},{"source":124,"target":969},{"source":124,"target":970},{"source":124,"target":971},{"source":124,"target":972},{"source":124,"target":973},{"source":124,"target":974},{"source":961,"target":124},{"source":962,"target":124},{"source":963,"target":124},{"source":964,"target":124},{"source":965,"target":124},{"source":966,"target":124},{"source":967,"target":124},{"source":968,"target":124},{"source":969,"target":124},{"source":970,"target":124},{"source":971,"target":124},{"source":972,"target":124},{"source":973,"target":124},{"source":974,"target":124},{"source":125,"target":0},{"source":125,"target":6},{"source":125,"target":975},{"source":975,"target":6},{"source":126,"target":0},{"source":126,"target":125},{"source":126,"target":976},{"source":126,"target":977},{"source":126,"target":978},{"source":976,"target":3},{"source":976,"target":979},{"source":976,"target":126},{"source":979,"target":3},{"source":977,"target":125},{"source":977,"target":980},{"source":977,"target":126},{"source":980,"target":125},{"source":978,"target":125},{"source":127,"target":0},{"source":127,"target":23},{"source":127,"target":981},{"source":127,"target":982},{"source":127,"target":983},{"source":981,"target":3},{"source":981,"target":984},{"source":981,"target":127},{"source":984,"target":3},{"source":982,"target":23},{"source":982,"target":985},{"source":982,"target":127},{"source":985,"target":23},{"source":983,"target":23},{"source":128,"target":0},{"source":128,"target":129},{"source":128,"target":986},{"source":128,"target":987},{"source":986,"target":133},{"source":986,"target":988},{"source":986,"target":128},{"source":986,"target":989},{"source":988,"target":133},{"source":987,"target":129},{"source":129,"target":0},{"source":129,"target":18},{"source":129,"target":990},{"source":129,"target":991},{"source":129,"target":992},{"source":129,"target":993},{"source":129,"target":994},{"source":129,"target":995},{"source":129,"target":996},{"source":129,"target":997},{"source":129,"target":998},{"source":999,"target":3},{"source":999,"target":1000},{"source":1000,"target":3},{"source":990,"target":130},{"source":990,"target":1001},{"source":990,"target":129},{"source":1001,"target":130},{"source":991,"target":134},{"source":991,"target":1002},{"source":991,"target":129},{"source":1002,"target":134},{"source":992,"target":17},{"source":992,"target":1003},{"source":992,"target":129},{"source":1003,"target":17},{"source":993,"target":135},{"source":993,"target":1004},{"source":993,"target":129},{"source":1004,"target":135},{"source":994,"target":125},{"source":994,"target":1005},{"source":994,"target":129},{"source":1005,"target":125},{"source":995,"target":132},{"source":995,"target":1006},{"source":995,"target":129},{"source":1006,"target":132},{"source":996,"target":4},{"source":996,"target":1007},{"source":996,"target":129},{"source":1007,"target":4},{"source":997,"target":4},{"source":997,"target":1008},{"source":997,"target":129},{"source":1008,"target":4},{"source":998,"target":18},{"source":130,"target":0},{"source":130,"target":6},{"source":130,"target":1009},{"source":130,"target":1010},{"source":130,"target":1011},{"source":1009,"target":131},{"source":1009,"target":1012},{"source":1009,"target":130},{"source":1012,"target":131},{"source":1010,"target":4},{"source":1010,"target":1013},{"source":1010,"target":130},{"source":1013,"target":4},{"source":1011,"target":6},{"source":131,"target":0},{"source":131,"target":132},{"source":131,"target":1014},{"source":131,"target":1015},{"source":131,"target":1016},{"source":131,"target":1017},{"source":131,"target":1018},{"source":1014,"target":128},{"source":1014,"target":1019},{"source":1014,"target":131},{"source":1019,"target":128},{"source":1015,"target":133},{"source":1015,"target":1020},{"source":1015,"target":131},{"source":1020,"target":133},{"source":1016,"target":128},{"source":1016,"target":1021},{"source":1016,"target":131},{"source":1021,"target":128},{"source":1017,"target":133},{"source":1017,"target":1022},{"source":1017,"target":131},{"source":1022,"target":133},{"source":1018,"target":132},{"source":132,"target":0},{"source":132,"target":6},{"source":132,"target":1023},{"source":1023,"target":6},{"source":133,"target":0},{"source":133,"target":129},{"source":133,"target":989},{"source":133,"target":1024},{"source":989,"target":128},{"source":989,"target":1025},{"source":989,"target":133},{"source":989,"target":986},{"source":1025,"target":128},{"source":1024,"target":129},{"source":134,"target":0},{"source":134,"target":6},{"source":134,"target":1026},{"source":134,"target":1027},{"source":134,"target":1028},{"source":1026,"target":124},{"source":1026,"target":1029},{"source":1026,"target":134},{"source":1029,"target":124},{"source":1027,"target":51},{"source":1027,"target":1030},{"source":1027,"target":134},{"source":1030,"target":51},{"source":1028,"target":6},{"source":135,"target":0},{"source":135,"target":6},{"source":135,"target":1031},{"source":135,"target":1032},{"source":1031,"target":71},{"source":1031,"target":1033},{"source":1031,"target":135},{"source":1033,"target":71},{"source":1032,"target":6},{"source":136,"target":0},{"source":136,"target":31},{"source":136,"target":1034},{"source":136,"target":1035},{"source":1036,"target":27},{"source":1036,"target":1037},{"source":1037,"target":27},{"source":1034,"target":137},{"source":1034,"target":1038},{"source":1034,"target":136},{"source":1038,"target":137},{"source":1035,"target":31},{"source":137,"target":0},{"source":137,"target":41},{"source":137,"target":1039},{"source":137,"target":1040},{"source":137,"target":1041},{"source":137,"target":1042},{"source":1039,"target":124},{"source":1039,"target":1043},{"source":1039,"target":137},{"source":1043,"target":124},{"source":1040,"target":31},{"source":1040,"target":1044},{"source":1040,"target":137},{"source":1044,"target":31},{"source":1041,"target":45},{"source":1041,"target":1045},{"source":1041,"target":137},{"source":1045,"target":45},{"source":1042,"target":41},{"source":138,"target":0},{"source":138,"target":31},{"source":138,"target":1046},{"source":138,"target":1047},{"source":1048,"target":27},{"source":1048,"target":1049},{"source":1049,"target":27},{"source":1046,"target":139},{"source":1046,"target":1050},{"source":1046,"target":138},{"source":1050,"target":139},{"source":1047,"target":31},{"source":139,"target":0},{"source":139,"target":140},{"source":139,"target":1051},{"source":139,"target":1052},{"source":139,"target":1053},{"source":1051,"target":31},{"source":1051,"target":1054},{"source":1051,"target":139},{"source":1054,"target":31},{"source":1052,"target":70},{"source":1052,"target":1055},{"source":1052,"target":139},{"source":1055,"target":70},{"source":1053,"target":140},{"source":140,"target":0},{"source":140,"target":41},{"source":140,"target":1056},{"source":1056,"target":41},{"source":141,"target":0},{"source":141,"target":31},{"source":141,"target":1057},{"source":141,"target":1058},{"source":1059,"target":27},{"source":1059,"target":1060},{"source":1060,"target":27},{"source":1057,"target":140},{"source":1057,"target":1061},{"source":1057,"target":141},{"source":1061,"target":140},{"source":1058,"target":31},{"source":142,"target":0},{"source":142,"target":140},{"source":142,"target":1062},{"source":142,"target":1063},{"source":142,"target":1064},{"source":142,"target":1065},{"source":142,"target":1066},{"source":1062,"target":76},{"source":1062,"target":1067},{"source":1062,"target":142},{"source":1067,"target":76},{"source":1063,"target":77},{"source":1063,"target":1068},{"source":1063,"target":142},{"source":1068,"target":77},{"source":1064,"target":44},{"source":1064,"target":1069},{"source":1064,"target":142},{"source":1069,"target":44},{"source":1065,"target":55},{"source":1065,"target":1070},{"source":1065,"target":142},{"source":1070,"target":55},{"source":1066,"target":140},{"source":143,"target":0},{"source":143,"target":140},{"source":143,"target":1071},{"source":143,"target":1072},{"source":143,"target":1073},{"source":143,"target":1074},{"source":143,"target":1075},{"source":1071,"target":68},{"source":1071,"target":1076},{"source":1071,"target":143},{"source":1076,"target":68},{"source":1072,"target":87},{"source":1072,"target":1077},{"source":1072,"target":143},{"source":1077,"target":87},{"source":1073,"target":44},{"source":1073,"target":1078},{"source":1073,"target":143},{"source":1078,"target":44},{"source":1074,"target":55},{"source":1074,"target":1079},{"source":1074,"target":143},{"source":1079,"target":55},{"source":1075,"target":140},{"source":144,"target":0},{"source":144,"target":140},{"source":144,"target":1080},{"source":144,"target":1081},{"source":144,"target":1082},{"source":1080,"target":68},{"source":1080,"target":1083},{"source":1080,"target":144},{"source":1083,"target":68},{"source":1081,"target":98},{"source":1081,"target":1084},{"source":1081,"target":144},{"source":1084,"target":98},{"source":1082,"target":140},{"source":145,"target":0},{"source":145,"target":37},{"source":145,"target":24},{"source":145,"target":1085},{"source":145,"target":1086},{"source":145,"target":1087},{"source":1085,"target":146},{"source":1085,"target":1088},{"source":1085,"target":145},{"source":1088,"target":146},{"source":1086,"target":37},{"source":1087,"target":24},{"source":146,"target":0},{"source":146,"target":37},{"source":146,"target":49},{"source":146,"target":1089},{"source":146,"target":1090},{"source":146,"target":1091},{"source":146,"target":1092},{"source":1089,"target":30},{"source":1089,"target":1093},{"source":1089,"target":146},{"source":1093,"target":30},{"source":1090,"target":66},{"source":1090,"target":1094},{"source":1090,"target":146},{"source":1094,"target":66},{"source":1091,"target":37},{"source":1092,"target":49},{"source":147,"target":0},{"source":147,"target":43},{"source":147,"target":1095},{"source":147,"target":1096},{"source":147,"target":1097},{"source":147,"target":1098},{"source":1095,"target":146},{"source":1095,"target":1099},{"source":1095,"target":147},{"source":1099,"target":146},{"source":1096,"target":146},{"source":1096,"target":1100},{"source":1096,"target":147},{"source":1100,"target":146},{"source":1097,"target":145},{"source":1097,"target":1101},{"source":1097,"target":147},{"source":1101,"target":145},{"source":1098,"target":43},{"source":148,"target":0},{"source":148,"target":51},{"source":148,"target":149},{"source":148,"target":66},{"source":148,"target":1102},{"source":148,"target":1103},{"source":148,"target":1104},{"source":148,"target":1105},{"source":148,"target":1106},{"source":148,"target":1107},{"source":148,"target":1108},{"source":148,"target":1109},{"source":148,"target":1110},{"source":148,"target":1111},{"source":1102,"target":73},{"source":1102,"target":1112},{"source":1102,"target":148},{"source":1112,"target":73},{"source":1103,"target":80},{"source":1103,"target":1113},{"source":1103,"target":148},{"source":1113,"target":80},{"source":1104,"target":91},{"source":1104,"target":1114},{"source":1104,"target":148},{"source":1114,"target":91},{"source":1105,"target":85},{"source":1105,"target":1115},{"source":1105,"target":148},{"source":1115,"target":85},{"source":1106,"target":89},{"source":1106,"target":1116},{"source":1106,"target":148},{"source":1116,"target":89},{"source":1107,"target":88},{"source":1107,"target":1117},{"source":1107,"target":148},{"source":1117,"target":88},{"source":1108,"target":94},{"source":1108,"target":1118},{"source":1108,"target":148},{"source":1118,"target":94},{"source":1109,"target":51},{"source":1110,"target":149},{"source":1111,"target":66},{"source":149,"target":0},{"source":149,"target":44},{"source":149,"target":112},{"source":149,"target":79},{"source":149,"target":84},{"source":149,"target":164},{"source":149,"target":162},{"source":149,"target":166},{"source":149,"target":160},{"source":149,"target":96},{"source":149,"target":93},{"source":149,"target":158},{"source":149,"target":154},{"source":149,"target":156},{"source":149,"target":152},{"source":149,"target":150},{"source":149,"target":1119},{"source":149,"target":1120},{"source":149,"target":1121},{"source":149,"target":1122},{"source":149,"target":1123},{"source":149,"target":1124},{"source":149,"target":1125},{"source":149,"target":1126},{"source":149,"target":1127},{"source":149,"target":1128},{"source":149,"target":1129},{"source":149,"target":1130},{"source":149,"target":1131},{"source":149,"target":1132},{"source":149,"target":1133},{"source":1119,"target":44},{"source":1120,"target":112},{"source":1121,"target":79},{"source":1122,"target":84},{"source":1123,"target":164},{"source":1124,"target":162},{"source":1125,"target":166},{"source":1126,"target":160},{"source":1127,"target":96},{"source":1128,"target":93},{"source":1129,"target":158},{"source":1130,"target":154},{"source":1131,"target":156},{"source":1132,"target":152},{"source":1133,"target":150},{"source":150,"target":0},{"source":150,"target":45},{"source":150,"target":151},{"source":150,"target":1134},{"source":150,"target":1135},{"source":1134,"target":45},{"source":1135,"target":151},{"source":151,"target":0},{"source":151,"target":6},{"source":151,"target":1136},{"source":1136,"target":6},{"source":152,"target":0},{"source":152,"target":45},{"source":152,"target":153},{"source":152,"target":1137},{"source":152,"target":1138},{"source":1137,"target":45},{"source":1138,"target":153},{"source":153,"target":0},{"source":153,"target":6},{"source":153,"target":1139},{"source":1139,"target":6},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":155},{"source":154,"target":1140},{"source":154,"target":1141},{"source":1140,"target":45},{"source":1141,"target":155},{"source":155,"target":0},{"source":155,"target":6},{"source":155,"target":1142},{"source":1142,"target":6},{"source":156,"target":0},{"source":156,"target":45},{"source":156,"target":157},{"source":156,"target":1143},{"source":156,"target":1144},{"source":1143,"target":45},{"source":1144,"target":157},{"source":157,"target":0},{"source":157,"target":6},{"source":157,"target":1145},{"source":1145,"target":6},{"source":158,"target":0},{"source":158,"target":45},{"source":158,"target":159},{"source":158,"target":1146},{"source":158,"target":1147},{"source":1146,"target":45},{"source":1147,"target":159},{"source":159,"target":0},{"source":159,"target":6},{"source":159,"target":1148},{"source":1148,"target":6},{"source":160,"target":0},{"source":160,"target":161},{"source":160,"target":45},{"source":160,"target":1149},{"source":160,"target":1150},{"source":1149,"target":161},{"source":1150,"target":45},{"source":161,"target":0},{"source":161,"target":6},{"source":161,"target":1151},{"source":1151,"target":6},{"source":162,"target":0},{"source":162,"target":163},{"source":162,"target":45},{"source":162,"target":1152},{"source":162,"target":1153},{"source":1152,"target":163},{"source":1153,"target":45},{"source":163,"target":0},{"source":163,"target":6},{"source":163,"target":1154},{"source":1154,"target":6},{"source":164,"target":0},{"source":164,"target":165},{"source":164,"target":45},{"source":164,"target":1155},{"source":164,"target":1156},{"source":1155,"target":165},{"source":1156,"target":45},{"source":165,"target":0},{"source":165,"target":6},{"source":165,"target":1157},{"source":1157,"target":6},{"source":166,"target":0},{"source":166,"target":167},{"source":166,"target":45},{"source":166,"target":1158},{"source":166,"target":1159},{"source":1158,"target":167},{"source":1159,"target":45},{"source":167,"target":0},{"source":167,"target":6},{"source":167,"target":1160},{"source":1160,"target":6},{"source":168,"target":0},{"source":168,"target":147},{"source":168,"target":149},{"source":168,"target":1161},{"source":168,"target":1162},{"source":168,"target":1163},{"source":168,"target":1164},{"source":168,"target":1165},{"source":168,"target":1166},{"source":168,"target":1167},{"source":168,"target":1168},{"source":168,"target":1169},{"source":168,"target":1170},{"source":168,"target":1171},{"source":168,"target":1172},{"source":168,"target":1173},{"source":168,"target":1174},{"source":168,"target":1175},{"source":1176,"target":51},{"source":1176,"target":1177},{"source":1177,"target":51},{"source":1161,"target":169},{"source":1161,"target":1178},{"source":1161,"target":168},{"source":1178,"target":169},{"source":1162,"target":170},{"source":1162,"target":1179},{"source":1162,"target":168},{"source":1179,"target":170},{"source":1163,"target":171},{"source":1163,"target":1180},{"source":1163,"target":168},{"source":1180,"target":171},{"source":1164,"target":172},{"source":1164,"target":1181},{"source":1164,"target":168},{"source":1181,"target":172},{"source":1165,"target":173},{"source":1165,"target":1182},{"source":1165,"target":168},{"source":1182,"target":173},{"source":1166,"target":174},{"source":1166,"target":1183},{"source":1166,"target":168},{"source":1183,"target":174},{"source":1167,"target":175},{"source":1167,"target":1184},{"source":1167,"target":168},{"source":1184,"target":175},{"source":1168,"target":176},{"source":1168,"target":1185},{"source":1168,"target":168},{"source":1185,"target":176},{"source":1169,"target":177},{"source":1169,"target":1186},{"source":1169,"target":168},{"source":1186,"target":177},{"source":1170,"target":178},{"source":1170,"target":1187},{"source":1170,"target":168},{"source":1187,"target":178},{"source":1171,"target":179},{"source":1171,"target":1188},{"source":1171,"target":168},{"source":1188,"target":179},{"source":1172,"target":180},{"source":1172,"target":1189},{"source":1172,"target":168},{"source":1189,"target":180},{"source":1173,"target":181},{"source":1173,"target":1190},{"source":1173,"target":168},{"source":1190,"target":181},{"source":1174,"target":147},{"source":1175,"target":149},{"source":169,"target":0},{"source":169,"target":100},{"source":169,"target":75},{"source":169,"target":78},{"source":169,"target":1191},{"source":169,"target":1192},{"source":169,"target":1193},{"source":169,"target":1194},{"source":1191,"target":79},{"source":1191,"target":1195},{"source":1191,"target":169},{"source":1195,"target":79},{"source":1192,"target":100},{"source":1193,"target":75},{"source":1194,"target":78},{"source":170,"target":0},{"source":170,"target":100},{"source":170,"target":75},{"source":170,"target":83},{"source":170,"target":81},{"source":170,"target":82},{"source":170,"target":1196},{"source":170,"target":1197},{"source":170,"target":1198},{"source":170,"target":1199},{"source":170,"target":1200},{"source":170,"target":1201},{"source":1196,"target":84},{"source":1196,"target":1202},{"source":1196,"target":170},{"source":1202,"target":84},{"source":1197,"target":100},{"source":1198,"target":75},{"source":1199,"target":83},{"source":1200,"target":81},{"source":1201,"target":82},{"source":171,"target":0},{"source":171,"target":100},{"source":171,"target":165},{"source":171,"target":1203},{"source":171,"target":1204},{"source":171,"target":1205},{"source":1203,"target":164},{"source":1203,"target":1206},{"source":1203,"target":171},{"source":1206,"target":164},{"source":1204,"target":100},{"source":1205,"target":165},{"source":172,"target":0},{"source":172,"target":100},{"source":172,"target":163},{"source":172,"target":1207},{"source":172,"target":1208},{"source":172,"target":1209},{"source":1207,"target":162},{"source":1207,"target":1210},{"source":1207,"target":172},{"source":1210,"target":162},{"source":1208,"target":100},{"source":1209,"target":163},{"source":173,"target":0},{"source":173,"target":100},{"source":173,"target":161},{"source":173,"target":1211},{"source":173,"target":1212},{"source":173,"target":1213},{"source":1211,"target":160},{"source":1211,"target":1214},{"source":1211,"target":173},{"source":1214,"target":160},{"source":1212,"target":100},{"source":1213,"target":161},{"source":174,"target":0},{"source":174,"target":100},{"source":174,"target":167},{"source":174,"target":1215},{"source":174,"target":1216},{"source":174,"target":1217},{"source":1215,"target":166},{"source":1215,"target":1218},{"source":1215,"target":174},{"source":1218,"target":166},{"source":1216,"target":100},{"source":1217,"target":167},{"source":175,"target":0},{"source":175,"target":100},{"source":175,"target":159},{"source":175,"target":1219},{"source":175,"target":1220},{"source":175,"target":1221},{"source":1219,"target":158},{"source":1219,"target":1222},{"source":1219,"target":175},{"source":1222,"target":158},{"source":1220,"target":100},{"source":1221,"target":159},{"source":176,"target":0},{"source":176,"target":100},{"source":176,"target":75},{"source":176,"target":92},{"source":176,"target":1223},{"source":176,"target":1224},{"source":176,"target":1225},{"source":176,"target":1226},{"source":1223,"target":93},{"source":1223,"target":1227},{"source":1223,"target":176},{"source":1227,"target":93},{"source":1224,"target":100},{"source":1225,"target":75},{"source":1226,"target":92},{"source":177,"target":0},{"source":177,"target":100},{"source":177,"target":75},{"source":177,"target":95},{"source":177,"target":66},{"source":177,"target":1228},{"source":177,"target":1229},{"source":177,"target":1230},{"source":177,"target":1231},{"source":177,"target":1232},{"source":1228,"target":96},{"source":1228,"target":1233},{"source":1228,"target":177},{"source":1233,"target":96},{"source":1229,"target":100},{"source":1230,"target":75},{"source":1231,"target":95},{"source":1232,"target":66},{"source":178,"target":0},{"source":178,"target":100},{"source":178,"target":157},{"source":178,"target":1234},{"source":178,"target":1235},{"source":178,"target":1236},{"source":1234,"target":156},{"source":1234,"target":1237},{"source":1234,"target":178},{"source":1237,"target":156},{"source":1235,"target":100},{"source":1236,"target":157},{"source":179,"target":0},{"source":179,"target":100},{"source":179,"target":155},{"source":179,"target":1238},{"source":179,"target":1239},{"source":179,"target":1240},{"source":1238,"target":154},{"source":1238,"target":1241},{"source":1238,"target":179},{"source":1241,"target":154},{"source":1239,"target":100},{"source":1240,"target":155},{"source":180,"target":0},{"source":180,"target":100},{"source":180,"target":153},{"source":180,"target":1242},{"source":180,"target":1243},{"source":180,"target":1244},{"source":1242,"target":152},{"source":1242,"target":1245},{"source":1242,"target":180},{"source":1245,"target":152},{"source":1243,"target":100},{"source":1244,"target":153},{"source":181,"target":0},{"source":181,"target":100},{"source":181,"target":151},{"source":181,"target":1246},{"source":181,"target":1247},{"source":181,"target":1248},{"source":1246,"target":150},{"source":1246,"target":1249},{"source":1246,"target":181},{"source":1249,"target":150},{"source":1247,"target":100},{"source":1248,"target":151},{"source":182,"target":0},{"source":182,"target":55},{"source":182,"target":112},{"source":182,"target":79},{"source":182,"target":84},{"source":182,"target":164},{"source":182,"target":162},{"source":182,"target":166},{"source":182,"target":160},{"source":182,"target":96},{"source":182,"target":93},{"source":182,"target":158},{"source":182,"target":154},{"source":182,"target":156},{"source":182,"target":152},{"source":182,"target":150},{"source":182,"target":1250},{"source":182,"target":1251},{"source":182,"target":1252},{"source":182,"target":1253},{"source":182,"target":1254},{"source":182,"target":1255},{"source":182,"target":1256},{"source":182,"target":1257},{"source":182,"target":1258},{"source":182,"target":1259},{"source":182,"target":1260},{"source":182,"target":1261},{"source":182,"target":1262},{"source":182,"target":1263},{"source":182,"target":1264},{"source":1250,"target":55},{"source":1251,"target":112},{"source":1252,"target":79},{"source":1253,"target":84},{"source":1254,"target":164},{"source":1255,"target":162},{"source":1256,"target":166},{"source":1257,"target":160},{"source":1258,"target":96},{"source":1259,"target":93},{"source":1260,"target":158},{"source":1261,"target":154},{"source":1262,"target":156},{"source":1263,"target":152},{"source":1264,"target":150},{"source":183,"target":0},{"source":183,"target":44},{"source":183,"target":79},{"source":183,"target":1265},{"source":183,"target":1266},{"source":1265,"target":44},{"source":1266,"target":79},{"source":184,"target":0},{"source":184,"target":51},{"source":184,"target":183},{"source":184,"target":1267},{"source":184,"target":1268},{"source":184,"target":1269},{"source":184,"target":1270},{"source":184,"target":1271},{"source":184,"target":1272},{"source":1267,"target":73},{"source":1267,"target":1273},{"source":1267,"target":184},{"source":1273,"target":73},{"source":1268,"target":85},{"source":1268,"target":1274},{"source":1268,"target":184},{"source":1274,"target":85},{"source":1269,"target":88},{"source":1269,"target":1275},{"source":1269,"target":184},{"source":1275,"target":88},{"source":1270,"target":89},{"source":1270,"target":1276},{"source":1270,"target":184},{"source":1276,"target":89},{"source":1271,"target":51},{"source":1272,"target":183},{"source":185,"target":0},{"source":185,"target":43},{"source":185,"target":183},{"source":185,"target":1277},{"source":185,"target":1278},{"source":185,"target":1279},{"source":1280,"target":51},{"source":1280,"target":1281},{"source":1281,"target":51},{"source":1277,"target":180},{"source":1277,"target":1282},{"source":1277,"target":185},{"source":1282,"target":180},{"source":1278,"target":43},{"source":1279,"target":183},{"source":186,"target":0},{"source":186,"target":55},{"source":186,"target":79},{"source":186,"target":1283},{"source":186,"target":1284},{"source":1283,"target":55},{"source":1284,"target":79},{"source":187,"target":0},{"source":187,"target":44},{"source":187,"target":84},{"source":187,"target":1285},{"source":187,"target":1286},{"source":1285,"target":44},{"source":1286,"target":84},{"source":188,"target":0},{"source":188,"target":51},{"source":188,"target":187},{"source":188,"target":66},{"source":188,"target":1287},{"source":188,"target":1288},{"source":188,"target":1289},{"source":188,"target":1290},{"source":188,"target":1291},{"source":188,"target":1292},{"source":1287,"target":91},{"source":1287,"target":1293},{"source":1287,"target":188},{"source":1293,"target":91},{"source":1288,"target":80},{"source":1288,"target":1294},{"source":1288,"target":188},{"source":1294,"target":80},{"source":1289,"target":94},{"source":1289,"target":1295},{"source":1289,"target":188},{"source":1295,"target":94},{"source":1290,"target":51},{"source":1291,"target":187},{"source":1292,"target":66},{"source":189,"target":0},{"source":189,"target":43},{"source":189,"target":187},{"source":189,"target":1296},{"source":189,"target":1297},{"source":189,"target":1298},{"source":189,"target":1299},{"source":1300,"target":51},{"source":1300,"target":1301},{"source":1301,"target":51},{"source":1296,"target":170},{"source":1296,"target":1302},{"source":1296,"target":189},{"source":1302,"target":170},{"source":1297,"target":176},{"source":1297,"target":1303},{"source":1297,"target":189},{"source":1303,"target":176},{"source":1298,"target":43},{"source":1299,"target":187},{"source":190,"target":0},{"source":190,"target":55},{"source":190,"target":84},{"source":190,"target":1304},{"source":190,"target":1305},{"source":1304,"target":55},{"source":1305,"target":84},{"source":191,"target":0},{"source":191,"target":44},{"source":191,"target":164},{"source":191,"target":1306},{"source":191,"target":1307},{"source":1306,"target":44},{"source":1307,"target":164},{"source":192,"target":0},{"source":192,"target":51},{"source":192,"target":191},{"source":192,"target":1308},{"source":192,"target":1309},{"source":192,"target":1310},{"source":192,"target":1311},{"source":192,"target":1312},{"source":192,"target":1313},{"source":192,"target":1314},{"source":192,"target":1315},{"source":1308,"target":85},{"source":1308,"target":1316},{"source":1308,"target":192},{"source":1316,"target":85},{"source":1309,"target":88},{"source":1309,"target":1317},{"source":1309,"target":192},{"source":1317,"target":88},{"source":1310,"target":89},{"source":1310,"target":1318},{"source":1310,"target":192},{"source":1318,"target":89},{"source":1311,"target":73},{"source":1311,"target":1319},{"source":1311,"target":192},{"source":1319,"target":73},{"source":1312,"target":91},{"source":1312,"target":1320},{"source":1312,"target":192},{"source":1320,"target":91},{"source":1313,"target":94},{"source":1313,"target":1321},{"source":1313,"target":192},{"source":1321,"target":94},{"source":1314,"target":51},{"source":1315,"target":191},{"source":193,"target":0},{"source":193,"target":43},{"source":193,"target":191},{"source":193,"target":1322},{"source":193,"target":1323},{"source":193,"target":1324},{"source":193,"target":1325},{"source":193,"target":1326},{"source":1327,"target":51},{"source":1327,"target":1328},{"source":1328,"target":51},{"source":1322,"target":169},{"source":1322,"target":1329},{"source":1322,"target":193},{"source":1329,"target":169},{"source":1323,"target":170},{"source":1323,"target":1330},{"source":1323,"target":193},{"source":1330,"target":170},{"source":1324,"target":180},{"source":1324,"target":1331},{"source":1324,"target":193},{"source":1331,"target":180},{"source":1325,"target":43},{"source":1326,"target":191},{"source":194,"target":0},{"source":194,"target":55},{"source":194,"target":164},{"source":194,"target":1332},{"source":194,"target":1333},{"source":1332,"target":55},{"source":1333,"target":164},{"source":195,"target":0},{"source":195,"target":44},{"source":195,"target":162},{"source":195,"target":1334},{"source":195,"target":1335},{"source":1334,"target":44},{"source":1335,"target":162},{"source":196,"target":0},{"source":196,"target":51},{"source":196,"target":195},{"source":196,"target":1336},{"source":196,"target":1337},{"source":196,"target":1338},{"source":196,"target":1339},{"source":196,"target":1340},{"source":196,"target":1341},{"source":1336,"target":73},{"source":1336,"target":1342},{"source":1336,"target":196},{"source":1342,"target":73},{"source":1337,"target":85},{"source":1337,"target":1343},{"source":1337,"target":196},{"source":1343,"target":85},{"source":1338,"target":88},{"source":1338,"target":1344},{"source":1338,"target":196},{"source":1344,"target":88},{"source":1339,"target":89},{"source":1339,"target":1345},{"source":1339,"target":196},{"source":1345,"target":89},{"source":1340,"target":51},{"source":1341,"target":195},{"source":197,"target":0},{"source":197,"target":43},{"source":197,"target":195},{"source":197,"target":1346},{"source":197,"target":1347},{"source":197,"target":1348},{"source":197,"target":1349},{"source":1350,"target":51},{"source":1350,"target":1351},{"source":1351,"target":51},{"source":1346,"target":169},{"source":1346,"target":1352},{"source":1346,"target":197},{"source":1352,"target":169},{"source":1347,"target":172},{"source":1347,"target":1353},{"source":1347,"target":197},{"source":1353,"target":172},{"source":1348,"target":43},{"source":1349,"target":195},{"source":198,"target":0},{"source":198,"target":55},{"source":198,"target":162},{"source":198,"target":1354},{"source":198,"target":1355},{"source":1354,"target":55},{"source":1355,"target":162},{"source":199,"target":0},{"source":199,"target":44},{"source":199,"target":93},{"source":199,"target":1356},{"source":199,"target":1357},{"source":1356,"target":44},{"source":1357,"target":93},{"source":200,"target":0},{"source":200,"target":51},{"source":200,"target":199},{"source":200,"target":66},{"source":200,"target":1358},{"source":200,"target":1359},{"source":200,"target":1360},{"source":200,"target":1361},{"source":200,"target":1362},{"source":200,"target":1363},{"source":200,"target":1364},{"source":200,"target":1365},{"source":200,"target":1366},{"source":1358,"target":88},{"source":1358,"target":1367},{"source":1358,"target":200},{"source":1367,"target":88},{"source":1359,"target":89},{"source":1359,"target":1368},{"source":1359,"target":200},{"source":1368,"target":89},{"source":1360,"target":90},{"source":1360,"target":1369},{"source":1360,"target":200},{"source":1369,"target":90},{"source":1361,"target":80},{"source":1361,"target":1370},{"source":1361,"target":200},{"source":1370,"target":80},{"source":1362,"target":91},{"source":1362,"target":1371},{"source":1362,"target":200},{"source":1371,"target":91},{"source":1363,"target":94},{"source":1363,"target":1372},{"source":1363,"target":200},{"source":1372,"target":94},{"source":1364,"target":51},{"source":1365,"target":199},{"source":1366,"target":66},{"source":201,"target":0},{"source":201,"target":147},{"source":201,"target":199},{"source":201,"target":1373},{"source":201,"target":1374},{"source":201,"target":1375},{"source":201,"target":1376},{"source":1377,"target":51},{"source":1377,"target":1378},{"source":1378,"target":51},{"source":1373,"target":170},{"source":1373,"target":1379},{"source":1373,"target":201},{"source":1379,"target":170},{"source":1374,"target":176},{"source":1374,"target":1380},{"source":1374,"target":201},{"source":1380,"target":176},{"source":1375,"target":147},{"source":1376,"target":199},{"source":202,"target":0},{"source":202,"target":55},{"source":202,"target":93},{"source":202,"target":1381},{"source":202,"target":1382},{"source":1381,"target":55},{"source":1382,"target":93},{"source":203,"target":0},{"source":203,"target":44},{"source":203,"target":96},{"source":203,"target":1383},{"source":203,"target":1384},{"source":1383,"target":44},{"source":1384,"target":96},{"source":204,"target":0},{"source":204,"target":51},{"source":204,"target":203},{"source":204,"target":66},{"source":204,"target":1385},{"source":204,"target":1386},{"source":204,"target":1387},{"source":204,"target":1388},{"source":204,"target":1389},{"source":1385,"target":91},{"source":1385,"target":1390},{"source":1385,"target":204},{"source":1390,"target":91},{"source":1386,"target":94},{"source":1386,"target":1391},{"source":1386,"target":204},{"source":1391,"target":94},{"source":1387,"target":51},{"source":1388,"target":203},{"source":1389,"target":66},{"source":205,"target":0},{"source":205,"target":43},{"source":205,"target":203},{"source":205,"target":1392},{"source":205,"target":1393},{"source":205,"target":1394},{"source":205,"target":1395},{"source":205,"target":1396},{"source":1397,"target":51},{"source":1397,"target":1398},{"source":1398,"target":51},{"source":1392,"target":176},{"source":1392,"target":1399},{"source":1392,"target":205},{"source":1399,"target":176},{"source":1393,"target":177},{"source":1393,"target":1400},{"source":1393,"target":205},{"source":1400,"target":177},{"source":1394,"target":170},{"source":1394,"target":1401},{"source":1394,"target":205},{"source":1401,"target":170},{"source":1395,"target":43},{"source":1396,"target":203},{"source":206,"target":0},{"source":206,"target":55},{"source":206,"target":96},{"source":206,"target":1402},{"source":206,"target":1403},{"source":1402,"target":55},{"source":1403,"target":96},{"source":207,"target":0},{"source":207,"target":44},{"source":207,"target":158},{"source":207,"target":1404},{"source":207,"target":1405},{"source":1404,"target":44},{"source":1405,"target":158},{"source":208,"target":0},{"source":208,"target":51},{"source":208,"target":207},{"source":208,"target":1406},{"source":208,"target":1407},{"source":208,"target":1408},{"source":208,"target":1409},{"source":208,"target":1410},{"source":208,"target":1411},{"source":208,"target":1412},{"source":208,"target":1413},{"source":208,"target":1414},{"source":1406,"target":73},{"source":1406,"target":1415},{"source":1406,"target":208},{"source":1415,"target":73},{"source":1407,"target":80},{"source":1407,"target":1416},{"source":1407,"target":208},{"source":1416,"target":80},{"source":1408,"target":85},{"source":1408,"target":1417},{"source":1408,"target":208},{"source":1417,"target":85},{"source":1409,"target":94},{"source":1409,"target":1418},{"source":1409,"target":208},{"source":1418,"target":94},{"source":1410,"target":91},{"source":1410,"target":1419},{"source":1410,"target":208},{"source":1419,"target":91},{"source":1411,"target":89},{"source":1411,"target":1420},{"source":1411,"target":208},{"source":1420,"target":89},{"source":1412,"target":88},{"source":1412,"target":1421},{"source":1412,"target":208},{"source":1421,"target":88},{"source":1413,"target":51},{"source":1414,"target":207},{"source":209,"target":0},{"source":209,"target":43},{"source":209,"target":207},{"source":209,"target":1422},{"source":209,"target":1423},{"source":209,"target":1424},{"source":209,"target":1425},{"source":209,"target":1426},{"source":209,"target":1427},{"source":209,"target":1428},{"source":209,"target":1429},{"source":209,"target":1430},{"source":209,"target":1431},{"source":209,"target":1432},{"source":209,"target":1433},{"source":209,"target":1434},{"source":1435,"target":51},{"source":1435,"target":1436},{"source":1436,"target":51},{"source":1422,"target":169},{"source":1422,"target":1437},{"source":1422,"target":209},{"source":1437,"target":169},{"source":1423,"target":170},{"source":1423,"target":1438},{"source":1423,"target":209},{"source":1438,"target":170},{"source":1424,"target":171},{"source":1424,"target":1439},{"source":1424,"target":209},{"source":1439,"target":171},{"source":1425,"target":172},{"source":1425,"target":1440},{"source":1425,"target":209},{"source":1440,"target":172},{"source":1426,"target":173},{"source":1426,"target":1441},{"source":1426,"target":209},{"source":1441,"target":173},{"source":1427,"target":174},{"source":1427,"target":1442},{"source":1427,"target":209},{"source":1442,"target":174},{"source":1428,"target":176},{"source":1428,"target":1443},{"source":1428,"target":209},{"source":1443,"target":176},{"source":1429,"target":177},{"source":1429,"target":1444},{"source":1429,"target":209},{"source":1444,"target":177},{"source":1430,"target":175},{"source":1430,"target":1445},{"source":1430,"target":209},{"source":1445,"target":175},{"source":1431,"target":180},{"source":1431,"target":1446},{"source":1431,"target":209},{"source":1446,"target":180},{"source":1432,"target":181},{"source":1432,"target":1447},{"source":1432,"target":209},{"source":1447,"target":181},{"source":1433,"target":43},{"source":1434,"target":207},{"source":210,"target":0},{"source":210,"target":55},{"source":210,"target":158},{"source":210,"target":1448},{"source":210,"target":1449},{"source":1448,"target":55},{"source":1449,"target":158},{"source":211,"target":0},{"source":211,"target":44},{"source":211,"target":166},{"source":211,"target":1450},{"source":211,"target":1451},{"source":1450,"target":44},{"source":1451,"target":166},{"source":212,"target":0},{"source":212,"target":51},{"source":212,"target":211},{"source":212,"target":1452},{"source":212,"target":1453},{"source":212,"target":1454},{"source":212,"target":1455},{"source":212,"target":1456},{"source":212,"target":1457},{"source":212,"target":1458},{"source":212,"target":1459},{"source":1452,"target":85},{"source":1452,"target":1460},{"source":1452,"target":212},{"source":1460,"target":85},{"source":1453,"target":88},{"source":1453,"target":1461},{"source":1453,"target":212},{"source":1461,"target":88},{"source":1454,"target":89},{"source":1454,"target":1462},{"source":1454,"target":212},{"source":1462,"target":89},{"source":1455,"target":73},{"source":1455,"target":1463},{"source":1455,"target":212},{"source":1463,"target":73},{"source":1456,"target":91},{"source":1456,"target":1464},{"source":1456,"target":212},{"source":1464,"target":91},{"source":1457,"target":94},{"source":1457,"target":1465},{"source":1457,"target":212},{"source":1465,"target":94},{"source":1458,"target":51},{"source":1459,"target":211},{"source":213,"target":0},{"source":213,"target":43},{"source":213,"target":211},{"source":213,"target":1466},{"source":213,"target":1467},{"source":213,"target":1468},{"source":213,"target":1469},{"source":213,"target":1470},{"source":213,"target":1471},{"source":1472,"target":51},{"source":1472,"target":1473},{"source":1473,"target":51},{"source":1466,"target":169},{"source":1466,"target":1474},{"source":1466,"target":213},{"source":1474,"target":169},{"source":1467,"target":172},{"source":1467,"target":1475},{"source":1467,"target":213},{"source":1475,"target":172},{"source":1468,"target":180},{"source":1468,"target":1476},{"source":1468,"target":213},{"source":1476,"target":180},{"source":1469,"target":181},{"source":1469,"target":1477},{"source":1469,"target":213},{"source":1477,"target":181},{"source":1470,"target":43},{"source":1471,"target":211},{"source":214,"target":0},{"source":214,"target":55},{"source":214,"target":166},{"source":214,"target":1478},{"source":214,"target":1479},{"source":1478,"target":55},{"source":1479,"target":166},{"source":215,"target":0},{"source":215,"target":44},{"source":215,"target":160},{"source":215,"target":1480},{"source":215,"target":1481},{"source":1480,"target":44},{"source":1481,"target":160},{"source":216,"target":0},{"source":216,"target":51},{"source":216,"target":215},{"source":216,"target":1482},{"source":216,"target":1483},{"source":216,"target":1484},{"source":216,"target":1485},{"source":216,"target":1486},{"source":216,"target":1487},{"source":216,"target":1488},{"source":216,"target":1489},{"source":1482,"target":85},{"source":1482,"target":1490},{"source":1482,"target":216},{"source":1490,"target":85},{"source":1483,"target":88},{"source":1483,"target":1491},{"source":1483,"target":216},{"source":1491,"target":88},{"source":1484,"target":89},{"source":1484,"target":1492},{"source":1484,"target":216},{"source":1492,"target":89},{"source":1485,"target":80},{"source":1485,"target":1493},{"source":1485,"target":216},{"source":1493,"target":80},{"source":1486,"target":91},{"source":1486,"target":1494},{"source":1486,"target":216},{"source":1494,"target":91},{"source":1487,"target":94},{"source":1487,"target":1495},{"source":1487,"target":216},{"source":1495,"target":94},{"source":1488,"target":51},{"source":1489,"target":215},{"source":217,"target":0},{"source":217,"target":43},{"source":217,"target":215},{"source":217,"target":1496},{"source":217,"target":1497},{"source":217,"target":1498},{"source":217,"target":1499},{"source":217,"target":1500},{"source":217,"target":1501},{"source":217,"target":1502},{"source":1503,"target":51},{"source":1503,"target":1504},{"source":1504,"target":51},{"source":1496,"target":170},{"source":1496,"target":1505},{"source":1496,"target":217},{"source":1505,"target":170},{"source":1497,"target":176},{"source":1497,"target":1506},{"source":1497,"target":217},{"source":1506,"target":176},{"source":1498,"target":177},{"source":1498,"target":1507},{"source":1498,"target":217},{"source":1507,"target":177},{"source":1499,"target":178},{"source":1499,"target":1508},{"source":1499,"target":217},{"source":1508,"target":178},{"source":1500,"target":179},{"source":1500,"target":1509},{"source":1500,"target":217},{"source":1509,"target":179},{"source":1501,"target":43},{"source":1502,"target":215},{"source":218,"target":0},{"source":218,"target":55},{"source":218,"target":160},{"source":218,"target":1510},{"source":218,"target":1511},{"source":1510,"target":55},{"source":1511,"target":160},{"source":219,"target":0},{"source":219,"target":44},{"source":219,"target":156},{"source":219,"target":1512},{"source":219,"target":1513},{"source":1512,"target":44},{"source":1513,"target":156},{"source":220,"target":0},{"source":220,"target":51},{"source":220,"target":219},{"source":220,"target":1514},{"source":220,"target":1515},{"source":220,"target":1516},{"source":220,"target":1517},{"source":220,"target":1518},{"source":220,"target":1519},{"source":220,"target":1520},{"source":220,"target":1521},{"source":1514,"target":85},{"source":1514,"target":1522},{"source":1514,"target":220},{"source":1522,"target":85},{"source":1515,"target":88},{"source":1515,"target":1523},{"source":1515,"target":220},{"source":1523,"target":88},{"source":1516,"target":89},{"source":1516,"target":1524},{"source":1516,"target":220},{"source":1524,"target":89},{"source":1517,"target":80},{"source":1517,"target":1525},{"source":1517,"target":220},{"source":1525,"target":80},{"source":1518,"target":91},{"source":1518,"target":1526},{"source":1518,"target":220},{"source":1526,"target":91},{"source":1519,"target":94},{"source":1519,"target":1527},{"source":1519,"target":220},{"source":1527,"target":94},{"source":1520,"target":51},{"source":1521,"target":219},{"source":221,"target":0},{"source":221,"target":147},{"source":221,"target":219},{"source":221,"target":1528},{"source":221,"target":1529},{"source":221,"target":1530},{"source":221,"target":1531},{"source":221,"target":1532},{"source":1533,"target":51},{"source":1533,"target":1534},{"source":1534,"target":51},{"source":1528,"target":177},{"source":1528,"target":1535},{"source":1528,"target":221},{"source":1535,"target":177},{"source":1529,"target":176},{"source":1529,"target":1536},{"source":1529,"target":221},{"source":1536,"target":176},{"source":1530,"target":170},{"source":1530,"target":1537},{"source":1530,"target":221},{"source":1537,"target":170},{"source":1531,"target":147},{"source":1532,"target":219},{"source":222,"target":0},{"source":222,"target":55},{"source":222,"target":156},{"source":222,"target":1538},{"source":222,"target":1539},{"source":1538,"target":55},{"source":1539,"target":156},{"source":223,"target":0},{"source":223,"target":44},{"source":223,"target":154},{"source":223,"target":1540},{"source":223,"target":1541},{"source":1540,"target":44},{"source":1541,"target":154},{"source":224,"target":0},{"source":224,"target":51},{"source":224,"target":223},{"source":224,"target":1542},{"source":224,"target":1543},{"source":224,"target":1544},{"source":224,"target":1545},{"source":224,"target":1546},{"source":224,"target":1547},{"source":224,"target":1548},{"source":224,"target":1549},{"source":1542,"target":85},{"source":1542,"target":1550},{"source":1542,"target":224},{"source":1550,"target":85},{"source":1543,"target":88},{"source":1543,"target":1551},{"source":1543,"target":224},{"source":1551,"target":88},{"source":1544,"target":89},{"source":1544,"target":1552},{"source":1544,"target":224},{"source":1552,"target":89},{"source":1545,"target":80},{"source":1545,"target":1553},{"source":1545,"target":224},{"source":1553,"target":80},{"source":1546,"target":91},{"source":1546,"target":1554},{"source":1546,"target":224},{"source":1554,"target":91},{"source":1547,"target":94},{"source":1547,"target":1555},{"source":1547,"target":224},{"source":1555,"target":94},{"source":1548,"target":51},{"source":1549,"target":223},{"source":225,"target":0},{"source":225,"target":43},{"source":225,"target":223},{"source":225,"target":1556},{"source":225,"target":1557},{"source":225,"target":1558},{"source":225,"target":1559},{"source":225,"target":1560},{"source":225,"target":1561},{"source":225,"target":1562},{"source":1563,"target":51},{"source":1563,"target":1564},{"source":1564,"target":51},{"source":1556,"target":170},{"source":1556,"target":1565},{"source":1556,"target":225},{"source":1565,"target":170},{"source":1557,"target":178},{"source":1557,"target":1566},{"source":1557,"target":225},{"source":1566,"target":178},{"source":1558,"target":179},{"source":1558,"target":1567},{"source":1558,"target":225},{"source":1567,"target":179},{"source":1559,"target":176},{"source":1559,"target":1568},{"source":1559,"target":225},{"source":1568,"target":176},{"source":1560,"target":177},{"source":1560,"target":1569},{"source":1560,"target":225},{"source":1569,"target":177},{"source":1561,"target":43},{"source":1562,"target":223},{"source":226,"target":0},{"source":226,"target":55},{"source":226,"target":154},{"source":226,"target":1570},{"source":226,"target":1571},{"source":1570,"target":55},{"source":1571,"target":154},{"source":227,"target":0},{"source":227,"target":44},{"source":227,"target":152},{"source":227,"target":1572},{"source":227,"target":1573},{"source":1572,"target":44},{"source":1573,"target":152},{"source":228,"target":0},{"source":228,"target":51},{"source":228,"target":227},{"source":228,"target":1574},{"source":228,"target":1575},{"source":228,"target":1576},{"source":228,"target":1577},{"source":228,"target":1578},{"source":1574,"target":85},{"source":1574,"target":1579},{"source":1574,"target":228},{"source":1579,"target":85},{"source":1575,"target":88},{"source":1575,"target":1580},{"source":1575,"target":228},{"source":1580,"target":88},{"source":1576,"target":89},{"source":1576,"target":1581},{"source":1576,"target":228},{"source":1581,"target":89},{"source":1577,"target":51},{"source":1578,"target":227},{"source":229,"target":0},{"source":229,"target":43},{"source":229,"target":227},{"source":229,"target":1582},{"source":229,"target":1583},{"source":229,"target":1584},{"source":1585,"target":51},{"source":1585,"target":1586},{"source":1586,"target":51},{"source":1582,"target":180},{"source":1582,"target":1587},{"source":1582,"target":229},{"source":1587,"target":180},{"source":1583,"target":43},{"source":1584,"target":227},{"source":230,"target":0},{"source":230,"target":55},{"source":230,"target":152},{"source":230,"target":1588},{"source":230,"target":1589},{"source":1588,"target":55},{"source":1589,"target":152},{"source":231,"target":0},{"source":231,"target":44},{"source":231,"target":150},{"source":231,"target":1590},{"source":231,"target":1591},{"source":1590,"target":44},{"source":1591,"target":150},{"source":232,"target":0},{"source":232,"target":51},{"source":232,"target":231},{"source":232,"target":1592},{"source":232,"target":1593},{"source":232,"target":1594},{"source":232,"target":1595},{"source":232,"target":1596},{"source":232,"target":1597},{"source":232,"target":1598},{"source":1592,"target":85},{"source":1592,"target":1599},{"source":1592,"target":232},{"source":1599,"target":85},{"source":1593,"target":88},{"source":1593,"target":1600},{"source":1593,"target":232},{"source":1600,"target":88},{"source":1594,"target":89},{"source":1594,"target":1601},{"source":1594,"target":232},{"source":1601,"target":89},{"source":1595,"target":91},{"source":1595,"target":1602},{"source":1595,"target":232},{"source":1602,"target":91},{"source":1596,"target":94},{"source":1596,"target":1603},{"source":1596,"target":232},{"source":1603,"target":94},{"source":1597,"target":51},{"source":1598,"target":231},{"source":233,"target":0},{"source":233,"target":43},{"source":233,"target":231},{"source":233,"target":1604},{"source":233,"target":1605},{"source":233,"target":1606},{"source":233,"target":1607},{"source":1608,"target":51},{"source":1608,"target":1609},{"source":1609,"target":51},{"source":1604,"target":180},{"source":1604,"target":1610},{"source":1604,"target":233},{"source":1610,"target":180},{"source":1605,"target":181},{"source":1605,"target":1611},{"source":1605,"target":233},{"source":1611,"target":181},{"source":1606,"target":43},{"source":1607,"target":231},{"source":234,"target":0},{"source":234,"target":55},{"source":234,"target":150},{"source":234,"target":1612},{"source":234,"target":1613},{"source":1612,"target":55},{"source":1613,"target":150},{"source":235,"target":0},{"source":235,"target":1},{"source":235,"target":1614},{"source":235,"target":1615},{"source":235,"target":1616},{"source":1614,"target":9},{"source":1614,"target":1617},{"source":1614,"target":235},{"source":1617,"target":9},{"source":1615,"target":14},{"source":1615,"target":1618},{"source":1615,"target":235},{"source":1618,"target":14},{"source":1616,"target":1},{"source":236,"target":0},{"source":236,"target":10},{"source":236,"target":12},{"source":236,"target":13},{"source":236,"target":1619},{"source":236,"target":1620},{"source":236,"target":1621},{"source":236,"target":1622},{"source":236,"target":1623},{"source":236,"target":1624},{"source":1619,"target":11},{"source":1619,"target":1625},{"source":1619,"target":236},{"source":1625,"target":11},{"source":1620,"target":11},{"source":1620,"target":1626},{"source":1620,"target":236},{"source":1626,"target":11},{"source":1621,"target":14},{"source":1621,"target":1627},{"source":1621,"target":236},{"source":1627,"target":14},{"source":1622,"target":10},{"source":1623,"target":12},{"source":1624,"target":13},{"source":237,"target":0},{"source":237,"target":238},{"source":237,"target":1628},{"source":237,"target":1629},{"source":1628,"target":3},{"source":1628,"target":1630},{"source":1628,"target":237},{"source":1630,"target":3},{"source":1629,"target":238},{"source":238,"target":0},{"source":238,"target":14},{"source":238,"target":1631},{"source":1631,"target":14},{"source":239,"target":0},{"source":239,"target":238},{"source":239,"target":1632},{"source":239,"target":1633},{"source":239,"target":1634},{"source":239,"target":1635},{"source":239,"target":1636},{"source":1632,"target":38},{"source":1632,"target":1637},{"source":1632,"target":239},{"source":1632,"target":1638},{"source":1637,"target":38},{"source":1638,"target":240},{"source":1638,"target":1639},{"source":1638,"target":1632},{"source":1639,"target":240},{"source":1633,"target":38},{"source":1633,"target":1640},{"source":1633,"target":239},{"source":1640,"target":38},{"source":1634,"target":38},{"source":1634,"target":1641},{"source":1634,"target":239},{"source":1634,"target":1642},{"source":1641,"target":38},{"source":1642,"target":3},{"source":1642,"target":1643},{"source":1642,"target":1634},{"source":1643,"target":3},{"source":1635,"target":240},{"source":1635,"target":1644},{"source":1635,"target":239},{"source":1644,"target":240},{"source":1636,"target":238},{"source":240,"target":0},{"source":240,"target":241},{"source":240,"target":1645},{"source":240,"target":1646},{"source":240,"target":1647},{"source":240,"target":1648},{"source":1645,"target":38},{"source":1645,"target":1649},{"source":1645,"target":240},{"source":1645,"target":1650},{"source":1649,"target":38},{"source":1650,"target":240},{"source":1650,"target":1651},{"source":1650,"target":1645},{"source":1651,"target":240},{"source":1646,"target":240},{"source":1646,"target":1652},{"source":1646,"target":240},{"source":1652,"target":240},{"source":1647,"target":239},{"source":1647,"target":1653},{"source":1647,"target":240},{"source":1653,"target":239},{"source":1648,"target":241},{"source":241,"target":0},{"source":241,"target":6},{"source":241,"target":12},{"source":241,"target":1654},{"source":241,"target":1655},{"source":1654,"target":6},{"source":1655,"target":12},{"source":242,"target":0},{"source":242,"target":16},{"source":242,"target":238},{"source":242,"target":1656},{"source":242,"target":1657},{"source":242,"target":1658},{"source":1656,"target":17},{"source":1656,"target":1659},{"source":1656,"target":242},{"source":1659,"target":17},{"source":1657,"target":16},{"source":1658,"target":238},{"source":243,"target":0},{"source":243,"target":32},{"source":243,"target":238},{"source":243,"target":1660},{"source":243,"target":1661},{"source":1660,"target":32},{"source":1661,"target":238},{"source":244,"target":0},{"source":244,"target":238},{"source":244,"target":1662},{"source":244,"target":1663},{"source":1662,"target":4},{"source":1662,"target":1664},{"source":1662,"target":244},{"source":1664,"target":4},{"source":1663,"target":238},{"source":245,"target":0},{"source":245,"target":238},{"source":245,"target":1665},{"source":245,"target":1666},{"source":245,"target":1667},{"source":245,"target":1668},{"source":1665,"target":14},{"source":1665,"target":1669},{"source":1665,"target":245},{"source":1669,"target":14},{"source":1666,"target":14},{"source":1666,"target":1670},{"source":1666,"target":245},{"source":1670,"target":14},{"source":1667,"target":14},{"source":1667,"target":1671},{"source":1667,"target":245},{"source":1671,"target":14},{"source":1668,"target":238},{"source":246,"target":0},{"source":246,"target":239},{"source":246,"target":1672},{"source":246,"target":1673},{"source":246,"target":1674},{"source":1672,"target":35},{"source":1672,"target":1675},{"source":1672,"target":246},{"source":1675,"target":35},{"source":1673,"target":35},{"source":1673,"target":1676},{"source":1673,"target":246},{"source":1676,"target":35},{"source":1674,"target":239},{"source":247,"target":0},{"source":247,"target":239},{"source":247,"target":1677},{"source":247,"target":1678},{"source":1677,"target":38},{"source":1677,"target":1679},{"source":1677,"target":247},{"source":1679,"target":38},{"source":1678,"target":239},{"source":248,"target":0},{"source":248,"target":14},{"source":248,"target":1680},{"source":248,"target":1681},{"source":248,"target":1682},{"source":1680,"target":249},{"source":1680,"target":1683},{"source":1680,"target":248},{"source":1683,"target":249},{"source":1681,"target":14},{"source":1681,"target":1684},{"source":1681,"target":248},{"source":1684,"target":14},{"source":1682,"target":14},{"source":249,"target":0},{"source":249,"target":1685},{"source":249,"target":1686},{"source":249,"target":1687},{"source":249,"target":1688},{"source":249,"target":1689},{"source":1685,"target":249},{"source":1686,"target":249},{"source":1687,"target":249},{"source":1688,"target":249},{"source":1689,"target":249},{"source":250,"target":0},{"source":250,"target":238},{"source":250,"target":1690},{"source":250,"target":1691},{"source":1690,"target":235},{"source":1690,"target":1692},{"source":1690,"target":250},{"source":1692,"target":235},{"source":1691,"target":238},{"source":251,"target":0},{"source":251,"target":238},{"source":251,"target":1693},{"source":251,"target":1694},{"source":1693,"target":3},{"source":1693,"target":1695},{"source":1693,"target":251},{"source":1695,"target":3},{"source":1694,"target":238},{"source":252,"target":0},{"source":252,"target":14},{"source":252,"target":1696},{"source":252,"target":1697},{"source":1696,"target":14},{"source":1696,"target":1698},{"source":1696,"target":252},{"source":1698,"target":14},{"source":1697,"target":14},{"source":253,"target":0},{"source":253,"target":238},{"source":253,"target":1699},{"source":253,"target":1700},{"source":1699,"target":12},{"source":1699,"target":1701},{"source":1699,"target":253},{"source":1701,"target":12},{"source":1700,"target":238},{"source":254,"target":0},{"source":254,"target":18},{"source":254,"target":132},{"source":254,"target":1702},{"source":254,"target":1703},{"source":254,"target":1704},{"source":254,"target":1705},{"source":254,"target":1706},{"source":254,"target":1707},{"source":254,"target":1708},{"source":1702,"target":11},{"source":1702,"target":1709},{"source":1702,"target":254},{"source":1709,"target":11},{"source":1703,"target":8},{"source":1703,"target":1710},{"source":1703,"target":254},{"source":1710,"target":8},{"source":1704,"target":236},{"source":1704,"target":1711},{"source":1704,"target":254},{"source":1711,"target":236},{"source":1705,"target":132},{"source":1705,"target":1712},{"source":1705,"target":254},{"source":1712,"target":132},{"source":1706,"target":23},{"source":1706,"target":1713},{"source":1706,"target":254},{"source":1713,"target":23},{"source":1707,"target":18},{"source":1708,"target":132},{"source":255,"target":0},{"source":255,"target":18},{"source":255,"target":1714},{"source":255,"target":1715},{"source":255,"target":1716},{"source":1714,"target":128},{"source":1714,"target":1717},{"source":1714,"target":255},{"source":1717,"target":128},{"source":1715,"target":254},{"source":1715,"target":1718},{"source":1715,"target":255},{"source":1718,"target":254},{"source":1716,"target":18},{"source":256,"target":0},{"source":256,"target":11},{"source":256,"target":1719},{"source":1719,"target":11},{"source":257,"target":0},{"source":257,"target":256},{"source":257,"target":1720},{"source":1720,"target":256},{"source":258,"target":0},{"source":258,"target":256},{"source":258,"target":1721},{"source":1721,"target":256},{"source":259,"target":0},{"source":259,"target":260},{"source":259,"target":1722},{"source":1722,"target":260},{"source":260,"target":0},{"source":260,"target":256},{"source":260,"target":1723},{"source":260,"target":1724},{"source":260,"target":1725},{"source":260,"target":1726},{"source":1723,"target":261},{"source":1723,"target":1727},{"source":1723,"target":260},{"source":1727,"target":261},{"source":1724,"target":261},{"source":1724,"target":1728},{"source":1724,"target":260},{"source":1728,"target":261},{"source":1725,"target":263},{"source":1725,"target":1729},{"source":1725,"target":260},{"source":1729,"target":263},{"source":1726,"target":256},{"source":261,"target":0},{"source":261,"target":262},{"source":261,"target":1730},{"source":1731,"target":240},{"source":1731,"target":1732},{"source":1732,"target":240},{"source":1730,"target":262},{"source":262,"target":0},{"source":262,"target":18},{"source":262,"target":256},{"source":262,"target":1733},{"source":262,"target":1734},{"source":262,"target":1735},{"source":1733,"target":241},{"source":1733,"target":1736},{"source":1733,"target":262},{"source":1736,"target":241},{"source":1734,"target":18},{"source":1735,"target":256},{"source":263,"target":0},{"source":263,"target":1},{"source":263,"target":1737},{"source":263,"target":1738},{"source":263,"target":1739},{"source":1737,"target":14},{"source":1737,"target":1740},{"source":1737,"target":263},{"source":1740,"target":14},{"source":1738,"target":14},{"source":1738,"target":1741},{"source":1738,"target":263},{"source":1741,"target":14},{"source":1739,"target":1},{"source":264,"target":0},{"source":264,"target":260},{"source":264,"target":1742},{"source":1742,"target":260},{"source":265,"target":0},{"source":265,"target":256},{"source":265,"target":1743},{"source":265,"target":1744},{"source":1743,"target":15},{"source":1743,"target":1745},{"source":1743,"target":265},{"source":1745,"target":15},{"source":1744,"target":256},{"source":266,"target":0},{"source":266,"target":256},{"source":266,"target":1746},{"source":266,"target":1747},{"source":266,"target":1748},{"source":1746,"target":260},{"source":1746,"target":1749},{"source":1746,"target":266},{"source":1749,"target":260},{"source":1747,"target":260},{"source":1747,"target":1750},{"source":1747,"target":266},{"source":1750,"target":260},{"source":1748,"target":256},{"source":267,"target":0},{"source":267,"target":18},{"source":267,"target":256},{"source":267,"target":1751},{"source":267,"target":1752},{"source":267,"target":1753},{"source":1751,"target":9},{"source":1751,"target":1754},{"source":1751,"target":267},{"source":1754,"target":9},{"source":1752,"target":18},{"source":1753,"target":256},{"source":268,"target":0},{"source":268,"target":9},{"source":268,"target":1755},{"source":1755,"target":9},{"source":269,"target":0},{"source":269,"target":256},{"source":269,"target":1756},{"source":269,"target":1757},{"source":1756,"target":15},{"source":1756,"target":1758},{"source":1756,"target":269},{"source":1758,"target":15},{"source":1757,"target":256},{"source":270,"target":0},{"source":270,"target":11},{"source":270,"target":1759},{"source":270,"target":1760},{"source":270,"target":1761},{"source":1759,"target":11},{"source":1759,"target":1762},{"source":1759,"target":270},{"source":1762,"target":11},{"source":1760,"target":11},{"source":1760,"target":1763},{"source":1760,"target":270},{"source":1763,"target":11},{"source":1761,"target":11}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/rominaeramo/JTLframework/JTL-emftext/org.emftext.language.JTLMM/metamodel/JTLMM.ecore
JTLMM emof Class ownedAttribute ownedOperation superClass isAbstract DataType Element tag ownedComment Tag element value name Enumeration ownedLiteral NamedElement name Extent Object Operation class ownedParameter raisedException MultiplicityElement isOrdered isUnique lower upper Package ownedType nestedPackage uri Type package Parameter operation EnumerationLiteral enumeration Property Class opposite isReadOnly isDerived isComposite isId default TypedElement type PrimitiveType URIExtent Boolean java.lang.Object Boolean String java.lang.String java.lang.String UnlimitedNatural java.lang.Object UnlimitedNatural Integer java.lang.Object Integer Real java.lang.Object Real Comment annotatedElement JTL Transformation modelParameter relation Relation transformation domain where when isTopLevel variable Domain isCheckable isEnforceable relation pattern model rootVariable Model transformation dependsOn usedPackage Pattern whereOwner whenOwner predicate bindsTo templateExpression domain Predicate pattern conditionExpression essentialocl BooleanLiteralExp booleanSymbol CallExp source CollectionKind OrderedSet OrderedSet Set Set Bag Bag Sequence Sequence OclExpression tryBodyOwner UnlimitedNaturalExp symbol IfExp condition thenExpression elseExpression LetExp in variable Variable initExpression LetExp bindParameter computeOwner PropertyCallExp referredProperty VariableExp referredVariable TypeExp referredType LoopExp body iterator IteratorExp StringLiteralExp stringSymbol IntegerLiteralExp integerSymbol OperationCallExp argument referredOperation RealLiteralExp realSymbol LiteralExp IterateExp result PrimitiveLiteralExp NumericLiteralExp CollectionLiteralExp kind part CollectionLiteralPart CollectionLiteralExp CollectionItem item CollectionRange first last TupleLiteralExp part NullLiteralExp ExpressionInOcl bodyExpression context resultVariable parameterVariable OpaqueExpression InvalidLiteralExp FeaturePropertyCall TupleLiteralPart TupleLiteralExp BagType CollectionType elementType EnumLiteralExp referredEnumLiteral InvalidType OrderedSetType SequenceType SetType TupleType VoidType AnyType template TemplateExp bindsTo where ObjectTemplateExp part referredClass inside CollectionTemplateExp part kind referredCollectionType match PropertyTemplateItem objContainer value referredProperty imperativeocl ImperativeIterateExp target AssignExp value left defaultValue isReset BlockExp body SwitchExp alternativePart elsePart VariableInitExp referredVariable withResult WhileExp condition body ComputeExp returnedElement body AltExp condition body UnlinkExp target item ReturnExp value BreakExp TryExp tryBody exception exceptBody RaiseExp exception ContinueExp ForExp TupleExp element Typedef base condition InstantiationExp instantiatedClass extent argument DictionaryType keyType DictLiteralExp part DictLiteralPart key value TemplateParameterType specification LogExp text level condition element AssertExp severity log assertion SeverityKind error error fatal fatal warning warning ImperativeLoopExp condition CollectorExp target ImperativeExpression UnpackExp variable AnonymousTupleType elementType AnonymousTupleLiteralExp part AnonymousTupleLiteralPart value ListType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="JTLMM" nsURI="http://JTLMM.ecore" nsPrefix="JTLMM"> <eSubpackages name="emof" nsURI="http:///emof.ecore" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//emof/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//emof/Property" containment="true" eOpposite="#//emof/Property/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//emof/Operation" containment="true" eOpposite="#//emof/Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//emof/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//emof/Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//emof/Tag" eOpposite="#//emof/Tag/element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="#//emof/Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//emof/Element" eOpposite="#//emof/Element/tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//emof/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//emof/EnumerationLiteral" containment="true" eOpposite="#//emof/EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//emof/Object"/> <eClassifiers xsi:type="ecore:EClass" name="Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="#//emof/Class" eOpposite="#//emof/Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//emof/Parameter" containment="true" eOpposite="#//emof/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" unique="false" eType="#//emof/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" eType="#//emof/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" unique="false" eType="#//emof/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="#//emof/Type" containment="true" eOpposite="#//emof/Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//emof/Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//emof/Package" eOpposite="#//emof/Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//emof/Operation" eOpposite="#//emof/Operation/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//emof/Enumeration" eOpposite="#//emof/Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//emof/MultiplicityElement #//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" ordered="false" lowerBound="1" eType="#//emof/Class" eOpposite="#//emof/Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//emof/Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isId" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//emof/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//emof/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//emof/Extent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceTypeName="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceTypeName="UnlimitedNatural"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceTypeName="Real"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" upperBound="-1" eType="#//emof/NamedElement"/> </eClassifiers> </eSubpackages> <eSubpackages name="JTL" nsURI="http:///jtl.ecore" nsPrefix="JTL"> <eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="#//emof/Class #//emof/Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1" eType="#//JTL/Model" containment="true" eOpposite="#//JTL/Model/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1" upperBound="-1" eType="#//JTL/Relation" containment="true" eOpposite="#//JTL/Relation/transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//JTL/Transformation" eOpposite="#//JTL/Transformation/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1" eType="#//JTL/Domain" containment="true" eOpposite="#//JTL/Domain/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//JTL/Pattern" containment="true" eOpposite="#//JTL/Pattern/whereOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//JTL/Pattern" containment="true" eOpposite="#//JTL/Pattern/whenOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTopLevel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCheckable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnforceable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" lowerBound="1" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//JTL/Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//JTL/Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVariable" lowerBound="1" eType="#//essentialocl/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//emof/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//JTL/Transformation" eOpposite="#//JTL/Transformation/modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1" eType="#//JTL/Model"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usedPackage" lowerBound="1" eType="#//emof/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="whereOwner" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/where"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenOwner" eType="#//JTL/Relation" eOpposite="#//JTL/Relation/when"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" upperBound="-1" eType="#//JTL/Predicate" containment="true" eOpposite="#//JTL/Predicate/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateExpression" ordered="false" eType="#//template/TemplateExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//JTL/Domain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//JTL/Pattern" eOpposite="#//JTL/Pattern/predicate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="essentialocl" nsURI="http:///essentialocl.ecore" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="OrderedSet" value="1"/> <eLiterals name="Set" value="2"/> <eLiterals name="Bag" value="3"/> <eLiterals name="Sequence" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBodyOwner" ordered="false" eType="#//imperativeocl/TryExp" eOpposite="#//imperativeocl/TryExp/tryBody"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" unique="false" eType="#//emof/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true" eOpposite="#//essentialocl/Variable/LetExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="LetExp" ordered="false" eType="#//essentialocl/LetExp" eOpposite="#//essentialocl/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindParameter" ordered="false" eType="#//emof/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="computeOwner" ordered="false" eType="#//imperativeocl/ComputeExp" eOpposite="#//imperativeocl/ComputeExp/returnedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//essentialocl/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" eType="#//emof/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" eType="#//essentialocl/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="#//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//essentialocl/CallExp #//essentialocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//essentialocl/LoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//essentialocl/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" ordered="false" eType="#//emof/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#//essentialocl/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//essentialocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//essentialocl/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#//essentialocl/PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//essentialocl/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/CollectionLiteralPart" containment="true" eOpposite="#//essentialocl/CollectionLiteralPart/CollectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="CollectionLiteralExp" ordered="false" lowerBound="1" eType="#//essentialocl/CollectionLiteralExp" eOpposite="#//essentialocl/CollectionLiteralExp/part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//essentialocl/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//essentialocl/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/TupleLiteralPart" containment="true" eOpposite="#//essentialocl/TupleLiteralPart/TupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOcl" eSuperTypes="#//essentialocl/OpaqueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterVariable" ordered="false" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="FeaturePropertyCall" abstract="true" eSuperTypes="#//essentialocl/CallExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="#//emof/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="TupleLiteralExp" ordered="false" eType="#//essentialocl/TupleLiteralExp" eOpposite="#//essentialocl/TupleLiteralExp/part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//emof/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" ordered="false" eType="#//emof/EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//essentialocl/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//emof/Class #//emof/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//emof/Type"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//emof/Class #//emof/Type"/> </eSubpackages> <eSubpackages name="template" nsURI="http:///template.ecore" nsPrefix="template"> <eClassifiers xsi:type="ecore:EClass" name="TemplateExp" abstract="true" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" ordered="false" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTemplateExp" eSuperTypes="#//template/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//template/PropertyTemplateItem" containment="true" eOpposite="#//template/PropertyTemplateItem/objContainer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referredClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inside" ordered="false" upperBound="-1" eType="#//imperativeocl/AssignExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTemplateExp" eSuperTypes="#//template/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//essentialocl/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredCollectionType" ordered="false" eType="#//essentialocl/CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" ordered="false" eType="#//essentialocl/OclExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyTemplateItem" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="objContainer" ordered="false" lowerBound="1" eType="#//template/ObjectTemplateExp" eOpposite="#//template/ObjectTemplateExp/part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" lowerBound="1" eType="#//emof/Property"/> </eClassifiers> </eSubpackages> <eSubpackages name="imperativeocl" nsURI="http:///imperativeocl.ecore" nsPrefix="imperativeocl"> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReset" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExp" eSuperTypes="#//essentialocl/CallExp #//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" upperBound="-1" eType="#//imperativeocl/AltExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true" eOpposite="#//essentialocl/Variable/computeOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AltExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlinkExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakExp" eSuperTypes="#//imperativeocl/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TryExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBody" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true" eOpposite="#//essentialocl/OclExpression/tryBodyOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" upperBound="-1" eType="#//emof/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptBody" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueExp" eSuperTypes="#//imperativeocl/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ForExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typedef" eSuperTypes="#//emof/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="#//emof/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedClass" ordered="false" lowerBound="1" eType="#//emof/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extent" ordered="false" eType="#//essentialocl/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryType" eSuperTypes="#//essentialocl/CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//imperativeocl/DictLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPart" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterType" eSuperTypes="#//emof/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//emof/Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" ordered="false" unique="false" eType="#//imperativeocl/SeverityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" ordered="false" eType="#//imperativeocl/LogExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false" lowerBound="1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SeverityKind"> <eLiterals name="error" value="1"/> <eLiterals name="fatal" value="2"/> <eLiterals name="warning" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExp" abstract="true" eSuperTypes="#//essentialocl/LoopExp #//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectorExp" eSuperTypes="#//imperativeocl/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeExpression" abstract="true" eSuperTypes="#//essentialocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnpackExp" eSuperTypes="#//imperativeocl/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="#//essentialocl/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleType" eSuperTypes="#//emof/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" upperBound="-1" eType="#//emof/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralExp" eSuperTypes="#//essentialocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//imperativeocl/AnonymousTupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralPart" eSuperTypes="#//emof/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//essentialocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//essentialocl/CollectionType"/> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"JTLMM","nsURI":"http://JTLMM.ecore","name":"JTLMM","id":0,"eClass":"EPackage"},{"nsPrefix":"emof","nsURI":"http:///emof.ecore","name":"emof","id":1,"eClass":"EPackage"},{"nsPrefix":"JTL","nsURI":"http:///jtl.ecore","name":"JTL","id":2,"eClass":"EPackage"},{"nsPrefix":"essentialocl","nsURI":"http:///essentialocl.ecore","name":"essentialocl","id":3,"eClass":"EPackage"},{"nsPrefix":"template","nsURI":"http:///template.ecore","name":"template","id":4,"eClass":"EPackage"},{"nsPrefix":"imperativeocl","nsURI":"http:///imperativeocl.ecore","name":"imperativeocl","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Boolean","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Boolean","instanceClass":"java.lang.Object","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"UnlimitedNatural","defaultValue":null,"instanceClassName":"java.lang.Object","name":"UnlimitedNatural","instanceClass":"java.lang.Object","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Real","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Real","instanceClass":"java.lang.Object","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isId","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTopLevel","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whereOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"whenOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCheckable","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEnforceable","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usedPackage","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":174,"interface":false,"eClass":"EClass"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":184,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePropertyCall","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"name":"OrderedSet","id":228,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Set","id":229,"value":2,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":230,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":231,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tryBodyOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LetExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"computeOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CollectionLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"TupleLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredClass","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inside","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":402,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectorExp","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleType","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralExp","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralPart","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"name":"error","id":516,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"fatal","id":517,"value":2,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"warning","id":518,"value":3,"literal":"warning","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":0},{"source":6,"target":1},{"source":6,"target":17},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":30,"target":20},{"source":30,"target":35},{"source":30,"target":6},{"source":30,"target":36},{"source":35,"target":20},{"source":31,"target":14},{"source":31,"target":37},{"source":31,"target":6},{"source":31,"target":38},{"source":37,"target":14},{"source":32,"target":6},{"source":32,"target":39},{"source":32,"target":6},{"source":39,"target":6},{"source":33,"target":40},{"source":33,"target":6},{"source":34,"target":17},{"source":7,"target":1},{"source":7,"target":17},{"source":7,"target":41},{"source":41,"target":17},{"source":8,"target":1},{"source":8,"target":13},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":42,"target":9},{"source":42,"target":45},{"source":42,"target":8},{"source":42,"target":46},{"source":45,"target":9},{"source":43,"target":29},{"source":43,"target":47},{"source":43,"target":8},{"source":47,"target":29},{"source":44,"target":13},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":46},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":46,"target":8},{"source":46,"target":51},{"source":46,"target":9},{"source":46,"target":42},{"source":51,"target":8},{"source":48,"target":52},{"source":48,"target":9},{"source":49,"target":53},{"source":49,"target":9},{"source":50,"target":8},{"source":10,"target":1},{"source":10,"target":7},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":19},{"source":54,"target":56},{"source":54,"target":10},{"source":54,"target":57},{"source":56,"target":19},{"source":55,"target":7},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":58},{"source":11,"target":59},{"source":58,"target":60},{"source":58,"target":11},{"source":59,"target":8},{"source":12,"target":1},{"source":12,"target":13},{"source":12,"target":61},{"source":61,"target":13},{"source":13,"target":1},{"source":14,"target":1},{"source":14,"target":15},{"source":14,"target":21},{"source":14,"target":38},{"source":14,"target":62},{"source":14,"target":63},{"source":14,"target":64},{"source":14,"target":65},{"source":38,"target":6},{"source":38,"target":66},{"source":38,"target":14},{"source":38,"target":31},{"source":66,"target":6},{"source":62,"target":18},{"source":62,"target":67},{"source":62,"target":14},{"source":62,"target":68},{"source":67,"target":18},{"source":63,"target":17},{"source":63,"target":69},{"source":63,"target":14},{"source":69,"target":17},{"source":64,"target":15},{"source":65,"target":21},{"source":15,"target":1},{"source":15,"target":70},{"source":15,"target":71},{"source":15,"target":72},{"source":15,"target":73},{"source":70,"target":24},{"source":70,"target":74},{"source":70,"target":15},{"source":74,"target":24},{"source":71,"target":24},{"source":71,"target":75},{"source":71,"target":15},{"source":75,"target":24},{"source":72,"target":76},{"source":72,"target":15},{"source":73,"target":26},{"source":73,"target":77},{"source":73,"target":15},{"source":77,"target":26},{"source":16,"target":1},{"source":16,"target":11},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":16,"target":81},{"source":78,"target":17},{"source":78,"target":82},{"source":78,"target":16},{"source":78,"target":83},{"source":82,"target":17},{"source":79,"target":16},{"source":79,"target":84},{"source":79,"target":16},{"source":84,"target":16},{"source":80,"target":85},{"source":80,"target":16},{"source":81,"target":11},{"source":17,"target":1},{"source":17,"target":11},{"source":17,"target":83},{"source":17,"target":86},{"source":83,"target":16},{"source":83,"target":87},{"source":83,"target":17},{"source":83,"target":78},{"source":87,"target":16},{"source":86,"target":11},{"source":18,"target":1},{"source":18,"target":15},{"source":18,"target":21},{"source":18,"target":68},{"source":18,"target":88},{"source":18,"target":89},{"source":68,"target":14},{"source":68,"target":90},{"source":68,"target":18},{"source":68,"target":62},{"source":90,"target":14},{"source":88,"target":15},{"source":89,"target":21},{"source":19,"target":1},{"source":19,"target":11},{"source":19,"target":57},{"source":19,"target":91},{"source":57,"target":10},{"source":57,"target":92},{"source":57,"target":19},{"source":57,"target":54},{"source":92,"target":10},{"source":91,"target":11},{"source":20,"target":1},{"source":20,"target":15},{"source":20,"target":21},{"source":20,"target":36},{"source":20,"target":93},{"source":20,"target":94},{"source":20,"target":95},{"source":20,"target":96},{"source":20,"target":97},{"source":20,"target":98},{"source":20,"target":99},{"source":20,"target":100},{"source":36,"target":6},{"source":36,"target":101},{"source":36,"target":20},{"source":36,"target":30},{"source":101,"target":6},{"source":93,"target":20},{"source":93,"target":102},{"source":93,"target":20},{"source":102,"target":20},{"source":94,"target":103},{"source":94,"target":20},{"source":95,"target":104},{"source":95,"target":20},{"source":96,"target":105},{"source":96,"target":20},{"source":97,"target":106},{"source":97,"target":20},{"source":98,"target":107},{"source":98,"target":20},{"source":99,"target":15},{"source":100,"target":21},{"source":21,"target":1},{"source":21,"target":11},{"source":21,"target":108},{"source":21,"target":109},{"source":108,"target":25},{"source":108,"target":110},{"source":108,"target":21},{"source":110,"target":25},{"source":109,"target":11},{"source":22,"target":1},{"source":22,"target":7},{"source":22,"target":111},{"source":111,"target":7},{"source":23,"target":1},{"source":23,"target":12},{"source":23,"target":112},{"source":112,"target":12},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":29,"target":8},{"source":29,"target":113},{"source":29,"target":114},{"source":113,"target":11},{"source":113,"target":115},{"source":113,"target":29},{"source":115,"target":11},{"source":114,"target":8},{"source":2,"target":116},{"source":2,"target":117},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":0},{"source":116,"target":2},{"source":116,"target":6},{"source":116,"target":16},{"source":116,"target":122},{"source":116,"target":123},{"source":116,"target":124},{"source":116,"target":125},{"source":122,"target":119},{"source":122,"target":126},{"source":122,"target":116},{"source":122,"target":127},{"source":126,"target":119},{"source":123,"target":117},{"source":123,"target":128},{"source":123,"target":116},{"source":123,"target":129},{"source":128,"target":117},{"source":124,"target":6},{"source":125,"target":16},{"source":117,"target":2},{"source":117,"target":11},{"source":117,"target":129},{"source":117,"target":130},{"source":117,"target":131},{"source":117,"target":132},{"source":117,"target":133},{"source":117,"target":134},{"source":117,"target":135},{"source":129,"target":116},{"source":129,"target":136},{"source":129,"target":117},{"source":129,"target":123},{"source":136,"target":116},{"source":130,"target":118},{"source":130,"target":137},{"source":130,"target":117},{"source":130,"target":138},{"source":137,"target":118},{"source":131,"target":120},{"source":131,"target":139},{"source":131,"target":117},{"source":131,"target":140},{"source":139,"target":120},{"source":132,"target":120},{"source":132,"target":141},{"source":132,"target":117},{"source":132,"target":142},{"source":141,"target":120},{"source":133,"target":143},{"source":133,"target":117},{"source":134,"target":144},{"source":134,"target":145},{"source":134,"target":117},{"source":145,"target":144},{"source":135,"target":11},{"source":118,"target":2},{"source":118,"target":11},{"source":118,"target":146},{"source":118,"target":147},{"source":118,"target":138},{"source":118,"target":148},{"source":118,"target":149},{"source":118,"target":150},{"source":118,"target":151},{"source":146,"target":152},{"source":146,"target":118},{"source":147,"target":153},{"source":147,"target":118},{"source":138,"target":117},{"source":138,"target":154},{"source":138,"target":118},{"source":138,"target":130},{"source":154,"target":117},{"source":148,"target":120},{"source":148,"target":155},{"source":148,"target":118},{"source":155,"target":120},{"source":149,"target":119},{"source":149,"target":156},{"source":149,"target":118},{"source":156,"target":119},{"source":150,"target":144},{"source":150,"target":157},{"source":150,"target":118},{"source":157,"target":144},{"source":151,"target":11},{"source":119,"target":2},{"source":119,"target":11},{"source":119,"target":127},{"source":119,"target":158},{"source":119,"target":159},{"source":119,"target":160},{"source":127,"target":116},{"source":127,"target":161},{"source":127,"target":119},{"source":127,"target":122},{"source":161,"target":116},{"source":158,"target":119},{"source":158,"target":162},{"source":158,"target":119},{"source":162,"target":119},{"source":159,"target":25},{"source":159,"target":163},{"source":159,"target":119},{"source":163,"target":25},{"source":160,"target":11},{"source":120,"target":2},{"source":120,"target":8},{"source":120,"target":140},{"source":120,"target":142},{"source":120,"target":164},{"source":120,"target":165},{"source":120,"target":166},{"source":120,"target":167},{"source":120,"target":168},{"source":140,"target":117},{"source":140,"target":169},{"source":140,"target":120},{"source":140,"target":131},{"source":169,"target":117},{"source":142,"target":117},{"source":142,"target":170},{"source":142,"target":120},{"source":142,"target":132},{"source":170,"target":117},{"source":164,"target":121},{"source":164,"target":171},{"source":164,"target":120},{"source":164,"target":172},{"source":171,"target":121},{"source":165,"target":144},{"source":165,"target":173},{"source":165,"target":120},{"source":173,"target":144},{"source":166,"target":174},{"source":166,"target":175},{"source":166,"target":120},{"source":175,"target":174},{"source":167,"target":118},{"source":167,"target":176},{"source":167,"target":120},{"source":176,"target":118},{"source":168,"target":8},{"source":121,"target":2},{"source":121,"target":8},{"source":121,"target":172},{"source":121,"target":177},{"source":121,"target":178},{"source":172,"target":120},{"source":172,"target":179},{"source":172,"target":121},{"source":172,"target":164},{"source":179,"target":120},{"source":177,"target":180},{"source":177,"target":181},{"source":177,"target":121},{"source":181,"target":180},{"source":178,"target":8},{"source":3,"target":182},{"source":3,"target":183},{"source":3,"target":184},{"source":3,"target":180},{"source":3,"target":185},{"source":3,"target":186},{"source":3,"target":187},{"source":3,"target":144},{"source":3,"target":188},{"source":3,"target":189},{"source":3,"target":190},{"source":3,"target":191},{"source":3,"target":192},{"source":3,"target":193},{"source":3,"target":194},{"source":3,"target":195},{"source":3,"target":196},{"source":3,"target":197},{"source":3,"target":198},{"source":3,"target":199},{"source":3,"target":200},{"source":3,"target":201},{"source":3,"target":202},{"source":3,"target":203},{"source":3,"target":204},{"source":3,"target":205},{"source":3,"target":206},{"source":3,"target":207},{"source":3,"target":208},{"source":3,"target":209},{"source":3,"target":210},{"source":3,"target":211},{"source":3,"target":212},{"source":3,"target":213},{"source":3,"target":214},{"source":3,"target":215},{"source":3,"target":216},{"source":3,"target":217},{"source":3,"target":218},{"source":3,"target":219},{"source":3,"target":220},{"source":3,"target":221},{"source":3,"target":0},{"source":182,"target":3},{"source":182,"target":199},{"source":182,"target":222},{"source":182,"target":223},{"source":222,"target":224},{"source":222,"target":182},{"source":223,"target":199},{"source":183,"target":3},{"source":183,"target":180},{"source":183,"target":225},{"source":183,"target":226},{"source":225,"target":180},{"source":225,"target":227},{"source":225,"target":183},{"source":227,"target":180},{"source":226,"target":180},{"source":184,"target":3},{"source":184,"target":228},{"source":184,"target":229},{"source":184,"target":230},{"source":184,"target":231},{"source":228,"target":184},{"source":229,"target":184},{"source":230,"target":184},{"source":231,"target":184},{"source":180,"target":3},{"source":180,"target":21},{"source":180,"target":232},{"source":180,"target":233},{"source":232,"target":234},{"source":232,"target":235},{"source":232,"target":180},{"source":232,"target":236},{"source":235,"target":234},{"source":233,"target":21},{"source":185,"target":3},{"source":185,"target":200},{"source":185,"target":237},{"source":185,"target":238},{"source":237,"target":26},{"source":237,"target":239},{"source":237,"target":185},{"source":239,"target":26},{"source":238,"target":200},{"source":186,"target":3},{"source":186,"target":180},{"source":186,"target":240},{"source":186,"target":241},{"source":186,"target":242},{"source":186,"target":243},{"source":240,"target":180},{"source":240,"target":244},{"source":240,"target":186},{"source":244,"target":180},{"source":241,"target":180},{"source":241,"target":245},{"source":241,"target":186},{"source":245,"target":180},{"source":242,"target":180},{"source":242,"target":246},{"source":242,"target":186},{"source":246,"target":180},{"source":243,"target":180},{"source":187,"target":3},{"source":187,"target":180},{"source":187,"target":247},{"source":187,"target":248},{"source":187,"target":249},{"source":247,"target":180},{"source":247,"target":250},{"source":247,"target":187},{"source":250,"target":180},{"source":248,"target":144},{"source":248,"target":251},{"source":248,"target":187},{"source":248,"target":252},{"source":251,"target":144},{"source":249,"target":180},{"source":144,"target":3},{"source":144,"target":21},{"source":144,"target":253},{"source":144,"target":252},{"source":144,"target":254},{"source":144,"target":255},{"source":144,"target":256},{"source":253,"target":180},{"source":253,"target":257},{"source":253,"target":144},{"source":257,"target":180},{"source":252,"target":187},{"source":252,"target":258},{"source":252,"target":144},{"source":252,"target":248},{"source":258,"target":187},{"source":254,"target":18},{"source":254,"target":259},{"source":254,"target":144},{"source":259,"target":18},{"source":255,"target":260},{"source":255,"target":261},{"source":255,"target":144},{"source":255,"target":262},{"source":261,"target":260},{"source":256,"target":21},{"source":188,"target":3},{"source":188,"target":210},{"source":188,"target":263},{"source":188,"target":264},{"source":263,"target":20},{"source":263,"target":265},{"source":263,"target":188},{"source":265,"target":20},{"source":264,"target":210},{"source":189,"target":3},{"source":189,"target":180},{"source":189,"target":266},{"source":189,"target":267},{"source":266,"target":144},{"source":266,"target":268},{"source":266,"target":189},{"source":268,"target":144},{"source":267,"target":180},{"source":190,"target":3},{"source":190,"target":180},{"source":190,"target":269},{"source":190,"target":270},{"source":269,"target":17},{"source":269,"target":271},{"source":269,"target":190},{"source":271,"target":17},{"source":270,"target":180},{"source":191,"target":3},{"source":191,"target":183},{"source":191,"target":180},{"source":191,"target":272},{"source":191,"target":273},{"source":191,"target":274},{"source":191,"target":275},{"source":272,"target":180},{"source":272,"target":276},{"source":272,"target":191},{"source":276,"target":180},{"source":273,"target":144},{"source":273,"target":277},{"source":273,"target":191},{"source":277,"target":144},{"source":274,"target":183},{"source":275,"target":180},{"source":192,"target":3},{"source":192,"target":191},{"source":192,"target":278},{"source":278,"target":191},{"source":193,"target":3},{"source":193,"target":199},{"source":193,"target":279},{"source":193,"target":280},{"source":279,"target":281},{"source":279,"target":193},{"source":280,"target":199},{"source":194,"target":3},{"source":194,"target":200},{"source":194,"target":282},{"source":194,"target":283},{"source":282,"target":284},{"source":282,"target":194},{"source":283,"target":200},{"source":195,"target":3},{"source":195,"target":210},{"source":195,"target":285},{"source":195,"target":286},{"source":195,"target":287},{"source":285,"target":180},{"source":285,"target":288},{"source":285,"target":195},{"source":288,"target":180},{"source":286,"target":14},{"source":286,"target":289},{"source":286,"target":195},{"source":289,"target":14},{"source":287,"target":210},{"source":196,"target":3},{"source":196,"target":200},{"source":196,"target":290},{"source":196,"target":291},{"source":290,"target":292},{"source":290,"target":196},{"source":291,"target":200},{"source":197,"target":3},{"source":197,"target":180},{"source":197,"target":293},{"source":293,"target":180},{"source":198,"target":3},{"source":198,"target":191},{"source":198,"target":294},{"source":198,"target":295},{"source":294,"target":144},{"source":294,"target":296},{"source":294,"target":198},{"source":296,"target":144},{"source":295,"target":191},{"source":199,"target":3},{"source":199,"target":197},{"source":199,"target":297},{"source":297,"target":197},{"source":200,"target":3},{"source":200,"target":199},{"source":200,"target":298},{"source":298,"target":199},{"source":201,"target":3},{"source":201,"target":197},{"source":201,"target":299},{"source":201,"target":300},{"source":201,"target":301},{"source":299,"target":184},{"source":299,"target":302},{"source":299,"target":201},{"source":302,"target":184},{"source":300,"target":202},{"source":300,"target":303},{"source":300,"target":201},{"source":300,"target":304},{"source":303,"target":202},{"source":301,"target":197},{"source":202,"target":3},{"source":202,"target":21},{"source":202,"target":304},{"source":202,"target":305},{"source":304,"target":201},{"source":304,"target":306},{"source":304,"target":202},{"source":304,"target":300},{"source":306,"target":201},{"source":305,"target":21},{"source":203,"target":3},{"source":203,"target":202},{"source":203,"target":307},{"source":203,"target":308},{"source":307,"target":180},{"source":307,"target":309},{"source":307,"target":203},{"source":309,"target":180},{"source":308,"target":202},{"source":204,"target":3},{"source":204,"target":202},{"source":204,"target":310},{"source":204,"target":311},{"source":204,"target":312},{"source":310,"target":180},{"source":310,"target":313},{"source":310,"target":204},{"source":313,"target":180},{"source":311,"target":180},{"source":311,"target":314},{"source":311,"target":204},{"source":314,"target":180},{"source":312,"target":202},{"source":205,"target":3},{"source":205,"target":197},{"source":205,"target":315},{"source":205,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":205},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":197},{"source":206,"target":3},{"source":206,"target":197},{"source":206,"target":319},{"source":319,"target":197},{"source":207,"target":3},{"source":207,"target":208},{"source":207,"target":320},{"source":207,"target":321},{"source":207,"target":322},{"source":207,"target":323},{"source":207,"target":324},{"source":320,"target":180},{"source":320,"target":325},{"source":320,"target":207},{"source":325,"target":180},{"source":321,"target":144},{"source":321,"target":326},{"source":321,"target":207},{"source":326,"target":144},{"source":322,"target":144},{"source":322,"target":327},{"source":322,"target":207},{"source":327,"target":144},{"source":323,"target":144},{"source":323,"target":328},{"source":323,"target":207},{"source":328,"target":144},{"source":324,"target":208},{"source":208,"target":3},{"source":209,"target":3},{"source":209,"target":197},{"source":209,"target":329},{"source":329,"target":197},{"source":210,"target":3},{"source":210,"target":183},{"source":210,"target":330},{"source":330,"target":183},{"source":211,"target":3},{"source":211,"target":21},{"source":211,"target":318},{"source":211,"target":331},{"source":318,"target":205},{"source":318,"target":332},{"source":318,"target":211},{"source":318,"target":315},{"source":332,"target":205},{"source":331,"target":21},{"source":212,"target":3},{"source":212,"target":213},{"source":212,"target":333},{"source":333,"target":213},{"source":213,"target":3},{"source":213,"target":7},{"source":213,"target":334},{"source":213,"target":335},{"source":334,"target":17},{"source":334,"target":336},{"source":334,"target":213},{"source":336,"target":17},{"source":335,"target":7},{"source":214,"target":3},{"source":214,"target":197},{"source":214,"target":337},{"source":214,"target":338},{"source":337,"target":19},{"source":337,"target":339},{"source":337,"target":214},{"source":339,"target":19},{"source":338,"target":197},{"source":215,"target":3},{"source":215,"target":17},{"source":215,"target":340},{"source":340,"target":17},{"source":216,"target":3},{"source":216,"target":213},{"source":216,"target":341},{"source":341,"target":213},{"source":217,"target":3},{"source":217,"target":213},{"source":217,"target":342},{"source":342,"target":213},{"source":218,"target":3},{"source":218,"target":213},{"source":218,"target":343},{"source":343,"target":213},{"source":219,"target":3},{"source":219,"target":6},{"source":219,"target":7},{"source":219,"target":344},{"source":219,"target":345},{"source":344,"target":6},{"source":345,"target":7},{"source":220,"target":3},{"source":220,"target":17},{"source":220,"target":346},{"source":346,"target":17},{"source":221,"target":3},{"source":221,"target":6},{"source":221,"target":17},{"source":221,"target":347},{"source":221,"target":348},{"source":347,"target":6},{"source":348,"target":17},{"source":4,"target":174},{"source":4,"target":349},{"source":4,"target":350},{"source":4,"target":351},{"source":4,"target":0},{"source":174,"target":4},{"source":174,"target":197},{"source":174,"target":352},{"source":174,"target":353},{"source":174,"target":354},{"source":352,"target":144},{"source":352,"target":355},{"source":352,"target":174},{"source":355,"target":144},{"source":353,"target":180},{"source":353,"target":356},{"source":353,"target":174},{"source":356,"target":180},{"source":354,"target":197},{"source":349,"target":4},{"source":349,"target":174},{"source":349,"target":357},{"source":349,"target":358},{"source":349,"target":359},{"source":349,"target":360},{"source":357,"target":351},{"source":357,"target":361},{"source":357,"target":349},{"source":357,"target":362},{"source":361,"target":351},{"source":358,"target":363},{"source":358,"target":349},{"source":359,"target":364},{"source":359,"target":365},{"source":359,"target":349},{"source":365,"target":364},{"source":360,"target":174},{"source":350,"target":4},{"source":350,"target":174},{"source":350,"target":366},{"source":350,"target":367},{"source":350,"target":368},{"source":350,"target":369},{"source":350,"target":370},{"source":366,"target":180},{"source":366,"target":371},{"source":366,"target":350},{"source":371,"target":180},{"source":367,"target":184},{"source":367,"target":372},{"source":367,"target":350},{"source":372,"target":184},{"source":368,"target":213},{"source":368,"target":373},{"source":368,"target":350},{"source":373,"target":213},{"source":369,"target":180},{"source":369,"target":374},{"source":369,"target":350},{"source":374,"target":180},{"source":370,"target":174},{"source":351,"target":4},{"source":351,"target":8},{"source":351,"target":362},{"source":351,"target":375},{"source":351,"target":376},{"source":351,"target":377},{"source":362,"target":349},{"source":362,"target":378},{"source":362,"target":351},{"source":362,"target":357},{"source":378,"target":349},{"source":375,"target":180},{"source":375,"target":379},{"source":375,"target":351},{"source":379,"target":180},{"source":376,"target":20},{"source":376,"target":380},{"source":376,"target":351},{"source":380,"target":20},{"source":377,"target":8},{"source":5,"target":381},{"source":5,"target":364},{"source":5,"target":382},{"source":5,"target":383},{"source":5,"target":384},{"source":5,"target":385},{"source":5,"target":260},{"source":5,"target":386},{"source":5,"target":387},{"source":5,"target":388},{"source":5,"target":389},{"source":5,"target":234},{"source":5,"target":390},{"source":5,"target":391},{"source":5,"target":392},{"source":5,"target":393},{"source":5,"target":394},{"source":5,"target":395},{"source":5,"target":396},{"source":5,"target":397},{"source":5,"target":398},{"source":5,"target":399},{"source":5,"target":400},{"source":5,"target":401},{"source":5,"target":402},{"source":5,"target":403},{"source":5,"target":404},{"source":5,"target":405},{"source":5,"target":406},{"source":5,"target":407},{"source":5,"target":408},{"source":5,"target":409},{"source":5,"target":410},{"source":5,"target":0},{"source":381,"target":5},{"source":381,"target":403},{"source":381,"target":411},{"source":381,"target":412},{"source":411,"target":144},{"source":411,"target":413},{"source":411,"target":381},{"source":413,"target":144},{"source":412,"target":403},{"source":364,"target":5},{"source":364,"target":405},{"source":364,"target":414},{"source":364,"target":415},{"source":364,"target":416},{"source":364,"target":417},{"source":364,"target":418},{"source":414,"target":180},{"source":414,"target":419},{"source":414,"target":364},{"source":419,"target":180},{"source":415,"target":180},{"source":415,"target":420},{"source":415,"target":364},{"source":420,"target":180},{"source":416,"target":180},{"source":416,"target":421},{"source":416,"target":364},{"source":421,"target":180},{"source":417,"target":422},{"source":417,"target":364},{"source":418,"target":405},{"source":382,"target":5},{"source":382,"target":405},{"source":382,"target":423},{"source":382,"target":424},{"source":423,"target":180},{"source":423,"target":425},{"source":423,"target":382},{"source":425,"target":180},{"source":424,"target":405},{"source":383,"target":5},{"source":383,"target":183},{"source":383,"target":405},{"source":383,"target":426},{"source":383,"target":427},{"source":383,"target":428},{"source":383,"target":429},{"source":426,"target":386},{"source":426,"target":430},{"source":426,"target":383},{"source":430,"target":386},{"source":427,"target":180},{"source":427,"target":431},{"source":427,"target":383},{"source":431,"target":180},{"source":428,"target":183},{"source":429,"target":405},{"source":384,"target":5},{"source":384,"target":405},{"source":384,"target":432},{"source":384,"target":433},{"source":384,"target":434},{"source":432,"target":144},{"source":432,"target":435},{"source":432,"target":384},{"source":435,"target":144},{"source":433,"target":436},{"source":433,"target":384},{"source":434,"target":405},{"source":385,"target":5},{"source":385,"target":405},{"source":385,"target":437},{"source":385,"target":438},{"source":385,"target":439},{"source":437,"target":180},{"source":437,"target":440},{"source":437,"target":385},{"source":440,"target":180},{"source":438,"target":180},{"source":438,"target":441},{"source":438,"target":385},{"source":441,"target":180},{"source":439,"target":405},{"source":260,"target":5},{"source":260,"target":405},{"source":260,"target":262},{"source":260,"target":442},{"source":260,"target":443},{"source":262,"target":144},{"source":262,"target":444},{"source":262,"target":260},{"source":262,"target":255},{"source":444,"target":144},{"source":442,"target":180},{"source":442,"target":445},{"source":442,"target":260},{"source":445,"target":180},{"source":443,"target":405},{"source":386,"target":5},{"source":386,"target":405},{"source":386,"target":446},{"source":386,"target":447},{"source":386,"target":448},{"source":446,"target":180},{"source":446,"target":449},{"source":446,"target":386},{"source":449,"target":180},{"source":447,"target":180},{"source":447,"target":450},{"source":447,"target":386},{"source":450,"target":180},{"source":448,"target":405},{"source":387,"target":5},{"source":387,"target":405},{"source":387,"target":451},{"source":387,"target":452},{"source":387,"target":453},{"source":451,"target":180},{"source":451,"target":454},{"source":451,"target":387},{"source":454,"target":180},{"source":452,"target":180},{"source":452,"target":455},{"source":452,"target":387},{"source":455,"target":180},{"source":453,"target":405},{"source":388,"target":5},{"source":388,"target":405},{"source":388,"target":456},{"source":388,"target":457},{"source":456,"target":180},{"source":456,"target":458},{"source":456,"target":388},{"source":458,"target":180},{"source":457,"target":405},{"source":389,"target":5},{"source":389,"target":405},{"source":389,"target":459},{"source":459,"target":405},{"source":234,"target":5},{"source":234,"target":405},{"source":234,"target":236},{"source":234,"target":460},{"source":234,"target":461},{"source":234,"target":462},{"source":236,"target":180},{"source":236,"target":463},{"source":236,"target":234},{"source":236,"target":232},{"source":463,"target":180},{"source":460,"target":17},{"source":460,"target":464},{"source":460,"target":234},{"source":464,"target":17},{"source":461,"target":180},{"source":461,"target":465},{"source":461,"target":234},{"source":465,"target":180},{"source":462,"target":405},{"source":390,"target":5},{"source":390,"target":405},{"source":390,"target":466},{"source":390,"target":467},{"source":466,"target":17},{"source":466,"target":468},{"source":466,"target":390},{"source":468,"target":17},{"source":467,"target":405},{"source":391,"target":5},{"source":391,"target":405},{"source":391,"target":469},{"source":469,"target":405},{"source":392,"target":5},{"source":392,"target":403},{"source":392,"target":470},{"source":470,"target":403},{"source":393,"target":5},{"source":393,"target":405},{"source":393,"target":471},{"source":393,"target":472},{"source":471,"target":180},{"source":471,"target":473},{"source":471,"target":393},{"source":473,"target":180},{"source":472,"target":405},{"source":394,"target":5},{"source":394,"target":6},{"source":394,"target":474},{"source":394,"target":475},{"source":394,"target":476},{"source":474,"target":17},{"source":474,"target":477},{"source":474,"target":394},{"source":477,"target":17},{"source":475,"target":180},{"source":475,"target":478},{"source":475,"target":394},{"source":478,"target":180},{"source":476,"target":6},{"source":395,"target":5},{"source":395,"target":405},{"source":395,"target":479},{"source":395,"target":480},{"source":395,"target":481},{"source":395,"target":482},{"source":479,"target":6},{"source":479,"target":483},{"source":479,"target":395},{"source":483,"target":6},{"source":480,"target":144},{"source":480,"target":484},{"source":480,"target":395},{"source":484,"target":144},{"source":481,"target":180},{"source":481,"target":485},{"source":481,"target":395},{"source":485,"target":180},{"source":482,"target":405},{"source":396,"target":5},{"source":396,"target":213},{"source":396,"target":486},{"source":396,"target":487},{"source":486,"target":17},{"source":486,"target":488},{"source":486,"target":396},{"source":488,"target":17},{"source":487,"target":213},{"source":397,"target":5},{"source":397,"target":197},{"source":397,"target":489},{"source":397,"target":490},{"source":489,"target":398},{"source":489,"target":491},{"source":489,"target":397},{"source":491,"target":398},{"source":490,"target":197},{"source":398,"target":5},{"source":398,"target":8},{"source":398,"target":492},{"source":398,"target":493},{"source":398,"target":494},{"source":492,"target":180},{"source":492,"target":495},{"source":492,"target":398},{"source":495,"target":180},{"source":493,"target":180},{"source":493,"target":496},{"source":493,"target":398},{"source":496,"target":180},{"source":494,"target":8},{"source":399,"target":5},{"source":399,"target":17},{"source":399,"target":497},{"source":399,"target":498},{"source":497,"target":499},{"source":497,"target":399},{"source":498,"target":17},{"source":400,"target":5},{"source":400,"target":405},{"source":400,"target":500},{"source":400,"target":501},{"source":400,"target":502},{"source":400,"target":503},{"source":400,"target":504},{"source":500,"target":505},{"source":500,"target":400},{"source":501,"target":506},{"source":501,"target":400},{"source":502,"target":180},{"source":502,"target":507},{"source":502,"target":400},{"source":507,"target":180},{"source":503,"target":8},{"source":503,"target":508},{"source":503,"target":400},{"source":508,"target":8},{"source":504,"target":405},{"source":401,"target":5},{"source":401,"target":405},{"source":401,"target":509},{"source":401,"target":510},{"source":401,"target":511},{"source":401,"target":512},{"source":509,"target":402},{"source":509,"target":513},{"source":509,"target":401},{"source":513,"target":402},{"source":510,"target":400},{"source":510,"target":514},{"source":510,"target":401},{"source":514,"target":400},{"source":511,"target":180},{"source":511,"target":515},{"source":511,"target":401},{"source":515,"target":180},{"source":512,"target":405},{"source":402,"target":5},{"source":402,"target":516},{"source":402,"target":517},{"source":402,"target":518},{"source":516,"target":402},{"source":517,"target":402},{"source":518,"target":402},{"source":403,"target":5},{"source":403,"target":191},{"source":403,"target":405},{"source":403,"target":519},{"source":403,"target":520},{"source":403,"target":521},{"source":519,"target":180},{"source":519,"target":522},{"source":519,"target":403},{"source":522,"target":180},{"source":520,"target":191},{"source":521,"target":405},{"source":404,"target":5},{"source":404,"target":403},{"source":404,"target":523},{"source":404,"target":524},{"source":523,"target":144},{"source":523,"target":525},{"source":523,"target":404},{"source":525,"target":144},{"source":524,"target":403},{"source":405,"target":5},{"source":405,"target":180},{"source":405,"target":526},{"source":526,"target":180},{"source":406,"target":5},{"source":406,"target":405},{"source":406,"target":527},{"source":406,"target":528},{"source":527,"target":144},{"source":527,"target":529},{"source":527,"target":406},{"source":529,"target":144},{"source":528,"target":405},{"source":407,"target":5},{"source":407,"target":6},{"source":407,"target":530},{"source":407,"target":531},{"source":530,"target":17},{"source":530,"target":532},{"source":530,"target":407},{"source":532,"target":17},{"source":531,"target":6},{"source":408,"target":5},{"source":408,"target":197},{"source":408,"target":533},{"source":408,"target":534},{"source":533,"target":409},{"source":533,"target":535},{"source":533,"target":408},{"source":535,"target":409},{"source":534,"target":197},{"source":409,"target":5},{"source":409,"target":8},{"source":409,"target":536},{"source":409,"target":537},{"source":536,"target":180},{"source":536,"target":538},{"source":536,"target":409},{"source":538,"target":180},{"source":537,"target":8},{"source":410,"target":5},{"source":410,"target":213},{"source":410,"target":539},{"source":539,"target":213}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/majordomo.ecore
majordomo Majordomo house name m rooms program House Extendable sensors actors Room name Sensor ctx Actor ctx Rule statement actions Extension name LightSensor TemperatureSensor RainSensor SwitchSensor NumberSensor ClockSensor LampActor RollerActor RoofWindowActor BoilerActor RadiatorActor RoomMountable HouseMountable BooleanSensor getValue FloatSensor getValue BooleanActor setValue value FloatActor setValue value Statement Action FloatAction actor value BooleanAction actor value CoffeeActor BinaryOperation left right NotOperation statement CompareOperation comparator left right Comparator GT GT GE GE LT LT LE LE BooleanSensorStatement sensor ValueExpression ConstantValue value SensorValue sensor StatementReference ref Program constants preparedStatements preparedActionSets rules PreparedStatement name ctx statement PreparedActionSet ctx name actions ActionSetReference ref BinaryAndOperation BinaryOrOperation PreparedValue ctx value name ValueReference ref
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="majordomo" nsURI="http://mdsd.altimos.de/majordomo/1.0" nsPrefix="majordomo"> <eAnnotations source="ComparatorDescription" references="#//Comparator"> <details key="GT: Greater than"/> <details key="GE: Greater or Equal than"/> <details key="LT: Less than"/> <details key="LE: Less or Equal than"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Majordomo"> <eStructuralFeatures xsi:type="ecore:EReference" name="house" eType="#//House" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="m"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" eType="#//Room" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="program" lowerBound="1" eType="#//Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="House" eSuperTypes="#//Extendable"/> <eClassifiers xsi:type="ecore:EClass" name="Extendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1" eType="#//Sensor" containment="true" eOpposite="#//Sensor/ctx"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true" eOpposite="#//Actor/ctx"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Room" eSuperTypes="#//Extendable"> <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="Sensor" abstract="true" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctx" lowerBound="1" eType="#//Extendable" eOpposite="#//Extendable/sensors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" abstract="true" eSuperTypes="#//Extension"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctx" lowerBound="1" eType="#//Extendable" eOpposite="#//Extendable/actors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="1" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LightSensor" eSuperTypes="#//HouseMountable #//RoomMountable #//FloatSensor"/> <eClassifiers xsi:type="ecore:EClass" name="TemperatureSensor" eSuperTypes="#//HouseMountable #//RoomMountable #//FloatSensor"/> <eClassifiers xsi:type="ecore:EClass" name="RainSensor" eSuperTypes="#//HouseMountable #//BooleanSensor"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchSensor" eSuperTypes="#//RoomMountable #//BooleanSensor"/> <eClassifiers xsi:type="ecore:EClass" name="NumberSensor" eSuperTypes="#//RoomMountable #//FloatSensor"/> <eClassifiers xsi:type="ecore:EClass" name="ClockSensor" eSuperTypes="#//HouseMountable #//FloatSensor"/> <eClassifiers xsi:type="ecore:EClass" name="LampActor" eSuperTypes="#//HouseMountable #//RoomMountable #//FloatActor"/> <eClassifiers xsi:type="ecore:EClass" name="RollerActor" eSuperTypes="#//RoomMountable #//BooleanActor"/> <eClassifiers xsi:type="ecore:EClass" name="RoofWindowActor" eSuperTypes="#//RoomMountable #//BooleanActor"/> <eClassifiers xsi:type="ecore:EClass" name="BoilerActor" eSuperTypes="#//HouseMountable #//BooleanActor"/> <eClassifiers xsi:type="ecore:EClass" name="RadiatorActor" eSuperTypes="#//RoomMountable #//BooleanActor"/> <eClassifiers xsi:type="ecore:EClass" name="RoomMountable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="HouseMountable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanSensor" abstract="true" eSuperTypes="#//Sensor"> <eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatSensor" abstract="true" eSuperTypes="#//Sensor"> <eOperations name="getValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanActor" abstract="true" eSuperTypes="#//Actor"> <eOperations name="setValue"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatActor" abstract="true" eSuperTypes="#//Actor"> <eOperations name="setValue"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="FloatAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actor" lowerBound="1" eType="#//FloatActor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actor" lowerBound="1" eType="#//BooleanActor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoffeeActor" eSuperTypes="#//RoomMountable #//BooleanActor"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperation" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOperation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareOperation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comparator" lowerBound="1" eType="#//Comparator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//ValueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//ValueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Comparator"> <eLiterals name="GT"/> <eLiterals name="GE" value="1"/> <eLiterals name="LT" value="2"/> <eLiterals name="LE" value="3" literal="LE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanSensorStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" lowerBound="1" eType="#//BooleanSensor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueExpression" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ConstantValue" eSuperTypes="#//ValueExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SensorValue" eSuperTypes="#//ValueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" lowerBound="1" eType="#//FloatSensor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementReference" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//PreparedStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//PreparedValue" containment="true" eOpposite="#//PreparedValue/ctx"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preparedStatements" upperBound="-1" eType="#//PreparedStatement" containment="true" eOpposite="#//PreparedStatement/ctx"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preparedActionSets" upperBound="-1" eType="#//PreparedActionSet" containment="true" eOpposite="#//PreparedActionSet/ctx"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreparedStatement"> <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="ctx" lowerBound="1" eType="#//Program" eOpposite="#//Program/preparedStatements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreparedActionSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctx" lowerBound="1" eType="#//Program" eOpposite="#//Program/preparedActionSets"/> <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="actions" lowerBound="1" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSetReference" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//PreparedActionSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryAndOperation" eSuperTypes="#//BinaryOperation"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOrOperation" eSuperTypes="#//BinaryOperation"/> <eClassifiers xsi:type="ecore:EClass" name="PreparedValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctx" lowerBound="1" eType="#//Program" eOpposite="#//Program/constants"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//ValueExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueReference" eSuperTypes="#//ValueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//PreparedValue"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"majordomo","nsURI":"http://mdsd.altimos.de/majordomo/1.0","name":"majordomo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Majordomo","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"House","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extendable","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LightSensor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemperatureSensor","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RainSensor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchSensor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberSensor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockSensor","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LampActor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RollerActor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoofWindowActor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoilerActor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadiatorActor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomMountable","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HouseMountable","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanSensor","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatSensor","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanActor","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatActor","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoffeeActor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperation","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareOperation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Comparator","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanSensorStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorValue","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementReference","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreparedStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreparedActionSet","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSetReference","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryAndOperation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOrOperation","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreparedValue","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueReference","instanceClass":null,"abstract":false,"id":47,"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":"house","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"m","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"m","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"program","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ctx","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"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":"ctx","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EOperation"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"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":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparator","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"name":"GT","id":142,"value":0,"literal":"GT","eClass":"EEnumLiteral"},{"name":"GE","id":143,"value":1,"literal":"GE","eClass":"EEnumLiteral"},{"name":"LT","id":144,"value":2,"literal":"LT","eClass":"EEnumLiteral"},{"name":"LE","id":145,"value":3,"literal":"LE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":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":"sensor","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":"ref","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preparedStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preparedActionSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ctx","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ctx","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ctx","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":174,"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":1,"target":0},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":48,"target":2},{"source":48,"target":52},{"source":48,"target":1},{"source":52,"target":2},{"source":49,"target":53},{"source":49,"target":1},{"source":50,"target":4},{"source":50,"target":54},{"source":50,"target":1},{"source":54,"target":4},{"source":51,"target":40},{"source":51,"target":55},{"source":51,"target":1},{"source":55,"target":40},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":56},{"source":56,"target":3},{"source":3,"target":0},{"source":3,"target":57},{"source":3,"target":58},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":3},{"source":57,"target":60},{"source":59,"target":5},{"source":58,"target":6},{"source":58,"target":61},{"source":58,"target":3},{"source":58,"target":62},{"source":61,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":65},{"source":63,"target":4},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":60},{"source":5,"target":66},{"source":60,"target":3},{"source":60,"target":67},{"source":60,"target":5},{"source":60,"target":57},{"source":67,"target":3},{"source":66,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":62},{"source":6,"target":68},{"source":62,"target":3},{"source":62,"target":69},{"source":62,"target":6},{"source":62,"target":58},{"source":69,"target":3},{"source":68,"target":8},{"source":7,"target":0},{"source":7,"target":70},{"source":7,"target":71},{"source":70,"target":26},{"source":70,"target":72},{"source":70,"target":7},{"source":72,"target":26},{"source":71,"target":27},{"source":71,"target":73},{"source":71,"target":7},{"source":73,"target":27},{"source":8,"target":0},{"source":8,"target":74},{"source":74,"target":75},{"source":74,"target":8},{"source":9,"target":0},{"source":9,"target":21},{"source":9,"target":20},{"source":9,"target":23},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":76,"target":21},{"source":77,"target":20},{"source":78,"target":23},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":20},{"source":10,"target":23},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":79,"target":21},{"source":80,"target":20},{"source":81,"target":23},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":22},{"source":11,"target":82},{"source":11,"target":83},{"source":82,"target":21},{"source":83,"target":22},{"source":12,"target":0},{"source":12,"target":20},{"source":12,"target":22},{"source":12,"target":84},{"source":12,"target":85},{"source":84,"target":20},{"source":85,"target":22},{"source":13,"target":0},{"source":13,"target":20},{"source":13,"target":23},{"source":13,"target":86},{"source":13,"target":87},{"source":86,"target":20},{"source":87,"target":23},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":23},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":21},{"source":89,"target":23},{"source":15,"target":0},{"source":15,"target":21},{"source":15,"target":20},{"source":15,"target":25},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":90,"target":21},{"source":91,"target":20},{"source":92,"target":25},{"source":16,"target":0},{"source":16,"target":20},{"source":16,"target":24},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":20},{"source":94,"target":24},{"source":17,"target":0},{"source":17,"target":20},{"source":17,"target":24},{"source":17,"target":95},{"source":17,"target":96},{"source":95,"target":20},{"source":96,"target":24},{"source":18,"target":0},{"source":18,"target":21},{"source":18,"target":24},{"source":18,"target":97},{"source":18,"target":98},{"source":97,"target":21},{"source":98,"target":24},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":24},{"source":19,"target":99},{"source":19,"target":100},{"source":99,"target":20},{"source":100,"target":24},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":101},{"source":22,"target":102},{"source":101,"target":103},{"source":101,"target":22},{"source":102,"target":5},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":104},{"source":23,"target":105},{"source":104,"target":106},{"source":104,"target":23},{"source":105,"target":5},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":107},{"source":24,"target":108},{"source":107,"target":24},{"source":107,"target":109},{"source":109,"target":110},{"source":109,"target":107},{"source":108,"target":6},{"source":25,"target":0},{"source":25,"target":6},{"source":25,"target":111},{"source":25,"target":112},{"source":111,"target":25},{"source":111,"target":113},{"source":113,"target":114},{"source":113,"target":111},{"source":112,"target":6},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":115},{"source":28,"target":116},{"source":28,"target":117},{"source":115,"target":25},{"source":115,"target":118},{"source":115,"target":28},{"source":118,"target":25},{"source":116,"target":119},{"source":116,"target":28},{"source":117,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":120},{"source":29,"target":121},{"source":29,"target":122},{"source":120,"target":24},{"source":120,"target":123},{"source":120,"target":29},{"source":123,"target":24},{"source":121,"target":124},{"source":121,"target":29},{"source":122,"target":27},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":24},{"source":30,"target":125},{"source":30,"target":126},{"source":125,"target":20},{"source":126,"target":24},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":127},{"source":31,"target":128},{"source":31,"target":129},{"source":127,"target":26},{"source":127,"target":130},{"source":127,"target":31},{"source":130,"target":26},{"source":128,"target":26},{"source":128,"target":131},{"source":128,"target":31},{"source":131,"target":26},{"source":129,"target":26},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":132},{"source":32,"target":133},{"source":132,"target":26},{"source":132,"target":134},{"source":132,"target":32},{"source":134,"target":26},{"source":133,"target":26},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":135},{"source":33,"target":136},{"source":33,"target":137},{"source":33,"target":138},{"source":135,"target":34},{"source":135,"target":139},{"source":135,"target":33},{"source":139,"target":34},{"source":136,"target":36},{"source":136,"target":140},{"source":136,"target":33},{"source":140,"target":36},{"source":137,"target":36},{"source":137,"target":141},{"source":137,"target":33},{"source":141,"target":36},{"source":138,"target":26},{"source":34,"target":0},{"source":34,"target":142},{"source":34,"target":143},{"source":34,"target":144},{"source":34,"target":145},{"source":142,"target":34},{"source":143,"target":34},{"source":144,"target":34},{"source":145,"target":34},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":146},{"source":35,"target":147},{"source":146,"target":22},{"source":146,"target":148},{"source":146,"target":35},{"source":148,"target":22},{"source":147,"target":26},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":149},{"source":37,"target":150},{"source":149,"target":151},{"source":149,"target":37},{"source":150,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":152},{"source":38,"target":153},{"source":152,"target":23},{"source":152,"target":154},{"source":152,"target":38},{"source":154,"target":23},{"source":153,"target":36},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":155},{"source":39,"target":156},{"source":155,"target":41},{"source":155,"target":157},{"source":155,"target":39},{"source":157,"target":41},{"source":156,"target":26},{"source":40,"target":0},{"source":40,"target":158},{"source":40,"target":159},{"source":40,"target":160},{"source":40,"target":161},{"source":158,"target":46},{"source":158,"target":162},{"source":158,"target":40},{"source":158,"target":163},{"source":162,"target":46},{"source":159,"target":41},{"source":159,"target":164},{"source":159,"target":40},{"source":159,"target":165},{"source":164,"target":41},{"source":160,"target":42},{"source":160,"target":166},{"source":160,"target":40},{"source":160,"target":167},{"source":166,"target":42},{"source":161,"target":7},{"source":161,"target":168},{"source":161,"target":40},{"source":168,"target":7},{"source":41,"target":0},{"source":41,"target":169},{"source":41,"target":165},{"source":41,"target":170},{"source":169,"target":171},{"source":169,"target":41},{"source":165,"target":40},{"source":165,"target":172},{"source":165,"target":41},{"source":165,"target":159},{"source":172,"target":40},{"source":170,"target":26},{"source":170,"target":173},{"source":170,"target":41},{"source":173,"target":26},{"source":42,"target":0},{"source":42,"target":167},{"source":42,"target":174},{"source":42,"target":175},{"source":167,"target":40},{"source":167,"target":176},{"source":167,"target":42},{"source":167,"target":160},{"source":176,"target":40},{"source":174,"target":177},{"source":174,"target":42},{"source":175,"target":27},{"source":175,"target":178},{"source":175,"target":42},{"source":178,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":179},{"source":43,"target":180},{"source":179,"target":42},{"source":179,"target":181},{"source":179,"target":43},{"source":181,"target":42},{"source":180,"target":27},{"source":44,"target":0},{"source":44,"target":31},{"source":44,"target":182},{"source":182,"target":31},{"source":45,"target":0},{"source":45,"target":31},{"source":45,"target":183},{"source":183,"target":31},{"source":46,"target":0},{"source":46,"target":163},{"source":46,"target":184},{"source":46,"target":185},{"source":163,"target":40},{"source":163,"target":186},{"source":163,"target":46},{"source":163,"target":158},{"source":186,"target":40},{"source":184,"target":36},{"source":184,"target":187},{"source":184,"target":46},{"source":187,"target":36},{"source":185,"target":188},{"source":185,"target":46},{"source":47,"target":0},{"source":47,"target":36},{"source":47,"target":189},{"source":47,"target":190},{"source":189,"target":46},{"source":189,"target":191},{"source":189,"target":47},{"source":191,"target":46},{"source":190,"target":36}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/KourdacheHoussam/ModelTransformationTP4/ModelTransformationTP4/model/ecore.ecore
ecore EAnnotation eModelElement source details contents references EModelElement getEAnnotation source eAnnotations EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eStructuralFeatures eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters ENamedElement name EClassifier_EJavaClass_Wildcard EClassifier_EJavaClass_Wildcard EClassifier_EJavaClass_Wildcard EJavaObject java.lang.Object java.lang.Object EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eSubpackages eSuperPackage eClassifiers EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EDataType serializable EBoolean boolean boolean ETypeParameter eBounds EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier EInt int int EClassifier_Wildcard EOperation eTypeParameters eParameters eExceptions eGenericExceptions eContainingClass ETypedElement ordered unique lowerBound upperBound many required eType eGenericType EParameter eOperation EAttribute iD eAttributeType EStructuralFeature getFeatureID getContainerClass eContainingClass changeable volatile transient defaultValueLiteral defaultValue unsettable derived EStructuralFeature_EJavaClass_Wildcard EStructuralFeature_EJavaClass_Wildcard EStructuralFeature_EJavaClass_Wildcard EStructuralFeature_Wildcard EReference containment container resolveProxies eOpposite eReferenceType eKeys EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EObject_EEList_EObject EObject_EEList_EObject EObject_EEList_EObject EObject_ETreeIterator_EObject EObject_ETreeIterator_EObject EObject_ETreeIterator_EObject EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException EString java.lang.String java.lang.String
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents" eType="#//EObject_EEList_EObject"/> <eOperations name="eAllContents" eType="#//EObject_ETreeIterator_EObject"/> <eOperations name="eCrossReferences" eType="#//EObject_EEList_EObject"/> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" eType="#//EClassifier_EJavaClass_Wildcard" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EClassifier_EJavaClass_Wildcard" instanceClassName="EClassifier_EJavaClass_Wildcard"/> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType" eSuperTypes="#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier_Wildcard"/> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass" eType="#//EStructuralFeature_EJavaClass_Wildcard"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EStructuralFeature_EJavaClass_Wildcard" instanceClassName="EStructuralFeature_EJavaClass_Wildcard"/> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature_Wildcard"/> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/> <eClassifiers xsi:type="ecore:EDataType" name="EObject_EEList_EObject" instanceClassName="EObject_EEList_EObject"/> <eClassifiers xsi:type="ecore:EDataType" name="EObject_ETreeIterator_EObject" instanceClassName="EObject_ETreeIterator_EObject"/> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException"/> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EClassifier_EJavaClass_Wildcard","defaultValue":null,"instanceClassName":"EClassifier_EJavaClass_Wildcard","name":"EClassifier_EJavaClass_Wildcard","instanceClass":null,"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":"EPackage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier_Wildcard","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"EStructuralFeature_EJavaClass_Wildcard","defaultValue":null,"instanceClassName":"EStructuralFeature_EJavaClass_Wildcard","name":"EStructuralFeature_EJavaClass_Wildcard","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature_Wildcard","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"EObject_EEList_EObject","defaultValue":null,"instanceClassName":"EObject_EEList_EObject","name":"EObject_EEList_EObject","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"EObject_ETreeIterator_EObject","defaultValue":null,"instanceClassName":"EObject_ETreeIterator_EObject","name":"EObject_ETreeIterator_EObject","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":59,"serializable":true,"eClass":"EDataType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"source","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","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":"feature","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EParameter"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":126,"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":127,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":128,"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":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":129,"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":130,"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":131,"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":132,"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":133,"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":134,"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":135,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":136,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"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":138,"derived":true},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":173,"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":174,"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":175,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":194,"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":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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"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":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"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":237,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":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":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":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":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":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":263,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":264,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":278,"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":279,"derived":true},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":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":288,"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":289,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":304,"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":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"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":307,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":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":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":320,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EParameter"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"name":"E","id":344,"eClass":"ETypeParameter"},{"name":"T","id":345,"eClass":"ETypeParameter"},{"name":"K","id":346,"eClass":"ETypeParameter"},{"name":"V","id":347,"eClass":"ETypeParameter"},{"name":"E","id":348,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":1,"target":0},{"source":1,"target":2},{"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":60,"target":2},{"source":60,"target":66},{"source":60,"target":1},{"source":60,"target":67},{"source":66,"target":2},{"source":61,"target":59},{"source":61,"target":68},{"source":61,"target":1},{"source":68,"target":59},{"source":62,"target":28},{"source":62,"target":69},{"source":62,"target":1},{"source":69,"target":28},{"source":63,"target":3},{"source":63,"target":70},{"source":63,"target":1},{"source":70,"target":3},{"source":64,"target":3},{"source":64,"target":71},{"source":64,"target":1},{"source":71,"target":3},{"source":65,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":72},{"source":2,"target":67},{"source":2,"target":73},{"source":72,"target":1},{"source":72,"target":74},{"source":72,"target":2},{"source":72,"target":75},{"source":74,"target":1},{"source":75,"target":59},{"source":75,"target":76},{"source":75,"target":72},{"source":76,"target":59},{"source":67,"target":1},{"source":67,"target":77},{"source":67,"target":2},{"source":67,"target":60},{"source":77,"target":1},{"source":73,"target":3},{"source":3,"target":0},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":78,"target":4},{"source":78,"target":92},{"source":78,"target":3},{"source":92,"target":4},{"source":79,"target":12},{"source":79,"target":93},{"source":79,"target":3},{"source":93,"target":12},{"source":80,"target":25},{"source":80,"target":94},{"source":80,"target":3},{"source":94,"target":25},{"source":81,"target":3},{"source":81,"target":95},{"source":81,"target":3},{"source":95,"target":3},{"source":82,"target":21},{"source":82,"target":96},{"source":82,"target":3},{"source":96,"target":21},{"source":83,"target":24},{"source":83,"target":97},{"source":83,"target":3},{"source":97,"target":24},{"source":84,"target":26},{"source":84,"target":98},{"source":84,"target":3},{"source":98,"target":26},{"source":85,"target":27},{"source":85,"target":99},{"source":85,"target":3},{"source":99,"target":27},{"source":86,"target":26},{"source":86,"target":100},{"source":86,"target":3},{"source":100,"target":26},{"source":87,"target":8},{"source":87,"target":101},{"source":87,"target":3},{"source":87,"target":102},{"source":101,"target":8},{"source":102,"target":21},{"source":102,"target":103},{"source":102,"target":87},{"source":103,"target":21},{"source":88,"target":8},{"source":88,"target":104},{"source":88,"target":3},{"source":88,"target":105},{"source":88,"target":106},{"source":104,"target":8},{"source":105,"target":21},{"source":105,"target":107},{"source":105,"target":88},{"source":107,"target":21},{"source":106,"target":12},{"source":106,"target":108},{"source":106,"target":88},{"source":108,"target":12},{"source":89,"target":3},{"source":89,"target":109},{"source":89,"target":110},{"source":109,"target":21},{"source":109,"target":111},{"source":109,"target":89},{"source":111,"target":21},{"source":110,"target":8},{"source":110,"target":112},{"source":110,"target":89},{"source":112,"target":8},{"source":90,"target":12},{"source":90,"target":113},{"source":90,"target":3},{"source":90,"target":114},{"source":113,"target":12},{"source":114,"target":21},{"source":114,"target":115},{"source":114,"target":90},{"source":115,"target":21},{"source":91,"target":3},{"source":91,"target":116},{"source":116,"target":21},{"source":116,"target":117},{"source":116,"target":91},{"source":117,"target":21},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":118,"target":12},{"source":118,"target":140},{"source":118,"target":4},{"source":118,"target":141},{"source":140,"target":12},{"source":141,"target":4},{"source":141,"target":142},{"source":141,"target":118},{"source":142,"target":4},{"source":119,"target":15},{"source":119,"target":143},{"source":119,"target":4},{"source":143,"target":15},{"source":120,"target":21},{"source":120,"target":144},{"source":120,"target":4},{"source":120,"target":145},{"source":144,"target":21},{"source":145,"target":15},{"source":145,"target":146},{"source":145,"target":120},{"source":146,"target":15},{"source":121,"target":15},{"source":121,"target":147},{"source":121,"target":4},{"source":121,"target":148},{"source":147,"target":15},{"source":148,"target":21},{"source":148,"target":149},{"source":148,"target":121},{"source":149,"target":21},{"source":122,"target":21},{"source":122,"target":150},{"source":122,"target":4},{"source":122,"target":151},{"source":150,"target":21},{"source":151,"target":59},{"source":151,"target":152},{"source":151,"target":122},{"source":152,"target":59},{"source":123,"target":12},{"source":123,"target":153},{"source":123,"target":4},{"source":153,"target":12},{"source":124,"target":12},{"source":124,"target":154},{"source":124,"target":4},{"source":154,"target":12},{"source":125,"target":4},{"source":125,"target":155},{"source":125,"target":4},{"source":155,"target":4},{"source":126,"target":17},{"source":126,"target":156},{"source":126,"target":4},{"source":126,"target":157},{"source":156,"target":17},{"source":127,"target":20},{"source":127,"target":158},{"source":127,"target":4},{"source":158,"target":20},{"source":128,"target":21},{"source":128,"target":159},{"source":128,"target":4},{"source":128,"target":160},{"source":159,"target":21},{"source":129,"target":24},{"source":129,"target":161},{"source":129,"target":4},{"source":161,"target":24},{"source":130,"target":24},{"source":130,"target":162},{"source":130,"target":4},{"source":162,"target":24},{"source":131,"target":20},{"source":131,"target":163},{"source":131,"target":4},{"source":163,"target":20},{"source":132,"target":24},{"source":132,"target":164},{"source":132,"target":4},{"source":164,"target":24},{"source":133,"target":17},{"source":133,"target":165},{"source":133,"target":4},{"source":165,"target":17},{"source":134,"target":21},{"source":134,"target":166},{"source":134,"target":4},{"source":166,"target":21},{"source":135,"target":4},{"source":135,"target":167},{"source":135,"target":4},{"source":167,"target":4},{"source":136,"target":20},{"source":136,"target":168},{"source":136,"target":4},{"source":168,"target":20},{"source":137,"target":14},{"source":137,"target":169},{"source":137,"target":4},{"source":169,"target":14},{"source":138,"target":14},{"source":138,"target":170},{"source":138,"target":4},{"source":170,"target":14},{"source":139,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":171},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":175},{"source":5,"target":176},{"source":5,"target":177},{"source":5,"target":178},{"source":5,"target":179},{"source":171,"target":12},{"source":171,"target":180},{"source":171,"target":5},{"source":171,"target":181},{"source":180,"target":12},{"source":181,"target":8},{"source":181,"target":182},{"source":181,"target":171},{"source":182,"target":8},{"source":172,"target":15},{"source":172,"target":183},{"source":172,"target":5},{"source":183,"target":15},{"source":173,"target":59},{"source":173,"target":184},{"source":173,"target":5},{"source":184,"target":59},{"source":174,"target":7},{"source":174,"target":185},{"source":174,"target":5},{"source":185,"target":7},{"source":175,"target":8},{"source":175,"target":186},{"source":175,"target":5},{"source":186,"target":8},{"source":176,"target":59},{"source":176,"target":187},{"source":176,"target":5},{"source":187,"target":59},{"source":177,"target":9},{"source":177,"target":188},{"source":177,"target":5},{"source":177,"target":189},{"source":188,"target":9},{"source":178,"target":13},{"source":178,"target":190},{"source":178,"target":5},{"source":190,"target":13},{"source":179,"target":6},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":191},{"source":6,"target":192},{"source":191,"target":59},{"source":191,"target":193},{"source":191,"target":6},{"source":193,"target":59},{"source":192,"target":2},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":9,"target":199},{"source":9,"target":189},{"source":9,"target":200},{"source":194,"target":5},{"source":194,"target":201},{"source":194,"target":9},{"source":194,"target":202},{"source":201,"target":5},{"source":202,"target":59},{"source":202,"target":203},{"source":202,"target":194},{"source":203,"target":59},{"source":195,"target":59},{"source":195,"target":204},{"source":195,"target":9},{"source":204,"target":59},{"source":196,"target":59},{"source":196,"target":205},{"source":196,"target":9},{"source":205,"target":59},{"source":197,"target":10},{"source":197,"target":206},{"source":197,"target":9},{"source":197,"target":207},{"source":206,"target":10},{"source":198,"target":9},{"source":198,"target":208},{"source":198,"target":9},{"source":198,"target":199},{"source":208,"target":9},{"source":199,"target":9},{"source":199,"target":209},{"source":199,"target":9},{"source":199,"target":198},{"source":209,"target":9},{"source":189,"target":5},{"source":189,"target":210},{"source":189,"target":9},{"source":189,"target":177},{"source":210,"target":5},{"source":200,"target":6},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":211},{"source":10,"target":212},{"source":10,"target":213},{"source":10,"target":207},{"source":10,"target":214},{"source":211,"target":3},{"source":211,"target":215},{"source":211,"target":10},{"source":211,"target":216},{"source":215,"target":3},{"source":216,"target":4},{"source":216,"target":217},{"source":216,"target":211},{"source":217,"target":4},{"source":212,"target":8},{"source":212,"target":218},{"source":212,"target":10},{"source":212,"target":219},{"source":212,"target":220},{"source":218,"target":8},{"source":219,"target":11},{"source":219,"target":221},{"source":219,"target":212},{"source":221,"target":11},{"source":220,"target":59},{"source":220,"target":222},{"source":220,"target":212},{"source":222,"target":59},{"source":213,"target":59},{"source":213,"target":223},{"source":213,"target":10},{"source":213,"target":224},{"source":213,"target":225},{"source":223,"target":59},{"source":224,"target":11},{"source":224,"target":226},{"source":224,"target":213},{"source":226,"target":11},{"source":225,"target":8},{"source":225,"target":227},{"source":225,"target":213},{"source":227,"target":8},{"source":207,"target":9},{"source":207,"target":228},{"source":207,"target":10},{"source":207,"target":197},{"source":228,"target":9},{"source":214,"target":2},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":229},{"source":11,"target":230},{"source":229,"target":12},{"source":229,"target":231},{"source":229,"target":11},{"source":231,"target":12},{"source":230,"target":5},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":232},{"source":13,"target":233},{"source":232,"target":14},{"source":232,"target":234},{"source":232,"target":13},{"source":234,"target":14},{"source":233,"target":6},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":14,"target":239},{"source":14,"target":240},{"source":14,"target":241},{"source":235,"target":14},{"source":235,"target":242},{"source":235,"target":14},{"source":242,"target":14},{"source":236,"target":14},{"source":236,"target":243},{"source":236,"target":14},{"source":243,"target":14},{"source":237,"target":5},{"source":237,"target":244},{"source":237,"target":14},{"source":244,"target":5},{"source":238,"target":14},{"source":238,"target":245},{"source":238,"target":14},{"source":245,"target":14},{"source":239,"target":13},{"source":239,"target":246},{"source":239,"target":14},{"source":246,"target":13},{"source":240,"target":5},{"source":240,"target":247},{"source":240,"target":14},{"source":247,"target":5},{"source":241,"target":3},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":248},{"source":17,"target":249},{"source":17,"target":250},{"source":17,"target":251},{"source":17,"target":157},{"source":17,"target":252},{"source":248,"target":13},{"source":248,"target":253},{"source":248,"target":17},{"source":253,"target":13},{"source":249,"target":19},{"source":249,"target":254},{"source":249,"target":17},{"source":249,"target":255},{"source":254,"target":19},{"source":250,"target":5},{"source":250,"target":256},{"source":250,"target":17},{"source":256,"target":5},{"source":251,"target":14},{"source":251,"target":257},{"source":251,"target":17},{"source":257,"target":14},{"source":157,"target":4},{"source":157,"target":258},{"source":157,"target":17},{"source":157,"target":126},{"source":258,"target":4},{"source":252,"target":18},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":259},{"source":18,"target":260},{"source":18,"target":261},{"source":18,"target":262},{"source":18,"target":263},{"source":18,"target":264},{"source":18,"target":265},{"source":18,"target":266},{"source":18,"target":267},{"source":259,"target":12},{"source":259,"target":268},{"source":259,"target":18},{"source":268,"target":12},{"source":260,"target":12},{"source":260,"target":269},{"source":260,"target":18},{"source":269,"target":12},{"source":261,"target":15},{"source":261,"target":270},{"source":261,"target":18},{"source":270,"target":15},{"source":262,"target":15},{"source":262,"target":271},{"source":262,"target":18},{"source":271,"target":15},{"source":263,"target":12},{"source":263,"target":272},{"source":263,"target":18},{"source":272,"target":12},{"source":264,"target":12},{"source":264,"target":273},{"source":264,"target":18},{"source":273,"target":12},{"source":265,"target":5},{"source":265,"target":274},{"source":265,"target":18},{"source":274,"target":5},{"source":266,"target":14},{"source":266,"target":275},{"source":266,"target":18},{"source":275,"target":14},{"source":267,"target":6},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":255},{"source":19,"target":276},{"source":255,"target":17},{"source":255,"target":277},{"source":255,"target":19},{"source":255,"target":249},{"source":277,"target":17},{"source":276,"target":18},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":278},{"source":20,"target":279},{"source":20,"target":280},{"source":278,"target":12},{"source":278,"target":281},{"source":278,"target":20},{"source":281,"target":12},{"source":279,"target":11},{"source":279,"target":282},{"source":279,"target":20},{"source":282,"target":11},{"source":280,"target":21},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":283},{"source":21,"target":284},{"source":21,"target":160},{"source":21,"target":285},{"source":21,"target":286},{"source":21,"target":287},{"source":21,"target":288},{"source":21,"target":289},{"source":21,"target":290},{"source":21,"target":291},{"source":21,"target":292},{"source":283,"target":15},{"source":283,"target":293},{"source":283,"target":21},{"source":293,"target":15},{"source":284,"target":22},{"source":284,"target":294},{"source":284,"target":21},{"source":294,"target":22},{"source":160,"target":4},{"source":160,"target":295},{"source":160,"target":21},{"source":160,"target":128},{"source":295,"target":4},{"source":285,"target":12},{"source":285,"target":296},{"source":285,"target":21},{"source":296,"target":12},{"source":286,"target":12},{"source":286,"target":297},{"source":286,"target":21},{"source":297,"target":12},{"source":287,"target":12},{"source":287,"target":298},{"source":287,"target":21},{"source":298,"target":12},{"source":288,"target":59},{"source":288,"target":299},{"source":288,"target":21},{"source":299,"target":59},{"source":289,"target":8},{"source":289,"target":300},{"source":289,"target":21},{"source":300,"target":8},{"source":290,"target":12},{"source":290,"target":301},{"source":290,"target":21},{"source":301,"target":12},{"source":291,"target":12},{"source":291,"target":302},{"source":291,"target":21},{"source":302,"target":12},{"source":292,"target":18},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":303},{"source":24,"target":304},{"source":24,"target":305},{"source":24,"target":306},{"source":24,"target":307},{"source":24,"target":308},{"source":24,"target":309},{"source":303,"target":12},{"source":303,"target":310},{"source":303,"target":24},{"source":310,"target":12},{"source":304,"target":12},{"source":304,"target":311},{"source":304,"target":24},{"source":311,"target":12},{"source":305,"target":12},{"source":305,"target":312},{"source":305,"target":24},{"source":312,"target":12},{"source":306,"target":24},{"source":306,"target":313},{"source":306,"target":24},{"source":313,"target":24},{"source":307,"target":4},{"source":307,"target":314},{"source":307,"target":24},{"source":314,"target":4},{"source":308,"target":20},{"source":308,"target":315},{"source":308,"target":24},{"source":315,"target":20},{"source":309,"target":21},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":316},{"source":28,"target":317},{"source":316,"target":59},{"source":316,"target":318},{"source":316,"target":28},{"source":318,"target":59},{"source":317,"target":59},{"source":317,"target":319},{"source":317,"target":28},{"source":319,"target":59},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":320},{"source":29,"target":321},{"source":29,"target":322},{"source":29,"target":323},{"source":29,"target":324},{"source":320,"target":30},{"source":320,"target":325},{"source":320,"target":29},{"source":320,"target":326},{"source":325,"target":30},{"source":326,"target":59},{"source":326,"target":327},{"source":326,"target":320},{"source":327,"target":59},{"source":321,"target":30},{"source":321,"target":328},{"source":321,"target":29},{"source":321,"target":329},{"source":328,"target":30},{"source":329,"target":15},{"source":329,"target":330},{"source":329,"target":321},{"source":330,"target":15},{"source":322,"target":30},{"source":322,"target":331},{"source":322,"target":29},{"source":322,"target":332},{"source":331,"target":30},{"source":332,"target":59},{"source":332,"target":333},{"source":332,"target":322},{"source":333,"target":59},{"source":323,"target":30},{"source":323,"target":334},{"source":323,"target":29},{"source":323,"target":335},{"source":334,"target":30},{"source":324,"target":11},{"source":30,"target":0},{"source":30,"target":6},{"source":30,"target":336},{"source":30,"target":337},{"source":30,"target":338},{"source":30,"target":335},{"source":30,"target":339},{"source":336,"target":15},{"source":336,"target":340},{"source":336,"target":30},{"source":340,"target":15},{"source":337,"target":31},{"source":337,"target":341},{"source":337,"target":30},{"source":341,"target":31},{"source":338,"target":59},{"source":338,"target":342},{"source":338,"target":30},{"source":342,"target":59},{"source":335,"target":29},{"source":335,"target":343},{"source":335,"target":30},{"source":335,"target":323},{"source":343,"target":29},{"source":339,"target":6},{"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":44,"target":344},{"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":50,"target":345},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":346},{"source":53,"target":347},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":57,"target":348},{"source":58,"target":0},{"source":59,"target":0}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/leoCassiau/smallUML/SmallUML/model/smalluml.ecore
smalluml Class ownedOperations superClass ownedProperties Operation resultType params Property type upperBound lowerBound NamedElement name Boolean boolean boolean Integer int int Real double double UnlimitedNatural int int String java.lang.String java.lang.String Type TypeString value TypeReal value 0.0 TypeInteger value TypeUnlimitedNatural value TypeBoolean value Root elements primitiveTypes
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smalluml" nsURI="http://www.univ-nantes.fr/smalluml" nsPrefix="smalluml"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="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="Type" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypeString" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//String" defaultValueLiteral=" "/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReal" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Real" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeInteger" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeUnlimitedNatural" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeBoolean" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypes" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"smalluml","nsURI":"http://www.univ-nantes.fr/smalluml","name":"smalluml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeString","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReal","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeInteger","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUnlimitedNatural","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeBoolean","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","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":"ownedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultType","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":30,"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":"lowerBound","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":" ","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":" ","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":10},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":18,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":1},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":3},{"source":20,"target":10},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":10},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":10},{"source":25,"target":10},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":10},{"source":26,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":10},{"source":29,"target":33},{"source":29,"target":3},{"source":33,"target":10},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":4},{"source":4,"target":0},{"source":4,"target":36},{"source":36,"target":37},{"source":36,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":38},{"source":38,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":39},{"source":11,"target":40},{"source":39,"target":9},{"source":39,"target":41},{"source":39,"target":11},{"source":41,"target":9},{"source":40,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":42},{"source":12,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":12},{"source":44,"target":7},{"source":43,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":45},{"source":13,"target":46},{"source":45,"target":6},{"source":45,"target":47},{"source":45,"target":13},{"source":47,"target":6},{"source":46,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":48},{"source":14,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":14},{"source":50,"target":8},{"source":49,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":51},{"source":15,"target":52},{"source":51,"target":5},{"source":51,"target":53},{"source":51,"target":15},{"source":53,"target":5},{"source":52,"target":10},{"source":16,"target":0},{"source":16,"target":54},{"source":16,"target":55},{"source":54,"target":1},{"source":54,"target":56},{"source":54,"target":16},{"source":56,"target":1},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":16},{"source":57,"target":10}],"multigraph":true}
ecore
units
repo-ecore-all/data/e-motions/emotions-plugin/e-motions_plugin/lib/metamodels/units.ecore
units BaseUnit name UnitRepository units Unit UnitMultiplication units UnitPower unit exponent UnitLiteral baseUnit UnitCarryingElement unit unitSpecification
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="units" nsURI="http://sdq.ipd.uka.de/Units/1.0" nsPrefix="units"> <eClassifiers xsi:type="ecore:EClass" name="BaseUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="units" ordered="false" upperBound="-1" eType="#//BaseUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="UnitMultiplication" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="units" ordered="false" lowerBound="1" upperBound="-1" eType="#//Unit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitPower" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exponent" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitLiteral" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseUnit" ordered="false" lowerBound="1" eType="#//BaseUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitCarryingElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//Unit" volatile="true" transient="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="namespace" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unitSpecification" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"units","nsURI":"http://sdq.ipd.uka.de/Units/1.0","name":"units","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitRepository","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitMultiplication","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitPower","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitCarryingElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":8,"derived":false},{"id":9,"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":"units","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"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":"units","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"baseUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"unitSpecification","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":1},{"source":10,"target":11},{"source":10,"target":2},{"source":11,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":12},{"source":4,"target":13},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":4},{"source":14,"target":3},{"source":13,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":15},{"source":5,"target":16},{"source":5,"target":17},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":5},{"source":18,"target":3},{"source":16,"target":19},{"source":16,"target":5},{"source":17,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":20},{"source":6,"target":21},{"source":20,"target":1},{"source":20,"target":22},{"source":20,"target":6},{"source":22,"target":1},{"source":21,"target":3},{"source":7,"target":0},{"source":7,"target":23},{"source":7,"target":24},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":7},{"source":25,"target":3},{"source":24,"target":26},{"source":24,"target":7}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/gemoc/ale-lang-compiler/languages/imp/imp.model/model/imp.ecore
imp Stmt Skip Assign name exp Expr Block stmts If cond lhs rhs While cond body IntConst value Var name Unary op expr Binary lhs rhs op UnaryOp NEGATE NEGATE NOT NOT BinaryOp ADD ADD SUB SUB MUL MUL LT LT LEQ LEQ EQ EQ GEQ GEQ GT GT AND AND OR OR Store values StringToValueMap java.util.Map$Entry java.util.Map$Entry key value Value IntValue value BoolValue value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="imp" nsURI="http://www.example.org/imp" nsPrefix="imp"> <eClassifiers xsi:type="ecore:EClass" name="Stmt" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Skip" eSuperTypes="#//Stmt"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Stmt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expr" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="stmts" upperBound="-1" eType="#//Stmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Stmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Stmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Stmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConst" eSuperTypes="#//Expr"> <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="Var" eSuperTypes="#//Expr"> <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="Unary" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//UnaryOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binary" eSuperTypes="#//Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BinaryOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOp"> <eLiterals name="NEGATE"/> <eLiterals name="NOT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOp"> <eLiterals name="ADD"/> <eLiterals name="SUB" value="1"/> <eLiterals name="MUL" value="2"/> <eLiterals name="LT" value="3"/> <eLiterals name="LEQ" value="4"/> <eLiterals name="EQ" value="5"/> <eLiterals name="GEQ" value="6"/> <eLiterals name="GT" value="7"/> <eLiterals name="AND" value="8"/> <eLiterals name="OR" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Store"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//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/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="IntValue" eSuperTypes="#//Value"> <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="BoolValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"imp","nsURI":"http://www.example.org/imp","name":"imp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stmt","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConst","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToValueMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"NEGATE","id":58,"value":0,"literal":"NEGATE","eClass":"EEnumLiteral"},{"name":"NOT","id":59,"value":1,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"ADD","id":60,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":61,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MUL","id":62,"value":2,"literal":"MUL","eClass":"EEnumLiteral"},{"name":"LT","id":63,"value":3,"literal":"LT","eClass":"EEnumLiteral"},{"name":"LEQ","id":64,"value":4,"literal":"LEQ","eClass":"EEnumLiteral"},{"name":"EQ","id":65,"value":5,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"GEQ","id":66,"value":6,"literal":"GEQ","eClass":"EEnumLiteral"},{"name":"GT","id":67,"value":7,"literal":"GT","eClass":"EEnumLiteral"},{"name":"AND","id":68,"value":8,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":69,"value":9,"literal":"OR","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":2,"target":0},{"source":2,"target":1},{"source":2,"target":19},{"source":19,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":3},{"source":24,"target":4},{"source":22,"target":1},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":5},{"source":27,"target":1},{"source":26,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":28,"target":4},{"source":28,"target":32},{"source":28,"target":6},{"source":32,"target":4},{"source":29,"target":1},{"source":29,"target":33},{"source":29,"target":6},{"source":33,"target":1},{"source":30,"target":1},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":1},{"source":31,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":7},{"source":38,"target":4},{"source":36,"target":1},{"source":36,"target":39},{"source":36,"target":7},{"source":39,"target":1},{"source":37,"target":1},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":45},{"source":43,"target":9},{"source":44,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":46,"target":12},{"source":46,"target":49},{"source":46,"target":10},{"source":49,"target":12},{"source":47,"target":4},{"source":47,"target":50},{"source":47,"target":10},{"source":50,"target":4},{"source":48,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":51,"target":4},{"source":51,"target":55},{"source":51,"target":11},{"source":55,"target":4},{"source":52,"target":4},{"source":52,"target":56},{"source":52,"target":11},{"source":56,"target":4},{"source":53,"target":13},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":13},{"source":54,"target":4},{"source":12,"target":0},{"source":12,"target":58},{"source":12,"target":59},{"source":58,"target":12},{"source":59,"target":12},{"source":13,"target":0},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":60,"target":13},{"source":61,"target":13},{"source":62,"target":13},{"source":63,"target":13},{"source":64,"target":13},{"source":65,"target":13},{"source":66,"target":13},{"source":67,"target":13},{"source":68,"target":13},{"source":69,"target":13},{"source":14,"target":0},{"source":14,"target":70},{"source":70,"target":15},{"source":70,"target":71},{"source":70,"target":14},{"source":71,"target":15},{"source":15,"target":0},{"source":15,"target":72},{"source":15,"target":73},{"source":72,"target":74},{"source":72,"target":15},{"source":73,"target":16},{"source":73,"target":75},{"source":73,"target":15},{"source":75,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":76},{"source":17,"target":77},{"source":76,"target":78},{"source":76,"target":17},{"source":77,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":79},{"source":18,"target":80},{"source":79,"target":81},{"source":79,"target":18},{"source":80,"target":16}],"multigraph":true}
ecore
rental
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/rentalSample.ecore
rental RentalAgency book customer rentedObject from to isAvailable rentedObject from to name address objectsToRent customers rentals Customer getDisplayName addLicense license firstName lastName address licenses parentAgency Address streetType 0 number zipCode city streetName StreetType Street Street Road Road RentalObject rent customer ID name parentAgency available License isValid number validityDate owner EReference0 Rental nbDaysBooked customer rentedObject startDate endDate parentAgency Car licensePlate Device serialNumber width height length
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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/rentalSample/1.0" nsPrefix="rental"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="RentalAgency"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <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="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <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> <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"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <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" eOpposite="#//Rental/parentAgency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="consistentName"/> </eAnnotations> <eAnnotations source="gmf.node"> <details key="label" value="firstName,lastName"/> </eAnnotations> <eAnnotations source="gmf.node"> <details key="label.pattern" value="{0}:{1}"/> </eAnnotations> <eAnnotations source="gmf.node"> <details key="figure" value="com.opcoach.training.rental.gef.figures"/> </eAnnotations> <eOperations name="getDisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="addLicense"> <eParameters name="license" eType="#//License"/> </eOperations> <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"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="licenses" upperBound="-1" eType="#//License" containment="true" eOpposite="#//License/owner"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/customers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eAnnotations source="gmf.node"> <details key="label" value="city"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetType" eType="#//StreetType" 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"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eOperations name="rent" eType="#//Rental"> <eParameters name="customer" eType="#//Customer"/> </eOperations> <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:EReference" name="parentAgency" lowerBound="1" eType="#//RentalAgency" eOpposite="#//RentalAgency/objectsToRent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="available" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="License"> <eAnnotations source="gmf.node"> <details key="label" value="number"/> </eAnnotations> <eOperations name="isValid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//Customer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rental"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="startDateBeforeEndDate"/> </eAnnotations> <eAnnotations source="gmf.node"> <details key="label" value="startDate"/> </eAnnotations> <eOperations name="nbDaysBooked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" lowerBound="1" eType="#//Customer"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rentedObject" lowerBound="1" eType="#//RentalObject"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="solid"/> </eAnnotations> </eStructuralFeatures> <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" eOpposite="#//RentalAgency/rentals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Car" eSuperTypes="#//RentalObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="licensePlate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//RentalObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serialNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"rental","nsURI":"http://com.opcoach.training/rentalSample/1.0","name":"rental","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RentalAgency","instanceClass":null,"abstract":false,"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":"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":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rental","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"book","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":11,"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":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectsToRent","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":"customers","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":"rentals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rentedObject","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"to","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":36,"derived":false},{"id":37,"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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentAgency","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getDisplayName","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addLicense","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":"firstName","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":"lastName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"licenses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"license","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"},{"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":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","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":"zipCode","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":"city","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":"streetName","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":"Street","id":66,"value":0,"literal":"Street","eClass":"EEnumLiteral"},{"name":"Road","id":67,"value":1,"literal":"Road","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"rent","lowerBound":0,"id":68,"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":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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"available","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"customer","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":0,"id":79,"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":"number","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":"validityDate","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":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nbDaysBooked","lowerBound":0,"id":88,"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":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rentedObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"licensePlate","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serialNumber","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":10,"target":7},{"source":10,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":10,"target":19},{"source":10,"target":20},{"source":10,"target":21},{"source":17,"target":7},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":10},{"source":22,"target":2},{"source":19,"target":5},{"source":19,"target":23},{"source":19,"target":10},{"source":23,"target":5},{"source":20,"target":24},{"source":20,"target":10},{"source":21,"target":25},{"source":21,"target":10},{"source":11,"target":26},{"source":11,"target":1},{"source":11,"target":27},{"source":11,"target":28},{"source":11,"target":29},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":11},{"source":30,"target":5},{"source":28,"target":31},{"source":28,"target":11},{"source":29,"target":32},{"source":29,"target":11},{"source":12,"target":33},{"source":12,"target":1},{"source":13,"target":3},{"source":13,"target":34},{"source":13,"target":1},{"source":34,"target":3},{"source":14,"target":5},{"source":14,"target":35},{"source":14,"target":1},{"source":14,"target":36},{"source":35,"target":5},{"source":15,"target":2},{"source":15,"target":37},{"source":15,"target":1},{"source":15,"target":38},{"source":37,"target":2},{"source":16,"target":7},{"source":16,"target":39},{"source":16,"target":1},{"source":16,"target":40},{"source":39,"target":7},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":38},{"source":41,"target":47},{"source":41,"target":2},{"source":42,"target":2},{"source":42,"target":48},{"source":48,"target":6},{"source":48,"target":49},{"source":48,"target":42},{"source":49,"target":6},{"source":43,"target":50},{"source":43,"target":2},{"source":44,"target":51},{"source":44,"target":2},{"source":45,"target":3},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":3},{"source":46,"target":6},{"source":46,"target":53},{"source":46,"target":2},{"source":46,"target":54},{"source":53,"target":6},{"source":38,"target":1},{"source":38,"target":55},{"source":38,"target":2},{"source":38,"target":15},{"source":55,"target":1},{"source":3,"target":0},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":56,"target":4},{"source":56,"target":61},{"source":56,"target":3},{"source":61,"target":4},{"source":57,"target":62},{"source":57,"target":3},{"source":58,"target":63},{"source":58,"target":3},{"source":59,"target":64},{"source":59,"target":3},{"source":60,"target":65},{"source":60,"target":3},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":66,"target":4},{"source":67,"target":4},{"source":5,"target":0},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":36},{"source":5,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":68,"target":5},{"source":68,"target":73},{"source":72,"target":7},{"source":73,"target":2},{"source":73,"target":74},{"source":73,"target":68},{"source":74,"target":2},{"source":69,"target":75},{"source":69,"target":5},{"source":70,"target":76},{"source":70,"target":5},{"source":36,"target":1},{"source":36,"target":77},{"source":36,"target":5},{"source":36,"target":14},{"source":77,"target":1},{"source":71,"target":78},{"source":71,"target":5},{"source":6,"target":0},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":54},{"source":6,"target":82},{"source":79,"target":83},{"source":79,"target":6},{"source":80,"target":84},{"source":80,"target":6},{"source":81,"target":85},{"source":81,"target":6},{"source":54,"target":2},{"source":54,"target":86},{"source":54,"target":6},{"source":54,"target":46},{"source":86,"target":2},{"source":82,"target":2},{"source":82,"target":87},{"source":82,"target":6},{"source":87,"target":2},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":40},{"source":88,"target":93},{"source":88,"target":7},{"source":89,"target":2},{"source":89,"target":94},{"source":89,"target":7},{"source":94,"target":2},{"source":90,"target":5},{"source":90,"target":95},{"source":90,"target":7},{"source":95,"target":5},{"source":91,"target":96},{"source":91,"target":7},{"source":92,"target":97},{"source":92,"target":7},{"source":40,"target":1},{"source":40,"target":98},{"source":40,"target":7},{"source":40,"target":16},{"source":98,"target":1},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":99},{"source":8,"target":100},{"source":99,"target":101},{"source":99,"target":8},{"source":100,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":102,"target":107},{"source":102,"target":9},{"source":103,"target":108},{"source":103,"target":9},{"source":104,"target":109},{"source":104,"target":9},{"source":105,"target":110},{"source":105,"target":9},{"source":106,"target":5}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/gambastian/automatizacion2015/MDD_Course_Samples/models/eol/example.ecore
PN PetriNet elements name NamedElement name Node Transition maxDelay minDelay Place Arc OutputArc from to InputArc from to
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PN" nsURI="http://petrinet" nsPrefix="PN"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="//NamedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="correctDelayDefinition"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="correctDelayDefinition" value="self.maxDelay > self.minDelay"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDelay"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minDelay"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputArc" eSuperTypes="//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputArc" eSuperTypes="//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="//Transition"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"PN","nsURI":"http://petrinet","name":"PN","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputArc","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputArc","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxDelay","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":"minDelay","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"container":false,"ordered":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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":13,"target":14},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":15,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":16,"target":19},{"source":16,"target":4},{"source":17,"target":20},{"source":17,"target":4},{"source":18,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":21},{"source":21,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":22},{"source":22,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":25},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":7},{"source":26,"target":4},{"source":24,"target":5},{"source":24,"target":27},{"source":24,"target":7},{"source":27,"target":5},{"source":25,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":8},{"source":31,"target":5},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":8},{"source":32,"target":4},{"source":30,"target":6}],"multigraph":true}
ecore
entities
repo-ecore-all/data/darvasd/xtext-docs-gen/examples/org.example.domainmodel/model/generated/Domainmodel.ecore
domainmodel Domainmodel elements AbstractElement PackageDeclaration name elements Import importedNamespace Type name DataType Entity superType features Feature many name type DummyEnum One ONE Two TWO Three THREE
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="domainmodel" nsURI="http://www.example.org/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DummyEnum"> <eLiterals name="One" literal="ONE"/> <eLiterals name="Two" value="1" literal="TWO"/> <eLiterals name="Three" value="2" literal="THREE"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.example.org/domainmodel/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DummyEnum","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"One","id":35,"value":0,"literal":"ONE","eClass":"EEnumLiteral"},{"name":"Two","id":36,"value":1,"literal":"TWO","eClass":"EEnumLiteral"},{"name":"Three","id":37,"value":2,"literal":"THREE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":2},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":15},{"source":12,"target":3},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":3},{"source":16,"target":2},{"source":14,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":17},{"source":4,"target":18},{"source":17,"target":19},{"source":17,"target":4},{"source":18,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":20},{"source":5,"target":21},{"source":20,"target":22},{"source":20,"target":5},{"source":21,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":23},{"source":23,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":26},{"source":24,"target":7},{"source":24,"target":27},{"source":24,"target":7},{"source":27,"target":7},{"source":25,"target":8},{"source":25,"target":28},{"source":25,"target":7},{"source":28,"target":8},{"source":26,"target":5},{"source":8,"target":0},{"source":8,"target":29},{"source":8,"target":30},{"source":8,"target":31},{"source":29,"target":32},{"source":29,"target":8},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":5},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":5},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":9},{"source":36,"target":9},{"source":37,"target":9}],"multigraph":true}
ecore
types
repo-ecore-all/data/sdrapeau/all-data-types/plugins/fr.obeo.dsl.sample.alldatatypes/model/alldatatypes.ecore
alldatatypes Element id name Root getAllTypes types Type Strings text_01_EmptyDefault text_01 SmartEA text_1 SmartEA textarea SmartEA link_01 http://www.smartea.fr html_01 <strong>Obeo</strong> SmartEA notEditableText_01 SmartEA Dates dateEmptyDefault_01 date_01 1987-07-16 date_1 1987-07-16 date_01_HM 1987-07-16T12:14 date_01_HMS 1987-07-16T12:14:010 date_01_HMSms 1987-07-16T12:14:010+0010 notEditableDate_01 1987-07-16 dates 1987-07-16 Enums enum_01 enum0 enum_01_EmptyDefault enum_1 enum0 enums enum0 notEditableEnum_01 enum0 states statesMax2 statesMin1Max2 move heavy AEnum ENUM0 enum0 ENUM1 enum1 Booleans boolean_01 true boolean_01_EmptyDefault boolean_1 true notEditableBoolean_01 true Integers int_01 23 int_1 23 int_01_EmptyDefault notEditableInt_01 23 ints 23 hiddenInt_01 23 Longs long_01 23 long_1 23 long_01_EmptyDefault notEditableLong_01 23 Shorts short_01 23 short_1 23 short_01_EmptyDefault notEditableShort_01 23 Doubles double_01 12.1 double_1 12.1 double_01_EmptyDefault notEditableDouble_01 12.1 Floats float_01 12.1 float_1 12.1 float_01_EmptyDefault notEditableFloat_01 12.1 StateWithoutDefault OPEN open MOVE move CLOSE close MOVING moving DELETE delete Heavy OPEN open0 MOVE move0 CLOSE close0 MOVING moving0 DELETE delet0e OPEN1 open1 MOVE1 move1 CLOS1E close1 MOVING1 moving1 DELETE1 delete1 OPEN2 open2 MOVE2 move2 CLOSE2 close2 MOVING2 moving2 DELETE2 delete2 OPEN3 open3 MOVE3 move3 CLOSE3 close3 MOVING3 moving3 DELETE3 delete3 OPEN4 open4 MOVE4 move4 CLOSE4 close4 MOVING4 moving4 DELETE4 delete4 BigIntegers bigInt_01 23 bigInt_1 23 bigInt_01_EmptyDefault notEditableBigInt_01 23 bigInts 23 BigDecimals bigDecimal_01 23 bigDecimal_1 23 bigDecimal_01_EmptyDefault notEditableBigDecimal_01 23 bigDecimals 23
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="alldatatypes" nsURI="http://obeo.fr/alldatatypes/1.0.0" nsPrefix="alldatatypes"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="#//Element"> <eOperations name="getAllTypes" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" interface="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Strings" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="SmartEA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="SmartEA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textarea" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="SmartEA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="http://www.smartea.fr"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="html_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&lt;strong>Obeo&lt;/strong> SmartEA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableText_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="SmartEA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dates" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateEmptyDefault_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_01_HM" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16T12:14"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_01_HMS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16T12:14:010"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date_01_HMSms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16T12:14:010+0010"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableDate_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" changeable="false" defaultValueLiteral="1987-07-16"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dates" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" defaultValueLiteral="1987-07-16"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enums" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum_01" eType="#//AEnum" defaultValueLiteral="enum0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum_01_EmptyDefault" eType="#//AEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enum_1" eType="#//AEnum" defaultValueLiteral="enum0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enums" upperBound="-1" eType="#//AEnum" defaultValueLiteral="enum0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableEnum_01" eType="#//AEnum" changeable="false" defaultValueLiteral="enum0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="states" upperBound="-1" eType="#//StateWithoutDefault"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statesMax2" upperBound="2" eType="#//StateWithoutDefault"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statesMin1Max2" lowerBound="1" upperBound="2" eType="#//StateWithoutDefault" defaultValueLiteral="move"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heavy" upperBound="-1" eType="#//Heavy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AEnum"> <eLiterals name="ENUM0" literal="enum0"/> <eLiterals name="ENUM1" value="1" literal="enum1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Booleans" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableBoolean_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Integers" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="int_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableInt_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ints" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hiddenInt_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="23"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Longs" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableLong_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" changeable="false" defaultValueLiteral="23"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shorts" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableShort_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort" changeable="false" defaultValueLiteral="23"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Doubles" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="12.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="12.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="double_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableDouble_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" changeable="false" defaultValueLiteral="12.1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Floats" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="12.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="12.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="float_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableFloat_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" changeable="false" defaultValueLiteral="12.1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateWithoutDefault"> <eLiterals name="OPEN" literal="open"/> <eLiterals name="MOVE" value="1" literal="move"/> <eLiterals name="CLOSE" value="2" literal="close"/> <eLiterals name="MOVING" value="3" literal="moving"/> <eLiterals name="DELETE" value="4" literal="delete"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Heavy"> <eLiterals name="OPEN" literal="open0"/> <eLiterals name="MOVE" value="1" literal="move0"/> <eLiterals name="CLOSE" value="2" literal="close0"/> <eLiterals name="MOVING" value="3" literal="moving0"/> <eLiterals name="DELETE" value="4" literal="delet0e"/> <eLiterals name="OPEN1" value="5" literal="open1"/> <eLiterals name="MOVE1" value="6" literal="move1"/> <eLiterals name="CLOS1E" value="7" literal="close1"/> <eLiterals name="MOVING1" value="8" literal="moving1"/> <eLiterals name="DELETE1" value="9" literal="delete1"/> <eLiterals name="OPEN2" value="10" literal="open2"/> <eLiterals name="MOVE2" value="11" literal="move2"/> <eLiterals name="CLOSE2" value="12" literal="close2"/> <eLiterals name="MOVING2" value="13" literal="moving2"/> <eLiterals name="DELETE2" value="14" literal="delete2"/> <eLiterals name="OPEN3" value="15" literal="open3"/> <eLiterals name="MOVE3" value="16" literal="move3"/> <eLiterals name="CLOSE3" value="17" literal="close3"/> <eLiterals name="MOVING3" value="18" literal="moving3"/> <eLiterals name="DELETE3" value="19" literal="delete3"/> <eLiterals name="OPEN4" value="20" literal="open4"/> <eLiterals name="MOVE4" value="21" literal="move4"/> <eLiterals name="CLOSE4" value="22" literal="close4"/> <eLiterals name="MOVING4" value="23" literal="moving4"/> <eLiterals name="DELETE4" value="24" literal="delete4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigIntegers" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigInt_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigInt_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigInt_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableBigInt_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" changeable="false" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigInts" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="23"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BigDecimals" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigDecimal_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigDecimal_1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigDecimal_01_EmptyDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEditableBigDecimal_01" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal" changeable="false" defaultValueLiteral="23"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bigDecimals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal" defaultValueLiteral="23"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"alldatatypes","nsURI":"http://obeo.fr/alldatatypes/1.0.0","name":"alldatatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strings","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dates","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enums","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AEnum","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booleans","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integers","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Longs","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shorts","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Doubles","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Floats","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateWithoutDefault","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Heavy","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigIntegers","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BigDecimals","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllTypes","lowerBound":0,"id":22,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SmartEA","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SmartEA","unsettable":false,"transient":false,"unique":true,"name":"text_01","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SmartEA","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SmartEA","unsettable":false,"transient":false,"unique":true,"name":"text_1","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"SmartEA","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SmartEA","unsettable":false,"transient":false,"unique":false,"name":"textarea","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"http://www.smartea.fr","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.smartea.fr","unsettable":false,"transient":false,"unique":true,"name":"link_01","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"<strong>Obeo</strong> SmartEA","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"<strong>Obeo</strong> SmartEA","unsettable":false,"transient":false,"unique":true,"name":"html_01","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SmartEA","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SmartEA","unsettable":false,"transient":false,"unique":true,"name":"notEditableText_01","changeable":false,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateEmptyDefault_01","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553384800000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16","unsettable":false,"transient":false,"unique":true,"name":"date_01","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553384800000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16","unsettable":false,"transient":false,"unique":true,"name":"date_1","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553428840000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16T12:14","unsettable":false,"transient":false,"unique":true,"name":"date_01_HM","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553428850000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16T12:14:010","unsettable":false,"transient":false,"unique":true,"name":"date_01_HMS","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553428850000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16T12:14:010+0010","unsettable":false,"transient":false,"unique":true,"name":"date_01_HMSms","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":553384800000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16","unsettable":false,"transient":false,"unique":true,"name":"notEditableDate_01","changeable":false,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":553384800000,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1987-07-16","unsettable":false,"transient":false,"unique":true,"name":"dates","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"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"enum0","unsettable":false,"transient":false,"unique":true,"name":"enum_01","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":false,"transient":false,"unique":true,"name":"enum_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"enum0","unsettable":false,"transient":false,"unique":true,"name":"enum_1","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":-1,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"enum0","unsettable":false,"transient":false,"unique":true,"name":"enums","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"enum0","unsettable":false,"transient":false,"unique":true,"name":"notEditableEnum_01","changeable":false,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statesMax2","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":2,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":"move","unsettable":false,"transient":false,"unique":true,"name":"statesMin1Max2","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heavy","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":"ENUM0","id":79,"value":0,"literal":"enum0","eClass":"EEnumLiteral"},{"name":"ENUM1","id":80,"value":1,"literal":"enum1","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"boolean_01","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"boolean_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"boolean_1","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"notEditableBoolean_01","changeable":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"int_01","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"int_1","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"int_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"notEditableInt_01","changeable":false,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":23,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"ints","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"hiddenInt_01","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"long_01","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"long_1","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"long_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"notEditableLong_01","changeable":false,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"short_01","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"short_1","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"short_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"notEditableShort_01","changeable":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"double_01","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"double_1","changeable":true,"lowerBound":1,"iD":false,"id":122,"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":"double_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"notEditableDouble_01","changeable":false,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"float_01","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"float_1","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"float_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":12.1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"12.1","unsettable":false,"transient":false,"unique":true,"name":"notEditableFloat_01","changeable":false,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"OPEN","id":139,"value":0,"literal":"open","eClass":"EEnumLiteral"},{"name":"MOVE","id":140,"value":1,"literal":"move","eClass":"EEnumLiteral"},{"name":"CLOSE","id":141,"value":2,"literal":"close","eClass":"EEnumLiteral"},{"name":"MOVING","id":142,"value":3,"literal":"moving","eClass":"EEnumLiteral"},{"name":"DELETE","id":143,"value":4,"literal":"delete","eClass":"EEnumLiteral"},{"name":"OPEN","id":144,"value":0,"literal":"open0","eClass":"EEnumLiteral"},{"name":"MOVE","id":145,"value":1,"literal":"move0","eClass":"EEnumLiteral"},{"name":"CLOSE","id":146,"value":2,"literal":"close0","eClass":"EEnumLiteral"},{"name":"MOVING","id":147,"value":3,"literal":"moving0","eClass":"EEnumLiteral"},{"name":"DELETE","id":148,"value":4,"literal":"delet0e","eClass":"EEnumLiteral"},{"name":"OPEN1","id":149,"value":5,"literal":"open1","eClass":"EEnumLiteral"},{"name":"MOVE1","id":150,"value":6,"literal":"move1","eClass":"EEnumLiteral"},{"name":"CLOS1E","id":151,"value":7,"literal":"close1","eClass":"EEnumLiteral"},{"name":"MOVING1","id":152,"value":8,"literal":"moving1","eClass":"EEnumLiteral"},{"name":"DELETE1","id":153,"value":9,"literal":"delete1","eClass":"EEnumLiteral"},{"name":"OPEN2","id":154,"value":10,"literal":"open2","eClass":"EEnumLiteral"},{"name":"MOVE2","id":155,"value":11,"literal":"move2","eClass":"EEnumLiteral"},{"name":"CLOSE2","id":156,"value":12,"literal":"close2","eClass":"EEnumLiteral"},{"name":"MOVING2","id":157,"value":13,"literal":"moving2","eClass":"EEnumLiteral"},{"name":"DELETE2","id":158,"value":14,"literal":"delete2","eClass":"EEnumLiteral"},{"name":"OPEN3","id":159,"value":15,"literal":"open3","eClass":"EEnumLiteral"},{"name":"MOVE3","id":160,"value":16,"literal":"move3","eClass":"EEnumLiteral"},{"name":"CLOSE3","id":161,"value":17,"literal":"close3","eClass":"EEnumLiteral"},{"name":"MOVING3","id":162,"value":18,"literal":"moving3","eClass":"EEnumLiteral"},{"name":"DELETE3","id":163,"value":19,"literal":"delete3","eClass":"EEnumLiteral"},{"name":"OPEN4","id":164,"value":20,"literal":"open4","eClass":"EEnumLiteral"},{"name":"MOVE4","id":165,"value":21,"literal":"move4","eClass":"EEnumLiteral"},{"name":"CLOSE4","id":166,"value":22,"literal":"close4","eClass":"EEnumLiteral"},{"name":"MOVING4","id":167,"value":23,"literal":"moving4","eClass":"EEnumLiteral"},{"name":"DELETE4","id":168,"value":24,"literal":"delete4","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigInt_01","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigInt_1","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bigInt_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"notEditableBigInt_01","changeable":false,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":23,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigInts","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigDecimal_01","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigDecimal_1","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bigDecimal_01_EmptyDefault","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":23,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"notEditableBigDecimal_01","changeable":false,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":23,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"23","unsettable":false,"transient":false,"unique":true,"name":"bigDecimals","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":20},{"source":18,"target":1},{"source":19,"target":21},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":3},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":26,"target":3},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":27,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":28,"target":36},{"source":28,"target":4},{"source":29,"target":37},{"source":29,"target":4},{"source":30,"target":38},{"source":30,"target":4},{"source":31,"target":39},{"source":31,"target":4},{"source":32,"target":40},{"source":32,"target":4},{"source":33,"target":41},{"source":33,"target":4},{"source":34,"target":42},{"source":34,"target":4},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"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":43,"target":52},{"source":43,"target":5},{"source":44,"target":53},{"source":44,"target":5},{"source":45,"target":54},{"source":45,"target":5},{"source":46,"target":55},{"source":46,"target":5},{"source":47,"target":56},{"source":47,"target":5},{"source":48,"target":57},{"source":48,"target":5},{"source":49,"target":58},{"source":49,"target":5},{"source":50,"target":59},{"source":50,"target":5},{"source":51,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"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":60,"target":7},{"source":60,"target":70},{"source":60,"target":6},{"source":70,"target":7},{"source":61,"target":7},{"source":61,"target":71},{"source":61,"target":6},{"source":71,"target":7},{"source":62,"target":7},{"source":62,"target":72},{"source":62,"target":6},{"source":72,"target":7},{"source":63,"target":7},{"source":63,"target":73},{"source":63,"target":6},{"source":73,"target":7},{"source":64,"target":7},{"source":64,"target":74},{"source":64,"target":6},{"source":74,"target":7},{"source":65,"target":14},{"source":65,"target":75},{"source":65,"target":6},{"source":75,"target":14},{"source":66,"target":14},{"source":66,"target":76},{"source":66,"target":6},{"source":76,"target":14},{"source":67,"target":14},{"source":67,"target":77},{"source":67,"target":6},{"source":77,"target":14},{"source":68,"target":15},{"source":68,"target":78},{"source":68,"target":6},{"source":78,"target":15},{"source":69,"target":3},{"source":7,"target":0},{"source":7,"target":79},{"source":7,"target":80},{"source":79,"target":7},{"source":80,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":81,"target":86},{"source":81,"target":8},{"source":82,"target":87},{"source":82,"target":8},{"source":83,"target":88},{"source":83,"target":8},{"source":84,"target":89},{"source":84,"target":8},{"source":85,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":90,"target":97},{"source":90,"target":9},{"source":91,"target":98},{"source":91,"target":9},{"source":92,"target":99},{"source":92,"target":9},{"source":93,"target":100},{"source":93,"target":9},{"source":94,"target":101},{"source":94,"target":9},{"source":95,"target":102},{"source":95,"target":9},{"source":96,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":103,"target":108},{"source":103,"target":10},{"source":104,"target":109},{"source":104,"target":10},{"source":105,"target":110},{"source":105,"target":10},{"source":106,"target":111},{"source":106,"target":10},{"source":107,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":11,"target":116},{"source":112,"target":117},{"source":112,"target":11},{"source":113,"target":118},{"source":113,"target":11},{"source":114,"target":119},{"source":114,"target":11},{"source":115,"target":120},{"source":115,"target":11},{"source":116,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":12,"target":124},{"source":12,"target":125},{"source":121,"target":126},{"source":121,"target":12},{"source":122,"target":127},{"source":122,"target":12},{"source":123,"target":128},{"source":123,"target":12},{"source":124,"target":129},{"source":124,"target":12},{"source":125,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":130,"target":135},{"source":130,"target":13},{"source":131,"target":136},{"source":131,"target":13},{"source":132,"target":137},{"source":132,"target":13},{"source":133,"target":138},{"source":133,"target":13},{"source":134,"target":3},{"source":14,"target":0},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":14,"target":142},{"source":14,"target":143},{"source":139,"target":14},{"source":140,"target":14},{"source":141,"target":14},{"source":142,"target":14},{"source":143,"target":14},{"source":15,"target":0},{"source":15,"target":144},{"source":15,"target":145},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":15,"target":149},{"source":15,"target":150},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":15,"target":157},{"source":15,"target":158},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":15,"target":164},{"source":15,"target":165},{"source":15,"target":166},{"source":15,"target":167},{"source":15,"target":168},{"source":144,"target":15},{"source":145,"target":15},{"source":146,"target":15},{"source":147,"target":15},{"source":148,"target":15},{"source":149,"target":15},{"source":150,"target":15},{"source":151,"target":15},{"source":152,"target":15},{"source":153,"target":15},{"source":154,"target":15},{"source":155,"target":15},{"source":156,"target":15},{"source":157,"target":15},{"source":158,"target":15},{"source":159,"target":15},{"source":160,"target":15},{"source":161,"target":15},{"source":162,"target":15},{"source":163,"target":15},{"source":164,"target":15},{"source":165,"target":15},{"source":166,"target":15},{"source":167,"target":15},{"source":168,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":169},{"source":16,"target":170},{"source":16,"target":171},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":169,"target":175},{"source":169,"target":16},{"source":170,"target":176},{"source":170,"target":16},{"source":171,"target":177},{"source":171,"target":16},{"source":172,"target":178},{"source":172,"target":16},{"source":173,"target":179},{"source":173,"target":16},{"source":174,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"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":180,"target":186},{"source":180,"target":17},{"source":181,"target":187},{"source":181,"target":17},{"source":182,"target":188},{"source":182,"target":17},{"source":183,"target":189},{"source":183,"target":17},{"source":184,"target":190},{"source":184,"target":17},{"source":185,"target":3}],"multigraph":true}
ecore
automata
repo-ecore-all/data/ftsrg/gamma/plugins/de.uni_paderborn.uppaal/model/uppaal.ecore
uppaal NTA globalDeclarations template systemDeclarations int bool clock chan void core NamedElement name CommentableElement comment types Type index baseType PredefinedType type BuiltInType INT int CLOCK clock CHAN chan BOOL bool VOID void DeclaredType typeDeclaration typeDefinition TypeDefinition baseType TypeReference referredType TypeSpecification ScalarTypeSpecification sizeExpression StructTypeSpecification declaration RangeTypeSpecification bounds IntegerBounds lowerBound upperBound declarations Declarations declaration GlobalDeclarations channelPriority LocalDeclarations SystemDeclarations system progressMeasure Declaration exp VariableDeclaration ChannelVariableDeclaration urgent false broadcast false ClockVariableDeclaration DataVariableDeclaration prefix DataVariablePrefix NONE CONST const META meta FunctionDeclaration function Function returnType block parameter TypeDeclaration type typeDefinition Variable index container typeDefinition initializer Index ValueIndex sizeExpression TypeIndex typeDefinition VariableContainer typeDefinition variable Parameter variableDeclaration callType CALL_BY_VALUE CallType CALL_BY_VALUE CALL_BY_VALUE CALL_BY_REFERENCE CALL_BY_REFERENCE Initializer ExpressionInitializer expression ArrayInitializer initializer global ChannelPriority item ChannelPriorityItem ChannelList channelExpression DefaultChannelPriority system TemplateDeclaration declaredTemplate argument System instantiationList InstantiationList template ProgressMeasure expression templates AbstractTemplate parameter Template declarations location edge init RedefinedTemplate referredTemplate declaration Location parentTemplate invariant locationTimeKind LocationKind NORMAL NORMAL URGENT URGENT COMMITED COMMITED Edge source target parentTemplate guard update synchronization selection Synchronization channelExpression kind SynchronizationKind RECEIVE ? SEND ! Selection statements Statement Block declarations statement EmptyStatement ForLoop initialization condition iteration statement Iteration statement WhileLoop expression statement DoWhileLoop statement expression IfStatement ifExpression thenStatement elseStatement ReturnStatement returnExpression ExpressionStatement expression expressions Expression NegationExpression negatedExpression PlusExpression confirmedExpression MinusExpression invertedExpression BinaryExpression firstExpr secondExpr AssignmentExpression operator AssignmentOperator EQUAL = PLUS_EQUAL += MINUS_EQUAL -= TIMES_EQUAL *= DIVIDE_EQUAL /= MODULO_EQUAL %= BIT_AND_EQUAL &= BIT_OR_EQUAL |= BIT_LEFT_EQUAL <<= BIT_RIGHT_EQUAL >>= BIT_XOR_EQUAL ^= IdentifierExpression identifier index LiteralExpression text ArithmeticExpression operator ArithmeticOperator ADD + SUBTRACT - MULTIPLICATE * DIVIDE / MODULO % LogicalExpression operator LogicalOperator AND and OR or IMPLY imply XOR xor FunctionCallExpression function argument CompareExpression operator CompareOperator EQUAL == GREATER > GREATER_OR_EQUAL >= LESS < LESS_OR_EQUAL <= UNEQUAL != ConditionExpression ifExpression thenExpression elseExpression ScopedIdentifierExpression scope identifier Quantifier EXISTENTIAL ∃ UNIVERSAL ∀ QuantificationExpression quantifier expression IncrementDecrementExpression expression position operator IncrementDecrementOperator INCREMENT ++ DECREMENT -- IncrementDecrementPosition PRE PRE POST POST BitShiftExpression operator BitShiftOperator LEFT << RIGHT >> MinMaxExpression operator MinMaxOperator MIN <? MAX >? BitwiseExpression operator BitwiseOperator AND & XOR ^ OR | visuals ColoredElement color colorCode PlanarElement position LinearElement bendPoint Point x 0 y 0 ColorKind DEFAULT Default WHITE White LIGHTGREY LightGrey DARKGREY DarkGrey BLACK Black BLUE Blue CYAN Cyan GREEN Green MAGENTA Magenta ORANGE Orange PINK Pink RED Red YELLOW Yellow SELF_DEFINED Self_Defined
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uppaal" nsURI="http://www.uni-paderborn.de/uppaal/0.4.0" nsPrefix="uppaal"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains Uppaal-specific sub-packages."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NTA" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NTA"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'Network of Timed Automata' as basic input to Uppaal."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingIntDetails" value="(not self.int.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.int.type = types::BuiltInType::INT) and (self.int.name.equalsIgnoreCase('int')))"/> <details key="MatchingBoolDetails" value="(not self.bool.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.bool.type = types::BuiltInType::BOOL) and (self.bool.name.equalsIgnoreCase('bool')))"/> <details key="MatchingClockDetails" value="(not self.clock.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.clock.type = types::BuiltInType::CLOCK) and (self.clock.name.equalsIgnoreCase('clock')))"/> <details key="MatchingChanDetails" value="(not self.chan.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.chan.type = types::BuiltInType::CHAN) and (self.chan.name.equalsIgnoreCase('chan')))"/> <details key="MatchingVoidDetails" value="(not self.void.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.void.type = types::BuiltInType::VOID) and (self.void.name.equalsIgnoreCase('void')))"/> <details key="UniqueTemplateNames" value="self.template->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingIntDetails MatchingBoolDetails MatchingClockDetails MatchingChanDetails MatchingVoidDetails UniqueTemplateNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="globalDeclarations" eType="#//declarations/GlobalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="globalDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The global declarations for the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/Template" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Timed Automata templates of the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="systemDeclarations" lowerBound="1" eType="#//declarations/SystemDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="systemDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declarations of process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="int" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'int'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bool" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'bool'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clock" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'clock'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="chan" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'chan'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="void" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined dummy type 'void'."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="core" nsURI="http://www.uni-paderborn.de/uppaal/core/0.4.0" nsPrefix="core"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains abstract general purpose classes."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for named model elements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoWhitespace" value="self.name.characters()->excludes(' ')"/> <details key="NoDigitStart" value="Set{0..9}->excludes(self.name.characters()->first())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoWhitespace NoDigitStart"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the model element.."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommentableElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for commentable model elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The comment for the model element.&#xD;&#xA;\todocg{Change cardinality to 1..1?}"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http://www.uni-paderborn.de/uppaal/types/0.4.0" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for built-in and user-defined types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(DeclaredType)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(DeclaredType).typeDefinition.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(DeclaredType).typeDefinition.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(PredefinedType)&#xD;&#xA;&#x9;then self.oclAsType(PredefinedType).type&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One of the predefined types 'int', 'bool', 'chan', 'clock' or 'void'."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//types/BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the concrete literal that represents the predefined type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All built-in types."/> </eAnnotations> <eLiterals name="INT" literal="int"/> <eLiterals name="CLOCK" value="1" literal="clock"/> <eLiterals name="CHAN" value="2" literal="chan"/> <eLiterals name="BOOL" value="3" literal="bool"/> <eLiterals name="VOID" value="4" literal="void"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A user-declared type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclaration" lowerBound="1" eType="#//declarations/TypeDeclaration" eOpposite="#//declarations/TypeDeclaration/type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration that declares this type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.typeDeclaration.oclIsUndefined()&#xD;&#xA;then null&#xD;&#xA;else self.typeDeclaration.typeDefinition&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The definition of the declared type. Usually a type specification, but can also be a type reference to a &quot;renamed&quot; type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for type definitions of all typed elements. Type definitions are either references to types defined elsewhere, or in place specifications of new types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(TypeReference)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(TypeReference).referredType.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(TypeReference).referredType.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(ScalarTypeSpecification) or self.oclIsKindOf(RangeTypeSpecification)&#xD;&#xA;&#x9;then BuiltInType::INT&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The built-in base type this type definition relies on. Can be 'null' in case of a 'struct' type definition involved."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to a type defined elsewhere."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" lowerBound="1" eType="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecification" abstract="true" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for the specification of new types, using either the 'struct' or 'scalar' keywords, or restricting a type to a range of values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'scalar' type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression that represents the size of the scalar type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'struct' type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFieldNames" value="self.declaration->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFieldNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" upperBound="-1" eType="#//declarations/DataVariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable declarations representing the fields of the 'struct' type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type specification restricting the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" lowerBound="1" eType="#//types/IntegerBounds" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bounds that restrict the type specification."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerBounds"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntegerBounds"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to restrict the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the lower bound."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the upper bound."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="declarations" nsURI="http://www.uni-paderborn.de/uppaal/declarations/0.4.0" nsPrefix="declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for all kinds of declarations, e.g. types, functions, or variables."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Declarations" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Declarations"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFunctionNames" value="self.declaration->select(oclIsKindOf(FunctionDeclaration)).oclAsType(FunctionDeclaration)->collect(function)->isUnique(name)"/> <details key="UniqueVariableNames" value="self.declaration->select(oclIsKindOf(VariableDeclaration)).oclAsType(VariableDeclaration)->collect(variable)->isUnique(name)"/> <details key="UniqueTypeNames" value="self.declaration->select(oclIsKindOf(TypeDeclaration)).oclAsType(TypeDeclaration)->collect(type)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a set of variable, type, function, or template declarations, that are either global, local to a template, local to a block, or system declarations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFunctionNames UniqueVariableNames UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1" eType="#//declarations/Declaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The single declarations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Global declarations of an NTA."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelPriority" eType="#//declarations/global/ChannelPriority" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of the synchronization channel priorities."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Local declarations inside a template or block of statements."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTemplateNames" value="self.declaration->select(oclIsKindOf(system::TemplateDeclaration)).oclAsType(system::TemplateDeclaration)->collect(declaredTemplate)->isUnique(name)"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTemplateNames NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="System declarations consisting of process instantiations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="#//declarations/system/System" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system section describing the process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="progressMeasure" eType="#//declarations/system/ProgressMeasure" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional progress measure section."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class representing a variable, function, or type declaration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//declarations/Declaration #//declarations/VariableContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="VariableDeclaration"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more variables."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of synchronization channel variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the urgency of the declared synchronization channels."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="broadcast" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the declared synchronization channels use broadcast."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CLOCK"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of clock variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.typeDefinition.baseType &lt;> types::BuiltInType::CHAN&#xD;&#xA;and&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::CLOCK)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of data variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1" eType="#//declarations/DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The prefix of the data variable declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Prefixes for data variables with base type 'int' or 'bool'."/> </eAnnotations> <eLiterals name="NONE" literal=""/> <eLiterals name="CONST" value="1" literal="const"/> <eLiterals name="META" value="2" literal="meta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Declaration of a single function."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidReturnType" value="(not returnType.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(returnType.baseType = types::BuiltInType::VOID or&#xD;&#xA; returnType.baseType = types::BuiltInType::INT or&#xD;&#xA; returnType.baseType = types::BuiltInType::BOOL)"/> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A function with a return type and optional parameters."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidReturnType UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//statements/Block" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The block of statements representing the function body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more types."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTypeNames" value="self.type->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" upperBound="-1" eType="#//types/DeclaredType" containment="true" eOpposite="#//types/DeclaredType/typeDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The types declared by this type declaration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for declared types."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Variable"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed variable."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoInitializerForClockAndChannelVariables" value="((not self.typeDefinition.oclIsUndefined()) and&#xD;&#xA;(self.typeDefinition.baseType = types::BuiltInType::CHAN or&#xD;&#xA; self.typeDefinition.baseType = types::BuiltInType::CLOCK))&#xD;&#xA; implies self.initializer.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoInitializerForClockAndChannelVariables"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//declarations/VariableContainer" eOpposite="#//declarations/VariableContainer/variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The container of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.container.oclIsUndefined()&#xD;&#xA;then null &#xD;&#xA;else &#xD;&#xA;self.container.typeDefinition &#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents the variable's initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for indexing variables or types."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by an expression value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by a bounded integer-based type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="IntegerBasedIndex" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IntegerBasedIndex"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based type representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableContainer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for objects containing variables like variable declarations, iterations, quantifications or selections."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoVoidVariables" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::VOID"/> <details key="UniqueVariableNames" value="self.variable->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoVoidVariables UniqueVariableNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for the contained variables."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="#//declarations/Variable" containment="true" eOpposite="#//declarations/Variable/container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="variable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The contained variables."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="(not self.variableDeclaration.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.variableDeclaration.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter of a function or template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" lowerBound="1" eType="#//declarations/VariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A variable declaration containing the variable that represents the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callType" eType="#//declarations/CallType" defaultValueLiteral="CALL_BY_VALUE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether call-by-value or call-by-reference semantics should be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CallType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents call-by-value or call-by-reference parameters."/> </eAnnotations> <eLiterals name="CALL_BY_VALUE"/> <eLiterals name="CALL_BY_REFERENCE" value="1" literal="CALL_BY_REFERENCE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer specifies a variable's initial value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer that represents a single initial value by means of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer for array variables, referring to multiple sub-initializers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" lowerBound="1" upperBound="-1" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of sub-initializers, each one representing the initial value for one array index."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="global" nsURI="http://www.uni-paderborn.de/uppaal/declarations/global" nsPrefix="global"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the global declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriority"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A priority ordering for synchronization channels."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="AtMostOneDefaultItem" value="self.item->select(oclIsKindOf(DefaultChannelPriority))->size() &lt;= 1"/> <details key="EachChannelContainedAtMostOnce" value="self.item->select(oclIsKindOf(ChannelList)).oclAsType(ChannelList)->collect(channelExpression)->isUnique(identifier)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtMostOneDefaultItem EachChannelContainedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" upperBound="-1" eType="#//declarations/global/ChannelPriorityItem" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The items of the channel priority ordering."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriorityItem" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for items inside a channel priority."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelList" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of synchronization channel variables, used to assign these channels a common priority."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="self.channelExpression->collect(identifier)->select(oclIsKindOf(Variable)).oclAsType(Variable)->forAll(&#xA;&#x9;(not typeDefinition.oclIsUndefined()) implies typeDefinition.baseType = types::BuiltInType::CHAN&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" upperBound="-1" eType="#//expressions/IdentifierExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable expressions representing the synchronization channels inside the channel list."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultChannelPriority" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'default' item inside a channel priority, representing all channels not listed explicitly."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="system" nsURI="http://www.uni-paderborn.de/uppaal/declarations/system" nsPrefix="system"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the system declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TemplateDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.declaredTemplate.oclIsUndefined() and not self.declaredTemplate.referredTemplate.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.declaredTemplate.referredTemplate.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of a template redefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaredTemplate" lowerBound="1" eType="#//templates/RedefinedTemplate" containment="true" eOpposite="#//templates/RedefinedTemplate/declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template being declared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of arguments that describe how the referred template's parameters should be mapped towards the declared template's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="System"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A system contains declarations of template instantiations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="EachTemplateReferencedAtMostOnce" value="self.instantiationList->collect(template)->isUnique(t : templates::AbstractTemplate | t)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EachTemplateReferencedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiationList" lowerBound="1" upperBound="-1" eType="#//declarations/system/InstantiationList" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of process instantiation sublists, ordered by a decreasing priority. The templates referenced inside the sublists are instantiated to be part of the system at runtime."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationList"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a list of templates to be instantiated on the same priority level."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="OnlyLegalParamsForPartialInstantiation" value="self.template->forAll(&#xD;&#xA;&#x9;parameter->forAll(&#xD;&#xA;&#x9;&#x9;callType = declarations::CallType::CALL_BY_VALUE&#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;((not variableDeclaration.oclIsUndefined())&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9; (variableDeclaration.typeDefinition.oclIsKindOf(types::RangeTypeSpecification) or&#xD;&#xA;&#x9;&#x9; variableDeclaration.typeDefinition.oclIsKindOf(types::ScalarTypeSpecification)))&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyLegalParamsForPartialInstantiation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of instantiations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressMeasure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A progress measure consisting of monotonically increasing expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The progress measure expressions."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="templates" nsURI="http://www.uni-paderborn.de/uppaal/templates/0.4.0" nsPrefix="templates"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for Timed Automata templates consisting of locations and edges."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractTemplate" abstract="true" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for ordinary timed automata templates as well as redefined templates."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter declarations of the template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Template"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueLocationNames" value="self.location->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueLocationNames"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Uppaal template representing a single timed automaton."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="declarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations of the template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" upperBound="-1" eType="#//templates/Location" containment="true" eOpposite="#//templates/Location/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="location"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The locations inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-1" eType="#//templates/Edge" containment="true" eOpposite="#//templates/Edge/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="edge"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The edges inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="init"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initial location of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinedTemplate" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template resulting from redefinition of another referred template, altering its name and parametrization."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTemplate" lowerBound="1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template that serves as basis for redefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//declarations/system/TemplateDeclaration" eOpposite="#//declarations/system/TemplateDeclaration/declaredTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//core/NamedElement #//core/CommentableElement #//visuals/PlanarElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Location"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A location inside a template."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the location."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression representing the location's invariant."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationTimeKind" lowerBound="1" eType="#//templates/LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the kind of location (default, urgent, or committed)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Location types."/> </eAnnotations> <eLiterals name="NORMAL"/> <eLiterals name="URGENT" value="1"/> <eLiterals name="COMMITED" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//visuals/LinearElement #//core/CommentableElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Edge"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An edge connecting two locations inside a template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParentTemplate" value="(not (self.source.oclIsUndefined() or self.target.oclIsUndefined()))&#xD;&#xA;implies&#xD;&#xA;self.source.parentTemplate = self.target.parentTemplate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParentTemplate"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="source"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The source location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The guard expression of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="update" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of update expressions for the edge, evaluated if the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronization" eType="#//templates/Synchronization" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A synchronization performed when the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//templates/Selection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of non-deterministic value selections."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A sent or received synchronization between two templates using a specific synchronization channel."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="(not self.channelExpression.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(self.channelExpression.identifier.oclIsKindOf(declarations::Variable))&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing the channel variable used for synchronization."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//templates/SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The kind of synchronization (sent or received)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing the type of synchronization."/> </eAnnotations> <eLiterals name="RECEIVE" literal="?"/> <eLiterals name="SEND" value="1" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> <details key="IntegerBasedType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable IntegerBasedType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A non-deterministic selection of a value from a range. The range is specified by a bounded type."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="statements" nsURI="http://www.uni-paderborn.de/uppaal/statements/0.4.0" nsPrefix="statements"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for statements inside functions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for all statements inside a function's body."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A block of one or more statements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="DataVariableDeclarationsOnly" value="(not self.declarations.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.declarations.declaration->forAll(oclIsKindOf(declarations::DataVariableDeclaration)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DataVariableDeclarationsOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations for the function's body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" upperBound="-1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statements inside the funtion's body."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An empty statement represented by a semicolon only."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A for-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initialization expression of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The condition of the for loop, represented by a boolean expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iteration" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The iteration statements of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//statements/Statement #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An iteration over all possible values of a bounded type using the 'for' keyword."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A do-while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An if-then-else statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-statement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-statement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement used to return from a function's body, optionally carrying a return value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnExpression" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the return value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement that refers to an arbitrary expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression this statement refers to."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.uni-paderborn.de/uppaal/expressions/0.4.0" nsPrefix="expressions"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Introduces all kinds of expressions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all kinds of expressions."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A negation of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="negatedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A confirmation of an integer-based expression using the '+' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="confirmedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An inversion of an integer-based expression using the '-' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="invertedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all binary expressions connecting two sub-expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="firstExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The first sub-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="secondExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The second sub-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary assignment expression using a specific assignment operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operator for the assignment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all assignment operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="="/> <eLiterals name="PLUS_EQUAL" value="1" literal="+="/> <eLiterals name="MINUS_EQUAL" value="2" literal="-="/> <eLiterals name="TIMES_EQUAL" value="3" literal="*="/> <eLiterals name="DIVIDE_EQUAL" value="4" literal="/="/> <eLiterals name="MODULO_EQUAL" value="5" literal="%="/> <eLiterals name="BIT_AND_EQUAL" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_EQUAL" value="7" literal="|="/> <eLiterals name="BIT_LEFT_EQUAL" value="8" literal="&lt;&lt;="/> <eLiterals name="BIT_RIGHT_EQUAL" value="9" literal=">>="/> <eLiterals name="BIT_XOR_EQUAL" value="10" literal="^="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions that refer to the array indexes of the variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a literal of any type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The textual description of the literal."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="ADD" literal="+"/> <eLiterals name="SUBTRACT" value="1" literal="-"/> <eLiterals name="MULTIPLICATE" value="2" literal="*"/> <eLiterals name="DIVIDE" value="3" literal="/"/> <eLiterals name="MODULO" value="4" literal="%"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A logical expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/LogicalOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> <eLiterals name="IMPLY" value="2" literal="imply"/> <eLiterals name="XOR" value="3" literal="xor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a call to a function."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.function.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.function.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions representing the argument values for the function call. Must conform to the parameters of the function declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comparison between two expression values using a specific comparison operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The comparison operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all comparison operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="=="/> <eLiterals name="GREATER" value="1" literal=">"/> <eLiterals name="GREATER_OR_EQUAL" value="2" literal=">="/> <eLiterals name="LESS" value="3" literal="&lt;"/> <eLiterals name="LESS_OR_EQUAL" value="4" literal="&lt;="/> <eLiterals name="UNEQUAL" value="5" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a conditional redirection to one of the sub-expressions. Uses tokens '?' and ':' for delimitation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedIdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression used to access a scoped identifier. Uses a dot for delimination between scope and identifier."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a certain identifier scope."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a member of the scope."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing existential and universal quantification."/> </eAnnotations> <eLiterals name="EXISTENTIAL" literal="∃"/> <eLiterals name="UNIVERSAL" value="1" literal="∀"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantificationExpression" eSuperTypes="#//expressions/Expression #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A quantification expression introducing a quantified variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//expressions/Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantifier to be applied."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantified expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncrementDecrementExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression describing increment (++) or decrement (---) of an integer-based expression. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression to be incremented or decremented."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="#//expressions/IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies pre- or post-evaluation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies increment or decrement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing increment and decrement operators."/> </eAnnotations> <eLiterals name="INCREMENT" literal="++"/> <eLiterals name="DECREMENT" value="1" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing pre- or post-processing inside increment/decrement expressions."/> </eAnnotations> <eLiterals name="PRE" literal="PRE"/> <eLiterals name="POST" value="1" literal="POST"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitShiftExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="LEFT" literal="&lt;&lt;"/> <eLiterals name="RIGHT" value="1" literal=">>"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinMaxExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="MIN" literal="&lt;?"/> <eLiterals name="MAX" value="1" literal=">?"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitwiseExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="AND" literal="&amp;"/> <eLiterals name="XOR" value="1" literal="^"/> <eLiterals name="OR" value="2" literal="|"/> </eClassifiers> </eSubpackages> <eSubpackages name="visuals" nsURI="http://www.uni-paderborn.de/uppaal/visuals/0.4.0" nsPrefix="visuals"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for the visual representation of model elements."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ColoredElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A model element that has an optional color."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//visuals/ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color of the model element. It is either a standard uppaal color (default, white, light grey, dark grey, black, blue, cyan, green, magenta, orange, pink, red, yellow) or a self-defined color. Edges should not be white.&#xD;&#xA;&#xD;&#xA;\todosd{We need an OCL-Constraint: Edges should not be white.}&#xD;&#xA;\todosd{We need an OCL-Constraint: If self defined is choosen then a color code must be specified.}"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The hexadecimal color code of the model element that must be defined if a self-defined color should be used."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanarElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A planar model element that has an optional position."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The planar position of the model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinearElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A linear model element that has a set of bend points."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bendPoint" upperBound="-1" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bend points of the linear model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a point in the two-dimensional space."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The horizontal component of the point."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The vertical component of the point."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color kinds of an element. They are the standard colors of uppaal or a self-defined color."/> </eAnnotations> <eLiterals name="DEFAULT" literal="Default"/> <eLiterals name="WHITE" value="1" literal="White"/> <eLiterals name="LIGHTGREY" value="2" literal="LightGrey"/> <eLiterals name="DARKGREY" value="3" literal="DarkGrey"/> <eLiterals name="BLACK" value="4" literal="Black"/> <eLiterals name="BLUE" value="5" literal="Blue"/> <eLiterals name="CYAN" value="6" literal="Cyan"/> <eLiterals name="GREEN" value="7" literal="Green"/> <eLiterals name="MAGENTA" value="8" literal="Magenta"/> <eLiterals name="ORANGE" value="9" literal="Orange"/> <eLiterals name="PINK" value="10" literal="Pink"/> <eLiterals name="RED" value="11" literal="Red"/> <eLiterals name="YELLOW" value="12" literal="Yellow"/> <eLiterals name="SELF_DEFINED" value="13" literal="Self_Defined"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"uppaal","nsURI":"http://www.uni-paderborn.de/uppaal/0.4.0","name":"uppaal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"core","nsURI":"http://www.uni-paderborn.de/uppaal/core/0.4.0","name":"core","id":2,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.uni-paderborn.de/uppaal/types/0.4.0","name":"types","id":3,"eClass":"EPackage"},{"nsPrefix":"declarations","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/0.4.0","name":"declarations","id":4,"eClass":"EPackage"},{"nsPrefix":"templates","nsURI":"http://www.uni-paderborn.de/uppaal/templates/0.4.0","name":"templates","id":5,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.uni-paderborn.de/uppaal/statements/0.4.0","name":"statements","id":6,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.uni-paderborn.de/uppaal/expressions/0.4.0","name":"expressions","id":7,"eClass":"EPackage"},{"nsPrefix":"visuals","nsURI":"http://www.uni-paderborn.de/uppaal/visuals/0.4.0","name":"visuals","id":8,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentableElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"void","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalDeclarations","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDeclarations","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecification","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarTypeSpecification","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructTypeSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeTypeSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerBounds","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"INT","id":56,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"CLOCK","id":57,"value":1,"literal":"clock","eClass":"EEnumLiteral"},{"name":"CHAN","id":58,"value":2,"literal":"chan","eClass":"EEnumLiteral"},{"name":"BOOL","id":59,"value":3,"literal":"bool","eClass":"EEnumLiteral"},{"name":"VOID","id":60,"value":4,"literal":"void","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":62,"derived":true},{"id":63,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariableDeclaration","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalDeclarations","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockVariableDeclaration","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataVariablePrefix","instanceClass":null,"id":95,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueIndex","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeIndex","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CallType","instanceClass":null,"id":103,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInitializer","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"nsPrefix":"global","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/global","name":"global","id":107,"eClass":"EPackage"},{"nsPrefix":"system","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/system","name":"system","id":108,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelPriority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriority","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progressMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressMeasure","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"urgent","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"broadcast","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"name":"NONE","id":136,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"CONST","id":137,"value":1,"literal":"const","eClass":"EEnumLiteral"},{"name":"META","id":138,"value":2,"literal":"meta","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":156,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CALL_BY_VALUE","unsettable":false,"transient":false,"unique":true,"name":"callType","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"name":"CALL_BY_VALUE","id":177,"value":0,"literal":"CALL_BY_VALUE","eClass":"EEnumLiteral"},{"name":"CALL_BY_REFERENCE","id":178,"value":1,"literal":"CALL_BY_REFERENCE","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriorityItem","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelList","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultChannelPriority","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpression","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateDeclaration","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationList","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinedTemplate","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instantiationList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemplate","instanceClass":null,"abstract":true,"id":207,"interface":false,"eClass":"EClass"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LocationKind","instanceClass":null,"id":212,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronizationKind","instanceClass":null,"id":215,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanarElement","instanceClass":null,"abstract":true,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColoredElement","instanceClass":null,"abstract":true,"id":237,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationTimeKind","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"id":246,"eClass":"EGenericType"},{"name":"NORMAL","id":247,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"URGENT","id":248,"value":1,"literal":"URGENT","eClass":"EEnumLiteral"},{"name":"COMMITED","id":249,"value":2,"literal":"COMMITED","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearElement","instanceClass":null,"abstract":true,"id":250,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"update","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":"synchronization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","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"},{"id":261,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"name":"RECEIVE","id":271,"value":0,"literal":"?","eClass":"EEnumLiteral"},{"name":"SEND","id":272,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"id":273,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":277,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":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":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"NegationExpression","instanceClass":null,"abstract":false,"id":325,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":330,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":333,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":335,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":336,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperator","instanceClass":null,"id":338,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionExpression","instanceClass":null,"abstract":false,"id":339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedIdentifierExpression","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":341,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantificationExpression","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncrementDecrementExpression","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementOperator","instanceClass":null,"id":344,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementPosition","instanceClass":null,"id":345,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitShiftExpression","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitShiftOperator","instanceClass":null,"id":347,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinMaxExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MinMaxOperator","instanceClass":null,"id":349,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseExpression","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitwiseOperator","instanceClass":null,"id":351,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negatedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"confirmedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invertedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"name":"EQUAL","id":369,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_EQUAL","id":370,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_EQUAL","id":371,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_EQUAL","id":372,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_EQUAL","id":373,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"MODULO_EQUAL","id":374,"value":5,"literal":"%=","eClass":"EEnumLiteral"},{"name":"BIT_AND_EQUAL","id":375,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_EQUAL","id":376,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_LEFT_EQUAL","id":377,"value":8,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"BIT_RIGHT_EQUAL","id":378,"value":9,"literal":">>=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_EQUAL","id":379,"value":10,"literal":"^=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"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":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"name":"ADD","id":391,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBTRACT","id":392,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULTIPLICATE","id":393,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":394,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"MODULO","id":395,"value":4,"literal":"%","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"name":"AND","id":399,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":400,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"IMPLY","id":401,"value":2,"literal":"imply","eClass":"EEnumLiteral"},{"name":"XOR","id":402,"value":3,"literal":"xor","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"name":"EQUAL","id":411,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GREATER","id":412,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":413,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"LESS","id":414,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":415,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":416,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"name":"EXISTENTIAL","id":429,"value":0,"literal":"∃","eClass":"EEnumLiteral"},{"name":"UNIVERSAL","id":430,"value":1,"literal":"∀","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":431,"derived":false},{"container":false,"ordered":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":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"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":438,"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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"name":"INCREMENT","id":444,"value":0,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":445,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"name":"PRE","id":446,"value":0,"literal":"PRE","eClass":"EEnumLiteral"},{"name":"POST","id":447,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"name":"LEFT","id":451,"value":0,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT","id":452,"value":1,"literal":">>","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"name":"MIN","id":456,"value":0,"literal":"<?","eClass":"EEnumLiteral"},{"name":"MAX","id":457,"value":1,"literal":">?","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"name":"AND","id":461,"value":0,"literal":"&","eClass":"EEnumLiteral"},{"name":"XOR","id":462,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"OR","id":463,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":464,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorKind","instanceClass":null,"id":465,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorCode","changeable":true,"lowerBound":0,"iD":false,"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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"name":"DEFAULT","id":478,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"WHITE","id":479,"value":1,"literal":"White","eClass":"EEnumLiteral"},{"name":"LIGHTGREY","id":480,"value":2,"literal":"LightGrey","eClass":"EEnumLiteral"},{"name":"DARKGREY","id":481,"value":3,"literal":"DarkGrey","eClass":"EEnumLiteral"},{"name":"BLACK","id":482,"value":4,"literal":"Black","eClass":"EEnumLiteral"},{"name":"BLUE","id":483,"value":5,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"CYAN","id":484,"value":6,"literal":"Cyan","eClass":"EEnumLiteral"},{"name":"GREEN","id":485,"value":7,"literal":"Green","eClass":"EEnumLiteral"},{"name":"MAGENTA","id":486,"value":8,"literal":"Magenta","eClass":"EEnumLiteral"},{"name":"ORANGE","id":487,"value":9,"literal":"Orange","eClass":"EEnumLiteral"},{"name":"PINK","id":488,"value":10,"literal":"Pink","eClass":"EEnumLiteral"},{"name":"RED","id":489,"value":11,"literal":"Red","eClass":"EEnumLiteral"},{"name":"YELLOW","id":490,"value":12,"literal":"Yellow","eClass":"EEnumLiteral"},{"name":"SELF_DEFINED","id":491,"value":13,"literal":"Self_Defined","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":11,"target":21},{"source":11,"target":22},{"source":11,"target":1},{"source":22,"target":21},{"source":12,"target":23},{"source":12,"target":24},{"source":12,"target":1},{"source":24,"target":23},{"source":13,"target":25},{"source":13,"target":26},{"source":13,"target":1},{"source":26,"target":25},{"source":14,"target":27},{"source":14,"target":28},{"source":14,"target":1},{"source":28,"target":27},{"source":15,"target":27},{"source":15,"target":29},{"source":15,"target":1},{"source":29,"target":27},{"source":16,"target":27},{"source":16,"target":30},{"source":16,"target":1},{"source":30,"target":27},{"source":17,"target":27},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":27},{"source":18,"target":27},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":27},{"source":19,"target":9},{"source":20,"target":10},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":0},{"source":9,"target":2},{"source":9,"target":33},{"source":33,"target":34},{"source":33,"target":9},{"source":10,"target":2},{"source":10,"target":35},{"source":35,"target":36},{"source":35,"target":10},{"source":3,"target":37},{"source":3,"target":27},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":0},{"source":37,"target":3},{"source":37,"target":9},{"source":37,"target":47},{"source":37,"target":48},{"source":37,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":37},{"source":51,"target":50},{"source":48,"target":38},{"source":48,"target":52},{"source":48,"target":37},{"source":52,"target":38},{"source":49,"target":9},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":53},{"source":27,"target":54},{"source":53,"target":38},{"source":53,"target":55},{"source":53,"target":27},{"source":55,"target":38},{"source":54,"target":37},{"source":38,"target":3},{"source":38,"target":56},{"source":38,"target":57},{"source":38,"target":58},{"source":38,"target":59},{"source":38,"target":60},{"source":56,"target":38},{"source":57,"target":38},{"source":58,"target":38},{"source":59,"target":38},{"source":60,"target":38},{"source":39,"target":3},{"source":39,"target":37},{"source":39,"target":61},{"source":39,"target":62},{"source":39,"target":63},{"source":61,"target":64},{"source":61,"target":65},{"source":61,"target":39},{"source":61,"target":66},{"source":65,"target":64},{"source":62,"target":40},{"source":62,"target":67},{"source":62,"target":39},{"source":67,"target":40},{"source":63,"target":37},{"source":40,"target":3},{"source":40,"target":68},{"source":68,"target":38},{"source":68,"target":69},{"source":68,"target":40},{"source":69,"target":38},{"source":41,"target":3},{"source":41,"target":40},{"source":41,"target":70},{"source":41,"target":71},{"source":70,"target":37},{"source":70,"target":72},{"source":70,"target":41},{"source":72,"target":37},{"source":71,"target":40},{"source":42,"target":3},{"source":42,"target":40},{"source":42,"target":73},{"source":73,"target":40},{"source":43,"target":3},{"source":43,"target":42},{"source":43,"target":74},{"source":43,"target":75},{"source":74,"target":76},{"source":74,"target":77},{"source":74,"target":43},{"source":77,"target":76},{"source":75,"target":42},{"source":44,"target":3},{"source":44,"target":42},{"source":44,"target":78},{"source":44,"target":79},{"source":78,"target":80},{"source":78,"target":81},{"source":78,"target":44},{"source":81,"target":80},{"source":79,"target":42},{"source":45,"target":3},{"source":45,"target":42},{"source":45,"target":82},{"source":45,"target":83},{"source":82,"target":46},{"source":82,"target":84},{"source":82,"target":45},{"source":84,"target":46},{"source":83,"target":42},{"source":46,"target":3},{"source":46,"target":85},{"source":46,"target":86},{"source":85,"target":76},{"source":85,"target":87},{"source":85,"target":46},{"source":87,"target":76},{"source":86,"target":76},{"source":86,"target":88},{"source":86,"target":46},{"source":88,"target":76},{"source":4,"target":89},{"source":4,"target":21},{"source":4,"target":90},{"source":4,"target":25},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":80},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":64},{"source":4,"target":98},{"source":4,"target":50},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":0},{"source":89,"target":4},{"source":89,"target":109},{"source":109,"target":91},{"source":109,"target":110},{"source":109,"target":89},{"source":110,"target":91},{"source":21,"target":4},{"source":21,"target":89},{"source":21,"target":111},{"source":21,"target":112},{"source":111,"target":113},{"source":111,"target":114},{"source":111,"target":21},{"source":114,"target":113},{"source":112,"target":89},{"source":90,"target":4},{"source":90,"target":89},{"source":90,"target":115},{"source":115,"target":89},{"source":25,"target":4},{"source":25,"target":89},{"source":25,"target":116},{"source":25,"target":117},{"source":25,"target":118},{"source":116,"target":119},{"source":116,"target":120},{"source":116,"target":25},{"source":120,"target":119},{"source":117,"target":121},{"source":117,"target":122},{"source":117,"target":25},{"source":122,"target":121},{"source":118,"target":89},{"source":91,"target":4},{"source":91,"target":123},{"source":123,"target":124},{"source":123,"target":91},{"source":92,"target":4},{"source":92,"target":91},{"source":92,"target":101},{"source":92,"target":125},{"source":92,"target":126},{"source":125,"target":91},{"source":126,"target":101},{"source":93,"target":4},{"source":93,"target":92},{"source":93,"target":127},{"source":93,"target":128},{"source":93,"target":129},{"source":127,"target":130},{"source":127,"target":93},{"source":128,"target":131},{"source":128,"target":93},{"source":129,"target":92},{"source":94,"target":4},{"source":94,"target":92},{"source":94,"target":132},{"source":132,"target":92},{"source":80,"target":4},{"source":80,"target":92},{"source":80,"target":133},{"source":80,"target":134},{"source":133,"target":95},{"source":133,"target":135},{"source":133,"target":80},{"source":135,"target":95},{"source":134,"target":92},{"source":95,"target":4},{"source":95,"target":136},{"source":95,"target":137},{"source":95,"target":138},{"source":136,"target":95},{"source":137,"target":95},{"source":138,"target":95},{"source":96,"target":4},{"source":96,"target":91},{"source":96,"target":139},{"source":96,"target":140},{"source":139,"target":97},{"source":139,"target":141},{"source":139,"target":96},{"source":141,"target":97},{"source":140,"target":91},{"source":97,"target":4},{"source":97,"target":9},{"source":97,"target":142},{"source":97,"target":143},{"source":97,"target":144},{"source":97,"target":145},{"source":142,"target":40},{"source":142,"target":146},{"source":142,"target":97},{"source":146,"target":40},{"source":143,"target":147},{"source":143,"target":148},{"source":143,"target":97},{"source":148,"target":147},{"source":144,"target":102},{"source":144,"target":149},{"source":144,"target":97},{"source":149,"target":102},{"source":145,"target":9},{"source":64,"target":4},{"source":64,"target":91},{"source":64,"target":66},{"source":64,"target":150},{"source":64,"target":151},{"source":66,"target":39},{"source":66,"target":152},{"source":66,"target":64},{"source":66,"target":61},{"source":152,"target":39},{"source":150,"target":40},{"source":150,"target":153},{"source":150,"target":64},{"source":153,"target":40},{"source":151,"target":91},{"source":98,"target":4},{"source":98,"target":9},{"source":98,"target":154},{"source":98,"target":155},{"source":98,"target":156},{"source":98,"target":157},{"source":98,"target":158},{"source":154,"target":50},{"source":154,"target":159},{"source":154,"target":98},{"source":159,"target":50},{"source":155,"target":101},{"source":155,"target":160},{"source":155,"target":98},{"source":155,"target":161},{"source":160,"target":101},{"source":156,"target":40},{"source":156,"target":162},{"source":156,"target":98},{"source":162,"target":40},{"source":157,"target":104},{"source":157,"target":163},{"source":157,"target":98},{"source":163,"target":104},{"source":158,"target":9},{"source":50,"target":4},{"source":99,"target":4},{"source":99,"target":50},{"source":99,"target":164},{"source":99,"target":165},{"source":164,"target":76},{"source":164,"target":166},{"source":164,"target":99},{"source":166,"target":76},{"source":165,"target":50},{"source":100,"target":4},{"source":100,"target":50},{"source":100,"target":167},{"source":100,"target":168},{"source":167,"target":40},{"source":167,"target":169},{"source":167,"target":100},{"source":169,"target":40},{"source":168,"target":50},{"source":101,"target":4},{"source":101,"target":170},{"source":101,"target":161},{"source":170,"target":40},{"source":170,"target":171},{"source":170,"target":101},{"source":171,"target":40},{"source":161,"target":98},{"source":161,"target":172},{"source":161,"target":101},{"source":161,"target":155},{"source":172,"target":98},{"source":102,"target":4},{"source":102,"target":173},{"source":102,"target":174},{"source":173,"target":92},{"source":173,"target":175},{"source":173,"target":102},{"source":175,"target":92},{"source":174,"target":103},{"source":174,"target":176},{"source":174,"target":102},{"source":176,"target":103},{"source":103,"target":4},{"source":103,"target":177},{"source":103,"target":178},{"source":177,"target":103},{"source":178,"target":103},{"source":104,"target":4},{"source":105,"target":4},{"source":105,"target":104},{"source":105,"target":179},{"source":105,"target":180},{"source":179,"target":76},{"source":179,"target":181},{"source":179,"target":105},{"source":181,"target":76},{"source":180,"target":104},{"source":106,"target":4},{"source":106,"target":104},{"source":106,"target":182},{"source":106,"target":183},{"source":182,"target":104},{"source":182,"target":184},{"source":182,"target":106},{"source":184,"target":104},{"source":183,"target":104},{"source":107,"target":113},{"source":107,"target":185},{"source":107,"target":186},{"source":107,"target":187},{"source":107,"target":4},{"source":113,"target":107},{"source":113,"target":188},{"source":188,"target":185},{"source":188,"target":189},{"source":188,"target":113},{"source":189,"target":185},{"source":185,"target":107},{"source":186,"target":107},{"source":186,"target":185},{"source":186,"target":190},{"source":186,"target":191},{"source":190,"target":192},{"source":190,"target":193},{"source":190,"target":186},{"source":193,"target":192},{"source":191,"target":185},{"source":187,"target":107},{"source":187,"target":185},{"source":187,"target":194},{"source":194,"target":185},{"source":108,"target":195},{"source":108,"target":119},{"source":108,"target":196},{"source":108,"target":121},{"source":108,"target":4},{"source":195,"target":108},{"source":195,"target":91},{"source":195,"target":197},{"source":195,"target":198},{"source":195,"target":199},{"source":197,"target":200},{"source":197,"target":201},{"source":197,"target":195},{"source":197,"target":202},{"source":201,"target":200},{"source":198,"target":76},{"source":198,"target":203},{"source":198,"target":195},{"source":203,"target":76},{"source":199,"target":91},{"source":119,"target":108},{"source":119,"target":204},{"source":204,"target":196},{"source":204,"target":205},{"source":204,"target":119},{"source":205,"target":196},{"source":196,"target":108},{"source":196,"target":206},{"source":206,"target":207},{"source":206,"target":208},{"source":206,"target":196},{"source":208,"target":207},{"source":121,"target":108},{"source":121,"target":209},{"source":209,"target":76},{"source":209,"target":210},{"source":209,"target":121},{"source":210,"target":76},{"source":5,"target":207},{"source":5,"target":23},{"source":5,"target":200},{"source":5,"target":211},{"source":5,"target":212},{"source":5,"target":213},{"source":5,"target":214},{"source":5,"target":215},{"source":5,"target":216},{"source":5,"target":0},{"source":207,"target":5},{"source":207,"target":9},{"source":207,"target":10},{"source":207,"target":217},{"source":207,"target":218},{"source":207,"target":219},{"source":217,"target":102},{"source":217,"target":220},{"source":217,"target":207},{"source":220,"target":102},{"source":218,"target":9},{"source":219,"target":10},{"source":23,"target":5},{"source":23,"target":207},{"source":23,"target":221},{"source":23,"target":222},{"source":23,"target":223},{"source":23,"target":224},{"source":23,"target":225},{"source":221,"target":90},{"source":221,"target":226},{"source":221,"target":23},{"source":226,"target":90},{"source":222,"target":211},{"source":222,"target":227},{"source":222,"target":23},{"source":222,"target":228},{"source":227,"target":211},{"source":223,"target":213},{"source":223,"target":229},{"source":223,"target":23},{"source":223,"target":230},{"source":229,"target":213},{"source":224,"target":211},{"source":224,"target":231},{"source":224,"target":23},{"source":231,"target":211},{"source":225,"target":207},{"source":200,"target":5},{"source":200,"target":207},{"source":200,"target":232},{"source":200,"target":202},{"source":200,"target":233},{"source":232,"target":207},{"source":232,"target":234},{"source":232,"target":200},{"source":234,"target":207},{"source":202,"target":195},{"source":202,"target":235},{"source":202,"target":200},{"source":202,"target":197},{"source":235,"target":195},{"source":233,"target":207},{"source":211,"target":5},{"source":211,"target":9},{"source":211,"target":10},{"source":211,"target":236},{"source":211,"target":237},{"source":211,"target":228},{"source":211,"target":238},{"source":211,"target":239},{"source":211,"target":240},{"source":211,"target":241},{"source":211,"target":242},{"source":211,"target":243},{"source":228,"target":23},{"source":228,"target":244},{"source":228,"target":211},{"source":228,"target":222},{"source":244,"target":23},{"source":238,"target":76},{"source":238,"target":245},{"source":238,"target":211},{"source":245,"target":76},{"source":239,"target":212},{"source":239,"target":246},{"source":239,"target":211},{"source":246,"target":212},{"source":240,"target":9},{"source":241,"target":10},{"source":242,"target":236},{"source":243,"target":237},{"source":212,"target":5},{"source":212,"target":247},{"source":212,"target":248},{"source":212,"target":249},{"source":247,"target":212},{"source":248,"target":212},{"source":249,"target":212},{"source":213,"target":5},{"source":213,"target":250},{"source":213,"target":10},{"source":213,"target":237},{"source":213,"target":251},{"source":213,"target":252},{"source":213,"target":230},{"source":213,"target":253},{"source":213,"target":254},{"source":213,"target":255},{"source":213,"target":256},{"source":213,"target":257},{"source":213,"target":258},{"source":213,"target":259},{"source":251,"target":211},{"source":251,"target":260},{"source":251,"target":213},{"source":260,"target":211},{"source":252,"target":211},{"source":252,"target":261},{"source":252,"target":213},{"source":261,"target":211},{"source":230,"target":23},{"source":230,"target":262},{"source":230,"target":213},{"source":230,"target":223},{"source":262,"target":23},{"source":253,"target":76},{"source":253,"target":263},{"source":253,"target":213},{"source":263,"target":76},{"source":254,"target":76},{"source":254,"target":264},{"source":254,"target":213},{"source":264,"target":76},{"source":255,"target":214},{"source":255,"target":265},{"source":255,"target":213},{"source":265,"target":214},{"source":256,"target":216},{"source":256,"target":266},{"source":256,"target":213},{"source":266,"target":216},{"source":257,"target":250},{"source":258,"target":10},{"source":259,"target":237},{"source":214,"target":5},{"source":214,"target":267},{"source":214,"target":268},{"source":267,"target":192},{"source":267,"target":269},{"source":267,"target":214},{"source":269,"target":192},{"source":268,"target":215},{"source":268,"target":270},{"source":268,"target":214},{"source":270,"target":215},{"source":215,"target":5},{"source":215,"target":271},{"source":215,"target":272},{"source":271,"target":215},{"source":272,"target":215},{"source":216,"target":5},{"source":216,"target":101},{"source":216,"target":273},{"source":273,"target":101},{"source":6,"target":274},{"source":6,"target":147},{"source":6,"target":275},{"source":6,"target":276},{"source":6,"target":277},{"source":6,"target":278},{"source":6,"target":279},{"source":6,"target":280},{"source":6,"target":281},{"source":6,"target":282},{"source":6,"target":0},{"source":274,"target":6},{"source":147,"target":6},{"source":147,"target":274},{"source":147,"target":283},{"source":147,"target":284},{"source":147,"target":285},{"source":283,"target":90},{"source":283,"target":286},{"source":283,"target":147},{"source":286,"target":90},{"source":284,"target":274},{"source":284,"target":287},{"source":284,"target":147},{"source":287,"target":274},{"source":285,"target":274},{"source":275,"target":6},{"source":275,"target":274},{"source":275,"target":288},{"source":288,"target":274},{"source":276,"target":6},{"source":276,"target":274},{"source":276,"target":289},{"source":276,"target":290},{"source":276,"target":291},{"source":276,"target":292},{"source":276,"target":293},{"source":289,"target":76},{"source":289,"target":294},{"source":289,"target":276},{"source":294,"target":76},{"source":290,"target":76},{"source":290,"target":295},{"source":290,"target":276},{"source":295,"target":76},{"source":291,"target":76},{"source":291,"target":296},{"source":291,"target":276},{"source":296,"target":76},{"source":292,"target":274},{"source":292,"target":297},{"source":292,"target":276},{"source":297,"target":274},{"source":293,"target":274},{"source":277,"target":6},{"source":277,"target":274},{"source":277,"target":101},{"source":277,"target":298},{"source":277,"target":299},{"source":277,"target":300},{"source":298,"target":274},{"source":298,"target":301},{"source":298,"target":277},{"source":301,"target":274},{"source":299,"target":274},{"source":300,"target":101},{"source":278,"target":6},{"source":278,"target":274},{"source":278,"target":302},{"source":278,"target":303},{"source":278,"target":304},{"source":302,"target":76},{"source":302,"target":305},{"source":302,"target":278},{"source":305,"target":76},{"source":303,"target":274},{"source":303,"target":306},{"source":303,"target":278},{"source":306,"target":274},{"source":304,"target":274},{"source":279,"target":6},{"source":279,"target":274},{"source":279,"target":307},{"source":279,"target":308},{"source":279,"target":309},{"source":307,"target":274},{"source":307,"target":310},{"source":307,"target":279},{"source":310,"target":274},{"source":308,"target":76},{"source":308,"target":311},{"source":308,"target":279},{"source":311,"target":76},{"source":309,"target":274},{"source":280,"target":6},{"source":280,"target":274},{"source":280,"target":312},{"source":280,"target":313},{"source":280,"target":314},{"source":280,"target":315},{"source":312,"target":76},{"source":312,"target":316},{"source":312,"target":280},{"source":316,"target":76},{"source":313,"target":274},{"source":313,"target":317},{"source":313,"target":280},{"source":317,"target":274},{"source":314,"target":274},{"source":314,"target":318},{"source":314,"target":280},{"source":318,"target":274},{"source":315,"target":274},{"source":281,"target":6},{"source":281,"target":274},{"source":281,"target":319},{"source":281,"target":320},{"source":319,"target":76},{"source":319,"target":321},{"source":319,"target":281},{"source":321,"target":76},{"source":320,"target":274},{"source":282,"target":6},{"source":282,"target":274},{"source":282,"target":322},{"source":282,"target":323},{"source":322,"target":76},{"source":322,"target":324},{"source":322,"target":282},{"source":324,"target":76},{"source":323,"target":274},{"source":7,"target":76},{"source":7,"target":325},{"source":7,"target":326},{"source":7,"target":327},{"source":7,"target":328},{"source":7,"target":329},{"source":7,"target":330},{"source":7,"target":192},{"source":7,"target":331},{"source":7,"target":332},{"source":7,"target":333},{"source":7,"target":334},{"source":7,"target":335},{"source":7,"target":336},{"source":7,"target":337},{"source":7,"target":338},{"source":7,"target":339},{"source":7,"target":340},{"source":7,"target":341},{"source":7,"target":342},{"source":7,"target":343},{"source":7,"target":344},{"source":7,"target":345},{"source":7,"target":346},{"source":7,"target":347},{"source":7,"target":348},{"source":7,"target":349},{"source":7,"target":350},{"source":7,"target":351},{"source":7,"target":0},{"source":76,"target":7},{"source":325,"target":7},{"source":325,"target":76},{"source":325,"target":352},{"source":325,"target":353},{"source":352,"target":76},{"source":352,"target":354},{"source":352,"target":325},{"source":354,"target":76},{"source":353,"target":76},{"source":326,"target":7},{"source":326,"target":76},{"source":326,"target":355},{"source":326,"target":356},{"source":355,"target":76},{"source":355,"target":357},{"source":355,"target":326},{"source":357,"target":76},{"source":356,"target":76},{"source":327,"target":7},{"source":327,"target":76},{"source":327,"target":358},{"source":327,"target":359},{"source":358,"target":76},{"source":358,"target":360},{"source":358,"target":327},{"source":360,"target":76},{"source":359,"target":76},{"source":328,"target":7},{"source":328,"target":76},{"source":328,"target":361},{"source":328,"target":362},{"source":328,"target":363},{"source":361,"target":76},{"source":361,"target":364},{"source":361,"target":328},{"source":364,"target":76},{"source":362,"target":76},{"source":362,"target":365},{"source":362,"target":328},{"source":365,"target":76},{"source":363,"target":76},{"source":329,"target":7},{"source":329,"target":328},{"source":329,"target":366},{"source":329,"target":367},{"source":366,"target":330},{"source":366,"target":368},{"source":366,"target":329},{"source":368,"target":330},{"source":367,"target":328},{"source":330,"target":7},{"source":330,"target":369},{"source":330,"target":370},{"source":330,"target":371},{"source":330,"target":372},{"source":330,"target":373},{"source":330,"target":374},{"source":330,"target":375},{"source":330,"target":376},{"source":330,"target":377},{"source":330,"target":378},{"source":330,"target":379},{"source":369,"target":330},{"source":370,"target":330},{"source":371,"target":330},{"source":372,"target":330},{"source":373,"target":330},{"source":374,"target":330},{"source":375,"target":330},{"source":376,"target":330},{"source":377,"target":330},{"source":378,"target":330},{"source":379,"target":330},{"source":192,"target":7},{"source":192,"target":76},{"source":192,"target":380},{"source":192,"target":381},{"source":192,"target":382},{"source":380,"target":9},{"source":380,"target":383},{"source":380,"target":192},{"source":383,"target":9},{"source":381,"target":76},{"source":381,"target":384},{"source":381,"target":192},{"source":384,"target":76},{"source":382,"target":76},{"source":331,"target":7},{"source":331,"target":76},{"source":331,"target":385},{"source":331,"target":386},{"source":385,"target":387},{"source":385,"target":331},{"source":386,"target":76},{"source":332,"target":7},{"source":332,"target":328},{"source":332,"target":388},{"source":332,"target":389},{"source":388,"target":333},{"source":388,"target":390},{"source":388,"target":332},{"source":390,"target":333},{"source":389,"target":328},{"source":333,"target":7},{"source":333,"target":391},{"source":333,"target":392},{"source":333,"target":393},{"source":333,"target":394},{"source":333,"target":395},{"source":391,"target":333},{"source":392,"target":333},{"source":393,"target":333},{"source":394,"target":333},{"source":395,"target":333},{"source":334,"target":7},{"source":334,"target":328},{"source":334,"target":396},{"source":334,"target":397},{"source":396,"target":335},{"source":396,"target":398},{"source":396,"target":334},{"source":398,"target":335},{"source":397,"target":328},{"source":335,"target":7},{"source":335,"target":399},{"source":335,"target":400},{"source":335,"target":401},{"source":335,"target":402},{"source":399,"target":335},{"source":400,"target":335},{"source":401,"target":335},{"source":402,"target":335},{"source":336,"target":7},{"source":336,"target":76},{"source":336,"target":403},{"source":336,"target":404},{"source":336,"target":405},{"source":403,"target":97},{"source":403,"target":406},{"source":403,"target":336},{"source":406,"target":97},{"source":404,"target":76},{"source":404,"target":407},{"source":404,"target":336},{"source":407,"target":76},{"source":405,"target":76},{"source":337,"target":7},{"source":337,"target":328},{"source":337,"target":408},{"source":337,"target":409},{"source":408,"target":338},{"source":408,"target":410},{"source":408,"target":337},{"source":410,"target":338},{"source":409,"target":328},{"source":338,"target":7},{"source":338,"target":411},{"source":338,"target":412},{"source":338,"target":413},{"source":338,"target":414},{"source":338,"target":415},{"source":338,"target":416},{"source":411,"target":338},{"source":412,"target":338},{"source":413,"target":338},{"source":414,"target":338},{"source":415,"target":338},{"source":416,"target":338},{"source":339,"target":7},{"source":339,"target":76},{"source":339,"target":417},{"source":339,"target":418},{"source":339,"target":419},{"source":339,"target":420},{"source":417,"target":76},{"source":417,"target":421},{"source":417,"target":339},{"source":421,"target":76},{"source":418,"target":76},{"source":418,"target":422},{"source":418,"target":339},{"source":422,"target":76},{"source":419,"target":76},{"source":419,"target":423},{"source":419,"target":339},{"source":423,"target":76},{"source":420,"target":76},{"source":340,"target":7},{"source":340,"target":76},{"source":340,"target":424},{"source":340,"target":425},{"source":340,"target":426},{"source":424,"target":76},{"source":424,"target":427},{"source":424,"target":340},{"source":427,"target":76},{"source":425,"target":192},{"source":425,"target":428},{"source":425,"target":340},{"source":428,"target":192},{"source":426,"target":76},{"source":341,"target":7},{"source":341,"target":429},{"source":341,"target":430},{"source":429,"target":341},{"source":430,"target":341},{"source":342,"target":7},{"source":342,"target":76},{"source":342,"target":101},{"source":342,"target":431},{"source":342,"target":432},{"source":342,"target":433},{"source":342,"target":434},{"source":431,"target":341},{"source":431,"target":435},{"source":431,"target":342},{"source":435,"target":341},{"source":432,"target":76},{"source":432,"target":436},{"source":432,"target":342},{"source":436,"target":76},{"source":433,"target":76},{"source":434,"target":101},{"source":343,"target":7},{"source":343,"target":76},{"source":343,"target":437},{"source":343,"target":438},{"source":343,"target":439},{"source":343,"target":440},{"source":437,"target":76},{"source":437,"target":441},{"source":437,"target":343},{"source":441,"target":76},{"source":438,"target":345},{"source":438,"target":442},{"source":438,"target":343},{"source":442,"target":345},{"source":439,"target":344},{"source":439,"target":443},{"source":439,"target":343},{"source":443,"target":344},{"source":440,"target":76},{"source":344,"target":7},{"source":344,"target":444},{"source":344,"target":445},{"source":444,"target":344},{"source":445,"target":344},{"source":345,"target":7},{"source":345,"target":446},{"source":345,"target":447},{"source":446,"target":345},{"source":447,"target":345},{"source":346,"target":7},{"source":346,"target":328},{"source":346,"target":448},{"source":346,"target":449},{"source":448,"target":347},{"source":448,"target":450},{"source":448,"target":346},{"source":450,"target":347},{"source":449,"target":328},{"source":347,"target":7},{"source":347,"target":451},{"source":347,"target":452},{"source":451,"target":347},{"source":452,"target":347},{"source":348,"target":7},{"source":348,"target":328},{"source":348,"target":453},{"source":348,"target":454},{"source":453,"target":349},{"source":453,"target":455},{"source":453,"target":348},{"source":455,"target":349},{"source":454,"target":328},{"source":349,"target":7},{"source":349,"target":456},{"source":349,"target":457},{"source":456,"target":349},{"source":457,"target":349},{"source":350,"target":7},{"source":350,"target":328},{"source":350,"target":458},{"source":350,"target":459},{"source":458,"target":351},{"source":458,"target":460},{"source":458,"target":350},{"source":460,"target":351},{"source":459,"target":328},{"source":351,"target":7},{"source":351,"target":461},{"source":351,"target":462},{"source":351,"target":463},{"source":461,"target":351},{"source":462,"target":351},{"source":463,"target":351},{"source":8,"target":237},{"source":8,"target":236},{"source":8,"target":250},{"source":8,"target":464},{"source":8,"target":465},{"source":8,"target":0},{"source":237,"target":8},{"source":237,"target":466},{"source":237,"target":467},{"source":466,"target":465},{"source":466,"target":468},{"source":466,"target":237},{"source":468,"target":465},{"source":467,"target":469},{"source":467,"target":237},{"source":236,"target":8},{"source":236,"target":470},{"source":470,"target":464},{"source":470,"target":471},{"source":470,"target":236},{"source":471,"target":464},{"source":250,"target":8},{"source":250,"target":472},{"source":472,"target":464},{"source":472,"target":473},{"source":472,"target":250},{"source":473,"target":464},{"source":464,"target":8},{"source":464,"target":474},{"source":464,"target":475},{"source":474,"target":476},{"source":474,"target":464},{"source":475,"target":477},{"source":475,"target":464},{"source":465,"target":8},{"source":465,"target":478},{"source":465,"target":479},{"source":465,"target":480},{"source":465,"target":481},{"source":465,"target":482},{"source":465,"target":483},{"source":465,"target":484},{"source":465,"target":485},{"source":465,"target":486},{"source":465,"target":487},{"source":465,"target":488},{"source":465,"target":489},{"source":465,"target":490},{"source":465,"target":491},{"source":478,"target":465},{"source":479,"target":465},{"source":480,"target":465},{"source":481,"target":465},{"source":482,"target":465},{"source":483,"target":465},{"source":484,"target":465},{"source":485,"target":465},{"source":486,"target":465},{"source":487,"target":465},{"source":488,"target":465},{"source":489,"target":465},{"source":490,"target":465},{"source":491,"target":465}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/merlin-pl/merlin/examples/PetriNets5/PetriNets.ecore
PetriNets PetriNet places trans Place tokens net itokens bound ctokens Token Transition net ins outs inh read priority
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNets" nsURI="http://www.petrinets.org/" nsPrefix="ex"> <eAnnotations source="features"> <details key="file" value="model.xml"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" ordered="false" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trans" ordered="false" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eAnnotations source="presence"> <details key="condition" value="Bounded"/> <details key="constraint" value="boundedTokens"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="boundedTokens"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="boundedTokens" value="self.tokens() &lt;= self.bound"/> </eAnnotations> <eOperations name="tokens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//PetriNet" eOpposite="#//PetriNet/places"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itokens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="presence"> <details key="condition" value="Simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="presence"> <details key="condition" value="Bounded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ctokens" ordered="false" upperBound="-1" eType="#//Token" containment="true"> <eAnnotations source="presence"> <details key="condition" value="Object"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eAnnotations source="presence"> <details key="condition" value="Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//PetriNet" eOpposite="#//PetriNet/trans"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ins" ordered="false" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outs" ordered="false" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inh" ordered="false" upperBound="-1" eType="#//Place"> <eAnnotations source="presence"> <details key="condition" value="Inhibitor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="read" ordered="false" upperBound="-1" eType="#//Place"> <eAnnotations source="presence"> <details key="condition" value="Read"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="presence"> <details key="condition" value="Priority"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ex","nsURI":"http://www.petrinets.org/","name":"PetriNets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"tokens","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itokens","changeable":true,"lowerBound":1,"iD":false,"id":12,"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":"bound","changeable":true,"lowerBound":1,"iD":false,"id":13,"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":"ctokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"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":"ins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":"outs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"read","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"priority","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":7,"target":2},{"source":6,"target":4},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":8},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":11,"target":15},{"source":11,"target":2},{"source":8,"target":1},{"source":8,"target":16},{"source":8,"target":2},{"source":8,"target":5},{"source":16,"target":1},{"source":12,"target":17},{"source":12,"target":2},{"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":3,"target":0},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":10,"target":1},{"source":10,"target":25},{"source":10,"target":4},{"source":10,"target":6},{"source":25,"target":1},{"source":20,"target":2},{"source":20,"target":26},{"source":20,"target":4},{"source":26,"target":2},{"source":21,"target":2},{"source":21,"target":27},{"source":21,"target":4},{"source":27,"target":2},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":4},{"source":28,"target":2},{"source":23,"target":2},{"source":23,"target":29},{"source":23,"target":4},{"source":29,"target":2},{"source":24,"target":30},{"source":24,"target":4}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/s73331/swf_beleg/de.htwdd.sf.beleg.s72868.s73331/model/generated/ReneMartin.ecore
reneMartin Model greetings Greeting name
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="reneMartin" nsURI="http://www.htwdd.de/beleg/s72868/s73331/ReneMartin" nsPrefix="reneMartin"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Greeting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"reneMartin","nsURI":"http://www.htwdd.de/beleg/s72868/s73331/ReneMartin","name":"reneMartin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greeting","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":6},{"source":5,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/cesarcatanio/fca/Ejemplo2Repositorios/model/PetriNet.ecore
PetriNet PetriNode Place token Token Transition test Arc petriFrom petriTo PetriModel name description petriModels PetriEdge
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="http://de.htwg.petrinet.mm/" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="PetriNode" eSuperTypes="#//PetriModel"/> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PetriNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="token" eType="#//Token" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="#//PetriNode"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//PetriNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//PetriNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PetriEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="petriFrom" eType="#//PetriNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="petriTo" eType="#//PetriNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="petriModels" upperBound="-1" eType="#//PetriModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriEdge" eSuperTypes="#//PetriModel"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"http://de.htwg.petrinet.mm/","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriEdge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"petriFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"petriTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"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":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":"petriModels","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":8},{"source":8,"target":6},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":10},{"source":9,"target":3},{"source":9,"target":11},{"source":9,"target":2},{"source":11,"target":3},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":12},{"source":12,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":13},{"source":4,"target":14},{"source":13,"target":1},{"source":13,"target":15},{"source":13,"target":4},{"source":15,"target":1},{"source":14,"target":1},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":5},{"source":19,"target":1},{"source":17,"target":1},{"source":17,"target":20},{"source":17,"target":5},{"source":20,"target":1},{"source":18,"target":7},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":21,"target":24},{"source":21,"target":6},{"source":22,"target":25},{"source":22,"target":6},{"source":23,"target":6},{"source":23,"target":26},{"source":23,"target":6},{"source":26,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":27},{"source":27,"target":6}],"multigraph":true}
ecore
families
repo-ecore-all/data/gssi/TraceabilityModel/case-study/evaluation/Families2Persons/Families.ecore
Families Families families Family container lastname members Member family firstname gender GenderType male male female female
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Families" nsURI="http://cs.gssi.it/families" nsPrefix="families"> <eClassifiers xsi:type="ecore:EClass" name="Families"> <eStructuralFeatures xsi:type="ecore:EReference" name="families" upperBound="-1" eType="#//Family" containment="true" eOpposite="#//Family/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//Families" eOpposite="#//Families/families"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/family"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="family" lowerBound="1" eType="#//Family" eOpposite="#//Family/members"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//GenderType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenderType"> <eLiterals name="male"/> <eLiterals name="female" value="1"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"families","nsURI":"http://cs.gssi.it/families","name":"Families","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Families","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenderType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"families","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"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":"container","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":"lastname","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"family","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":"firstname","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":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"name":"male","id":19,"value":0,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":20,"value":1,"literal":"female","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":5,"target":2},{"source":5,"target":6},{"source":5,"target":1},{"source":5,"target":7},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":1},{"source":7,"target":10},{"source":7,"target":2},{"source":7,"target":5},{"source":10,"target":1},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":12,"target":3},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":3},{"source":13,"target":9},{"source":16,"target":2},{"source":14,"target":17},{"source":14,"target":3},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":4},{"source":20,"target":4}],"multigraph":true}
ecore
expressions
repo-ecore-all/data/manuelleduc/ale-compiler-benchmarks/examples/MODELS/boolexp/model/BoolExp.ecore
boolexp Exp BinaryExp lhs rhs Lit And Or Tru Fals
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="boolexp" nsURI="http://boolexp/" nsPrefix="boolexp"> <eClassifiers xsi:type="ecore:EClass" name="Exp" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="//Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lit" abstract="true" eSuperTypes="//Exp"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Tru" eSuperTypes="//Lit"/> <eClassifiers xsi:type="ecore:EClass" name="Fals" eSuperTypes="//Lit"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"boolexp","nsURI":"http://boolexp/","name":"boolexp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lit","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tru","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fals","instanceClass":null,"abstract":false,"id":7,"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":"lhs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":1},{"source":8,"target":11},{"source":8,"target":2},{"source":11,"target":1},{"source":9,"target":1},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":1},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":13},{"source":13,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":14,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":15},{"source":15,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":16},{"source":16,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":17},{"source":17,"target":3}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/RazowSy/COMPILATION/org.xtext.compilation.whil/model/generated/MyDsl.ecore
myDsl Program fonctions Fonction nom in commandes out Commandes commande commandes Commande commande Affectation variable elm If cond cmdsIf cmdsElse While cond cmdsWh For cond cmdsFor ForEach elem ensemble cmdsFor Nop nop Expression cond exprs ExprSimple nil variable abin symb accsucc elemSimple Variable variable Lexpr e1 lexpr ElemSimple symb lexpr Condition e1 comp e2 ABin op e1 e2 AccSucc op expr Output out Input in Nill nil OpAccSucc op Not expr not OpConstructeur op COMPARATEUR comparateur
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="fonctions" upperBound="-1" eType="#//Fonction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fonction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commandes" eType="#//Commandes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" eType="#//Output" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commandes"> <eStructuralFeatures xsi:type="ecore:EReference" name="commande" eType="#//Commande" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commandes" upperBound="-1" eType="#//Commande" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commande"> <eStructuralFeatures xsi:type="ecore:EReference" name="commande" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Affectation"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elm" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmdsIf" eType="#//Commandes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmdsElse" eType="#//Commandes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmdsWh" eType="#//Commandes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="For"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmdsFor" eType="#//Commandes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEach"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ensemble" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmdsFor" eType="#//Commandes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nop"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" eType="#//ExprSimple" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprSimple"> <eStructuralFeatures xsi:type="ecore:EReference" name="nil" eType="#//Nill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abin" eType="#//ABin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accsucc" eType="#//AccSucc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elemSimple" eType="#//ElemSimple" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lexpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//ExprSimple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lexpr" eType="#//Lexpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElemSimple"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lexpr" eType="#//Lexpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//ExprSimple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//COMPARATEUR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ABin"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpConstructeur" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e2" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccSucc"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpAccSucc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExprSimple" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" unique="false" 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="in" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpAccSucc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpConstructeur"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="COMPARATEUR"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comparateur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fonction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commandes","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commande","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Affectation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nop","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSimple","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lexpr","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElemSimple","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ABin","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccSucc","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nill","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpAccSucc","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpConstructeur","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"COMPARATEUR","instanceClass":null,"abstract":false,"id":25,"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":"fonctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"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":"nom","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commandes","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":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commande","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":"commandes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commande","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"elm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmdsIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmdsElse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmdsWh","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","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":"cmdsFor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ensemble","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmdsFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nop","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":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nil","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symb","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accsucc","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":"elemSimple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"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":"e1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symb","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","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":"comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e1","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":"e2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"out","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"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":"in","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nil","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"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":"comparateur","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":26},{"source":26,"target":2},{"source":26,"target":27},{"source":26,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":20},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":20},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":19},{"source":31,"target":35},{"source":31,"target":2},{"source":35,"target":19},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":4},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":4},{"source":37,"target":4},{"source":37,"target":39},{"source":37,"target":3},{"source":39,"target":4},{"source":4,"target":0},{"source":4,"target":40},{"source":40,"target":41},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":13},{"source":42,"target":44},{"source":42,"target":5},{"source":44,"target":13},{"source":43,"target":11},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":11},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":11},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":11},{"source":47,"target":3},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":3},{"source":48,"target":3},{"source":48,"target":51},{"source":48,"target":6},{"source":51,"target":3},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":11},{"source":52,"target":54},{"source":52,"target":7},{"source":54,"target":11},{"source":53,"target":3},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":3},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":11},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":11},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":3},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":11},{"source":60,"target":63},{"source":60,"target":9},{"source":63,"target":11},{"source":61,"target":11},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":11},{"source":62,"target":3},{"source":62,"target":65},{"source":62,"target":9},{"source":65,"target":3},{"source":10,"target":0},{"source":10,"target":66},{"source":66,"target":67},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":68},{"source":11,"target":69},{"source":68,"target":16},{"source":68,"target":70},{"source":68,"target":11},{"source":70,"target":16},{"source":69,"target":12},{"source":69,"target":71},{"source":69,"target":11},{"source":71,"target":12},{"source":12,"target":0},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":72,"target":21},{"source":72,"target":78},{"source":72,"target":12},{"source":78,"target":21},{"source":73,"target":13},{"source":73,"target":79},{"source":73,"target":12},{"source":79,"target":13},{"source":74,"target":17},{"source":74,"target":80},{"source":74,"target":12},{"source":80,"target":17},{"source":75,"target":81},{"source":75,"target":12},{"source":76,"target":18},{"source":76,"target":82},{"source":76,"target":12},{"source":82,"target":18},{"source":77,"target":15},{"source":77,"target":83},{"source":77,"target":12},{"source":83,"target":15},{"source":13,"target":0},{"source":13,"target":84},{"source":84,"target":85},{"source":84,"target":13},{"source":14,"target":0},{"source":14,"target":86},{"source":14,"target":87},{"source":86,"target":12},{"source":86,"target":88},{"source":86,"target":14},{"source":88,"target":12},{"source":87,"target":14},{"source":87,"target":89},{"source":87,"target":14},{"source":89,"target":14},{"source":15,"target":0},{"source":15,"target":90},{"source":15,"target":91},{"source":90,"target":92},{"source":90,"target":15},{"source":91,"target":14},{"source":91,"target":93},{"source":91,"target":15},{"source":93,"target":14},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":16,"target":96},{"source":94,"target":12},{"source":94,"target":97},{"source":94,"target":16},{"source":97,"target":12},{"source":95,"target":25},{"source":95,"target":98},{"source":95,"target":16},{"source":98,"target":25},{"source":96,"target":11},{"source":96,"target":99},{"source":96,"target":16},{"source":99,"target":11},{"source":17,"target":0},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":100,"target":24},{"source":100,"target":103},{"source":100,"target":17},{"source":103,"target":24},{"source":101,"target":11},{"source":101,"target":104},{"source":101,"target":17},{"source":104,"target":11},{"source":102,"target":11},{"source":102,"target":105},{"source":102,"target":17},{"source":105,"target":11},{"source":18,"target":0},{"source":18,"target":106},{"source":18,"target":107},{"source":106,"target":22},{"source":106,"target":108},{"source":106,"target":18},{"source":108,"target":22},{"source":107,"target":12},{"source":107,"target":109},{"source":107,"target":18},{"source":109,"target":12},{"source":19,"target":0},{"source":19,"target":110},{"source":110,"target":111},{"source":110,"target":19},{"source":20,"target":0},{"source":20,"target":112},{"source":112,"target":113},{"source":112,"target":20},{"source":21,"target":0},{"source":21,"target":114},{"source":114,"target":115},{"source":114,"target":21},{"source":22,"target":0},{"source":22,"target":116},{"source":116,"target":117},{"source":116,"target":22},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":118},{"source":23,"target":119},{"source":23,"target":120},{"source":118,"target":11},{"source":118,"target":121},{"source":118,"target":23},{"source":121,"target":11},{"source":119,"target":122},{"source":119,"target":23},{"source":120,"target":16},{"source":24,"target":0},{"source":24,"target":123},{"source":123,"target":124},{"source":123,"target":24},{"source":25,"target":0},{"source":25,"target":125},{"source":125,"target":126},{"source":125,"target":25}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/dsevilla/xmi-to-json/examples/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="Ecore.ecore#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="Ecore.ecore#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="ecore:EClass Ecore.ecore#//EModelElement" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="Ecore.ecore#//EClassifier"> <eOperations name="isSuperTypeOf" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="someClass" eType="ecore:EClass Ecore.ecore#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType Ecore.ecore#//EInt"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="getEOperation" eType="ecore:EClass Ecore.ecore#//EOperation"> <eParameters name="operationID" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="ecore:EDataType Ecore.ecore#//EInt"> <eParameters name="operation" eType="ecore:EClass Ecore.ecore#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="ecore:EClass Ecore.ecore#//EOperation"> <eParameters name="operation" eType="ecore:EClass Ecore.ecore#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EClass" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EOperation" containment="true" resolveProxies="false" eOpposite="Ecore.ecore#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="ecore:EClass Ecore.ecore#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="Ecore.ecore#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EGenericType" unsettable="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="Ecore.ecore#//ENamedElement"> <eOperations name="isInstance" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="object" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType Ecore.ecore#//EString" volatile="true" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType Ecore.ecore#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="ecore:EDataType Ecore.ecore#//EString" volatile="true" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="ecore:EClass Ecore.ecore#//EPackage" changeable="false" transient="true" eOpposite="Ecore.ecore#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="ecore:EClass Ecore.ecore#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="Ecore.ecore#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="Ecore.ecore#//EDataType"> <eOperations name="getEEnumLiteral" eType="ecore:EClass Ecore.ecore#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="ecore:EClass Ecore.ecore#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType Ecore.ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="ecore:EClass Ecore.ecore#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="Ecore.ecore#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="Ecore.ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="ecore:EDataType Ecore.ecore#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="ecore:EClass Ecore.ecore#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="Ecore.ecore#//EModelElement"> <eOperations name="create" eType="ecore:EClass Ecore.ecore#//EObject"> <eParameters name="eClass" eType="ecore:EClass Ecore.ecore#//EClass"/> </eOperations> <eOperations name="createFromString" eType="ecore:EDataType Ecore.ecore#//EJavaObject"> <eParameters name="eDataType" eType="ecore:EClass Ecore.ecore#//EDataType"/> <eParameters name="literalValue" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eOperations name="convertToString" eType="ecore:EDataType Ecore.ecore#//EString"> <eParameters name="eDataType" eType="ecore:EClass Ecore.ecore#//EDataType"/> <eParameters name="instanceValue" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EPackage" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="ecore:EClass Ecore.ecore#//EAnnotation"> <eParameters name="source" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EAnnotation" containment="true" resolveProxies="false" eOpposite="Ecore.ecore#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="Ecore.ecore#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="ecore:EClass Ecore.ecore#//EClass"/> <eOperations name="eIsProxy" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eOperations name="eResource" eType="ecore:EDataType Ecore.ecore#//EResource"/> <eOperations name="eContainer" eType="ecore:EClass Ecore.ecore#//EObject"/> <eOperations name="eContainingFeature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="ecore:EClass Ecore.ecore#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EEList"> <eTypeArguments eClassifier="ecore:EClass Ecore.ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//ETreeIterator"> <eTypeArguments eClassifier="ecore:EClass Ecore.ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EEList"> <eTypeArguments eClassifier="ecore:EClass Ecore.ecore#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="ecore:EDataType Ecore.ecore#//EJavaObject"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="ecore:EDataType Ecore.ecore#//EJavaObject"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> <eParameters name="resolve" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> <eParameters name="newValue" eType="ecore:EDataType Ecore.ecore#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="ecore:EClass Ecore.ecore#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="ecore:EDataType Ecore.ecore#//EJavaObject" eExceptions="ecore:EDataType Ecore.ecore#//EInvocationTargetException"> <eParameters name="operation" eType="ecore:EClass Ecore.ecore#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="Ecore.ecore#//ETypedElement"> <eOperations name="getOperationID" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="isOverrideOf" eType="ecore:EDataType Ecore.ecore#//EBoolean"> <eParameters name="someOperation" eType="ecore:EClass Ecore.ecore#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="ecore:EClass Ecore.ecore#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="ecore:EClass Ecore.ecore#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EParameter" containment="true" resolveProxies="false" eOpposite="Ecore.ecore#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EClassifier" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EGenericType" unsettable="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="Ecore.ecore#//ENamedElement"> <eOperations name="getEClassifier" eType="ecore:EClass Ecore.ecore#//EClassifier"> <eParameters name="name" eType="ecore:EDataType Ecore.ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EFactory" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EClassifier" containment="true" eOpposite="Ecore.ecore#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EPackage" containment="true" eOpposite="Ecore.ecore#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="ecore:EClass Ecore.ecore#//EPackage" changeable="false" transient="true" eOpposite="Ecore.ecore#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="Ecore.ecore#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="ecore:EClass Ecore.ecore#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="Ecore.ecore#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="ecore:EClass Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="Ecore.ecore#//ETypedElement"> <eOperations name="getFeatureID" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="ecore:EDataType Ecore.ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType Ecore.ecore#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="ecore:EClass Ecore.ecore#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="Ecore.ecore#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="Ecore.ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType Ecore.ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="ecore:EClass Ecore.ecore#//EClassifier" volatile="true" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="ecore:EClass Ecore.ecore#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="ecore:EClass Ecore.ecore#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="ecore:EClass Ecore.ecore#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="ecore:EClass Ecore.ecore#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="ecore:EClass Ecore.ecore#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="ecore:EClass Ecore.ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="Ecore.ecore#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":35,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":36,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":37,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":46,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":47,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":48,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":52,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"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":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"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":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","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":"eAttributes","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":"eAllContainments","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":"eAllOperations","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":"eAllStructuralFeatures","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":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeatures","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"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":94,"derived":true},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EParameter"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":137,"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":138,"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":139,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"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":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"instance","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":201,"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":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","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":"newValue","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":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":"eTypeParameters","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":"eParameters","changeable":true,"resolveProxies":false,"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":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","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":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":278,"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":279,"derived":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":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"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":true,"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":299,"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":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":302,"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":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":312,"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":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":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":316,"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":317,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"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":333,"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":334,"derived":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":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"many","changeable":false,"lowerBound":0,"iD":false,"id":337,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"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":350,"derived":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":351,"derived":false},{"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":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":356,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"eClassifier","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"name":"E","id":369,"eClass":"ETypeParameter"},{"name":"T","id":370,"eClass":"ETypeParameter"},{"name":"K","id":371,"eClass":"ETypeParameter"},{"name":"V","id":372,"eClass":"ETypeParameter"},{"name":"E","id":373,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":57},{"source":54,"target":1},{"source":55,"target":58},{"source":55,"target":1},{"source":2,"target":0},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":59,"target":65},{"source":59,"target":2},{"source":60,"target":66},{"source":60,"target":2},{"source":61,"target":67},{"source":61,"target":2},{"source":62,"target":68},{"source":62,"target":2},{"source":63,"target":69},{"source":63,"target":2},{"source":3,"target":0},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":70,"target":96},{"source":70,"target":3},{"source":70,"target":97},{"source":97,"target":98},{"source":97,"target":70},{"source":71,"target":99},{"source":71,"target":3},{"source":72,"target":100},{"source":72,"target":3},{"source":72,"target":101},{"source":101,"target":102},{"source":101,"target":72},{"source":73,"target":103},{"source":73,"target":3},{"source":73,"target":104},{"source":104,"target":105},{"source":104,"target":73},{"source":74,"target":106},{"source":74,"target":3},{"source":74,"target":107},{"source":107,"target":108},{"source":107,"target":74},{"source":75,"target":109},{"source":75,"target":3},{"source":76,"target":110},{"source":76,"target":3},{"source":76,"target":111},{"source":111,"target":112},{"source":111,"target":76},{"source":77,"target":113},{"source":77,"target":3},{"source":77,"target":114},{"source":114,"target":115},{"source":114,"target":77},{"source":78,"target":116},{"source":78,"target":3},{"source":78,"target":117},{"source":117,"target":118},{"source":117,"target":78},{"source":79,"target":119},{"source":79,"target":3},{"source":80,"target":120},{"source":80,"target":3},{"source":81,"target":121},{"source":81,"target":3},{"source":82,"target":122},{"source":82,"target":3},{"source":83,"target":123},{"source":83,"target":3},{"source":84,"target":124},{"source":84,"target":3},{"source":85,"target":125},{"source":85,"target":3},{"source":86,"target":126},{"source":86,"target":3},{"source":87,"target":127},{"source":87,"target":3},{"source":88,"target":128},{"source":88,"target":3},{"source":89,"target":129},{"source":89,"target":3},{"source":90,"target":130},{"source":90,"target":3},{"source":91,"target":131},{"source":91,"target":3},{"source":92,"target":132},{"source":92,"target":3},{"source":93,"target":133},{"source":93,"target":3},{"source":94,"target":134},{"source":94,"target":3},{"source":4,"target":0},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":135,"target":144},{"source":135,"target":4},{"source":135,"target":145},{"source":145,"target":146},{"source":145,"target":135},{"source":136,"target":147},{"source":136,"target":4},{"source":137,"target":148},{"source":137,"target":4},{"source":138,"target":149},{"source":138,"target":4},{"source":149,"target":150},{"source":139,"target":151},{"source":139,"target":4},{"source":140,"target":152},{"source":140,"target":4},{"source":141,"target":153},{"source":141,"target":4},{"source":142,"target":154},{"source":142,"target":4},{"source":5,"target":0},{"source":5,"target":155},{"source":5,"target":156},{"source":155,"target":157},{"source":155,"target":5},{"source":6,"target":0},{"source":6,"target":158},{"source":6,"target":159},{"source":6,"target":160},{"source":6,"target":161},{"source":6,"target":162},{"source":158,"target":163},{"source":158,"target":6},{"source":158,"target":164},{"source":164,"target":165},{"source":164,"target":158},{"source":159,"target":166},{"source":159,"target":6},{"source":159,"target":167},{"source":167,"target":168},{"source":167,"target":159},{"source":160,"target":169},{"source":160,"target":6},{"source":160,"target":170},{"source":170,"target":171},{"source":170,"target":160},{"source":161,"target":172},{"source":161,"target":6},{"source":7,"target":0},{"source":7,"target":173},{"source":7,"target":174},{"source":7,"target":175},{"source":7,"target":176},{"source":7,"target":177},{"source":173,"target":178},{"source":173,"target":7},{"source":174,"target":179},{"source":174,"target":7},{"source":175,"target":180},{"source":175,"target":7},{"source":176,"target":181},{"source":176,"target":7},{"source":8,"target":0},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":182,"target":187},{"source":182,"target":8},{"source":182,"target":188},{"source":188,"target":189},{"source":188,"target":182},{"source":183,"target":190},{"source":183,"target":8},{"source":183,"target":191},{"source":183,"target":192},{"source":191,"target":193},{"source":191,"target":183},{"source":192,"target":194},{"source":192,"target":183},{"source":184,"target":195},{"source":184,"target":8},{"source":184,"target":196},{"source":184,"target":197},{"source":196,"target":198},{"source":196,"target":184},{"source":197,"target":199},{"source":197,"target":184},{"source":185,"target":200},{"source":185,"target":8},{"source":9,"target":0},{"source":9,"target":201},{"source":9,"target":202},{"source":201,"target":203},{"source":201,"target":9},{"source":201,"target":204},{"source":204,"target":205},{"source":204,"target":201},{"source":202,"target":206},{"source":202,"target":9},{"source":10,"target":0},{"source":10,"target":207},{"source":10,"target":208},{"source":207,"target":209},{"source":207,"target":10},{"source":11,"target":0},{"source":11,"target":210},{"source":11,"target":211},{"source":11,"target":212},{"source":11,"target":213},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":210,"target":225},{"source":210,"target":11},{"source":211,"target":226},{"source":211,"target":11},{"source":212,"target":227},{"source":212,"target":11},{"source":213,"target":228},{"source":213,"target":11},{"source":214,"target":229},{"source":214,"target":11},{"source":215,"target":230},{"source":215,"target":11},{"source":216,"target":231},{"source":216,"target":11},{"source":231,"target":232},{"source":217,"target":233},{"source":217,"target":11},{"source":233,"target":234},{"source":218,"target":235},{"source":218,"target":11},{"source":235,"target":236},{"source":219,"target":237},{"source":219,"target":11},{"source":219,"target":238},{"source":238,"target":239},{"source":238,"target":219},{"source":220,"target":240},{"source":220,"target":11},{"source":220,"target":241},{"source":220,"target":242},{"source":241,"target":243},{"source":241,"target":220},{"source":242,"target":244},{"source":242,"target":220},{"source":221,"target":11},{"source":221,"target":245},{"source":221,"target":246},{"source":245,"target":247},{"source":245,"target":221},{"source":246,"target":248},{"source":246,"target":221},{"source":222,"target":249},{"source":222,"target":11},{"source":222,"target":250},{"source":250,"target":251},{"source":250,"target":222},{"source":223,"target":11},{"source":223,"target":252},{"source":252,"target":253},{"source":252,"target":223},{"source":224,"target":254},{"source":224,"target":11},{"source":224,"target":255},{"source":224,"target":256},{"source":224,"target":257},{"source":255,"target":258},{"source":255,"target":224},{"source":256,"target":259},{"source":256,"target":224},{"source":259,"target":260},{"source":12,"target":0},{"source":12,"target":261},{"source":12,"target":262},{"source":12,"target":263},{"source":12,"target":264},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":267},{"source":12,"target":268},{"source":261,"target":269},{"source":261,"target":12},{"source":262,"target":270},{"source":262,"target":12},{"source":262,"target":271},{"source":271,"target":272},{"source":271,"target":262},{"source":263,"target":273},{"source":263,"target":12},{"source":264,"target":274},{"source":264,"target":12},{"source":265,"target":275},{"source":265,"target":12},{"source":266,"target":276},{"source":266,"target":12},{"source":267,"target":277},{"source":267,"target":12},{"source":13,"target":0},{"source":13,"target":278},{"source":13,"target":279},{"source":13,"target":280},{"source":13,"target":281},{"source":13,"target":282},{"source":13,"target":283},{"source":13,"target":284},{"source":13,"target":285},{"source":278,"target":286},{"source":278,"target":13},{"source":278,"target":287},{"source":287,"target":288},{"source":287,"target":278},{"source":279,"target":289},{"source":279,"target":13},{"source":280,"target":290},{"source":280,"target":13},{"source":281,"target":291},{"source":281,"target":13},{"source":282,"target":292},{"source":282,"target":13},{"source":283,"target":293},{"source":283,"target":13},{"source":284,"target":294},{"source":284,"target":13},{"source":14,"target":0},{"source":14,"target":295},{"source":14,"target":296},{"source":295,"target":297},{"source":295,"target":14},{"source":15,"target":0},{"source":15,"target":298},{"source":15,"target":299},{"source":15,"target":300},{"source":15,"target":301},{"source":15,"target":302},{"source":15,"target":303},{"source":15,"target":304},{"source":298,"target":305},{"source":298,"target":15},{"source":299,"target":306},{"source":299,"target":15},{"source":300,"target":307},{"source":300,"target":15},{"source":301,"target":308},{"source":301,"target":15},{"source":302,"target":309},{"source":302,"target":15},{"source":303,"target":310},{"source":303,"target":15},{"source":16,"target":0},{"source":16,"target":311},{"source":16,"target":312},{"source":16,"target":313},{"source":16,"target":314},{"source":16,"target":315},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":321},{"source":311,"target":322},{"source":311,"target":16},{"source":312,"target":323},{"source":312,"target":16},{"source":323,"target":324},{"source":313,"target":325},{"source":313,"target":16},{"source":314,"target":326},{"source":314,"target":16},{"source":315,"target":327},{"source":315,"target":16},{"source":316,"target":328},{"source":316,"target":16},{"source":317,"target":329},{"source":317,"target":16},{"source":318,"target":330},{"source":318,"target":16},{"source":319,"target":331},{"source":319,"target":16},{"source":320,"target":332},{"source":320,"target":16},{"source":17,"target":0},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":17,"target":336},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":333,"target":342},{"source":333,"target":17},{"source":334,"target":343},{"source":334,"target":17},{"source":335,"target":344},{"source":335,"target":17},{"source":336,"target":345},{"source":336,"target":17},{"source":337,"target":346},{"source":337,"target":17},{"source":338,"target":347},{"source":338,"target":17},{"source":339,"target":348},{"source":339,"target":17},{"source":340,"target":349},{"source":340,"target":17},{"source":18,"target":0},{"source":18,"target":350},{"source":18,"target":351},{"source":350,"target":352},{"source":350,"target":18},{"source":351,"target":353},{"source":351,"target":18},{"source":19,"target":0},{"source":19,"target":354},{"source":19,"target":355},{"source":19,"target":356},{"source":19,"target":357},{"source":19,"target":358},{"source":19,"target":359},{"source":354,"target":360},{"source":354,"target":19},{"source":355,"target":361},{"source":355,"target":19},{"source":356,"target":362},{"source":356,"target":19},{"source":357,"target":363},{"source":357,"target":19},{"source":358,"target":364},{"source":358,"target":19},{"source":359,"target":365},{"source":359,"target":19},{"source":20,"target":0},{"source":20,"target":366},{"source":20,"target":367},{"source":366,"target":368},{"source":366,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":369},{"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":42,"target":370},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":371},{"source":46,"target":372},{"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":52,"target":373},{"source":53,"target":0}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/vorburger/xtext-sandbox/SerializerCrossRefNewResEObjHowTo/org.xtext.example.mydsl/model/generated/MyDsl.ecore
myDsl Greeting name anotherGreeting
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotherGreeting" eType="#//Greeting"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greeting","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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anotherGreeting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":1}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/gemoc/arduinomodeling/dev/language_workbench_sequential/org.gemoc.arduino.sequential/model-gen/XArduinoMT.ecore
arduino Board project Module DigitalPin module Pin level AnalogPin module Sketch project block board Project execute main setup initializeModel args boards sketches Instruction execute finalize ModuleAssignment execute ModuleInstruction execute module Control evaluate execute block Utilities execute Delay execute unit value Time MilliSecond MilliSecond MicroSecond MicroSecond NamedElement name Repeat execute evaluate finalize iteration 5 ModuleGet module While evaluate execute condition BinaryExpression left right BinaryIntegerOperatorKind minus minus plus plus mul mul div div min min max max pourcent pourcent Variable evaluate VariableAssignment execute variable BinaryIntegerExpression evaluate operator BinaryBooleanExpression evaluate operator Expression evaluate Constant evaluate If evaluate execute condition elseBlock IntegerConstant evaluate value 0 BooleanConstant evaluate value false BooleanExpression IntegerExpression Assignment operand IntegerVariable evaluate initialValue 0 value BooleanVariable evaluate initialValue false value BooleanModuleGet evaluate IntegerModuleGet evaluate BinaryBooleanOperatorKind inf inf sup sup infOrEqual infOrEqual supOrEqual supOrEqual equal equal and and or or Different Different UnaryIntegerOperatorKind minus minus squareRoot squareRoot UnaryBooleanOperatorKind not not UnaryExpression operand UnaryBooleanExpression operator UnaryIntegerExpression operator VariableDeclaration execute variable VariableRef evaluate IntegerVariableRef variable LED color blue PushButton Buzzer RotationSensor MicroServo InfraRedSensor AmbientLightSensor SoundSensor Fan MusicPlayer ArduinoModule Block execute instructions ArduinoBoard digitalPins analogPins ArduinoDigitalModule ArduinoAnalogModule BooleanVariableRef variable Color blue blue red red white white ArduinoCommunicationModule push BluetoothTransceiver push connectedTransceiver dataToSend dataReceived Object java.lang.Object java.lang.Object
<?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="arduino" nsURI="http://org.gemoc.arduino.sequential.xarduinomt/arduino/" nsPrefix="arduino"> <eClassifiers xsi:type="ecore:EClass" name="Board" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/boards"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" interface="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DigitalPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoDigitalModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalogPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoAnalogModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sketch" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/sketches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="board" eType="//Board"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="main"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="setup"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="initializeModel"> <eAnnotations source="aspect"/> <eParameters name="args" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1" eType="//Board" containment="true" eOpposite="//Board/project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sketches" upperBound="-1" eType="//Sketch" containment="true" eOpposite="//Sketch/project"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleAssignment" eSuperTypes="//ModuleInstruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleInstruction" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="//Instruction"> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utilities" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="//Utilities"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="//Time"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Time"> <eLiterals name="MilliSecond"/> <eLiterals name="MicroSecond"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="//Control"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iteration" defaultValueLiteral="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleGet" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//Control"> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="plus" value="1"/> <eLiterals name="mul" value="2"/> <eLiterals name="div" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="max" value="5"/> <eLiterals name="pourcent" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="//NamedElement"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="//Instruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryIntegerExpression" eSuperTypes="//BinaryExpression //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryBooleanExpression" eSuperTypes="//BinaryExpression //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="//Control"> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerConstant" eSuperTypes="//Constant //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanConstant" eSuperTypes="//Constant //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanModuleGet" eSuperTypes="//ModuleGet //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerModuleGet" eSuperTypes="//ModuleGet //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryBooleanOperatorKind"> <eLiterals name="inf" literal="inf"/> <eLiterals name="sup" value="1" literal="sup"/> <eLiterals name="infOrEqual" value="2" literal="infOrEqual"/> <eLiterals name="supOrEqual" value="3" literal="supOrEqual"/> <eLiterals name="equal" value="4" literal="equal"/> <eLiterals name="and" value="5" literal="and"/> <eLiterals name="or" value="6" literal="or"/> <eLiterals name="Different" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="squareRoot" value="1" literal="squareRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryBooleanOperatorKind"> <eLiterals name="not" literal="not"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryBooleanExpression" eSuperTypes="//UnaryExpression //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryIntegerExpression" eSuperTypes="//UnaryExpression //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariableRef" eSuperTypes="//VariableRef //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//IntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="//ArduinoDigitalModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="//Color" defaultValueLiteral="blue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PushButton" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="Buzzer" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="RotationSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="MicroServo" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="InfraRedSensor" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="AmbientLightSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="SoundSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="MusicPlayer" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoModule" abstract="true" eSuperTypes="//Module"/> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoBoard" eSuperTypes="//Board"> <eStructuralFeatures xsi:type="ecore:EReference" name="digitalPins" upperBound="-1" eType="//DigitalPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="analogPins" upperBound="-1" eType="//AnalogPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoDigitalModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoAnalogModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariableRef" eSuperTypes="//VariableRef //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="blue"/> <eLiterals name="red" value="1"/> <eLiterals name="white" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoCommunicationModule" abstract="true" eSuperTypes="//ArduinoDigitalModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BluetoothTransceiver" eSuperTypes="//ArduinoAnalogModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedTransceiver" upperBound="-1" eType="//BluetoothTransceiver"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataToSend" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataReceived" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"> <eAnnotations source="aspect"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://org.gemoc.arduino.sequential.xarduinomt/arduino/","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DigitalPin","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalogPin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleInstruction","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utilities","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Time","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleGet","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryIntegerOperatorKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryIntegerExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryBooleanExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerConstant","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConstant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanModuleGet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerModuleGet","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryBooleanOperatorKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryIntegerOperatorKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryBooleanOperatorKind","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryBooleanExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryIntegerExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariableRef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PushButton","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buzzer","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RotationSensor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MicroServo","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfraRedSensor","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmbientLightSensor","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoundSensor","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MusicPlayer","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoModule","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoBoard","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoDigitalModule","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoAnalogModule","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariableRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoCommunicationModule","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BluetoothTransceiver","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":65,"serializable":true,"eClass":"EDataType"},{"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":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"board","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"main","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setup","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeModel","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":101,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"MilliSecond","id":119,"value":0,"literal":"MilliSecond","eClass":"EEnumLiteral"},{"name":"MicroSecond","id":120,"value":0,"literal":"MicroSecond","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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":134,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"minus","id":144,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"plus","id":145,"value":1,"literal":"plus","eClass":"EEnumLiteral"},{"name":"mul","id":146,"value":2,"literal":"mul","eClass":"EEnumLiteral"},{"name":"div","id":147,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"name":"min","id":148,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":149,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"pourcent","id":150,"value":6,"literal":"pourcent","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":154,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":177,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"inf","id":223,"value":0,"literal":"inf","eClass":"EEnumLiteral"},{"name":"sup","id":224,"value":1,"literal":"sup","eClass":"EEnumLiteral"},{"name":"infOrEqual","id":225,"value":2,"literal":"infOrEqual","eClass":"EEnumLiteral"},{"name":"supOrEqual","id":226,"value":3,"literal":"supOrEqual","eClass":"EEnumLiteral"},{"name":"equal","id":227,"value":4,"literal":"equal","eClass":"EEnumLiteral"},{"name":"and","id":228,"value":5,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":229,"value":6,"literal":"or","eClass":"EEnumLiteral"},{"name":"Different","id":230,"value":7,"literal":"Different","eClass":"EEnumLiteral"},{"name":"minus","id":231,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"squareRoot","id":232,"value":1,"literal":"squareRoot","eClass":"EEnumLiteral"},{"name":"not","id":233,"value":0,"literal":"not","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":245,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EOperation"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"blue","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":269,"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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"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":"digitalPins","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":"analogPins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"name":"blue","id":283,"value":0,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":284,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"white","id":285,"value":2,"literal":"white","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedTransceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"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":"dataToSend","changeable":true,"lowerBound":0,"iD":false,"id":290,"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":"dataReceived","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":66},{"source":1,"target":67},{"source":66,"target":7},{"source":66,"target":68},{"source":66,"target":1},{"source":66,"target":69},{"source":68,"target":7},{"source":67,"target":15},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":70},{"source":70,"target":15},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":71,"target":59},{"source":71,"target":73},{"source":71,"target":3},{"source":73,"target":59},{"source":72,"target":4},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":74},{"source":4,"target":75},{"source":74,"target":76},{"source":74,"target":4},{"source":75,"target":15},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":60},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":60},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":15},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":80,"target":7},{"source":80,"target":84},{"source":80,"target":6},{"source":80,"target":85},{"source":84,"target":7},{"source":81,"target":57},{"source":81,"target":86},{"source":81,"target":6},{"source":86,"target":57},{"source":82,"target":1},{"source":82,"target":87},{"source":82,"target":6},{"source":87,"target":1},{"source":83,"target":15},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":69},{"source":7,"target":85},{"source":88,"target":7},{"source":89,"target":7},{"source":90,"target":7},{"source":91,"target":7},{"source":91,"target":92},{"source":92,"target":93},{"source":92,"target":91},{"source":69,"target":1},{"source":69,"target":94},{"source":69,"target":7},{"source":69,"target":66},{"source":94,"target":1},{"source":85,"target":6},{"source":85,"target":95},{"source":85,"target":7},{"source":85,"target":80},{"source":95,"target":6},{"source":8,"target":0},{"source":8,"target":96},{"source":8,"target":97},{"source":96,"target":8},{"source":97,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":32},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":98,"target":9},{"source":99,"target":10},{"source":100,"target":32},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":101,"target":10},{"source":102,"target":2},{"source":102,"target":104},{"source":102,"target":10},{"source":104,"target":2},{"source":103,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":105,"target":109},{"source":105,"target":11},{"source":106,"target":11},{"source":107,"target":57},{"source":107,"target":110},{"source":107,"target":11},{"source":110,"target":57},{"source":108,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":111},{"source":12,"target":112},{"source":111,"target":12},{"source":112,"target":8},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":113,"target":13},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":13},{"source":117,"target":14},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":12},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":119,"target":14},{"source":120,"target":14},{"source":15,"target":0},{"source":15,"target":121},{"source":121,"target":122},{"source":121,"target":15},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":123,"target":16},{"source":124,"target":128},{"source":124,"target":16},{"source":125,"target":16},{"source":126,"target":129},{"source":126,"target":16},{"source":127,"target":11},{"source":17,"target":0},{"source":17,"target":25},{"source":17,"target":130},{"source":17,"target":131},{"source":130,"target":2},{"source":130,"target":132},{"source":130,"target":17},{"source":132,"target":2},{"source":131,"target":25},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":133,"target":137},{"source":133,"target":18},{"source":134,"target":18},{"source":135,"target":30},{"source":135,"target":138},{"source":135,"target":18},{"source":138,"target":30},{"source":136,"target":11},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":139,"target":25},{"source":139,"target":142},{"source":139,"target":19},{"source":142,"target":25},{"source":140,"target":25},{"source":140,"target":143},{"source":140,"target":19},{"source":143,"target":25},{"source":141,"target":25},{"source":20,"target":0},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":20,"target":150},{"source":144,"target":20},{"source":145,"target":20},{"source":146,"target":20},{"source":147,"target":20},{"source":148,"target":20},{"source":149,"target":20},{"source":150,"target":20},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":151},{"source":21,"target":152},{"source":151,"target":65},{"source":151,"target":153},{"source":151,"target":21},{"source":153,"target":65},{"source":152,"target":15},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":32},{"source":22,"target":154},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":154,"target":22},{"source":155,"target":21},{"source":155,"target":158},{"source":155,"target":22},{"source":158,"target":21},{"source":156,"target":8},{"source":157,"target":32},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":31},{"source":23,"target":159},{"source":23,"target":160},{"source":23,"target":161},{"source":23,"target":162},{"source":159,"target":65},{"source":159,"target":163},{"source":159,"target":23},{"source":163,"target":65},{"source":160,"target":20},{"source":160,"target":164},{"source":160,"target":23},{"source":164,"target":20},{"source":161,"target":19},{"source":162,"target":31},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":30},{"source":24,"target":165},{"source":24,"target":166},{"source":24,"target":167},{"source":24,"target":168},{"source":165,"target":65},{"source":165,"target":169},{"source":165,"target":24},{"source":169,"target":65},{"source":166,"target":37},{"source":166,"target":170},{"source":166,"target":24},{"source":170,"target":37},{"source":167,"target":19},{"source":168,"target":30},{"source":25,"target":0},{"source":25,"target":171},{"source":171,"target":65},{"source":171,"target":172},{"source":171,"target":25},{"source":172,"target":65},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":173},{"source":26,"target":174},{"source":173,"target":65},{"source":173,"target":175},{"source":173,"target":26},{"source":175,"target":65},{"source":174,"target":25},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":176,"target":181},{"source":176,"target":27},{"source":177,"target":27},{"source":178,"target":30},{"source":178,"target":182},{"source":178,"target":27},{"source":182,"target":30},{"source":179,"target":57},{"source":179,"target":183},{"source":179,"target":27},{"source":183,"target":57},{"source":180,"target":11},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":31},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":28,"target":187},{"source":184,"target":65},{"source":184,"target":188},{"source":184,"target":28},{"source":188,"target":65},{"source":185,"target":189},{"source":185,"target":28},{"source":186,"target":26},{"source":187,"target":31},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":30},{"source":29,"target":190},{"source":29,"target":191},{"source":29,"target":192},{"source":29,"target":193},{"source":190,"target":65},{"source":190,"target":194},{"source":190,"target":29},{"source":194,"target":65},{"source":191,"target":195},{"source":191,"target":29},{"source":192,"target":26},{"source":193,"target":30},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":196},{"source":196,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":197},{"source":197,"target":25},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":198},{"source":32,"target":199},{"source":198,"target":25},{"source":198,"target":200},{"source":198,"target":32},{"source":200,"target":25},{"source":199,"target":8},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":201},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":201,"target":65},{"source":201,"target":205},{"source":201,"target":33},{"source":205,"target":65},{"source":202,"target":206},{"source":202,"target":33},{"source":203,"target":207},{"source":203,"target":33},{"source":204,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":34,"target":211},{"source":208,"target":65},{"source":208,"target":212},{"source":208,"target":34},{"source":212,"target":65},{"source":209,"target":213},{"source":209,"target":34},{"source":210,"target":214},{"source":210,"target":34},{"source":211,"target":21},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":30},{"source":35,"target":215},{"source":35,"target":216},{"source":35,"target":217},{"source":215,"target":65},{"source":215,"target":218},{"source":215,"target":35},{"source":218,"target":65},{"source":216,"target":17},{"source":217,"target":30},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":31},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":221},{"source":219,"target":65},{"source":219,"target":222},{"source":219,"target":36},{"source":222,"target":65},{"source":220,"target":17},{"source":221,"target":31},{"source":37,"target":0},{"source":37,"target":223},{"source":37,"target":224},{"source":37,"target":225},{"source":37,"target":226},{"source":37,"target":227},{"source":37,"target":228},{"source":37,"target":229},{"source":37,"target":230},{"source":223,"target":37},{"source":224,"target":37},{"source":225,"target":37},{"source":226,"target":37},{"source":227,"target":37},{"source":228,"target":37},{"source":229,"target":37},{"source":230,"target":37},{"source":38,"target":0},{"source":38,"target":231},{"source":38,"target":232},{"source":231,"target":38},{"source":232,"target":38},{"source":39,"target":0},{"source":39,"target":233},{"source":233,"target":39},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":234},{"source":40,"target":235},{"source":234,"target":25},{"source":234,"target":236},{"source":234,"target":40},{"source":236,"target":25},{"source":235,"target":25},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":30},{"source":41,"target":237},{"source":41,"target":238},{"source":41,"target":239},{"source":237,"target":39},{"source":237,"target":240},{"source":237,"target":41},{"source":240,"target":39},{"source":238,"target":40},{"source":239,"target":30},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":31},{"source":42,"target":241},{"source":42,"target":242},{"source":42,"target":243},{"source":241,"target":38},{"source":241,"target":244},{"source":241,"target":42},{"source":244,"target":38},{"source":242,"target":40},{"source":243,"target":31},{"source":43,"target":0},{"source":43,"target":8},{"source":43,"target":245},{"source":43,"target":246},{"source":43,"target":247},{"source":245,"target":43},{"source":246,"target":21},{"source":246,"target":248},{"source":246,"target":43},{"source":248,"target":21},{"source":247,"target":8},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":249},{"source":44,"target":250},{"source":249,"target":65},{"source":249,"target":251},{"source":249,"target":44},{"source":251,"target":65},{"source":250,"target":25},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":31},{"source":45,"target":252},{"source":45,"target":253},{"source":45,"target":254},{"source":252,"target":33},{"source":252,"target":255},{"source":252,"target":45},{"source":255,"target":33},{"source":253,"target":44},{"source":254,"target":31},{"source":46,"target":0},{"source":46,"target":59},{"source":46,"target":256},{"source":46,"target":257},{"source":256,"target":62},{"source":256,"target":258},{"source":256,"target":46},{"source":258,"target":62},{"source":257,"target":59},{"source":47,"target":0},{"source":47,"target":59},{"source":47,"target":259},{"source":259,"target":59},{"source":48,"target":0},{"source":48,"target":59},{"source":48,"target":260},{"source":260,"target":59},{"source":49,"target":0},{"source":49,"target":60},{"source":49,"target":261},{"source":261,"target":60},{"source":50,"target":0},{"source":50,"target":59},{"source":50,"target":262},{"source":262,"target":59},{"source":51,"target":0},{"source":51,"target":59},{"source":51,"target":263},{"source":263,"target":59},{"source":52,"target":0},{"source":52,"target":60},{"source":52,"target":264},{"source":264,"target":60},{"source":53,"target":0},{"source":53,"target":60},{"source":53,"target":265},{"source":265,"target":60},{"source":54,"target":0},{"source":54,"target":59},{"source":54,"target":266},{"source":266,"target":59},{"source":55,"target":0},{"source":55,"target":60},{"source":55,"target":267},{"source":267,"target":60},{"source":56,"target":0},{"source":56,"target":2},{"source":56,"target":268},{"source":268,"target":2},{"source":57,"target":0},{"source":57,"target":269},{"source":57,"target":270},{"source":269,"target":57},{"source":270,"target":8},{"source":270,"target":271},{"source":270,"target":57},{"source":271,"target":8},{"source":58,"target":0},{"source":58,"target":1},{"source":58,"target":272},{"source":58,"target":273},{"source":58,"target":274},{"source":272,"target":3},{"source":272,"target":275},{"source":272,"target":58},{"source":275,"target":3},{"source":273,"target":5},{"source":273,"target":276},{"source":273,"target":58},{"source":276,"target":5},{"source":274,"target":1},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":277},{"source":277,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":278},{"source":278,"target":56},{"source":61,"target":0},{"source":61,"target":44},{"source":61,"target":30},{"source":61,"target":279},{"source":61,"target":280},{"source":61,"target":281},{"source":279,"target":34},{"source":279,"target":282},{"source":279,"target":61},{"source":282,"target":34},{"source":280,"target":44},{"source":281,"target":30},{"source":62,"target":0},{"source":62,"target":283},{"source":62,"target":284},{"source":62,"target":285},{"source":283,"target":62},{"source":284,"target":62},{"source":285,"target":62},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":286},{"source":63,"target":287},{"source":286,"target":63},{"source":287,"target":59},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":288},{"source":64,"target":289},{"source":64,"target":290},{"source":64,"target":291},{"source":64,"target":292},{"source":288,"target":64},{"source":289,"target":64},{"source":289,"target":293},{"source":289,"target":64},{"source":293,"target":64},{"source":290,"target":294},{"source":290,"target":64},{"source":291,"target":295},{"source":291,"target":64},{"source":292,"target":60},{"source":65,"target":0}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/MDSEGroup/TraceCompaction/Traceconstruction/xMOF virtual machine/org.modelexecution.fuml.convert.fuml.gen/model/fUML.ecore
fUML Syntax CommonBehaviors BasicBehaviors OpaqueBehavior body language Behavior specification reentrant ownedParameter context CallConcurrencyKind sequential sequential BehavioredClassifier ownedBehavior classifierBehavior FunctionBehavior Communications Trigger event Event Signal ownedAttribute SignalEvent signal MessageEvent Reception signal Classes Kernel ValueSpecification TypedElement type NamedElement name visibility qualifiedName namespace Element ownedElement owner ownedComment Comment annotatedElement body VisibilityKind public public private private protected protected package package Namespace member elementImport packageImport importedMember ownedMember ElementImport visibility alias importedElement importingNamespace PackageableElement PackageImport visibility importedPackage importingNamespace Package packagedElement ownedType nestedPackage nestingPackage Type package StructuralFeature readOnly Feature featuringClassifier static RedefinableElement leaf redefinedElement redefinitionContext Classifier abstract generalization feature inheritedMember attribute general finalSpecialization Generalization substitutable general specific Property derived derivedUnion aggregation composite owningAssociation association datatype class opposite AggregationKind none none shared shared composite composite Association derived endType memberEnd navigableOwnedEnd ownedEnd DataType ownedAttribute MultiplicityElement ordered unique upper lower upperValue lowerValue BehavioralFeature ownedParameter abstract method concurrency Parameter direction ParameterDirectionKind in in inout inout out out return return Operation query ordered unique lower upper class redefinedOperation type InstanceSpecification classifier slot Slot definingFeature value owningInstance InstanceValue instance LiteralBoolean value LiteralSpecification LiteralInteger value LiteralNull LiteralString value LiteralUnlimitedNatural value PrimitiveType Enumeration ownedLiteral EnumerationLiteral enumeration Class ownedAttribute ownedOperation superClass active ownedReception nestedClassifier Activities IntermediateActivities ObjectFlow ActivityEdge activity source target inStructuredNode guard Activity node readOnly edge ActivityNode inStructuredNode activity outgoing incoming ObjectNode MergeNode ControlNode JoinNode InitialNode FinalNode ForkNode ControlFlow DecisionNode decisionInput decisionInputFlow ActivityFinalNode ActivityParameterNode parameter CompleteStructuredActivities LoopNode testedFirst decider test bodyOutput loopVariableInput bodyPart result loopVariable setupPart ExecutableNode Clause test body predecessorClause successorClause decider bodyOutput ConditionalNode determinate assured clause result StructuredActivityNode node mustIsolate edge structuredNodeOutput structuredNodeInput ExtraStructuredActivities ExpansionKind parallel parallel iterative iterative stream stream ExpansionNode regionAsOutput regionAsInput ExpansionRegion mode inputElement outputElement Actions IntermediateActions StructuralFeatureAction structuralFeature object TestIdentityAction second result first ValueSpecificationAction value result WriteLinkAction LinkAction endData inputValue LinkEndData value end WriteStructuralFeatureAction value result RemoveStructuralFeatureValueAction removeDuplicates removeAt ReadLinkAction result ReadSelfAction result ReadStructuralFeatureAction result LinkEndCreationData replaceAll insertAt LinkEndDestructionData destroyDuplicates destroyAt ClearAssociationAction association object ClearStructuralFeatureAction result CreateLinkAction CreateObjectAction result classifier DestroyLinkAction DestroyObjectAction destroyLinks destroyOwnedObjects target AddStructuralFeatureValueAction replaceAll insertAt CompleteActions StartClassifierBehaviorAction object StartObjectBehaviorAction object ReduceAction reducer result collection ordered ReadExtentAction result classifier ReadIsClassifiedObjectAction direct classifier result object ReclassifyObjectAction replaceAll oldClassifier object newClassifier AcceptEventAction unmarshall result trigger BasicActions Action output context input locallyReentrant InputPin Pin CallAction synchronous result InvocationAction argument SendSignalAction target signal CallBehaviorAction behavior CallOperationAction operation target OutputPin L1 L2 L3 Semantics Classes Kernel StructuredValue FeatureValue feature values position UnlimitedNaturalValue value PrimitiveValue type StringValue value Reference referent Object types ExtensionalValue CompoundValue featureValues Link type IntegerValue value EnumerationValue literal type DataValue type BooleanValue value Value Loci LociL1 SemanticVisitor
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fUML" nsURI="http://www.modelexecution.org/fuml" nsPrefix="fUML"> <eSubpackages name="Syntax" nsURI="http://www.modelexecution.org/fuml/syntax" nsPrefix="fUML.Syntax"> <eSubpackages name="CommonBehaviors" nsURI="http://www.modelexecution.org/fuml/syntax/commonbehaviors" nsPrefix="fUML.Syntax.CommonBehaviors"> <eSubpackages name="BasicBehaviors" nsURI="http://www.modelexecution.org/fuml/syntax/commonbehaviors/basicbehaviors" nsPrefix="fUML.Syntax.CommonBehaviors.BasicBehaviors"> <eClassifiers xsi:type="ecore:EClass" name="OpaqueBehavior" eSuperTypes="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" eType="#//Syntax/Classes/Kernel/BehavioralFeature" eOpposite="#//Syntax/Classes/Kernel/BehavioralFeature/method"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Designates a behavioral feature that the behavior implements. The behavioral&#xA; feature must be owned by the classifier that owns the behavior or be inherited by&#xA; it. The parameters of the behavioral feature and the implementing behavior must&#xA; match. If a behavior does not have a specification, it is directly associated with&#xA; a classifier (i.e., it is the behavior of the classifier as a whole)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reentrant" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether the behavior can be invoked while it is still executing from a&#xA; previous invocation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Syntax/Classes/Kernel/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References a list of parameters to the behavior which describes the order and&#xA; type of arguments that can be given when the behavior is invoked and of the values&#xA; which will be returned when the behavior completes its execution. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Syntax/CommonBehaviors/BasicBehaviors/BehavioredClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier that is the context for the execution of the behavior. If the&#xA; behavior is owned by a BehavioredClassifier, that classifier is the context.&#xA; Otherwise, the context is the first BehavioredClassifier reached by following the&#xA; chain of owner relationships. For example, following this algorithm, the context&#xA; of an entry action in a state machine is the classifier that owns the state&#xA; machine. The features of the context classifier as well as the elements visible to&#xA; the context classifier are visible to the behavior."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CallConcurrencyKind"> <eLiterals name="sequential"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" ordered="false" upperBound="-1" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References behavior specifications owned by a classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" ordered="false" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A behavior specification that specifies the behavior of the classifier&#xA; itself."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionBehavior" eSuperTypes="#//Syntax/CommonBehaviors/BasicBehaviors/OpaqueBehavior"/> </eSubpackages> <eSubpackages name="Communications" nsURI="http://www.modelexecution.org/fuml/syntax/commonbehaviors/communications" nsPrefix="fUML.Syntax.CommonBehaviors.Communications"> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/Communications/Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The event that causes the trigger."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Syntax/Classes/Kernel/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attributes owned by the signal."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalEvent" eSuperTypes="#//Syntax/CommonBehaviors/Communications/MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/Communications/Signal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specific signal that is associated with this event."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEvent" abstract="true" eSuperTypes="#//Syntax/CommonBehaviors/Communications/Event"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//Syntax/Classes/Kernel/BehavioralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reception may not be abstract."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/Communications/Signal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The signal that this reception handles."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Classes" nsURI="http://www.modelexecution.org/fuml/syntax/classes" nsPrefix="fUML.Syntax.Classes"> <eSubpackages name="Kernel" nsURI="http://www.modelexecution.org/fuml/syntax/classes/kernel" nsPrefix="fUML.Syntax.Classes.Kernel"> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Syntax/Classes/Kernel/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the NamedElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//Syntax/Classes/Kernel/VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines where the NamedElement appears within different Namespaces within&#xA; the overall model, and its accessibility."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of&#xA; nested Namespaces. It is constructed from the names of the containing namespaces&#xA; starting at the root of the hierarchy and ending with the name of the NamedElement&#xA; itself."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Syntax/Classes/Kernel/Namespace" eOpposite="#//Syntax/Classes/Kernel/Namespace/ownedMember"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Element" eOpposite="#//Syntax/Classes/Kernel/Element/owner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Elements owned by this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="#//Syntax/Classes/Kernel/Element" eOpposite="#//Syntax/Classes/Kernel/Element/ownedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Element that owns this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/ElementImport" containment="true" eOpposite="#//Syntax/Classes/Kernel/ElementImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/PackageImport" containment="true" eOpposite="#//Syntax/Classes/Kernel/PackageImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/PackageableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/NamedElement" eOpposite="#//Syntax/Classes/Kernel/NamedElement/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/PackageableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Namespace" eOpposite="#//Syntax/Classes/Kernel/Namespace/elementImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Namespace" eOpposite="#//Syntax/Classes/Kernel/Namespace/packageImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Syntax/Classes/Kernel/Namespace #//Syntax/Classes/Kernel/PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/PackageableElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Type" eOpposite="#//Syntax/Classes/Kernel/Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Package" eOpposite="#//Syntax/Classes/Kernel/Package/nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false" eType="#//Syntax/Classes/Kernel/Package" eOpposite="#//Syntax/Classes/Kernel/Package/nestedPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Syntax/Classes/Kernel/Package" eOpposite="#//Syntax/Classes/Kernel/Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Feature #//Syntax/Classes/Kernel/MultiplicityElement #//Syntax/Classes/Kernel/TypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="States whether the feature's value may be modified by a client."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier" eOpposite="#//Syntax/Classes/Kernel/Classifier/feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding association in Abstractions.&#xD;&#xA;The Classifiers that have this Feature as a feature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether this feature characterizes individual instances classified&#xA; by the classifier (false) or the classifier itself (true)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether it is possible to further specialize a RedefinableElement.&#xA; If the value is true, then it is not possible to further specialize the&#xA; RedefinableElement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/RedefinableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The redefinable element that is being redefined by this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the contexts that this element may be redefined from."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Namespace #//Syntax/Classes/Kernel/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the Classifier does not provide a complete declaration and can&#xA; typically not be instantiated. An abstract classifier is intended to be used by&#xA; other classifiers e.g. as the target of general metarelationships or&#xA; generalization relationships. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Generalization" containment="true" eOpposite="#//Syntax/Classes/Kernel/Generalization/specific"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Generalization relationships for this Classifier. These&#xA; Generalizations navigaten to more general classifiers in the generalization&#xA; hierarchy."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Feature" eOpposite="#//Syntax/Classes/Kernel/Feature/featuringClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding association in Abstractions. Note that there may&#xA; be members of the Classifier that are of the type Feature but are not included in&#xA; this association, e.g. inherited features.&#xD;&#xA;Specifies each feature defined in the classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies all elements inherited by this classifier from the general&#xA; classifiers."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or import&#xA; fUML.Syntax.d) attributes of the classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalSpecialization" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutable" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether the specific classifier can be used wherever the general&#xA; classifier can be used. If true, the execution traces of the specific classifier&#xA; will be a superset of the execution traces of the general classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the general classifier in the Generalization relationship."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Classifier" eOpposite="#//Syntax/Classes/Kernel/Classifier/generalization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the specializing classifier in the Generalization&#xA; relationship."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Syntax/Classes/Kernel/StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false" lowerBound="1" 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 isDerived is true, the value of the attribute is derived from information&#xA; elsewhere.&#xD;&#xA;Specifies whether the Property is derived, i.e., whether its value or values&#xA; can be computed from other information."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedUnion" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the property is derived as the union of all of the&#xA; properties that are constrained to subset it."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/AggregationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the kind of aggregation that applies to the Property."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composite" ordered="false" lowerBound="1" 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 isComposite is true, the object containing the attribute is a container for&#xA; the object or value contained in the attribute.&#xD;&#xA;This is a derived value, indicating whether the aggregation of the Property is&#xA; composite or not."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false" eType="#//Syntax/Classes/Kernel/Association" eOpposite="#//Syntax/Classes/Kernel/Association/ownedEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owning association of this property, if any.&#xD;&#xA;References the owning association of this property."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" eType="#//Syntax/Classes/Kernel/Association" eOpposite="#//Syntax/Classes/Kernel/Association/memberEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the association of which this property is a member, if any."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//Syntax/Classes/Kernel/DataType" eOpposite="#//Syntax/Classes/Kernel/DataType/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The DataType that owns this Operation.&#xD;&#xA;The DataType that owns this Property. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Syntax/Classes/Kernel/Class" eOpposite="#//Syntax/Classes/Kernel/Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//Syntax/Classes/Kernel/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property has no aggregation."/> </eAnnotations> </eLiterals> <eLiterals name="shared" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property has a shared aggregation."/> </eAnnotations> </eLiterals> <eLiterals name="composite" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that the property is aggregated compositely, i.e., the composite&#xA; object has responsibility for the existence and storage of the composed objects&#xA; (parts)."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Syntax/Classes/Kernel/Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the association is derived from other model elements such as&#xA; other associations or constraints."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endType" lowerBound="1" upperBound="-1" eType="#//Syntax/Classes/Kernel/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the classifiers that are used as types of the ends of the&#xA; association."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property" eOpposite="#//Syntax/Classes/Kernel/Property/association"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each end represents participation of instances of the classifier connected to&#xA; the end in links of the association. This is an ordered association.&#xD;&#xA;Each end represents participation of instances of the classifier connected to&#xA; the end in links of the association."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The navigable ends that are owned by the association itself."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property" containment="true" eOpposite="#//Syntax/Classes/Kernel/Property/owningAssociation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ends that are owned by the association itself. This is an ordered&#xA; association.&#xD;&#xA;The ends that are owned by the association itself."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Syntax/Classes/Kernel/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property" containment="true" eOpposite="#//Syntax/Classes/Kernel/Property/datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Attributes owned by the DataType."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in&#xA; an instantiation of this element are sequentially ordered..&#xD;&#xA;For a multivalued multiplicity, this attribute specifies whether the values in&#xA; an instantiation of this element are sequentially ordered."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values&#xA; in an instantiation of this element are unique."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the upper bound of the multiplicity interval.&#xD;&#xA;Specifies the upper bound of the multiplicity interval, if it is expressed as&#xA; an unlimited natural."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the lower bound of the multiplicity interval.&#xD;&#xA;Specifies the lower bound of the multiplicity interval, if it is expressed as&#xA; an integer."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" ordered="false" eType="#//Syntax/Classes/Kernel/ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification of the upper bound for this multiplicity."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" ordered="false" eType="#//Syntax/Classes/Kernel/ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification of the lower bound for this multiplicity."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Syntax/Classes/Kernel/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ordered set of formal parameters of this&#xA; BehavioralFeature.&#xD;&#xA;Specifies the ordered set of formal parameters owned by this&#xA; BehavioralFeature. The parameter direction can be 'in', 'inout', 'out', pr&#xA; 'return' to specify input, output, or return parameters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, then the behavioral feature does not have an implementation, and one&#xA; must be supplied by a more specific element. If false, the behavioral feature must&#xA; have an implementation in the classifier or one must be inherited from a more&#xA; general element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" upperBound="-1" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior" eOpposite="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior/specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A behavioral description that implements the behavioral feature. There may be&#xA; at most one behavior for a particular pairing of a classifier (as owner of the&#xA; behavior) and a behavioral feature (as specification of the behavior)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrency" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/BasicBehaviors/CallConcurrencyKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the semantics of concurrent calls to the same passive instance&#xA; (i.e., an instance originating from a class with isActive being false). Active&#xA; instances control access to their own behavioral features."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Syntax/Classes/Kernel/MultiplicityElement #//Syntax/Classes/Kernel/TypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/ParameterDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral&#xA; element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into the behavioral element by the&#xA; caller."/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into a behavioral element by the&#xA; caller and then back out to the caller from the behavioral element."/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed from a behavioral element out to&#xA; the caller."/> </eAnnotations> </eLiterals> <eLiterals name="return" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed as return values from a behavioral&#xA; element back to the caller."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Syntax/Classes/Kernel/BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of&#xA; the system unchanged (isQuery=true) or whether side effects may occur&#xA; (isQuery=false)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is ordered or not, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;Specifies whether the return parameter is unique or not, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;Specifies the lower multiplicity of the return parameter, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;Specifies the upper multiplicity of the return parameter, if present."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Syntax/Classes/Kernel/Class" eOpposite="#//Syntax/Classes/Kernel/Class/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the operation.&#xD;&#xA;The class that owns this operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Operations that are redefined by this Operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Syntax/Classes/Kernel/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information&#xA; from the return result for this Operation.&#xD;&#xA;Specifies the return result of the operation, if present."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//Syntax/Classes/Kernel/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier or classifiers of the represented instance. If multiple&#xA; classifiers are specified, the instance is classified by all of them."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Slot" containment="true" eOpposite="#//Syntax/Classes/Kernel/Slot/owningInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A slot giving the value or values of a structural feature of the instance. An&#xA; instance specification can have one slot per structural feature of its&#xA; classifiers, including inherited features. It is not necessary to model a slot for&#xA; each structural feature, in which case the instance specification is a partial&#xA; description."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/StructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structural feature that specifies the values that may be held by the&#xA; slot."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Syntax/Classes/Kernel/ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value or values corresponding to the defining feature for the owning&#xA; instance specification."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningInstance" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/InstanceSpecification" eOpposite="#//Syntax/Classes/Kernel/InstanceSpecification/slot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The instance specification that owns this slot."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//Syntax/Classes/Kernel/ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/InstanceSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The instance that is the specified value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//Syntax/Classes/Kernel/LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified Boolean value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//Syntax/Classes/Kernel/LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified Integer value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//Syntax/Classes/Kernel/LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//Syntax/Classes/Kernel/LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified String value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//Syntax/Classes/Kernel/LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specified UnlimitedNatural value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Syntax/Classes/Kernel/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Syntax/Classes/Kernel/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//Syntax/Classes/Kernel/EnumerationLiteral" containment="true" eOpposite="#//Syntax/Classes/Kernel/EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered collection of literals for the enumeration.&#xD;&#xA;The ordered set of literals for this Enumeration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//Syntax/Classes/Kernel/InstanceSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//Syntax/Classes/Kernel/Enumeration" eOpposite="#//Syntax/Classes/Kernel/Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The enumeration that this literal belongs to.&#xD;&#xA;The Enumeration that this EnumerationLiteral is a member of."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Syntax/CommonBehaviors/BasicBehaviors/BehavioredClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only an active class may specialize an active class.&#xD;&#xA;Only an abstract class may have abstract behavioral features."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Syntax/Classes/Kernel/Property" containment="true" eOpposite="#//Syntax/Classes/Kernel/Property/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Syntax/Classes/Kernel/Operation" containment="true" eOpposite="#//Syntax/Classes/Kernel/Operation/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operations owned by the class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This gives the superclasses of a class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines whether an object specified by this class is active or not. If&#xA; true, then the owning class is referred to as an active class. If false, then such&#xA; a class is referred to as a passive class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" ordered="false" upperBound="-1" eType="#//Syntax/CommonBehaviors/Communications/Reception" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Receptions that objects of this class are willing to accept."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Activities" nsURI="http://www.modelexecution.org/fuml/syntax/activities" nsPrefix="fUML.Syntax.Activities"> <eSubpackages name="IntermediateActivities" nsURI="http://www.modelexecution.org/fuml/syntax/activities/intermediateactivities" nsPrefix="fUML.Syntax.Activities.IntermediateActivities"> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="#//Syntax/Activities/IntermediateActivities/Activity" eOpposite="#//Syntax/Activities/IntermediateActivities/Activity/edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activity containing the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Syntax/Activities/IntermediateActivities/ActivityNode" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityNode/outgoing"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Node from which tokens are taken when they traverse the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Syntax/Activities/IntermediateActivities/ActivityNode" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityNode/incoming"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Node to which tokens are put when they traverse the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inStructuredNode" ordered="false" eType="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode" eOpposite="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode/edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Structured activity node containing the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false" eType="#//Syntax/Classes/Kernel/ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specification evaluated at runtime to determine if the edge can be&#xA; traversed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityNode" containment="true" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityNode/activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nodes coordinated by the activity."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, this activity must not make any changes to variables outside the&#xA; activity or to objects. (This is an assertion, not an executable property. It may&#xA; be used by an execution engine to optimize model execution. If the assertion is&#xA; violated by the action, then the model is ill-formed.) The default is false (an&#xA; activity may make nonlocal changes)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityEdge" containment="true" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityEdge/activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edges expressing flow between nodes of the activity."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//Syntax/Classes/Kernel/RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inStructuredNode" ordered="false" eType="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode" eOpposite="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode/node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Structured activity node containing the node."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="#//Syntax/Activities/IntermediateActivities/Activity" eOpposite="#//Syntax/Activities/IntermediateActivities/Activity/node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Activity containing the node."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityEdge" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityEdge/source"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edges that have the node as source."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityEdge" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityEdge/target"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edges that have the node as target."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ActivityNode #//Syntax/Classes/Kernel/TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionInput" ordered="false" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides input to guard specifications on edges outgoing from the decision&#xA; node."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionInputFlow" ordered="false" eType="#//Syntax/Activities/IntermediateActivities/ObjectFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ObjectNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter the object node will be accepting or providing values&#xA; for."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="CompleteStructuredActivities" nsURI="http://www.modelexecution.org/fuml/syntax/activities/completestructuredactivities" nsPrefix="fUML.Syntax.Activities.CompleteStructuredActivities"> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testedFirst" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the test is performed before the first execution of the body. If&#xA; false, the body is executed once before the test is performed. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decider" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An output pin within the test fragment the value of which is examined after&#xA; execution of the test to determine whether to execute the loop body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="test" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The set of nodes, edges, and designated value that compute a Boolean value to&#xA; determine if another execution of the body will be performed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyOutput" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of output pins within the body fragment the values of which are moved&#xA; to the loop variable pins after completion of execution of the body, before the&#xA; next iteration of the loop begins or before the loop exits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariableInput" upperBound="-1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of values that are moved into the loop variable pins before the first&#xA; iteration of the loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyPart" ordered="false" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariable" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setupPart" ordered="false" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="test" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A nested activity fragment with a designated output pin that specifies the&#xA; result of the test."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A nested activity fragment that is executed if the test evaluates to true and&#xA; the clause is chosen over any concurrent clauses that also evaluate to&#xA; true."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessorClause" ordered="false" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/Clause" eOpposite="#//Syntax/Activities/CompleteStructuredActivities/Clause/successorClause"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of clauses whose tests must all evaluate false before the current clause&#xA; can be tested."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="successorClause" ordered="false" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/Clause" eOpposite="#//Syntax/Activities/CompleteStructuredActivities/Clause/predecessorClause"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of clauses which may not be tested unless the current clause tests&#xA; false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="decider" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An output pin within the test fragment the value of which is examined after&#xA; execution of the test to determine whether the body should be executed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyOutput" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of output pins within the body fragment whose values are moved to the&#xA; result pins of the containing conditional node after execution of the clause&#xA; body."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="determinate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the modeler asserts that at most one test will succeed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assured" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the modeler asserts that at least one test will succeed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/Activities/CompleteStructuredActivities/Clause" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set of clauses composing the conditional."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of output pins that constitute the data flow outputs of the&#xA; conditional."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityNode" containment="true" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityNode/inStructuredNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nodes immediately contained in the group."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustIsolate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, then the actions in the node execute in isolation from actions&#xA; outside the node."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" ordered="false" upperBound="-1" eType="#//Syntax/Activities/IntermediateActivities/ActivityEdge" containment="true" eOpposite="#//Syntax/Activities/IntermediateActivities/ActivityEdge/inStructuredNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Edges immediately contained in the structured node."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="structuredNodeOutput" ordered="false" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuredNodeInput" ordered="false" upperBound="-1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="ExtraStructuredActivities" nsURI="http://www.modelexecution.org/fuml/syntax/activities/extrastructuredactivities" nsPrefix="fUML.Syntax.Activities.ExtraStructuredActivities"> <eClassifiers xsi:type="ecore:EEnum" name="ExpansionKind"> <eLiterals name="parallel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The executions are independent. They may be executed concurrently."/> </eAnnotations> </eLiterals> <eLiterals name="iterative" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The executions are dependent and must be executed one at a time, in order of&#xA; the collection elements."/> </eAnnotations> </eLiterals> <eLiterals name="stream" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A stream of collection elements flows into a single execution, in order of the&#xA; collection elements."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ObjectNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="regionAsOutput" ordered="false" eType="#//Syntax/Activities/ExtraStructuredActivities/ExpansionRegion" eOpposite="#//Syntax/Activities/ExtraStructuredActivities/ExpansionRegion/outputElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expansion region for which the node is an output."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="regionAsInput" ordered="false" eType="#//Syntax/Activities/ExtraStructuredActivities/ExpansionRegion" eOpposite="#//Syntax/Activities/ExtraStructuredActivities/ExpansionRegion/inputElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expansion region for which the node is an input."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//Syntax/Activities/CompleteStructuredActivities/StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" lowerBound="1" eType="#//Syntax/Activities/ExtraStructuredActivities/ExpansionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The way in which the executions interact: parallel: all interactions are&#xA; independent iterative: the interactions occur in order of the elements stream: a&#xA; stream of values flows into a single execution "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inputElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/Activities/ExtraStructuredActivities/ExpansionNode" eOpposite="#//Syntax/Activities/ExtraStructuredActivities/ExpansionNode/regionAsInput"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An object node that holds a separate element of the input collection during&#xA; each of the multiple executions of the region."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputElement" ordered="false" upperBound="-1" eType="#//Syntax/Activities/ExtraStructuredActivities/ExpansionNode" eOpposite="#//Syntax/Activities/ExtraStructuredActivities/ExpansionNode/regionAsOutput"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An object node that accepts a separate element of the output collection during&#xA; each of the multiple executions of the region. The values are formed into a&#xA; collection that is available when the execution of the region is complete."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Actions" nsURI="http://www.modelexecution.org/fuml/syntax/actions" nsPrefix="fUML.Syntax.Actions"> <eSubpackages name="IntermediateActions" nsURI="http://www.modelexecution.org/fuml/syntax/actions/intermediateactions" nsPrefix="fUML.Syntax.Actions.IntermediateActions"> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This abstract action class statically specifies the structural feature being&#xA; accessed. The object to access is specified dynamically, by referring to an input&#xA; pin on which the object will be placed at runtime. The type of the value of this pin&#xA; is the classifier that owns the specified structural feature, and the value's&#xA; multiplicity is 1..1."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/StructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Structural feature to be read."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the input pin from which the object whose structural feature is to be&#xA; read or written is obtained. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="second" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the pin on which an object is placed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether the two input objects are identical."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="first" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the pin on which an object is placed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecificationAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value specification to be evaluated."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the output pin on which the result is put."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//Syntax/Actions/IntermediateActions/LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="endData" ordered="false" lowerBound="2" upperBound="-1" eType="#//Syntax/Actions/IntermediateActions/LinkEndData" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data identifying one end of a link by the objects on its ends and&#xA; qualifiers."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Syntax/Classes/Kernel/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Input pin that provides the specified object for the given end. This pin is&#xA; omitted if the link-end data specifies an 'open' end for reading."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Association end for which this link-end data specifies values."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true" eSuperTypes="#//Syntax/Actions/IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value to be added or removed from the structural feature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removeDuplicates" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether to remove duplicates of the value in nonunique structural&#xA; features."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="removeAt" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of an existing value to remove in ordered nonunique&#xA; structural features. The type of the pin is UnlimitedNatural, but the value cannot&#xA; be zero or unlimited."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/LinkAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The pin on which are put the objects participating in the association at the&#xA; end not specified by the inputs. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the output pin on which the hosting object is placed. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the output pin on which the result is put."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//Syntax/Actions/IntermediateActions/LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaceAll" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the existing links emanating from the object on this end&#xA; should be destroyed before creating a new link."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies where the new link should be inserted for ordered association ends,&#xA; or where an existing link should be moved to. The type of the input is&#xA; UnlimitedNatural, but the input cannot be zero. This pin is omitted for&#xA; association ends that are not ordered."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndDestructionData" eSuperTypes="#//Syntax/Actions/IntermediateActions/LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroyDuplicates" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether to destroy duplicates of the value in nonunique association&#xA; ends."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="destroyAt" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the position of an existing link to be destroyed in ordered&#xA; nonunique association ends. The type of the pin is UnlimitedNatural, but the value&#xA; cannot be zero or unlimited."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Association"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Association to be cleared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the input pin from which is obtained the object whose participation in&#xA; the association is to be cleared."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the output pin on which the result is put."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Classifier to be instantiated."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroyLinks" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether links in which the object participates are destroyed along&#xA; with the object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destroyOwnedObjects" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether objects owned by the object are destroyed along with the&#xA; object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The input pin providing the object to be destroyed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//Syntax/Actions/IntermediateActions/WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaceAll" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether existing values of the structural feature of the object&#xA; should be removed before adding the new value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" ordered="false" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="CompleteActions" nsURI="http://www.modelexecution.org/fuml/syntax/actions/completeactions" nsPrefix="fUML.Syntax.Actions.CompleteActions"> <eClassifiers xsi:type="ecore:EClass" name="StartClassifierBehaviorAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds the object on which to start the owned behavior."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartObjectBehaviorAction" eSuperTypes="#//Syntax/Actions/BasicActions/CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReduceAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="reducer" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Behavior that is applied to two elements of the input collection to produce a&#xA; value that is the same type as elements of the collection."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Gives the output pin on which the result is put."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The collection to be reduced."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Tells whether the order of the input collection should determine the order in&#xA; which the behavior is applied to its elements."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The runtime instances of the classifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier whose instances are to be retrieved."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direct" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether the classifier must directly classify the input&#xA; object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier against which the classification of the input object is&#xA; tested."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="After termination of the action, will hold the result of the test."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds the object whose classification is to be tested."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaceAll" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether existing classifiers should be removed before adding the new&#xA; classifiers."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oldClassifier" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of classifiers to be removed from the classifiers of the object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds the object to be reclassified."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="newClassifier" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unmarshall" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether there is a single output pin for the event, or multiple&#xA; output pins for attributes of the event."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pins holding the received event objects or their attributes. Event objects may&#xA; be copied in transmission, so identity might not be preserved."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" lowerBound="1" upperBound="-1" eType="#//Syntax/CommonBehaviors/Communications/Trigger" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of events accepted by the action, as specified by triggers. For&#xA; triggers with signal events, a signal of the specified type or any subtype of the&#xA; specified signal type is accepted."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="BasicActions" nsURI="http://www.modelexecution.org/fuml/syntax/actions/basicactions" nsPrefix="fUML.Syntax.Actions.BasicActions"> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Syntax/Activities/CompleteStructuredActivities/ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of output pins connected to the Action. The action places its&#xA; results onto pins in this set."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Syntax/Classes/Kernel/Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classifier that owns the behavior of which this action is a part."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Syntax/Actions/BasicActions/InputPin"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locallyReentrant" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Syntax/Actions/BasicActions/Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="#//Syntax/Activities/IntermediateActivities/ObjectNode #//Syntax/Classes/Kernel/MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//Syntax/Actions/BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronous" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If true, the call is synchronous and the caller waits for completion of the&#xA; invoked behavior. If false, the call is asynchronous and the caller proceeds&#xA; immediately and does not expect a return values. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//Syntax/Actions/BasicActions/OutputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of output pins where the results of performing the invocation are&#xA; placed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Syntax/Actions/BasicActions/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//Syntax/Actions/BasicActions/InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target object to which the signal is sent."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/Communications/Signal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of signal transmitted to the target object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//Syntax/Actions/BasicActions/CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" lowerBound="1" eType="#//Syntax/CommonBehaviors/BasicBehaviors/Behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The invoked behavior. It must be capable of accepting and returning&#xA; control."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//Syntax/Actions/BasicActions/CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operation to be invoked by the action execution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Syntax/Actions/BasicActions/InputPin" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target object to which the request is sent. The classifier of the target&#xA; object is used to dynamically determine a behavior to invoke. This object&#xA; constitutes the context of the execution of the operation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Syntax/Actions/BasicActions/Pin"/> </eSubpackages> </eSubpackages> <eSubpackages name="L1" nsURI="http://www.modelexecution.org/fuml/syntax/l1" nsPrefix="fUML.Syntax.L1"/> <eSubpackages name="L2" nsURI="http://www.modelexecution.org/fuml/syntax/l2" nsPrefix="fUML.Syntax.L2"/> <eSubpackages name="L3" nsURI="http://www.modelexecution.org/fuml/syntax/l3" nsPrefix="fUML.Syntax.L3"/> </eSubpackages> <eSubpackages name="Semantics" nsURI="http://www.modelexecution.org/fuml/semantics" nsPrefix="fUML.Semantics"> <eSubpackages name="Classes" nsURI="http://www.modelexecution.org/fuml/semantics/classes" nsPrefix="fUML.Semantics.Classes"> <eSubpackages name="Kernel" nsURI="http://www.modelexecution.org/fuml/semantics/classes/kernel" nsPrefix="fUML.Semantics.Classes.Kernel"> <eClassifiers xsi:type="ecore:EClass" name="StructuredValue" abstract="true" eSuperTypes="#//Semantics/Classes/Kernel/Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A structured value is a Value whose type has structural features: a data type&#xA; (but not a primitive type or enumeration), a class or an association."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A feature value gives the value(s) that a single structural feature has in a&#xA; specific structured value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/StructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structural feature being given value(s)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Semantics/Classes/Kernel/Value" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The values of for the feature. Zero or more values are possible, as&#xA; constrained by the multiplicity of the feature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The position of this feature value in a set of ordered values for a feature of&#xA; an association.&#xD; [This is only relevant if the feature value is for a link&#xA; and the feature is ordered.]"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalValue" eSuperTypes="#//Semantics/Classes/Kernel/PrimitiveValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An unlimited natural value is a primitive value whose type is&#xA; UnlimitedNatural."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The actual unlimited natural value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveValue" abstract="true" eSuperTypes="#//Semantics/Classes/Kernel/Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A primitive value is a value whose (single) type is a primitive type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Semantics/Classes/Kernel/PrimitiveValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string value is a primitive value whose type is String."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Semantics/Classes/Kernel/StructuredValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference is an access path to a specific object. There may be multiple&#xA; references to the same object.&#xD; As a structured value, the reference acts&#xA; just the same as its referent in terms of type, features, operations, etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referent" ordered="false" lowerBound="1" eType="#//Semantics/Classes/Kernel/Object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//Semantics/Classes/Kernel/ExtensionalValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An object is an extensional value that may have multiple types, all of which&#xA; must be classes. (Note that a destroyed object has no types.)&#xD; An object has&#xA; a unique identity. Usually, references to objects are manipulated, rather than the&#xA; objects themselves, and there may be multiple references to the same&#xA; object.&#xD; If an object is active, it has an object activation that handle the&#xA; execution of its classifier behavior(s)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//Syntax/Classes/Kernel/Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The classes under which this object is currently classified. (A destroyed&#xA; object has no types.)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionalValue" abstract="true" eSuperTypes="#//Semantics/Classes/Kernel/CompoundValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An extensional value is a data value that is part of the extent of some&#xA; classifier at a specific locus."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundValue" abstract="true" eSuperTypes="#//Semantics/Classes/Kernel/StructuredValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A compound value is a structured value with by-value semantics. Values are&#xA; associated with each structural feature specified by the type(s) of the compound&#xA; value.&#xD; "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="featureValues" ordered="false" upperBound="-1" eType="#//Semantics/Classes/Kernel/FeatureValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Semantics/Classes/Kernel/ExtensionalValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A link is an extensional value whose (single) type is an association. (However,&#xA; if the link has been destroyed, then it has no type.)&#xD; A link must at have&#xA; most one feature value for each structural feature owned by its type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Syntax/Classes/Kernel/Association"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of this link."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Semantics/Classes/Kernel/PrimitiveValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer value is a primitive value whose type is Integer."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The actual Integer value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationValue" eSuperTypes="#//Semantics/Classes/Kernel/Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration value is a value whose (single) type is an enumeration. &#xD;&#xA; It's literal must be an owned literal of it's type.&#xD; &#xD; &#xD;&#xA; "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The literal value of this enumeration value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataValue" eSuperTypes="#//Semantics/Classes/Kernel/CompoundValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data value is a compund value whose (single) type is a data type other than a&#xA; primitive type or an enumeration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Syntax/Classes/Kernel/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of this data value. This must not be a primitive or an&#xA; enumeration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//Semantics/Classes/Kernel/PrimitiveValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean value is a primitive value whose type is Boolean."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The actual Boolean value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="#//Semantics/Loci/LociL1/SemanticVisitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A value is an instance of one or more classifiers, which are its types. A value&#xA; is always representable using a value specification.&#xD; &#xD; [Note: Value&#xA; specializes SemanticVisitor to allow the Execution subclass to be a semantic&#xA; visitor, without requiring multiple generalization of Execution.]"/> </eAnnotations> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="Loci" nsURI="http://www.modelexecution.org/fuml/semantics/loci" nsPrefix="fUML.Semantics.Loci"> <eSubpackages name="LociL1" nsURI="http://www.modelexecution.org/fuml/semantics/loci/locil1" nsPrefix="fUML.Semantics.Loci.LociL1"> <eClassifiers xsi:type="ecore:EClass" name="SemanticVisitor" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The common base class for semantic visitor classes."/> </eAnnotations> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fUML","nsURI":"http://www.modelexecution.org/fuml","name":"fUML","id":0,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax","nsURI":"http://www.modelexecution.org/fuml/syntax","name":"Syntax","id":1,"eClass":"EPackage"},{"nsPrefix":"fUML.Semantics","nsURI":"http://www.modelexecution.org/fuml/semantics","name":"Semantics","id":2,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.CommonBehaviors","nsURI":"http://www.modelexecution.org/fuml/syntax/commonbehaviors","name":"CommonBehaviors","id":3,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Classes","nsURI":"http://www.modelexecution.org/fuml/syntax/classes","name":"Classes","id":4,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Activities","nsURI":"http://www.modelexecution.org/fuml/syntax/activities","name":"Activities","id":5,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Actions","nsURI":"http://www.modelexecution.org/fuml/syntax/actions","name":"Actions","id":6,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.L1","nsURI":"http://www.modelexecution.org/fuml/syntax/l1","name":"L1","id":7,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.L2","nsURI":"http://www.modelexecution.org/fuml/syntax/l2","name":"L2","id":8,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.L3","nsURI":"http://www.modelexecution.org/fuml/syntax/l3","name":"L3","id":9,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.CommonBehaviors.BasicBehaviors","nsURI":"http://www.modelexecution.org/fuml/syntax/commonbehaviors/basicbehaviors","name":"BasicBehaviors","id":10,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.CommonBehaviors.Communications","nsURI":"http://www.modelexecution.org/fuml/syntax/commonbehaviors/communications","name":"Communications","id":11,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueBehavior","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CallConcurrencyKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBehavior","instanceClass":null,"abstract":false,"id":16,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reentrant","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"sequential","id":35,"value":0,"literal":"sequential","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":36,"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":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"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":"Signal","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEvent","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"nsPrefix":"fUML.Syntax.Classes.Kernel","nsURI":"http://www.modelexecution.org/fuml/syntax/classes/kernel","name":"Kernel","id":66,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"id":99,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"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":"ownedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"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":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"public","id":123,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":124,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":125,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":126,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"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":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"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":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":"importedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"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":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":139,"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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":148,"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":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"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":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestingPackage","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"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":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"name":"static","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leaf","changeable":true,"lowerBound":1,"iD":false,"id":178,"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":"redefinedElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinitionContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":185,"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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"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":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalSpecialization","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"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":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"substitutable","changeable":true,"lowerBound":0,"iD":false,"id":201,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":1,"iD":false,"id":207,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derivedUnion","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"composite","changeable":true,"lowerBound":1,"iD":false,"id":210,"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":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"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":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"name":"none","id":230,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":231,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":232,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"lowerBound":1,"iD":false,"id":233,"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":"endType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"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":"navigableOwnedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"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":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concurrency","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"in","id":269,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":270,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":271,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":272,"value":3,"literal":"return","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"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":273,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":1,"iD":false,"id":274,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":277,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"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":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"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":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"owningInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"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":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":328,"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":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","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"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"nsPrefix":"fUML.Syntax.Activities.IntermediateActivities","nsURI":"http://www.modelexecution.org/fuml/syntax/activities/intermediateactivities","name":"IntermediateActivities","id":338,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Activities.CompleteStructuredActivities","nsURI":"http://www.modelexecution.org/fuml/syntax/activities/completestructuredactivities","name":"CompleteStructuredActivities","id":339,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Activities.ExtraStructuredActivities","nsURI":"http://www.modelexecution.org/fuml/syntax/activities/extrastructuredactivities","name":"ExtraStructuredActivities","id":340,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":350,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":354,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"id":356,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"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":358,"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":359,"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":"inStructuredNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"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":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":369,"interface":false,"eClass":"EClass"},{"id":370,"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":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inStructuredNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":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":"decisionInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"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":"decisionInputFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testedFirst","changeable":true,"lowerBound":1,"iD":false,"id":409,"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":"decider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"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":"test","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariableInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"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":"bodyPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopVariable","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":false,"unsettable":false,"transient":false,"unique":true,"name":"setupPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":420,"interface":false,"eClass":"EClass"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":424,"interface":false,"eClass":"EClass"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"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":"test","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"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":"predecessorClause","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":"successorClause","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":"decider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"determinate","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assured","changeable":true,"lowerBound":1,"iD":false,"id":445,"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":"clause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":453,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mustIsolate","changeable":true,"lowerBound":1,"iD":false,"id":454,"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":"structuredNodeOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"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":"structuredNodeInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpansionKind","instanceClass":null,"id":463,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":464,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":465,"interface":false,"eClass":"EClass"},{"name":"parallel","id":466,"value":0,"literal":"parallel","eClass":"EEnumLiteral"},{"name":"iterative","id":467,"value":1,"literal":"iterative","eClass":"EEnumLiteral"},{"name":"stream","id":468,"value":2,"literal":"stream","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"regionAsOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"regionAsInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"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":"outputElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"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":"inputElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":475,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"nsPrefix":"fUML.Syntax.Actions.IntermediateActions","nsURI":"http://www.modelexecution.org/fuml/syntax/actions/intermediateactions","name":"IntermediateActions","id":481,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Actions.CompleteActions","nsURI":"http://www.modelexecution.org/fuml/syntax/actions/completeactions","name":"CompleteActions","id":482,"eClass":"EPackage"},{"nsPrefix":"fUML.Syntax.Actions.BasicActions","nsURI":"http://www.modelexecution.org/fuml/syntax/actions/basicactions","name":"BasicActions","id":483,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecificationAction","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndDestructionData","instanceClass":null,"abstract":false,"id":496,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":499,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":500,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":501,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":502,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":503,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":504,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":510,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":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":516,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endData","changeable":true,"resolveProxies":true,"lowerBound":2,"id":522,"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":"inputValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"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":"end","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"removeDuplicates","changeable":true,"lowerBound":1,"iD":false,"id":537,"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":"removeAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replaceAll","changeable":true,"lowerBound":1,"iD":false,"id":551,"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroyDuplicates","changeable":true,"lowerBound":1,"iD":false,"id":556,"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":"destroyAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"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":"association","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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":570,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroyLinks","changeable":true,"lowerBound":1,"iD":false,"id":576,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destroyOwnedObjects","changeable":true,"lowerBound":1,"iD":false,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replaceAll","changeable":true,"lowerBound":1,"iD":false,"id":583,"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartClassifierBehaviorAction","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartObjectBehaviorAction","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReduceAction","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":594,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":598,"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":"object","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":false,"unsettable":false,"transient":false,"unique":true,"name":"reducer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":1,"iD":false,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":611,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direct","changeable":true,"lowerBound":1,"iD":false,"id":616,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replaceAll","changeable":true,"lowerBound":1,"iD":false,"id":625,"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":"oldClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"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":"newClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unmarshall","changeable":true,"lowerBound":1,"iD":false,"id":634,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":641,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":642,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":643,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":644,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":645,"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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locallyReentrant","changeable":true,"lowerBound":1,"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"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronous","changeable":true,"lowerBound":1,"iD":false,"id":658,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":666,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":667,"derived":false},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":674,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"nsPrefix":"fUML.Semantics.Classes","nsURI":"http://www.modelexecution.org/fuml/semantics/classes","name":"Classes","id":680,"eClass":"EPackage"},{"nsPrefix":"fUML.Semantics.Loci","nsURI":"http://www.modelexecution.org/fuml/semantics/loci","name":"Loci","id":681,"eClass":"EPackage"},{"nsPrefix":"fUML.Semantics.Classes.Kernel","nsURI":"http://www.modelexecution.org/fuml/semantics/classes/kernel","name":"Kernel","id":682,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValue","instanceClass":null,"abstract":true,"id":683,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureValue","instanceClass":null,"abstract":false,"id":684,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalValue","instanceClass":null,"abstract":false,"id":685,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveValue","instanceClass":null,"abstract":true,"id":686,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":687,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":688,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":689,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionalValue","instanceClass":null,"abstract":true,"id":690,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundValue","instanceClass":null,"abstract":true,"id":691,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":692,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":693,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationValue","instanceClass":null,"abstract":false,"id":694,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataValue","instanceClass":null,"abstract":false,"id":695,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":696,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":697,"interface":false,"eClass":"EClass"},{"id":698,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":699,"derived":false},{"container":false,"ordered":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":700,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"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":"referent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"id":716,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"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":"featureValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"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":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":730,"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":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":738,"derived":false},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticVisitor","instanceClass":null,"abstract":true,"id":741,"interface":false,"eClass":"EClass"},{"id":742,"eClass":"EGenericType"},{"nsPrefix":"fUML.Semantics.Loci.LociL1","nsURI":"http://www.modelexecution.org/fuml/semantics/loci/locil1","name":"LociL1","id":743,"eClass":"EPackage"}],"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":0},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":1},{"source":10,"target":12},{"source":10,"target":13},{"source":10,"target":14},{"source":10,"target":15},{"source":10,"target":16},{"source":10,"target":3},{"source":12,"target":10},{"source":12,"target":13},{"source":12,"target":17},{"source":12,"target":18},{"source":12,"target":19},{"source":17,"target":20},{"source":17,"target":12},{"source":18,"target":21},{"source":18,"target":12},{"source":19,"target":13},{"source":13,"target":10},{"source":13,"target":22},{"source":13,"target":23},{"source":13,"target":24},{"source":13,"target":25},{"source":13,"target":26},{"source":13,"target":27},{"source":23,"target":28},{"source":23,"target":29},{"source":23,"target":13},{"source":23,"target":30},{"source":29,"target":28},{"source":24,"target":31},{"source":24,"target":13},{"source":25,"target":32},{"source":25,"target":33},{"source":25,"target":13},{"source":33,"target":32},{"source":26,"target":15},{"source":26,"target":34},{"source":26,"target":13},{"source":34,"target":15},{"source":27,"target":22},{"source":14,"target":10},{"source":14,"target":35},{"source":35,"target":14},{"source":15,"target":10},{"source":15,"target":36},{"source":15,"target":37},{"source":15,"target":38},{"source":15,"target":39},{"source":37,"target":13},{"source":37,"target":40},{"source":37,"target":15},{"source":40,"target":13},{"source":38,"target":13},{"source":38,"target":41},{"source":38,"target":15},{"source":41,"target":13},{"source":39,"target":36},{"source":16,"target":10},{"source":16,"target":12},{"source":16,"target":42},{"source":42,"target":12},{"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":3},{"source":43,"target":11},{"source":43,"target":49},{"source":43,"target":50},{"source":43,"target":51},{"source":50,"target":44},{"source":50,"target":52},{"source":50,"target":43},{"source":52,"target":44},{"source":51,"target":49},{"source":44,"target":11},{"source":44,"target":53},{"source":44,"target":54},{"source":54,"target":53},{"source":45,"target":11},{"source":45,"target":36},{"source":45,"target":55},{"source":45,"target":56},{"source":55,"target":57},{"source":55,"target":58},{"source":55,"target":45},{"source":58,"target":57},{"source":56,"target":36},{"source":46,"target":11},{"source":46,"target":47},{"source":46,"target":59},{"source":46,"target":60},{"source":59,"target":45},{"source":59,"target":61},{"source":59,"target":46},{"source":61,"target":45},{"source":60,"target":47},{"source":47,"target":11},{"source":47,"target":44},{"source":47,"target":62},{"source":62,"target":44},{"source":48,"target":11},{"source":48,"target":28},{"source":48,"target":63},{"source":48,"target":64},{"source":63,"target":45},{"source":63,"target":65},{"source":63,"target":48},{"source":65,"target":45},{"source":64,"target":28},{"source":4,"target":66},{"source":4,"target":1},{"source":66,"target":67},{"source":66,"target":68},{"source":66,"target":49},{"source":66,"target":69},{"source":66,"target":70},{"source":66,"target":71},{"source":66,"target":72},{"source":66,"target":73},{"source":66,"target":53},{"source":66,"target":74},{"source":66,"target":75},{"source":66,"target":76},{"source":66,"target":77},{"source":66,"target":78},{"source":66,"target":79},{"source":66,"target":36},{"source":66,"target":80},{"source":66,"target":57},{"source":66,"target":81},{"source":66,"target":82},{"source":66,"target":83},{"source":66,"target":84},{"source":66,"target":28},{"source":66,"target":32},{"source":66,"target":85},{"source":66,"target":86},{"source":66,"target":87},{"source":66,"target":88},{"source":66,"target":89},{"source":66,"target":90},{"source":66,"target":91},{"source":66,"target":92},{"source":66,"target":93},{"source":66,"target":94},{"source":66,"target":95},{"source":66,"target":96},{"source":66,"target":97},{"source":66,"target":98},{"source":66,"target":22},{"source":66,"target":4},{"source":67,"target":66},{"source":67,"target":68},{"source":67,"target":99},{"source":99,"target":68},{"source":68,"target":66},{"source":68,"target":49},{"source":68,"target":100},{"source":68,"target":101},{"source":100,"target":76},{"source":100,"target":102},{"source":100,"target":68},{"source":102,"target":76},{"source":101,"target":49},{"source":49,"target":66},{"source":49,"target":69},{"source":49,"target":103},{"source":49,"target":104},{"source":49,"target":105},{"source":49,"target":106},{"source":49,"target":107},{"source":103,"target":108},{"source":103,"target":49},{"source":104,"target":71},{"source":104,"target":109},{"source":104,"target":49},{"source":109,"target":71},{"source":105,"target":110},{"source":105,"target":49},{"source":106,"target":72},{"source":106,"target":111},{"source":106,"target":49},{"source":106,"target":112},{"source":111,"target":72},{"source":107,"target":69},{"source":69,"target":66},{"source":69,"target":113},{"source":69,"target":114},{"source":69,"target":115},{"source":113,"target":69},{"source":113,"target":116},{"source":113,"target":69},{"source":113,"target":114},{"source":116,"target":69},{"source":114,"target":69},{"source":114,"target":117},{"source":114,"target":69},{"source":114,"target":113},{"source":117,"target":69},{"source":115,"target":70},{"source":115,"target":118},{"source":115,"target":69},{"source":118,"target":70},{"source":70,"target":66},{"source":70,"target":119},{"source":70,"target":120},{"source":119,"target":69},{"source":119,"target":121},{"source":119,"target":70},{"source":121,"target":69},{"source":120,"target":122},{"source":120,"target":70},{"source":71,"target":66},{"source":71,"target":123},{"source":71,"target":124},{"source":71,"target":125},{"source":71,"target":126},{"source":123,"target":71},{"source":124,"target":71},{"source":125,"target":71},{"source":126,"target":71},{"source":72,"target":66},{"source":72,"target":49},{"source":72,"target":127},{"source":72,"target":128},{"source":72,"target":129},{"source":72,"target":130},{"source":72,"target":112},{"source":72,"target":131},{"source":127,"target":49},{"source":127,"target":132},{"source":127,"target":72},{"source":132,"target":49},{"source":128,"target":73},{"source":128,"target":133},{"source":128,"target":72},{"source":128,"target":134},{"source":133,"target":73},{"source":129,"target":74},{"source":129,"target":135},{"source":129,"target":72},{"source":129,"target":136},{"source":135,"target":74},{"source":130,"target":53},{"source":130,"target":137},{"source":130,"target":72},{"source":137,"target":53},{"source":112,"target":49},{"source":112,"target":138},{"source":112,"target":72},{"source":112,"target":106},{"source":138,"target":49},{"source":131,"target":49},{"source":73,"target":66},{"source":73,"target":69},{"source":73,"target":139},{"source":73,"target":140},{"source":73,"target":141},{"source":73,"target":134},{"source":73,"target":142},{"source":139,"target":71},{"source":139,"target":143},{"source":139,"target":73},{"source":143,"target":71},{"source":140,"target":144},{"source":140,"target":73},{"source":141,"target":53},{"source":141,"target":145},{"source":141,"target":73},{"source":145,"target":53},{"source":134,"target":72},{"source":134,"target":146},{"source":134,"target":73},{"source":134,"target":128},{"source":146,"target":72},{"source":142,"target":69},{"source":53,"target":66},{"source":53,"target":49},{"source":53,"target":147},{"source":147,"target":49},{"source":74,"target":66},{"source":74,"target":69},{"source":74,"target":148},{"source":74,"target":149},{"source":74,"target":136},{"source":74,"target":150},{"source":148,"target":71},{"source":148,"target":151},{"source":148,"target":74},{"source":151,"target":71},{"source":149,"target":75},{"source":149,"target":152},{"source":149,"target":74},{"source":152,"target":75},{"source":136,"target":72},{"source":136,"target":153},{"source":136,"target":74},{"source":136,"target":129},{"source":153,"target":72},{"source":150,"target":69},{"source":75,"target":66},{"source":75,"target":72},{"source":75,"target":53},{"source":75,"target":154},{"source":75,"target":155},{"source":75,"target":156},{"source":75,"target":157},{"source":75,"target":158},{"source":75,"target":159},{"source":154,"target":53},{"source":154,"target":160},{"source":154,"target":75},{"source":160,"target":53},{"source":155,"target":76},{"source":155,"target":161},{"source":155,"target":75},{"source":155,"target":162},{"source":161,"target":76},{"source":156,"target":75},{"source":156,"target":163},{"source":156,"target":75},{"source":156,"target":157},{"source":163,"target":75},{"source":157,"target":75},{"source":157,"target":164},{"source":157,"target":75},{"source":157,"target":156},{"source":164,"target":75},{"source":158,"target":72},{"source":159,"target":53},{"source":76,"target":66},{"source":76,"target":53},{"source":76,"target":162},{"source":76,"target":165},{"source":162,"target":75},{"source":162,"target":166},{"source":162,"target":76},{"source":162,"target":155},{"source":166,"target":75},{"source":165,"target":53},{"source":77,"target":66},{"source":77,"target":78},{"source":77,"target":84},{"source":77,"target":68},{"source":77,"target":167},{"source":77,"target":168},{"source":77,"target":169},{"source":77,"target":170},{"source":167,"target":171},{"source":167,"target":77},{"source":168,"target":78},{"source":169,"target":84},{"source":170,"target":68},{"source":78,"target":66},{"source":78,"target":79},{"source":78,"target":172},{"source":78,"target":173},{"source":78,"target":174},{"source":172,"target":36},{"source":172,"target":175},{"source":172,"target":78},{"source":172,"target":176},{"source":175,"target":36},{"source":173,"target":177},{"source":173,"target":78},{"source":174,"target":79},{"source":79,"target":66},{"source":79,"target":49},{"source":79,"target":178},{"source":79,"target":179},{"source":79,"target":180},{"source":79,"target":181},{"source":178,"target":182},{"source":178,"target":79},{"source":179,"target":79},{"source":179,"target":183},{"source":179,"target":79},{"source":183,"target":79},{"source":180,"target":36},{"source":180,"target":184},{"source":180,"target":79},{"source":184,"target":36},{"source":181,"target":49},{"source":36,"target":66},{"source":36,"target":72},{"source":36,"target":76},{"source":36,"target":185},{"source":36,"target":186},{"source":36,"target":176},{"source":36,"target":187},{"source":36,"target":188},{"source":36,"target":189},{"source":36,"target":190},{"source":36,"target":191},{"source":36,"target":192},{"source":185,"target":193},{"source":185,"target":36},{"source":186,"target":80},{"source":186,"target":194},{"source":186,"target":36},{"source":186,"target":195},{"source":194,"target":80},{"source":176,"target":78},{"source":176,"target":196},{"source":176,"target":36},{"source":176,"target":172},{"source":196,"target":78},{"source":187,"target":49},{"source":187,"target":197},{"source":187,"target":36},{"source":197,"target":49},{"source":188,"target":57},{"source":188,"target":198},{"source":188,"target":36},{"source":198,"target":57},{"source":189,"target":36},{"source":189,"target":199},{"source":189,"target":36},{"source":199,"target":36},{"source":190,"target":200},{"source":190,"target":36},{"source":191,"target":72},{"source":192,"target":76},{"source":80,"target":66},{"source":80,"target":69},{"source":80,"target":201},{"source":80,"target":202},{"source":80,"target":195},{"source":80,"target":203},{"source":201,"target":204},{"source":201,"target":80},{"source":202,"target":36},{"source":202,"target":205},{"source":202,"target":80},{"source":205,"target":36},{"source":195,"target":36},{"source":195,"target":206},{"source":195,"target":80},{"source":195,"target":186},{"source":206,"target":36},{"source":203,"target":69},{"source":57,"target":66},{"source":57,"target":77},{"source":57,"target":207},{"source":57,"target":208},{"source":57,"target":209},{"source":57,"target":210},{"source":57,"target":211},{"source":57,"target":212},{"source":57,"target":213},{"source":57,"target":214},{"source":57,"target":215},{"source":57,"target":216},{"source":207,"target":217},{"source":207,"target":57},{"source":208,"target":218},{"source":208,"target":57},{"source":209,"target":81},{"source":209,"target":219},{"source":209,"target":57},{"source":219,"target":81},{"source":210,"target":220},{"source":210,"target":57},{"source":211,"target":82},{"source":211,"target":221},{"source":211,"target":57},{"source":211,"target":222},{"source":221,"target":82},{"source":212,"target":82},{"source":212,"target":223},{"source":212,"target":57},{"source":212,"target":224},{"source":223,"target":82},{"source":213,"target":83},{"source":213,"target":225},{"source":213,"target":57},{"source":213,"target":226},{"source":225,"target":83},{"source":214,"target":22},{"source":214,"target":227},{"source":214,"target":57},{"source":214,"target":228},{"source":227,"target":22},{"source":215,"target":57},{"source":215,"target":229},{"source":215,"target":57},{"source":229,"target":57},{"source":216,"target":77},{"source":81,"target":66},{"source":81,"target":230},{"source":81,"target":231},{"source":81,"target":232},{"source":230,"target":81},{"source":231,"target":81},{"source":232,"target":81},{"source":82,"target":66},{"source":82,"target":36},{"source":82,"target":233},{"source":82,"target":234},{"source":82,"target":224},{"source":82,"target":235},{"source":82,"target":222},{"source":82,"target":236},{"source":233,"target":237},{"source":233,"target":82},{"source":234,"target":76},{"source":234,"target":238},{"source":234,"target":82},{"source":238,"target":76},{"source":224,"target":57},{"source":224,"target":239},{"source":224,"target":82},{"source":224,"target":212},{"source":239,"target":57},{"source":235,"target":57},{"source":235,"target":240},{"source":235,"target":82},{"source":240,"target":57},{"source":222,"target":57},{"source":222,"target":241},{"source":222,"target":82},{"source":222,"target":211},{"source":241,"target":57},{"source":236,"target":36},{"source":83,"target":66},{"source":83,"target":36},{"source":83,"target":226},{"source":83,"target":242},{"source":226,"target":57},{"source":226,"target":243},{"source":226,"target":83},{"source":226,"target":213},{"source":243,"target":57},{"source":242,"target":36},{"source":84,"target":66},{"source":84,"target":69},{"source":84,"target":244},{"source":84,"target":245},{"source":84,"target":246},{"source":84,"target":247},{"source":84,"target":248},{"source":84,"target":249},{"source":84,"target":250},{"source":244,"target":251},{"source":244,"target":84},{"source":245,"target":252},{"source":245,"target":84},{"source":246,"target":253},{"source":246,"target":84},{"source":247,"target":254},{"source":247,"target":84},{"source":248,"target":67},{"source":248,"target":255},{"source":248,"target":84},{"source":255,"target":67},{"source":249,"target":67},{"source":249,"target":256},{"source":249,"target":84},{"source":256,"target":67},{"source":250,"target":69},{"source":28,"target":66},{"source":28,"target":78},{"source":28,"target":257},{"source":28,"target":258},{"source":28,"target":30},{"source":28,"target":259},{"source":28,"target":260},{"source":257,"target":32},{"source":257,"target":261},{"source":257,"target":28},{"source":261,"target":32},{"source":258,"target":262},{"source":258,"target":28},{"source":30,"target":13},{"source":30,"target":263},{"source":30,"target":28},{"source":30,"target":23},{"source":263,"target":13},{"source":259,"target":14},{"source":259,"target":264},{"source":259,"target":28},{"source":264,"target":14},{"source":260,"target":78},{"source":32,"target":66},{"source":32,"target":84},{"source":32,"target":68},{"source":32,"target":265},{"source":32,"target":266},{"source":32,"target":267},{"source":265,"target":85},{"source":265,"target":268},{"source":265,"target":32},{"source":268,"target":85},{"source":266,"target":84},{"source":267,"target":68},{"source":85,"target":66},{"source":85,"target":269},{"source":85,"target":270},{"source":85,"target":271},{"source":85,"target":272},{"source":269,"target":85},{"source":270,"target":85},{"source":271,"target":85},{"source":272,"target":85},{"source":86,"target":66},{"source":86,"target":28},{"source":86,"target":273},{"source":86,"target":274},{"source":86,"target":275},{"source":86,"target":276},{"source":86,"target":277},{"source":86,"target":278},{"source":86,"target":279},{"source":86,"target":280},{"source":86,"target":281},{"source":273,"target":282},{"source":273,"target":86},{"source":274,"target":283},{"source":274,"target":86},{"source":275,"target":284},{"source":275,"target":86},{"source":276,"target":285},{"source":276,"target":86},{"source":277,"target":286},{"source":277,"target":86},{"source":278,"target":22},{"source":278,"target":287},{"source":278,"target":86},{"source":278,"target":288},{"source":287,"target":22},{"source":279,"target":86},{"source":279,"target":289},{"source":279,"target":86},{"source":289,"target":86},{"source":280,"target":76},{"source":280,"target":290},{"source":280,"target":86},{"source":290,"target":76},{"source":281,"target":28},{"source":87,"target":66},{"source":87,"target":49},{"source":87,"target":291},{"source":87,"target":292},{"source":87,"target":293},{"source":291,"target":36},{"source":291,"target":294},{"source":291,"target":87},{"source":294,"target":36},{"source":292,"target":88},{"source":292,"target":295},{"source":292,"target":87},{"source":292,"target":296},{"source":295,"target":88},{"source":293,"target":49},{"source":88,"target":66},{"source":88,"target":69},{"source":88,"target":297},{"source":88,"target":298},{"source":88,"target":296},{"source":88,"target":299},{"source":297,"target":77},{"source":297,"target":300},{"source":297,"target":88},{"source":300,"target":77},{"source":298,"target":67},{"source":298,"target":301},{"source":298,"target":88},{"source":301,"target":67},{"source":296,"target":87},{"source":296,"target":302},{"source":296,"target":88},{"source":296,"target":292},{"source":302,"target":87},{"source":299,"target":69},{"source":89,"target":66},{"source":89,"target":67},{"source":89,"target":303},{"source":89,"target":304},{"source":303,"target":87},{"source":303,"target":305},{"source":303,"target":89},{"source":305,"target":87},{"source":304,"target":67},{"source":90,"target":66},{"source":90,"target":91},{"source":90,"target":306},{"source":90,"target":307},{"source":306,"target":308},{"source":306,"target":90},{"source":307,"target":91},{"source":91,"target":66},{"source":91,"target":67},{"source":91,"target":309},{"source":309,"target":67},{"source":92,"target":66},{"source":92,"target":91},{"source":92,"target":310},{"source":92,"target":311},{"source":310,"target":312},{"source":310,"target":92},{"source":311,"target":91},{"source":93,"target":66},{"source":93,"target":91},{"source":93,"target":313},{"source":313,"target":91},{"source":94,"target":66},{"source":94,"target":91},{"source":94,"target":314},{"source":94,"target":315},{"source":314,"target":316},{"source":314,"target":94},{"source":315,"target":91},{"source":95,"target":66},{"source":95,"target":91},{"source":95,"target":317},{"source":95,"target":318},{"source":317,"target":319},{"source":317,"target":95},{"source":318,"target":91},{"source":96,"target":66},{"source":96,"target":83},{"source":96,"target":320},{"source":320,"target":83},{"source":97,"target":66},{"source":97,"target":83},{"source":97,"target":321},{"source":97,"target":322},{"source":321,"target":98},{"source":321,"target":323},{"source":321,"target":97},{"source":321,"target":324},{"source":323,"target":98},{"source":322,"target":83},{"source":98,"target":66},{"source":98,"target":87},{"source":98,"target":324},{"source":98,"target":325},{"source":324,"target":97},{"source":324,"target":326},{"source":324,"target":98},{"source":324,"target":321},{"source":326,"target":97},{"source":325,"target":87},{"source":22,"target":66},{"source":22,"target":15},{"source":22,"target":228},{"source":22,"target":288},{"source":22,"target":327},{"source":22,"target":328},{"source":22,"target":329},{"source":22,"target":330},{"source":22,"target":331},{"source":228,"target":57},{"source":228,"target":332},{"source":228,"target":22},{"source":228,"target":214},{"source":332,"target":57},{"source":288,"target":86},{"source":288,"target":333},{"source":288,"target":22},{"source":288,"target":278},{"source":333,"target":86},{"source":327,"target":22},{"source":327,"target":334},{"source":327,"target":22},{"source":334,"target":22},{"source":328,"target":335},{"source":328,"target":22},{"source":329,"target":48},{"source":329,"target":336},{"source":329,"target":22},{"source":336,"target":48},{"source":330,"target":36},{"source":330,"target":337},{"source":330,"target":22},{"source":337,"target":36},{"source":331,"target":15},{"source":5,"target":338},{"source":5,"target":339},{"source":5,"target":340},{"source":5,"target":1},{"source":338,"target":341},{"source":338,"target":342},{"source":338,"target":343},{"source":338,"target":344},{"source":338,"target":345},{"source":338,"target":346},{"source":338,"target":347},{"source":338,"target":348},{"source":338,"target":349},{"source":338,"target":350},{"source":338,"target":351},{"source":338,"target":352},{"source":338,"target":353},{"source":338,"target":354},{"source":338,"target":355},{"source":338,"target":5},{"source":341,"target":338},{"source":341,"target":342},{"source":341,"target":356},{"source":356,"target":342},{"source":342,"target":338},{"source":342,"target":79},{"source":342,"target":357},{"source":342,"target":358},{"source":342,"target":359},{"source":342,"target":360},{"source":342,"target":361},{"source":342,"target":362},{"source":357,"target":343},{"source":357,"target":363},{"source":357,"target":342},{"source":357,"target":364},{"source":363,"target":343},{"source":358,"target":344},{"source":358,"target":365},{"source":358,"target":342},{"source":358,"target":366},{"source":365,"target":344},{"source":359,"target":344},{"source":359,"target":367},{"source":359,"target":342},{"source":359,"target":368},{"source":367,"target":344},{"source":360,"target":369},{"source":360,"target":370},{"source":360,"target":342},{"source":360,"target":371},{"source":370,"target":369},{"source":361,"target":67},{"source":361,"target":372},{"source":361,"target":342},{"source":372,"target":67},{"source":362,"target":79},{"source":343,"target":338},{"source":343,"target":13},{"source":343,"target":373},{"source":343,"target":374},{"source":343,"target":364},{"source":343,"target":375},{"source":373,"target":344},{"source":373,"target":376},{"source":373,"target":343},{"source":373,"target":377},{"source":376,"target":344},{"source":374,"target":378},{"source":374,"target":343},{"source":364,"target":342},{"source":364,"target":379},{"source":364,"target":343},{"source":364,"target":357},{"source":379,"target":342},{"source":375,"target":13},{"source":344,"target":338},{"source":344,"target":79},{"source":344,"target":380},{"source":344,"target":377},{"source":344,"target":366},{"source":344,"target":368},{"source":344,"target":381},{"source":380,"target":369},{"source":380,"target":382},{"source":380,"target":344},{"source":380,"target":383},{"source":382,"target":369},{"source":377,"target":343},{"source":377,"target":384},{"source":377,"target":344},{"source":377,"target":373},{"source":384,"target":343},{"source":366,"target":342},{"source":366,"target":385},{"source":366,"target":344},{"source":366,"target":358},{"source":385,"target":342},{"source":368,"target":342},{"source":368,"target":386},{"source":368,"target":344},{"source":368,"target":359},{"source":386,"target":342},{"source":381,"target":79},{"source":345,"target":338},{"source":345,"target":344},{"source":345,"target":68},{"source":345,"target":387},{"source":345,"target":388},{"source":387,"target":344},{"source":388,"target":68},{"source":346,"target":338},{"source":346,"target":347},{"source":346,"target":389},{"source":389,"target":347},{"source":347,"target":338},{"source":347,"target":344},{"source":347,"target":390},{"source":390,"target":344},{"source":348,"target":338},{"source":348,"target":347},{"source":348,"target":391},{"source":391,"target":347},{"source":349,"target":338},{"source":349,"target":347},{"source":349,"target":392},{"source":392,"target":347},{"source":350,"target":338},{"source":350,"target":347},{"source":350,"target":393},{"source":393,"target":347},{"source":351,"target":338},{"source":351,"target":347},{"source":351,"target":394},{"source":394,"target":347},{"source":352,"target":338},{"source":352,"target":342},{"source":352,"target":395},{"source":395,"target":342},{"source":353,"target":338},{"source":353,"target":347},{"source":353,"target":396},{"source":353,"target":397},{"source":353,"target":398},{"source":396,"target":13},{"source":396,"target":399},{"source":396,"target":353},{"source":399,"target":13},{"source":397,"target":341},{"source":397,"target":400},{"source":397,"target":353},{"source":400,"target":341},{"source":398,"target":347},{"source":354,"target":338},{"source":354,"target":350},{"source":354,"target":401},{"source":401,"target":350},{"source":355,"target":338},{"source":355,"target":345},{"source":355,"target":402},{"source":355,"target":403},{"source":402,"target":32},{"source":402,"target":404},{"source":402,"target":355},{"source":404,"target":32},{"source":403,"target":345},{"source":339,"target":405},{"source":339,"target":406},{"source":339,"target":407},{"source":339,"target":408},{"source":339,"target":369},{"source":339,"target":5},{"source":405,"target":339},{"source":405,"target":369},{"source":405,"target":409},{"source":405,"target":410},{"source":405,"target":411},{"source":405,"target":412},{"source":405,"target":413},{"source":405,"target":414},{"source":405,"target":415},{"source":405,"target":416},{"source":405,"target":417},{"source":405,"target":418},{"source":409,"target":419},{"source":409,"target":405},{"source":410,"target":420},{"source":410,"target":421},{"source":410,"target":405},{"source":421,"target":420},{"source":411,"target":406},{"source":411,"target":422},{"source":411,"target":405},{"source":422,"target":406},{"source":412,"target":420},{"source":412,"target":423},{"source":412,"target":405},{"source":423,"target":420},{"source":413,"target":424},{"source":413,"target":425},{"source":413,"target":405},{"source":425,"target":424},{"source":414,"target":406},{"source":414,"target":426},{"source":414,"target":405},{"source":426,"target":406},{"source":415,"target":420},{"source":415,"target":427},{"source":415,"target":405},{"source":427,"target":420},{"source":416,"target":420},{"source":416,"target":428},{"source":416,"target":405},{"source":428,"target":420},{"source":417,"target":406},{"source":417,"target":429},{"source":417,"target":405},{"source":429,"target":406},{"source":418,"target":369},{"source":406,"target":339},{"source":406,"target":344},{"source":406,"target":430},{"source":430,"target":344},{"source":407,"target":339},{"source":407,"target":69},{"source":407,"target":431},{"source":407,"target":432},{"source":407,"target":433},{"source":407,"target":434},{"source":407,"target":435},{"source":407,"target":436},{"source":407,"target":437},{"source":431,"target":406},{"source":431,"target":438},{"source":431,"target":407},{"source":438,"target":406},{"source":432,"target":406},{"source":432,"target":439},{"source":432,"target":407},{"source":439,"target":406},{"source":433,"target":407},{"source":433,"target":440},{"source":433,"target":407},{"source":433,"target":434},{"source":440,"target":407},{"source":434,"target":407},{"source":434,"target":441},{"source":434,"target":407},{"source":434,"target":433},{"source":441,"target":407},{"source":435,"target":420},{"source":435,"target":442},{"source":435,"target":407},{"source":442,"target":420},{"source":436,"target":420},{"source":436,"target":443},{"source":436,"target":407},{"source":443,"target":420},{"source":437,"target":69},{"source":408,"target":339},{"source":408,"target":369},{"source":408,"target":444},{"source":408,"target":445},{"source":408,"target":446},{"source":408,"target":447},{"source":408,"target":448},{"source":444,"target":449},{"source":444,"target":408},{"source":445,"target":450},{"source":445,"target":408},{"source":446,"target":407},{"source":446,"target":451},{"source":446,"target":408},{"source":451,"target":407},{"source":447,"target":420},{"source":447,"target":452},{"source":447,"target":408},{"source":452,"target":420},{"source":448,"target":369},{"source":369,"target":339},{"source":369,"target":453},{"source":369,"target":383},{"source":369,"target":454},{"source":369,"target":371},{"source":369,"target":455},{"source":369,"target":456},{"source":369,"target":457},{"source":383,"target":344},{"source":383,"target":458},{"source":383,"target":369},{"source":383,"target":380},{"source":458,"target":344},{"source":454,"target":459},{"source":454,"target":369},{"source":371,"target":342},{"source":371,"target":460},{"source":371,"target":369},{"source":371,"target":360},{"source":460,"target":342},{"source":455,"target":420},{"source":455,"target":461},{"source":455,"target":369},{"source":461,"target":420},{"source":456,"target":424},{"source":456,"target":462},{"source":456,"target":369},{"source":462,"target":424},{"source":457,"target":453},{"source":340,"target":463},{"source":340,"target":464},{"source":340,"target":465},{"source":340,"target":5},{"source":463,"target":340},{"source":463,"target":466},{"source":463,"target":467},{"source":463,"target":468},{"source":466,"target":463},{"source":467,"target":463},{"source":468,"target":463},{"source":464,"target":340},{"source":464,"target":345},{"source":464,"target":469},{"source":464,"target":470},{"source":464,"target":471},{"source":469,"target":465},{"source":469,"target":472},{"source":469,"target":464},{"source":469,"target":473},{"source":472,"target":465},{"source":470,"target":465},{"source":470,"target":474},{"source":470,"target":464},{"source":470,"target":475},{"source":474,"target":465},{"source":471,"target":345},{"source":465,"target":340},{"source":465,"target":369},{"source":465,"target":476},{"source":465,"target":475},{"source":465,"target":473},{"source":465,"target":477},{"source":476,"target":463},{"source":476,"target":478},{"source":476,"target":465},{"source":478,"target":463},{"source":475,"target":464},{"source":475,"target":479},{"source":475,"target":465},{"source":475,"target":470},{"source":479,"target":464},{"source":473,"target":464},{"source":473,"target":480},{"source":473,"target":465},{"source":473,"target":469},{"source":480,"target":464},{"source":477,"target":369},{"source":6,"target":481},{"source":6,"target":482},{"source":6,"target":483},{"source":6,"target":1},{"source":481,"target":484},{"source":481,"target":485},{"source":481,"target":486},{"source":481,"target":487},{"source":481,"target":488},{"source":481,"target":489},{"source":481,"target":490},{"source":481,"target":491},{"source":481,"target":492},{"source":481,"target":493},{"source":481,"target":494},{"source":481,"target":495},{"source":481,"target":496},{"source":481,"target":497},{"source":481,"target":498},{"source":481,"target":499},{"source":481,"target":500},{"source":481,"target":501},{"source":481,"target":502},{"source":481,"target":503},{"source":481,"target":6},{"source":484,"target":481},{"source":484,"target":453},{"source":484,"target":504},{"source":484,"target":505},{"source":484,"target":506},{"source":504,"target":77},{"source":504,"target":507},{"source":504,"target":484},{"source":507,"target":77},{"source":505,"target":424},{"source":505,"target":508},{"source":505,"target":484},{"source":508,"target":424},{"source":506,"target":453},{"source":485,"target":481},{"source":485,"target":453},{"source":485,"target":509},{"source":485,"target":510},{"source":485,"target":511},{"source":485,"target":512},{"source":509,"target":424},{"source":509,"target":513},{"source":509,"target":485},{"source":513,"target":424},{"source":510,"target":420},{"source":510,"target":514},{"source":510,"target":485},{"source":514,"target":420},{"source":511,"target":424},{"source":511,"target":515},{"source":511,"target":485},{"source":515,"target":424},{"source":512,"target":453},{"source":486,"target":481},{"source":486,"target":453},{"source":486,"target":516},{"source":486,"target":517},{"source":486,"target":518},{"source":516,"target":67},{"source":516,"target":519},{"source":516,"target":486},{"source":519,"target":67},{"source":517,"target":420},{"source":517,"target":520},{"source":517,"target":486},{"source":520,"target":420},{"source":518,"target":453},{"source":487,"target":481},{"source":487,"target":488},{"source":487,"target":521},{"source":521,"target":488},{"source":488,"target":481},{"source":488,"target":453},{"source":488,"target":522},{"source":488,"target":523},{"source":488,"target":524},{"source":522,"target":489},{"source":522,"target":525},{"source":522,"target":488},{"source":525,"target":489},{"source":523,"target":424},{"source":523,"target":526},{"source":523,"target":488},{"source":526,"target":424},{"source":524,"target":453},{"source":489,"target":481},{"source":489,"target":69},{"source":489,"target":527},{"source":489,"target":528},{"source":489,"target":529},{"source":527,"target":424},{"source":527,"target":530},{"source":527,"target":489},{"source":530,"target":424},{"source":528,"target":57},{"source":528,"target":531},{"source":528,"target":489},{"source":531,"target":57},{"source":529,"target":69},{"source":490,"target":481},{"source":490,"target":484},{"source":490,"target":532},{"source":490,"target":533},{"source":490,"target":534},{"source":532,"target":424},{"source":532,"target":535},{"source":532,"target":490},{"source":535,"target":424},{"source":533,"target":420},{"source":533,"target":536},{"source":533,"target":490},{"source":536,"target":420},{"source":534,"target":484},{"source":491,"target":481},{"source":491,"target":490},{"source":491,"target":537},{"source":491,"target":538},{"source":491,"target":539},{"source":537,"target":540},{"source":537,"target":491},{"source":538,"target":424},{"source":538,"target":541},{"source":538,"target":491},{"source":541,"target":424},{"source":539,"target":490},{"source":492,"target":481},{"source":492,"target":488},{"source":492,"target":542},{"source":492,"target":543},{"source":542,"target":420},{"source":542,"target":544},{"source":542,"target":492},{"source":544,"target":420},{"source":543,"target":488},{"source":493,"target":481},{"source":493,"target":453},{"source":493,"target":545},{"source":493,"target":546},{"source":545,"target":420},{"source":545,"target":547},{"source":545,"target":493},{"source":547,"target":420},{"source":546,"target":453},{"source":494,"target":481},{"source":494,"target":484},{"source":494,"target":548},{"source":494,"target":549},{"source":548,"target":420},{"source":548,"target":550},{"source":548,"target":494},{"source":550,"target":420},{"source":549,"target":484},{"source":495,"target":481},{"source":495,"target":489},{"source":495,"target":551},{"source":495,"target":552},{"source":495,"target":553},{"source":551,"target":554},{"source":551,"target":495},{"source":552,"target":424},{"source":552,"target":555},{"source":552,"target":495},{"source":555,"target":424},{"source":553,"target":489},{"source":496,"target":481},{"source":496,"target":489},{"source":496,"target":556},{"source":496,"target":557},{"source":496,"target":558},{"source":556,"target":559},{"source":556,"target":496},{"source":557,"target":424},{"source":557,"target":560},{"source":557,"target":496},{"source":560,"target":424},{"source":558,"target":489},{"source":497,"target":481},{"source":497,"target":453},{"source":497,"target":561},{"source":497,"target":562},{"source":497,"target":563},{"source":561,"target":82},{"source":561,"target":564},{"source":561,"target":497},{"source":564,"target":82},{"source":562,"target":424},{"source":562,"target":565},{"source":562,"target":497},{"source":565,"target":424},{"source":563,"target":453},{"source":498,"target":481},{"source":498,"target":484},{"source":498,"target":566},{"source":498,"target":567},{"source":566,"target":420},{"source":566,"target":568},{"source":566,"target":498},{"source":568,"target":420},{"source":567,"target":484},{"source":499,"target":481},{"source":499,"target":487},{"source":499,"target":569},{"source":569,"target":487},{"source":500,"target":481},{"source":500,"target":453},{"source":500,"target":570},{"source":500,"target":571},{"source":500,"target":572},{"source":570,"target":420},{"source":570,"target":573},{"source":570,"target":500},{"source":573,"target":420},{"source":571,"target":36},{"source":571,"target":574},{"source":571,"target":500},{"source":574,"target":36},{"source":572,"target":453},{"source":501,"target":481},{"source":501,"target":487},{"source":501,"target":575},{"source":575,"target":487},{"source":502,"target":481},{"source":502,"target":453},{"source":502,"target":576},{"source":502,"target":577},{"source":502,"target":578},{"source":502,"target":579},{"source":576,"target":580},{"source":576,"target":502},{"source":577,"target":581},{"source":577,"target":502},{"source":578,"target":424},{"source":578,"target":582},{"source":578,"target":502},{"source":582,"target":424},{"source":579,"target":453},{"source":503,"target":481},{"source":503,"target":490},{"source":503,"target":583},{"source":503,"target":584},{"source":503,"target":585},{"source":583,"target":586},{"source":583,"target":503},{"source":584,"target":424},{"source":584,"target":587},{"source":584,"target":503},{"source":587,"target":424},{"source":585,"target":490},{"source":482,"target":588},{"source":482,"target":589},{"source":482,"target":590},{"source":482,"target":591},{"source":482,"target":592},{"source":482,"target":593},{"source":482,"target":594},{"source":482,"target":6},{"source":588,"target":482},{"source":588,"target":453},{"source":588,"target":595},{"source":588,"target":596},{"source":595,"target":424},{"source":595,"target":597},{"source":595,"target":588},{"source":597,"target":424},{"source":596,"target":453},{"source":589,"target":482},{"source":589,"target":598},{"source":589,"target":599},{"source":589,"target":600},{"source":599,"target":424},{"source":599,"target":601},{"source":599,"target":589},{"source":601,"target":424},{"source":600,"target":598},{"source":590,"target":482},{"source":590,"target":453},{"source":590,"target":602},{"source":590,"target":603},{"source":590,"target":604},{"source":590,"target":605},{"source":590,"target":606},{"source":602,"target":13},{"source":602,"target":607},{"source":602,"target":590},{"source":607,"target":13},{"source":603,"target":420},{"source":603,"target":608},{"source":603,"target":590},{"source":608,"target":420},{"source":604,"target":424},{"source":604,"target":609},{"source":604,"target":590},{"source":609,"target":424},{"source":605,"target":610},{"source":605,"target":590},{"source":606,"target":453},{"source":591,"target":482},{"source":591,"target":453},{"source":591,"target":611},{"source":591,"target":612},{"source":591,"target":613},{"source":611,"target":420},{"source":611,"target":614},{"source":611,"target":591},{"source":614,"target":420},{"source":612,"target":36},{"source":612,"target":615},{"source":612,"target":591},{"source":615,"target":36},{"source":613,"target":453},{"source":592,"target":482},{"source":592,"target":453},{"source":592,"target":616},{"source":592,"target":617},{"source":592,"target":618},{"source":592,"target":619},{"source":592,"target":620},{"source":616,"target":621},{"source":616,"target":592},{"source":617,"target":36},{"source":617,"target":622},{"source":617,"target":592},{"source":622,"target":36},{"source":618,"target":420},{"source":618,"target":623},{"source":618,"target":592},{"source":623,"target":420},{"source":619,"target":424},{"source":619,"target":624},{"source":619,"target":592},{"source":624,"target":424},{"source":620,"target":453},{"source":593,"target":482},{"source":593,"target":453},{"source":593,"target":625},{"source":593,"target":626},{"source":593,"target":627},{"source":593,"target":628},{"source":593,"target":629},{"source":625,"target":630},{"source":625,"target":593},{"source":626,"target":36},{"source":626,"target":631},{"source":626,"target":593},{"source":631,"target":36},{"source":627,"target":424},{"source":627,"target":632},{"source":627,"target":593},{"source":632,"target":424},{"source":628,"target":36},{"source":628,"target":633},{"source":628,"target":593},{"source":633,"target":36},{"source":629,"target":453},{"source":594,"target":482},{"source":594,"target":453},{"source":594,"target":634},{"source":594,"target":635},{"source":594,"target":636},{"source":594,"target":637},{"source":634,"target":638},{"source":634,"target":594},{"source":635,"target":420},{"source":635,"target":639},{"source":635,"target":594},{"source":639,"target":420},{"source":636,"target":43},{"source":636,"target":640},{"source":636,"target":594},{"source":640,"target":43},{"source":637,"target":453},{"source":483,"target":453},{"source":483,"target":424},{"source":483,"target":641},{"source":483,"target":598},{"source":483,"target":642},{"source":483,"target":643},{"source":483,"target":644},{"source":483,"target":645},{"source":483,"target":420},{"source":483,"target":6},{"source":453,"target":483},{"source":453,"target":406},{"source":453,"target":646},{"source":453,"target":647},{"source":453,"target":648},{"source":453,"target":649},{"source":453,"target":650},{"source":646,"target":420},{"source":646,"target":651},{"source":646,"target":453},{"source":651,"target":420},{"source":647,"target":36},{"source":647,"target":652},{"source":647,"target":453},{"source":652,"target":36},{"source":648,"target":424},{"source":648,"target":653},{"source":648,"target":453},{"source":653,"target":424},{"source":649,"target":654},{"source":649,"target":453},{"source":650,"target":406},{"source":424,"target":483},{"source":424,"target":641},{"source":424,"target":655},{"source":655,"target":641},{"source":641,"target":483},{"source":641,"target":345},{"source":641,"target":84},{"source":641,"target":656},{"source":641,"target":657},{"source":656,"target":345},{"source":657,"target":84},{"source":598,"target":483},{"source":598,"target":642},{"source":598,"target":658},{"source":598,"target":659},{"source":598,"target":660},{"source":658,"target":661},{"source":658,"target":598},{"source":659,"target":420},{"source":659,"target":662},{"source":659,"target":598},{"source":662,"target":420},{"source":660,"target":642},{"source":642,"target":483},{"source":642,"target":453},{"source":642,"target":663},{"source":642,"target":664},{"source":663,"target":424},{"source":663,"target":665},{"source":663,"target":642},{"source":665,"target":424},{"source":664,"target":453},{"source":643,"target":483},{"source":643,"target":642},{"source":643,"target":666},{"source":643,"target":667},{"source":643,"target":668},{"source":666,"target":424},{"source":666,"target":669},{"source":666,"target":643},{"source":669,"target":424},{"source":667,"target":45},{"source":667,"target":670},{"source":667,"target":643},{"source":670,"target":45},{"source":668,"target":642},{"source":644,"target":483},{"source":644,"target":598},{"source":644,"target":671},{"source":644,"target":672},{"source":671,"target":13},{"source":671,"target":673},{"source":671,"target":644},{"source":673,"target":13},{"source":672,"target":598},{"source":645,"target":483},{"source":645,"target":598},{"source":645,"target":674},{"source":645,"target":675},{"source":645,"target":676},{"source":674,"target":86},{"source":674,"target":677},{"source":674,"target":645},{"source":677,"target":86},{"source":675,"target":424},{"source":675,"target":678},{"source":675,"target":645},{"source":678,"target":424},{"source":676,"target":598},{"source":420,"target":483},{"source":420,"target":641},{"source":420,"target":679},{"source":679,"target":641},{"source":7,"target":1},{"source":8,"target":1},{"source":9,"target":1},{"source":2,"target":680},{"source":2,"target":681},{"source":2,"target":0},{"source":680,"target":682},{"source":680,"target":2},{"source":682,"target":683},{"source":682,"target":684},{"source":682,"target":685},{"source":682,"target":686},{"source":682,"target":687},{"source":682,"target":688},{"source":682,"target":689},{"source":682,"target":690},{"source":682,"target":691},{"source":682,"target":692},{"source":682,"target":693},{"source":682,"target":694},{"source":682,"target":695},{"source":682,"target":696},{"source":682,"target":697},{"source":682,"target":680},{"source":683,"target":682},{"source":683,"target":697},{"source":683,"target":698},{"source":698,"target":697},{"source":684,"target":682},{"source":684,"target":699},{"source":684,"target":700},{"source":684,"target":701},{"source":699,"target":77},{"source":699,"target":702},{"source":699,"target":684},{"source":702,"target":77},{"source":700,"target":697},{"source":700,"target":703},{"source":700,"target":684},{"source":703,"target":697},{"source":701,"target":704},{"source":701,"target":684},{"source":685,"target":682},{"source":685,"target":686},{"source":685,"target":705},{"source":685,"target":706},{"source":705,"target":707},{"source":705,"target":685},{"source":706,"target":686},{"source":686,"target":682},{"source":686,"target":697},{"source":686,"target":708},{"source":686,"target":709},{"source":708,"target":96},{"source":708,"target":710},{"source":708,"target":686},{"source":710,"target":96},{"source":709,"target":697},{"source":687,"target":682},{"source":687,"target":686},{"source":687,"target":711},{"source":687,"target":712},{"source":711,"target":713},{"source":711,"target":687},{"source":712,"target":686},{"source":688,"target":682},{"source":688,"target":683},{"source":688,"target":714},{"source":688,"target":715},{"source":714,"target":689},{"source":714,"target":716},{"source":714,"target":688},{"source":716,"target":689},{"source":715,"target":683},{"source":689,"target":682},{"source":689,"target":690},{"source":689,"target":717},{"source":689,"target":718},{"source":717,"target":22},{"source":717,"target":719},{"source":717,"target":689},{"source":719,"target":22},{"source":718,"target":690},{"source":690,"target":682},{"source":690,"target":691},{"source":690,"target":720},{"source":720,"target":691},{"source":691,"target":682},{"source":691,"target":683},{"source":691,"target":721},{"source":691,"target":722},{"source":721,"target":684},{"source":721,"target":723},{"source":721,"target":691},{"source":723,"target":684},{"source":722,"target":683},{"source":692,"target":682},{"source":692,"target":690},{"source":692,"target":724},{"source":692,"target":725},{"source":724,"target":82},{"source":724,"target":726},{"source":724,"target":692},{"source":726,"target":82},{"source":725,"target":690},{"source":693,"target":682},{"source":693,"target":686},{"source":693,"target":727},{"source":693,"target":728},{"source":727,"target":729},{"source":727,"target":693},{"source":728,"target":686},{"source":694,"target":682},{"source":694,"target":697},{"source":694,"target":730},{"source":694,"target":731},{"source":694,"target":732},{"source":730,"target":98},{"source":730,"target":733},{"source":730,"target":694},{"source":733,"target":98},{"source":731,"target":97},{"source":731,"target":734},{"source":731,"target":694},{"source":734,"target":97},{"source":732,"target":697},{"source":695,"target":682},{"source":695,"target":691},{"source":695,"target":735},{"source":695,"target":736},{"source":735,"target":83},{"source":735,"target":737},{"source":735,"target":695},{"source":737,"target":83},{"source":736,"target":691},{"source":696,"target":682},{"source":696,"target":686},{"source":696,"target":738},{"source":696,"target":739},{"source":738,"target":740},{"source":738,"target":696},{"source":739,"target":686},{"source":697,"target":682},{"source":697,"target":741},{"source":697,"target":742},{"source":742,"target":741},{"source":681,"target":743},{"source":681,"target":2},{"source":743,"target":741},{"source":743,"target":681},{"source":741,"target":743}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/RenanGreca/SmartFireAlarm/OSATE-AADL2_projects/osate/src/aadl2/impl/aadl2.ecore
aadl2 Element getOwner ownedElement ownedComment Comment body String java.lang.String java.lang.String Type NamedElement getNamespace qualifiedName getPropertyValues propertySetName propertyName name qualifiedName ownedPropertyAssociation PropertyAssociation property appliesTo inBinding append constant ownedValue Property inherit defaultValue appliesToMetaclass appliesToClassifier appliesTo emptyListDefault BasicProperty referencedPropertyType ownedPropertyType propertyType TypedElement type PropertyType AbstractNamedValue Boolean boolean boolean PropertyExpression MetaclassReference annexName metaclassName PropertyOwner Classifier classifierFeature inheritedMember generalization general ownedAnnexSubclause ownedPrototype ownedPrototypeBinding noPrototypes noAnnexes noProperties Namespace ownedMember member ClassifierFeature featuringClassifier Generalization general specific DirectedRelationship source target Relationship relatedElement AnnexSubclause ModalElement getAllInModes inMode Mode initial false derived false ModeFeature Prototype refined StructuralFeature RefinableElement refinementContext refinedElement CalledSubprogram PrototypeBinding formal ContainedNamedElement path containmentPathElement ContainmentPathElement arrayRange namedElement annexName path ArrayRange lowerBound upperBound Integer long long ModalPropertyValue ownedValue BehavioralFeature Real double double ArrayDimension size ArraySize size sizeProperty ArraySizeProperty ArrayableElement arrayDimension ComponentImplementationReference implementation ownedPrototypeBinding ComponentImplementation getAllSubcomponents type ownedSubcomponent extended ownedFlowImplementation ownedConnection ownedExtension ownedRealization ownedEndToEndFlow ownedAbstractSubcomponent ownedAccessConnection ownedParameterConnection ownedPortConnection ownedFeatureConnection ownedFeatureGroupConnection noSubcomponents noConnections noCalls ownedProcessorFeature ownedInternalFeature ownedEventSource ownedEventDataSource ownedPortProxy ownedSubprogramProxy ComponentClassifier ownedMode ownedModeTransition derivedModes noFlows noModes SubcomponentType FeatureClassifier ModeTransition source destination ownedTrigger ModeTransitionTrigger context triggerPort Context TriggerPort ComponentType ownedFeature extended ownedFlowSpecification ownedExtension ownedFeatureGroup ownedAbstractFeature noFeatures Feature prototype featureClassifier refined classifier FeatureConnectionEnd ConnectionEnd ComponentPrototype array constrainingClassifier FlowSpecification refined kind outEnd InEnd FlowFeature Flow ModalPath inMode getInModes getInModeTransitions getAllInModeTransitions inModeOrTransition FlowElement EndToEndFlowElement FlowKind source source path path sink sink FlowEnd context feature TypeExtension extended FeatureGroup inverse featureType featureGroupType featureGroupPrototype CallContext DirectedFeature direction in out DirectionType in in out out inOut inOut FeatureGroupConnectionEnd FeatureType FeatureGroupType ownedFeature extended inverse ownedExtension ownedBusAccess ownedDataAccess ownedDataPort ownedEventDataPort ownedEventPort ownedFeatureGroup ownedParameter ownedSubprogramAccess ownedSubprogramGroupAccess ownedAbstractFeature GroupExtension extended BusAccess busFeatureClassifier virtual false Access kind category AccessConnectionEnd AccessType provides provides requires requires AccessCategory bus bus data data subprogram subprogram subprogramGroup subprogramGroup virtualBus virtualBus BusFeatureClassifier DataAccess dataFeatureClassifier ParameterConnectionEnd PortConnectionEnd DataSubcomponentType DataPort dataFeatureClassifier Port category PortCategory data data event event eventData eventData EventDataPort dataFeatureClassifier EventPort Parameter dataFeatureClassifier SubprogramAccess subprogramFeatureClassifier SubprogramSubcomponentType SubprogramGroupAccess subprogramGroupFeatureClassifier SubprogramGroupSubcomponentType AbstractFeature featurePrototype abstractFeatureClassifier FeaturePrototype direction constrainingClassifier in out FeatureGroupPrototype constrainingFeatureGroupType Subcomponent inMode subcomponentType ownedPrototypeBinding prototype ownedModeBinding allModes implementationReference refined classifier ModeBinding parentMode derivedMode FlowImplementation kind specification ownedFlowSegment inEnd outEnd FlowSegment flowElement context Connection destination source bidirectional refined ConnectedElement context connectionEnd next ImplementationExtension extended Realization implemented EndToEndFlow refined ownedEndToEndFlowSegment EndToEndFlowSegment flowElement context AbstractSubcomponent abstractSubcomponentType Abstract AbstractSubcomponentType AccessConnection accessCategory ParameterConnection PortConnection FeatureConnection FeatureGroupConnection ProcessorFeature InternalFeature direction in out EventSource EventDataSource dataClassifier DataClassifier Data PortProxy direction dataClassifier in out SubprogramProxy subprogramClassifier SubprogramClassifier Subprogram ComponentCategory abstract abstract bus bus data data device device memory memory process process processor processor subprogram subprogram subprogramGroup subprogramGroup system system thread thread threadGroup threadGroup virtualBus virtualBus virtualProcessor virtualProcessor AnnexLibrary DefaultAnnexLibrary sourceText parsedAnnexLibrary DefaultAnnexSubclause sourceText parsedAnnexSubclause PublicPackageSection privateSection PackageSection name ownedPackageRename ownedComponentTypeRename ownedClassifier ownedFeatureGroupTypeRename ownedAnnexLibrary importedUnit noAnnexes noProperties PackageRename renamedPackage renameAll AadlPackage ownedPublicSection ownedPrivateSection publicSection privateSection ModelUnit PrivatePackageSection publicSection ComponentTypeRename category renamedComponentType FeatureGroupTypeRename renamedFeatureGroupType ComponentPrototypeBinding formal actual ComponentPrototypeActual category binding subcomponentType FeatureGroupPrototypeBinding formal actual FeatureGroupPrototypeActual binding featureType FeaturePrototypeActual FeaturePrototypeBinding formal actual AccessSpecification kind category classifier componentPrototype PortSpecification direction category classifier componentPrototype in out FeaturePrototypeReference direction prototype in out SubprogramCallSequence ownedSubprogramCall SubprogramCall calledSubprogram context BehavioredImplementation subprogramCalls subprogramCall ownedSubprogramCallSequence AbstractType ownedBusAccess ownedDataAccess ownedSubprogramAccess ownedDataPort ownedEventPort ownedEventDataPort ownedSubprogramGroupAccess AbstractClassifier VirtualProcessorSubcomponentType VirtualBusSubcomponentType ThreadGroupSubcomponentType ThreadSubcomponentType SystemSubcomponentType ProcessSubcomponentType MemorySubcomponentType DeviceSubcomponentType BusSubcomponentType ProcessorSubcomponentType AbstractImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedDeviceSubcomponent ownedMemorySubcomponent ownedProcessSubcomponent ownedProcessorSubcomponent ownedSystemSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent BusSubcomponent busSubcomponentType Bus DataSubcomponent dataSubcomponentType DeviceSubcomponent deviceSubcomponentType Device MemorySubcomponent memorySubcomponentType Memory ProcessSubcomponent processSubcomponentType Process ProcessorSubcomponent processorSubcomponentType Processor SystemSubcomponent systemSubcomponentType System SubprogramSubcomponent subprogramSubcomponentType SubprogramGroupSubcomponent subprogramGroupSubcomponentType SubprogramGroup ThreadSubcomponent threadSubcomponentType Thread ThreadGroupSubcomponent threadGroupSubcomponentType ThreadGroup VirtualBusSubcomponent virtualBusSubcomponentType VirtualBus VirtualProcessorSubcomponent virtualProcessorSubcomponentType VirtualProcessor AbstractPrototype BusClassifier BusType ownedBusAccess ownedDataPort ownedEventDataPort ownedEventPort BusImplementation type ownedVirtualBusSubcomponent BusPrototype DataType ownedSubprogramAccess ownedDataAccess ownedSubprogramGroupAccess DataImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent DataPrototype DeviceClassifier DeviceType ownedDataPort ownedEventDataPort ownedEventPort ownedBusAccess ownedSubprogramAccess ownedSubprogramGroupAccess DeviceImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedVirtualBusSubcomponent DevicePrototype MemoryClassifier MemoryType ownedBusAccess ownedDataPort ownedEventDataPort ownedEventPort MemoryImplementation type ownedBusSubcomponent ownedMemorySubcomponent MemoryPrototype SubprogramType ownedEventDataPort ownedEventPort ownedParameter ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess SubprogramImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent SubprogramPrototype SubprogramGroupClassifier SubprogramGroupType ownedSubprogramAccess ownedSubprogramGroupAccess SubprogramGroupImplementation type ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedDataSubcomponent SubprogramGroupPrototype SystemClassifier SystemType ownedBusAccess ownedDataAccess ownedDataPort ownedSubprogramGroupAccess ownedSubprogramAccess ownedEventPort ownedEventDataPort SystemImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedDeviceSubcomponent ownedMemorySubcomponent ownedProcessSubcomponent ownedProcessorSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedSystemSubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent SystemPrototype ProcessorClassifier ProcessorType ownedDataPort ownedEventDataPort ownedEventPort ownedBusAccess ownedSubprogramAccess ownedSubprogramGroupAccess ProcessorImplementation type ownedBusSubcomponent ownedMemorySubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent ProcessorPrototype ProcessClassifier ProcessType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ProcessImplementation type ownedDataSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ProcessPrototype ThreadClassifier ThreadType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ThreadImplementation type ownedSubprogramGroupSubcomponent ownedSubprogramSubcomponent ownedDataSubcomponent ThreadPrototype ThreadGroupClassifier ThreadGroupType ownedDataPort ownedEventDataPort ownedEventPort ownedDataAccess ownedSubprogramAccess ownedSubprogramGroupAccess ThreadGroupImplementation type ownedDataSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ThreadGroupPrototype VirtualBusClassifier VirtualBusType ownedDataPort ownedEventDataPort ownedEventPort ownedBusAccess VirtualBusImplementation type ownedVirtualBusSubcomponent VirtualBusPrototype VirtualProcessorClassifier VirtualProcessorType ownedDataPort ownedEventDataPort ownedEventPort ownedSubprogramAccess ownedSubprogramGroupAccess ownedBusAccess VirtualProcessorImplementation type ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent VirtualProcessorPrototype BasicPropertyAssociation property ownedValue PropertyConstant referencedPropertyType ownedPropertyType constantValue propertyType StringLiteral value PropertyValue NumberValue getScaledValue target getScaledValue getScaledValue target unit UnitLiteral getAbsoluteFactor target baseUnit factor EnumerationLiteral ClassifierValue classifier ReferenceValue BooleanLiteral value RangeValue minimum maximum delta IntegerLiteral base value RealLiteral value Operation op ownedPropertyExpression OperationKind and and or or not not plus plus minus minus RecordValue ownedFieldValue ComputedValue function ListValue ownedListElement NamedValue namedValue PropertySet ownedPropertyType ownedProperty ownedPropertyConstant importedUnit ownedAnnexSubclause GlobalNamespace package propertySet NonListType AadlBoolean AadlString AadlInteger NumberType ownedUnitsType referencedUnitsType range unitsType UnitsType ownedLiteral EnumerationType ownedLiteral NumericRange upperBound lowerBound AadlReal ClassifierType classifierReference RangeType ownedNumberType numberType referencedNumberType RecordType ownedField RecordField ReferenceType namedElementReference ListType ownedElementType referencedElementType elementType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="aadl2" nsURI="http://aadl.info/AADL/2.0" nsPrefix="aadl2"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="AADL2"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eOperations name="getOwner" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eOperations name="getNamespace" ordered="false" lowerBound="1" eType="#//Namespace"/> <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="#//String"/> <eOperations name="getPropertyValues" ordered="false" upperBound="-1" eType="#//PropertyExpression"> <eParameters name="propertySetName" ordered="false" lowerBound="1" eType="#//String"/> <eParameters name="propertyName" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyAssociation" ordered="false" upperBound="-1" eType="#//PropertyAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssociation" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false" upperBound="-1" eType="#//ContainedNamedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inBinding" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" upperBound="-1" eType="#//ModalPropertyValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//BasicProperty #//AbstractNamedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inherit" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesToMetaclass" ordered="false" upperBound="-1" eType="#//MetaclassReference" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesToClassifier" ordered="false" upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" ordered="false" upperBound="-1" eType="#//PropertyOwner" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyListDefault" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicProperty" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedPropertyType" ordered="false" eType="#//PropertyType"> <eAnnotations source="subsets" references="#//BasicProperty/propertyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//BasicProperty/propertyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" unique="false" lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//TypedElement/type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedValue" abstract="true"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyExpression" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="MetaclassReference" eSuperTypes="#//PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaclassName" ordered="false" unique="false" lowerBound="1" upperBound="-1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierFeature" ordered="false" upperBound="-1" eType="#//ClassifierFeature" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ClassifierFeature/featuringClassifier"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Generalization/specific"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false" upperBound="-1" eType="#//AnnexSubclause" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototype" ordered="false" upperBound="-1" eType="#//Prototype" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noPrototypes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierFeature" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false" eOpposite="#//Classifier/classifierFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" abstract="true" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="#//Classifier" volatile="true" transient="true" derived="true" eOpposite="#//Classifier/generalization"> <eAnnotations source="subsets" references="#//DirectedRelationship/source"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnexSubclause" abstract="true" eSuperTypes="#//ModalElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModalElement" eSuperTypes="#//NamedElement"> <eOperations name="getAllInModes" ordered="false" upperBound="-1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode" eSuperTypes="#//ModeFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeFeature" abstract="true" eSuperTypes="#//ClassifierFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Prototype" abstract="true" eSuperTypes="#//StructuralFeature #//CalledSubprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Prototype"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//RefinableElement #//ClassifierFeature"/> <eClassifiers xsi:type="ecore:EClass" name="RefinableElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refinementContext" ordered="false" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedElement" ordered="false" eType="#//RefinableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledSubprogram" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PrototypeBinding" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainedNamedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="path" lowerBound="1" eType="#//ContainmentPathElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containmentPathElement" ordered="false" upperBound="-1" eType="#//ContainmentPathElement" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainmentPathElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayRange" upperBound="-1" eType="#//ArrayRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedElement" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annexName" ordered="false" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="#//ContainmentPathElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRange" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" ordered="false" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="long"/> <eClassifiers xsi:type="ecore:EClass" name="ModalPropertyValue" eSuperTypes="#//ModalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//ClassifierFeature"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//ArraySize" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySize" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" lowerBound="1" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeProperty" ordered="false" eType="#//ArraySizeProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySizeProperty" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayableElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimension" upperBound="-1" eType="#//ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentImplementationReference" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" ordered="false" lowerBound="1" eType="#//ComponentImplementation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentImplementation" abstract="true" eSuperTypes="#//ComponentClassifier"> <eOperations name="getAllSubcomponents" ordered="false" upperBound="-1" eType="#//Subcomponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubcomponent" ordered="false" upperBound="-1" eType="#//Subcomponent" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//ComponentImplementation" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowImplementation" upperBound="-1" eType="#//FlowImplementation" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConnection" ordered="false" upperBound="-1" eType="#//Connection" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//ImplementationExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRealization" ordered="false" lowerBound="1" eType="#//Realization" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlow" ordered="false" upperBound="-1" eType="#//EndToEndFlow" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractSubcomponent" ordered="false" upperBound="-1" eType="#//AbstractSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAccessConnection" ordered="false" upperBound="-1" eType="#//AccessConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterConnection" ordered="false" upperBound="-1" eType="#//ParameterConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortConnection" ordered="false" upperBound="-1" eType="#//PortConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureConnection" ordered="false" upperBound="-1" eType="#//FeatureConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupConnection" ordered="false" upperBound="-1" eType="#//FeatureGroupConnection" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedConnection"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noSubcomponents" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noConnections" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noCalls" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorFeature" ordered="false" upperBound="-1" eType="#//ProcessorFeature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInternalFeature" ordered="false" upperBound="-1" eType="#//InternalFeature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember #//Classifier/classifierFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventSource" ordered="false" upperBound="-1" eType="#//EventSource" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataSource" ordered="false" upperBound="-1" eType="#//EventDataSource" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedInternalFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPortProxy" ordered="false" upperBound="-1" eType="#//PortProxy" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramProxy" ordered="false" upperBound="-1" eType="#//SubprogramProxy" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedProcessorFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentClassifier" abstract="true" eSuperTypes="#//Classifier #//SubcomponentType #//FeatureClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMode" ordered="false" upperBound="-1" eType="#//Mode" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeTransition" ordered="false" upperBound="-1" eType="#//ModeTransition" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedModes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noFlows" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noModes" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubcomponentType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureClassifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ModeTransition" eSuperTypes="#//ModeFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTrigger" ordered="false" lowerBound="1" upperBound="-1" eType="#//ModeTransitionTrigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeTransitionTrigger" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerPort" ordered="false" lowerBound="1" eType="#//TriggerPort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerPort" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentType" abstract="true" eSuperTypes="#//ComponentClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" ordered="false" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSpecification" upperBound="-1" eType="#//FlowSpecification" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//TypeExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false" upperBound="-1" eType="#//FeatureGroup" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false" upperBound="-1" eType="#//AbstractFeature" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noFeatures" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//StructuralFeature #//FeatureConnectionEnd #//ArrayableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureClassifier" ordered="false" eType="#//FeatureClassifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Feature"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionEnd" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototype" abstract="true" eSuperTypes="#//Prototype #//SubcomponentType #//FeatureClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier" ordered="false" eType="#//ComponentClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSpecification" eSuperTypes="#//FlowFeature #//ModalPath #//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//FlowSpecification"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//FlowKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEnd" ordered="false" eType="#//FlowEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InEnd" ordered="false" eType="#//FlowEnd" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowFeature" abstract="true" eSuperTypes="#//StructuralFeature #//Flow"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModalPath" abstract="true" eSuperTypes="#//ModalElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ModalElement/inMode"/> <eAnnotations source="subsets" references="#//ModalPath/inModeOrTransition"/> </contents> </eAnnotations> <eOperations name="getInModes" ordered="false" upperBound="-1" eType="#//Mode"/> <eOperations name="getInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/> <eOperations name="getAllInModeTransitions" ordered="false" upperBound="-1" eType="#//ModeTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModeOrTransition" ordered="false" upperBound="-1" eType="#//ModeFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true" eSuperTypes="#//EndToEndFlowElement"/> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EEnum" name="FlowKind"> <eLiterals name="source"/> <eLiterals name="path" value="1"/> <eLiterals name="sink" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowEnd" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//ComponentType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroup" eSuperTypes="#//DirectedFeature #//Context #//FeatureGroupConnectionEnd #//CallContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false" eType="#//FeatureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupType" ordered="false" eType="#//FeatureGroupType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//FeatureGroup/featureType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureGroupPrototype" ordered="false" eType="#//FeatureGroupPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//FeatureGroup/featureType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallContext" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedFeature" abstract="true" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionType"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inOut" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupType" eSuperTypes="#//Classifier #//FeatureType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" eType="#//FeatureGroupType" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Classifier/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" ordered="false" eType="#//FeatureGroupType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExtension" ordered="false" eType="#//GroupExtension" containment="true"> <eAnnotations source="subsets" references="#//Classifier/generalization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroup" ordered="false" upperBound="-1" eType="#//FeatureGroup" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAbstractFeature" ordered="false" upperBound="-1" eType="#//AbstractFeature" containment="true"> <eAnnotations source="subsets" references="#//FeatureGroupType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//FeatureGroupType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusAccess" eSuperTypes="#//Access"> <eStructuralFeatures xsi:type="ecore:EReference" name="busFeatureClassifier" ordered="false" eType="#//BusFeatureClassifier"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtual" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Access" abstract="true" eSuperTypes="#//Feature #//AccessConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//AccessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//AccessCategory" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eLiterals name="provides"/> <eLiterals name="requires" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessCategory"> <eLiterals name="bus"/> <eLiterals name="data" value="1"/> <eLiterals name="subprogram" value="2"/> <eLiterals name="subprogramGroup" value="3"/> <eLiterals name="virtualBus" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusFeatureClassifier" abstract="true" eSuperTypes="#//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataAccess" eSuperTypes="#//Access #//FlowElement #//ParameterConnectionEnd #//PortConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="PortConnectionEnd" abstract="true" eSuperTypes="#//ConnectionEnd"/> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataPort" eSuperTypes="#//Port #//Context #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true" eSuperTypes="#//DirectedFeature #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//PortCategory" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortCategory"> <eLiterals name="data"/> <eLiterals name="event" value="1"/> <eLiterals name="eventData" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDataPort" eSuperTypes="#//Port #//Context #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//DirectedFeature #//Context #//ParameterConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFeatureClassifier" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramAccess" eSuperTypes="#//Access #//CalledSubprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramFeatureClassifier" ordered="false" eType="#//SubprogramSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupAccess" eSuperTypes="#//Access #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupFeatureClassifier" ordered="false" eType="#//SubprogramGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//FeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractFeature" eSuperTypes="#//DirectedFeature #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EReference" name="featurePrototype" ordered="false" eType="#//FeaturePrototype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractFeatureClassifier" ordered="false" eType="#//FeatureClassifier"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototype" eSuperTypes="#//Prototype"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier" ordered="false" eType="#//ComponentClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototype" eSuperTypes="#//Prototype #//FeatureType"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingFeatureGroupType" ordered="false" eType="#//FeatureGroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subcomponent" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement #//Context #//FlowElement #//ArrayableElement"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="inMode" ordered="false" upperBound="-1" eType="#//Mode" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ModalElement/inMode"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false" unique="false" eType="#//SubcomponentType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrototypeBinding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" eType="#//ComponentPrototype" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedModeBinding" ordered="false" upperBound="-1" eType="#//ModeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allModes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationReference" upperBound="-1" eType="#//ComponentImplementationReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Subcomponent"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeBinding" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentMode" ordered="false" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedMode" ordered="false" eType="#//Mode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowImplementation" eSuperTypes="#//ModalPath #//ClassifierFeature #//Flow"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//FlowKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="#//FlowSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlowSegment" upperBound="-1" eType="#//FlowSegment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inEnd" ordered="false" eType="#//FlowEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEnd" ordered="false" eType="#//FlowEnd" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSegment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" ordered="false" unique="false" lowerBound="1" eType="#//FlowElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//StructuralFeature #//ModalPath #//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" ordered="false" eType="#//ConnectedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//ConnectedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirectional" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Connection"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionEnd" ordered="false" lowerBound="1" eType="#//ConnectionEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" ordered="false" eType="#//ConnectedElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationExtension" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="extended" ordered="false" lowerBound="1" eType="#//ComponentImplementation"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="implemented" ordered="false" lowerBound="1" eType="#//ComponentType"> <eAnnotations source="subsets" references="#//Generalization/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlow" eSuperTypes="#//FlowFeature #//ModalPath #//EndToEndFlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//EndToEndFlow"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlowSegment" ordered="false" upperBound="-1" eType="#//EndToEndFlowSegment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndToEndFlowSegment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="flowElement" unique="false" lowerBound="1" eType="#//EndToEndFlowElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponent" eSuperTypes="#//Subcomponent #//Abstract"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractSubcomponentType" ordered="false" eType="#//AbstractSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstract" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="AccessConnection" eSuperTypes="#//Connection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessCategory" ordered="false" lowerBound="1" eType="#//AccessCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="PortConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupConnection" eSuperTypes="#//Connection"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorFeature" abstract="true" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="InternalFeature" abstract="true" eSuperTypes="#//StructuralFeature #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventSource" eSuperTypes="#//InternalFeature"/> <eClassifiers xsi:type="ecore:EClass" name="EventDataSource" eSuperTypes="#//InternalFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" ordered="false" eType="#//DataClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Data #//DataSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Data" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PortProxy" eSuperTypes="#//ProcessorFeature #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataClassifier" ordered="false" eType="#//DataClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramProxy" eSuperTypes="#//ProcessorFeature #//AccessConnectionEnd #//CalledSubprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramClassifier" ordered="false" eType="#//SubprogramClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Subprogram #//SubprogramSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="Subprogram" abstract="true" eSuperTypes="#//NamedElement #//CalledSubprogram"/> <eClassifiers xsi:type="ecore:EEnum" name="ComponentCategory"> <eLiterals name="abstract"/> <eLiterals name="bus" value="1"/> <eLiterals name="data" value="2"/> <eLiterals name="device" value="3"/> <eLiterals name="memory" value="4"/> <eLiterals name="process" value="5"/> <eLiterals name="processor" value="6"/> <eLiterals name="subprogram" value="7"/> <eLiterals name="subprogramGroup" value="8"/> <eLiterals name="system" value="9"/> <eLiterals name="thread" value="10"/> <eLiterals name="threadGroup" value="11"/> <eLiterals name="virtualBus" value="12"/> <eLiterals name="virtualProcessor" value="13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnexLibrary" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexLibrary" eSuperTypes="#//AnnexLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexLibrary" ordered="false" eType="#//AnnexLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultAnnexSubclause" eSuperTypes="#//AnnexSubclause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceText" ordered="false" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parsedAnnexSubclause" ordered="false" eType="#//AnnexSubclause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicPackageSection" eSuperTypes="#//PackageSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false" eType="#//PrivatePackageSection" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//PrivatePackageSection/publicSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageSection" abstract="true" eSuperTypes="#//Namespace"> <eAnnotations source="duplicates"> <eAnnotations source="name"> <details key="lowerBound" value="1"/> </eAnnotations> <contents xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//NamedElement/name"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackageRename" ordered="false" upperBound="-1" eType="#//PackageRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComponentTypeRename" ordered="false" upperBound="-1" eType="#//ComponentTypeRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedClassifier" ordered="false" upperBound="-1" eType="#//Classifier" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureGroupTypeRename" ordered="false" upperBound="-1" eType="#//FeatureGroupTypeRename" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexLibrary" ordered="false" upperBound="-1" eType="#//AnnexLibrary" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false" upperBound="-1" eType="#//ModelUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noAnnexes" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noProperties" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedPackage" ordered="false" lowerBound="1" eType="#//AadlPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renameAll" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AadlPackage" eSuperTypes="#//ModelUnit"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="Package"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Package"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPublicSection" ordered="false" eType="#//PublicPackageSection" containment="true"> <eAnnotations source="subsets" references="#//AadlPackage/publicSection #//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPrivateSection" ordered="false" eType="#//PrivatePackageSection" containment="true"> <eAnnotations source="subsets" references="#//AadlPackage/privateSection #//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false" eType="#//PublicPackageSection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="privateSection" ordered="false" eType="#//PrivatePackageSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelUnit" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrivatePackageSection" eSuperTypes="#//PackageSection"> <eStructuralFeatures xsi:type="ecore:EReference" name="publicSection" ordered="false" eType="#//PublicPackageSection" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//PublicPackageSection/privateSection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentTypeRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//ComponentCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedComponentType" ordered="false" lowerBound="1" eType="#//ComponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupTypeRename" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="renamedFeatureGroupType" ordered="false" lowerBound="1" eType="#//FeatureGroupType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::ComponentPrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" upperBound="-1" eType="#//ComponentPrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentPrototypeActual" eSuperTypes="#//ArrayableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//ComponentCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentType" ordered="false" lowerBound="1" eType="#//SubcomponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::FeatureGroupPrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false" lowerBound="1" eType="#//FeatureGroupPrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupPrototypeActual" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" upperBound="-1" eType="#//PrototypeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureType" ordered="false" lowerBound="1" eType="#//FeatureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeActual" abstract="true" eSuperTypes="#//ArrayableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeBinding" eSuperTypes="#//PrototypeBinding"> <eAnnotations source="duplicates"> <eAnnotations source="formal"> <details key="eType" value="aadl2::FeaturePrototype"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//Prototype"> <eAnnotations source="redefines" references="#//PrototypeBinding/formal"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false" lowerBound="1" eType="#//FeaturePrototypeActual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessSpecification" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//AccessType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//AccessCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false" eType="#//ComponentPrototype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortSpecification" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" lowerBound="1" eType="#//PortCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" eType="#//ComponentClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentPrototype" ordered="false" eType="#//ComponentPrototype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeaturePrototypeReference" eSuperTypes="#//FeaturePrototypeActual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prototype" ordered="false" lowerBound="1" eType="#//FeaturePrototype"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="in" ordered="false" lowerBound="1" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="out" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramCallSequence" eSuperTypes="#//BehavioralFeature #//ModalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCall" upperBound="-1" eType="#//SubprogramCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramCall" eSuperTypes="#//BehavioralFeature #//Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledSubprogram" ordered="false" eType="#//CalledSubprogram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//CallContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredImplementation" abstract="true" eSuperTypes="#//ComponentImplementation"> <eOperations name="subprogramCalls" ordered="false" upperBound="-1" eType="#//SubprogramCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramCall" ordered="false" upperBound="-1" eType="#//SubprogramCall" volatile="true" transient="true" derived="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramCallSequence" ordered="false" upperBound="-1" eType="#//SubprogramCallSequence" containment="true"> <eAnnotations source="subsets" references="#//Classifier/classifierFeature #//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractType" eSuperTypes="#//ComponentType #//AbstractClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Abstract #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//BusFeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BusSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//BusFeatureClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractImplementation" eSuperTypes="#//BehavioredImplementation #//AbstractClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::AbstractType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent" ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent" ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Bus"> <eStructuralFeatures xsi:type="ecore:EReference" name="busSubcomponentType" ordered="false" eType="#//BusSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bus" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Data #//ParameterConnectionEnd #//PortConnectionEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataSubcomponentType" ordered="false" eType="#//DataSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponent" eSuperTypes="#//Subcomponent #//Device"> <eStructuralFeatures xsi:type="ecore:EReference" name="deviceSubcomponentType" ordered="false" eType="#//DeviceSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponent" eSuperTypes="#//Subcomponent #//Memory"> <eStructuralFeatures xsi:type="ecore:EReference" name="memorySubcomponentType" ordered="false" eType="#//MemorySubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Memory" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponent" eSuperTypes="#//Subcomponent #//Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="processSubcomponentType" ordered="false" eType="#//ProcessSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponent" eSuperTypes="#//Subcomponent #//Processor"> <eStructuralFeatures xsi:type="ecore:EReference" name="processorSubcomponentType" ordered="false" eType="#//ProcessorSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Processor" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponent" eSuperTypes="#//Subcomponent #//System"> <eStructuralFeatures xsi:type="ecore:EReference" name="systemSubcomponentType" ordered="false" eType="#//SystemSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//Subprogram"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramSubcomponentType" ordered="false" eType="#//SubprogramSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//SubprogramGroup #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="subprogramGroupSubcomponentType" ordered="false" eType="#//SubprogramGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroup" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponent" eSuperTypes="#//Subcomponent #//Thread"> <eStructuralFeatures xsi:type="ecore:EReference" name="threadSubcomponentType" ordered="false" eType="#//ThreadSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thread" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponent" eSuperTypes="#//Subcomponent #//ThreadGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="threadGroupSubcomponentType" ordered="false" eType="#//ThreadGroupSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroup" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponent" eSuperTypes="#//Subcomponent #//AccessConnectionEnd #//VirtualBus"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualBusSubcomponentType" ordered="false" eType="#//VirtualBusSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBus" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponent" eSuperTypes="#//Subcomponent #//VirtualProcessor"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualProcessorSubcomponentType" ordered="false" eType="#//VirtualProcessorSubcomponentType"> <eAnnotations source="subsets" references="#//Subcomponent/subcomponentType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessor" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractPrototype" eSuperTypes="#//ComponentPrototype #//Abstract #//AbstractSubcomponentType #//BusSubcomponentType #//DataSubcomponentType #//DeviceSubcomponentType #//MemorySubcomponentType #//ProcessorSubcomponentType #//ProcessSubcomponentType #//SubprogramGroupSubcomponentType #//SubprogramSubcomponentType #//SystemSubcomponentType #//ThreadGroupSubcomponentType #//ThreadSubcomponentType #//VirtualBusSubcomponentType #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Bus #//BusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BusType" eSuperTypes="#//ComponentType #//BusClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusImplementation" eSuperTypes="#//ComponentImplementation #//BusClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::BusType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusPrototype" eSuperTypes="#//ComponentPrototype #//Bus #//BusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//ComponentType #//DataClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataImplementation" eSuperTypes="#//ComponentImplementation #//DataClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::DataType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPrototype" eSuperTypes="#//ComponentPrototype #//Data #//DataSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Device #//DeviceSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="DeviceType" eSuperTypes="#//ComponentType #//DeviceClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceImplementation" eSuperTypes="#//ComponentImplementation #//DeviceClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::DeviceType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DevicePrototype" eSuperTypes="#//ComponentPrototype #//Device #//DeviceSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="MemoryClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Memory #//MemorySubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="MemoryType" eSuperTypes="#//ComponentType #//MemoryClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryImplementation" eSuperTypes="#//ComponentImplementation #//MemoryClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::MemoryType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryPrototype" eSuperTypes="#//ComponentPrototype #//Memory #//MemorySubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramType" eSuperTypes="#//ComponentType #//SubprogramClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramImplementation" eSuperTypes="#//BehavioredImplementation #//SubprogramClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SubprogramType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototype" eSuperTypes="#//ComponentPrototype #//Subprogram #//SubprogramSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SubprogramGroup #//SubprogramGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupType" eSuperTypes="#//ComponentType #//SubprogramGroupClassifier #//CallContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupImplementation" eSuperTypes="#//ComponentImplementation #//SubprogramGroupClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SubprogramGroupType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramGroup #//SubprogramGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SystemClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//System #//SystemSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="SystemType" eSuperTypes="#//ComponentType #//SystemClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemImplementation" eSuperTypes="#//ComponentImplementation #//SystemClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::SystemType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeviceSubcomponent" ordered="false" upperBound="-1" eType="#//DeviceSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//ProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSystemSubcomponent" ordered="false" upperBound="-1" eType="#//SystemSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemPrototype" eSuperTypes="#//ComponentPrototype #//System #//SystemSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Processor #//ProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessorType" eSuperTypes="#//ComponentType #//ProcessorClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorImplementation" eSuperTypes="#//ComponentImplementation #//ProcessorClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ProcessorType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusSubcomponent" ordered="false" upperBound="-1" eType="#//BusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemorySubcomponent" ordered="false" upperBound="-1" eType="#//MemorySubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorPrototype" eSuperTypes="#//ComponentPrototype #//Processor #//ProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Process #//ProcessSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessType" eSuperTypes="#//ComponentType #//ProcessClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessImplementation" eSuperTypes="#//ComponentImplementation #//ProcessClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ProcessType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPrototype" eSuperTypes="#//ComponentPrototype #//Process #//ProcessSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//Thread #//ThreadSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadType" eSuperTypes="#//ComponentType #//ThreadClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadImplementation" eSuperTypes="#//BehavioredImplementation #//ThreadClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ThreadType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadPrototype" eSuperTypes="#//ComponentPrototype #//Thread #//ThreadSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ThreadGroup #//ThreadGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupType" eSuperTypes="#//ComponentType #//ThreadGroupClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataAccess" ordered="false" upperBound="-1" eType="#//DataAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupImplementation" eSuperTypes="#//ComponentImplementation #//ThreadGroupClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::ThreadGroupType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataSubcomponent" ordered="false" upperBound="-1" eType="#//DataSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedThreadGroupSubcomponent" ordered="false" upperBound="-1" eType="#//ThreadGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupSubcomponent" ordered="false" upperBound="-1" eType="#//SubprogramGroupSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupPrototype" eSuperTypes="#//ComponentPrototype #//ThreadGroup #//ThreadGroupSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualBus #//VirtualBusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusType" eSuperTypes="#//ComponentType #//VirtualBusClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusImplementation" eSuperTypes="#//ComponentImplementation #//VirtualBusClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::VirtualBusType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusPrototype" eSuperTypes="#//ComponentPrototype #//VirtualBus #//VirtualBusSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualProcessor #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorType" eSuperTypes="#//ComponentType #//VirtualProcessorClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDataPort" ordered="false" upperBound="-1" eType="#//DataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDataPort" ordered="false" upperBound="-1" eType="#//EventDataPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventPort" ordered="false" upperBound="-1" eType="#//EventPort" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramAccess" ordered="false" upperBound="-1" eType="#//SubprogramAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubprogramGroupAccess" ordered="false" upperBound="-1" eType="#//SubprogramGroupAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBusAccess" ordered="false" upperBound="-1" eType="#//BusAccess" containment="true"> <eAnnotations source="subsets" references="#//ComponentType/ownedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorImplementation" eSuperTypes="#//ComponentImplementation #//VirtualProcessorClassifier"> <eAnnotations source="duplicates"> <eAnnotations source="type"> <details key="eType" value="aadl2::VirtualProcessorType"/> </eAnnotations> <contents xsi:type="ecore:EReference" name="type" ordered="false" unique="false" lowerBound="1" eType="#//ComponentType" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//ComponentImplementation/type"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualBusSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualBusSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVirtualProcessorSubcomponent" ordered="false" upperBound="-1" eType="#//VirtualProcessorSubcomponent" containment="true"> <eAnnotations source="subsets" references="#//ComponentImplementation/ownedSubcomponent"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorPrototype" eSuperTypes="#//ComponentPrototype #//VirtualProcessor #//VirtualProcessorSubcomponentType"/> <eClassifiers xsi:type="ecore:EClass" name="BasicPropertyAssociation" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" ordered="false" lowerBound="1" eType="#//BasicProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyConstant" eSuperTypes="#//TypedElement #//AbstractNamedValue #//ArraySizeProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedPropertyType" ordered="false" eType="#//PropertyType"> <eAnnotations source="subsets" references="#//PropertyConstant/propertyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//PropertyConstant/propertyType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constantValue" ordered="false" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="redefines" references="#//TypedElement/type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyValue" abstract="true" eSuperTypes="#//PropertyExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberValue" abstract="true" eSuperTypes="#//PropertyValue"> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/> </eOperations> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"/> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" eType="#//UnitLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitLiteral" eSuperTypes="#//EnumerationLiteral"> <eOperations name="getAbsoluteFactor" ordered="false" lowerBound="1" eType="#//Real"> <eParameters name="target" ordered="false" lowerBound="1" eType="#//UnitLiteral"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="baseUnit" ordered="false" eType="#//UnitLiteral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="factor" ordered="false" eType="#//NumberValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement #//AbstractNamedValue"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierValue" eSuperTypes="#//PropertyOwner #//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceValue" eSuperTypes="#//ContainedNamedElement #//PropertyValue"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="minimum" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximum" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delta" ordered="false" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//NumberValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" ordered="false" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//NumberValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//PropertyExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" ordered="false" lowerBound="1" eType="#//OperationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyExpression" ordered="false" lowerBound="1" upperBound="-1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationKind"> <eLiterals name="and"/> <eLiterals name="or" value="1"/> <eLiterals name="not" value="2"/> <eLiterals name="plus" value="3"/> <eLiterals name="minus" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFieldValue" ordered="false" upperBound="-1" eType="#//BasicPropertyAssociation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputedValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListValue" eSuperTypes="#//PropertyExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedListElement" upperBound="-1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedValue" eSuperTypes="#//PropertyValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="namedValue" ordered="false" lowerBound="1" eType="#//AbstractNamedValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertySet" eSuperTypes="#//Namespace #//ModelUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyType" ordered="false" upperBound="-1" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedProperty" ordered="false" upperBound="-1" eType="#//Property" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyConstant" ordered="false" upperBound="-1" eType="#//PropertyConstant" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedUnit" ordered="false" upperBound="-1" eType="#//ModelUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAnnexSubclause" ordered="false" upperBound="-1" eType="#//AnnexSubclause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalNamespace" eSuperTypes="#//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" upperBound="-1" eType="#//PublicPackageSection" volatile="true" transient="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySet" ordered="false" upperBound="-1" eType="#//PropertySet" volatile="true" transient="true"> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonListType" abstract="true" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlBoolean" eSuperTypes="#//NonListType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlString" eSuperTypes="#//NonListType"/> <eClassifiers xsi:type="ecore:EClass" name="AadlInteger" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="NumberType" abstract="true" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnitsType" ordered="false" eType="#//UnitsType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedUnitsType" ordered="false" eType="#//UnitsType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" ordered="false" eType="#//NumericRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitsType" ordered="false" unique="false" eType="#//UnitsType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitsType" eSuperTypes="#//EnumerationType"> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" lowerBound="1" upperBound="-1" eType="#//UnitLiteral" containment="true"> <eAnnotations source="redefines" references="#//EnumerationType/ownedLiteral"/> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </contents> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationType" eSuperTypes="#//Namespace #//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" lowerBound="1" upperBound="-1" eType="#//EnumerationLiteral" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericRange" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" ordered="false" lowerBound="1" eType="#//PropertyExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AadlReal" eSuperTypes="#//NumberType"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierReference" ordered="false" upperBound="-1" eType="#//MetaclassReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNumberType" ordered="false" eType="#//NumberType" containment="true"> <eAnnotations source="subsets" references="#//RangeType/numberType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="numberType" ordered="false" lowerBound="1" eType="#//NumberType" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedNumberType" ordered="false" eType="#//NumberType"> <eAnnotations source="subsets" references="#//RangeType/numberType"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//Namespace #//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedField" ordered="false" upperBound="-1" eType="#//BasicProperty" containment="true"> <eAnnotations source="subsets" references="#//Namespace/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordField" eSuperTypes="#//BasicProperty"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//NonListType"> <eStructuralFeatures xsi:type="ecore:EReference" name="namedElementReference" ordered="false" upperBound="-1" eType="#//MetaclassReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="#//PropertyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElementType" ordered="false" eType="#//PropertyType" containment="true"> <eAnnotations source="subsets" references="#//ListType/elementType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedElementType" ordered="false" eType="#//PropertyType"> <eAnnotations source="subsets" references="#//ListType/elementType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//PropertyType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"aadl2","nsURI":"http://aadl.info/AADL/2.0","name":"aadl2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssociation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicProperty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedValue","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierFeature","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexSubclause","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalElement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeFeature","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prototype","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinableElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogram","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeBinding","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedNamedElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentPathElement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRange","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Integer","instanceClass":"long","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPropertyValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySize","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySizeProperty","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayableElement","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementationReference","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentImplementation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClassifier","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubcomponentType","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureClassifier","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeTransitionTrigger","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerPort","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnectionEnd","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionEnd","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototype","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSpecification","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFeature","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPath","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowElement","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowKind","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowEnd","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExtension","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroup","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallContext","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedFeature","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionType","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnectionEnd","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureType","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupType","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupExtension","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusAccess","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Access","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnectionEnd","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessCategory","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusFeatureClassifier","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccess","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnectionEnd","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionEnd","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentType","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortCategory","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPort","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccess","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponentType","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupAccess","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponentType","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFeature","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototype","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototype","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subcomponent","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeBinding","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowImplementation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSegment","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectedElement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationExtension","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlow","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowSegment","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponent","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponentType","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnection","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnection","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnection","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnection","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnection","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorFeature","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFeature","instanceClass":null,"abstract":true,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataSource","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassifier","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortProxy","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramProxy","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramClassifier","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprogram","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentCategory","instanceClass":null,"id":124,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexLibrary","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexLibrary","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexSubclause","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicPackageSection","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSection","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRename","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlPackage","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelUnit","instanceClass":null,"abstract":true,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivatePackageSection","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentTypeRename","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupTypeRename","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeBinding","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeActual","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeBinding","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeActual","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeActual","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeBinding","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessSpecification","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSpecification","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeReference","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallSequence","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCall","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredImplementation","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractType","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClassifier","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponentType","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponentType","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponentType","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponentType","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponentType","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponentType","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponentType","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponentType","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractImplementation","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponent","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bus","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponent","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponent","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponent","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memory","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponent","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponent","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroup","instanceClass":null,"abstract":true,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponent","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thread","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponent","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroup","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponent","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBus","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponent","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessor","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractPrototype","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusClassifier","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusType","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusImplementation","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusPrototype","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataImplementation","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPrototype","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceClassifier","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceType","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceImplementation","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DevicePrototype","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryClassifier","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryType","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryImplementation","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryPrototype","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramType","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramImplementation","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototype","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupClassifier","instanceClass":null,"abstract":true,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupType","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupImplementation","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupPrototype","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemClassifier","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemType","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemImplementation","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPrototype","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorClassifier","instanceClass":null,"abstract":true,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorType","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorImplementation","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorPrototype","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessClassifier","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessImplementation","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPrototype","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadClassifier","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadImplementation","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadPrototype","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupClassifier","instanceClass":null,"abstract":true,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupImplementation","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupPrototype","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusClassifier","instanceClass":null,"abstract":true,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusImplementation","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusPrototype","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorClassifier","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorImplementation","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorPrototype","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicPropertyAssociation","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstant","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":true,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierValue","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceValue","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValue","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationKind","instanceClass":null,"id":250,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordValue","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedValue","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedValue","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySet","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalNamespace","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonListType","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlBoolean","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlString","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlInteger","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitsType","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericRange","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlReal","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierType","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":273,"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPropertyValues","lowerBound":0,"id":284,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedName","changeable":false,"lowerBound":0,"iD":false,"id":286,"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":"ownedPropertyAssociation","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"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertySetName","lowerBound":1,"id":292,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":293,"many":false,"required":true,"eClass":"EParameter"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"lowerBound":1,"iD":false,"id":303,"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":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inherit","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliesToMetaclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"appliesToClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"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":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emptyListDefault","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":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":"referencedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"propertyType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":328,"derived":true},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"metaclassName","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifierFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":344,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inheritedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":345,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"generalization","changeable":false,"resolveProxies":true,"lowerBound":0,"id":346,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":false,"resolveProxies":true,"lowerBound":0,"id":347,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"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":"ownedPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noPrototypes","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":352,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featuringClassifier","changeable":false,"resolveProxies":false,"lowerBound":0,"id":357,"derived":true},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":true},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":368,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":369,"derived":true},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"general","changeable":false,"resolveProxies":true,"lowerBound":1,"id":375,"derived":true},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":1,"id":379,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":1,"id":380,"derived":true},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"relatedElement","changeable":false,"resolveProxies":true,"lowerBound":1,"id":384,"derived":true},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModes","lowerBound":0,"id":388,"many":true,"required":false,"eClass":"EOperation"},{"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":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":"initial","changeable":true,"lowerBound":1,"iD":false,"id":393,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"derived","changeable":false,"lowerBound":1,"iD":false,"id":394,"derived":true},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"refinementContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":405,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"refinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":406,"derived":true},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"containmentPathElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":414,"derived":true},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"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":"namedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"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":"annexName","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":427,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":439,"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":"sizeProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"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":"implementation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllSubcomponents","lowerBound":0,"id":452,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedSubcomponent","changeable":false,"resolveProxies":true,"lowerBound":0,"id":454,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"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":"ownedFlowImplementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedConnection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":457,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRealization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":459,"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":"ownedEndToEndFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"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":"ownedAbstractSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAccessConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPortConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFeatureConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFeatureGroupConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noSubcomponents","changeable":true,"lowerBound":1,"iD":false,"id":467,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noConnections","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noCalls","changeable":true,"lowerBound":1,"iD":false,"id":469,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedProcessorFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":470,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedInternalFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":471,"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":"ownedEventSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEventDataSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"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":"ownedPortProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"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":"ownedSubprogramProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedModeTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derivedModes","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noFlows","changeable":true,"lowerBound":1,"iD":false,"id":504,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noModes","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":516,"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":"ownedTrigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"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":"triggerPort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":529,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"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":"ownedFlowSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"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":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noFeatures","changeable":true,"lowerBound":1,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":544,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":545,"derived":true},{"container":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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":547,"derived":true},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":1,"iD":false,"id":557,"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":565,"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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":566,"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":"InEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":567,"derived":false},{"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModes","lowerBound":0,"id":578,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModeTransitions","lowerBound":0,"id":579,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModeTransitions","lowerBound":0,"id":580,"many":true,"required":false,"eClass":"EOperation"},{"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":"inModeOrTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":true},{"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"},{"name":"source","id":591,"value":0,"literal":"source","eClass":"EEnumLiteral"},{"name":"path","id":592,"value":1,"literal":"path","eClass":"EEnumLiteral"},{"name":"sink","id":593,"value":2,"literal":"sink","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"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":"feature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":602,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureGroupType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":604,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featureGroupPrototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":605,"derived":true},{"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"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":614,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":615,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"name":"in","id":621,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":622,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inOut","id":623,"value":2,"literal":"inOut","eClass":"EEnumLiteral"},{"id":624,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":625,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":true},{"container":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":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":627,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"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":"ownedFeatureGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":635,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"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":"ownedAbstractFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"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":"busFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"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":"virtual","changeable":true,"lowerBound":1,"iD":false,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":663,"derived":false},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":664,"derived":true},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"name":"provides","id":670,"value":0,"literal":"provides","eClass":"EEnumLiteral"},{"name":"requires","id":671,"value":1,"literal":"requires","eClass":"EEnumLiteral"},{"name":"bus","id":672,"value":0,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":673,"value":1,"literal":"data","eClass":"EEnumLiteral"},{"name":"subprogram","id":674,"value":2,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":675,"value":3,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":676,"value":4,"literal":"virtualBus","eClass":"EEnumLiteral"},{"id":677,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"category","changeable":false,"lowerBound":1,"iD":false,"id":693,"derived":true},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"name":"data","id":698,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"event","id":699,"value":1,"literal":"event","eClass":"EEnumLiteral"},{"name":"eventData","id":700,"value":2,"literal":"eventData","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"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":"dataFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"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":"subprogramFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"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":"subprogramGroupFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"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":"featurePrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"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":"abstractFeatureClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":730,"derived":true},{"container":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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":732,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":733,"derived":false},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"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":"constrainingFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"subcomponentType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":743,"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":"ownedPrototypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"prototype","changeable":false,"resolveProxies":true,"lowerBound":0,"id":745,"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":"ownedModeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":746,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allModes","changeable":true,"lowerBound":1,"iD":false,"id":747,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementationReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":748,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":749,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"classifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":750,"derived":true},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":true},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"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":"parentMode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":766,"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":"derivedMode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"derived":false},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":771,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":772,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"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":"inEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":774,"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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":775,"derived":false},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":784,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"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":"destination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bidirectional","changeable":true,"lowerBound":1,"iD":false,"id":791,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":800,"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":"connectionEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":801,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":802,"derived":false},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"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":"extended","changeable":true,"resolveProxies":true,"lowerBound":1,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"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":"implemented","changeable":true,"resolveProxies":true,"lowerBound":1,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"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":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":813,"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":"ownedEndToEndFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"container":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":"flowElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":820,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":821,"derived":false},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"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":"abstractSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessCategory","changeable":true,"lowerBound":1,"iD":false,"id":831,"derived":false},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":839,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":840,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":841,"derived":false},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"id":849,"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":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":850,"derived":false},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":857,"derived":true},{"container":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":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":858,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":859,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":860,"derived":false},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"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":"subprogramClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":869,"derived":false},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"name":"abstract","id":879,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"bus","id":880,"value":1,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":881,"value":2,"literal":"data","eClass":"EEnumLiteral"},{"name":"device","id":882,"value":3,"literal":"device","eClass":"EEnumLiteral"},{"name":"memory","id":883,"value":4,"literal":"memory","eClass":"EEnumLiteral"},{"name":"process","id":884,"value":5,"literal":"process","eClass":"EEnumLiteral"},{"name":"processor","id":885,"value":6,"literal":"processor","eClass":"EEnumLiteral"},{"name":"subprogram","id":886,"value":7,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":887,"value":8,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"system","id":888,"value":9,"literal":"system","eClass":"EEnumLiteral"},{"name":"thread","id":889,"value":10,"literal":"thread","eClass":"EEnumLiteral"},{"name":"threadGroup","id":890,"value":11,"literal":"threadGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":891,"value":12,"literal":"virtualBus","eClass":"EEnumLiteral"},{"name":"virtualProcessor","id":892,"value":13,"literal":"virtualProcessor","eClass":"EEnumLiteral"},{"id":893,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":894,"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":"parsedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"id":896,"eClass":"EGenericType"},{"id":897,"eClass":"EGenericType"},{"id":898,"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":"sourceText","changeable":true,"lowerBound":1,"iD":false,"id":899,"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":"parsedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"privateSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":904,"derived":true},{"id":905,"eClass":"EGenericType"},{"id":906,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"publicSection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":907,"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":"ownedPackageRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"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":"ownedComponentTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":909,"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":"ownedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":910,"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":"ownedFeatureGroupTypeRename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"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":"ownedAnnexLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":912,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":913,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":914,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noProperties","changeable":true,"lowerBound":1,"iD":false,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":917,"derived":true},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"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":"renamedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":927,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"renameAll","changeable":true,"lowerBound":1,"iD":false,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"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":"ownedPublicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"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":"ownedPrivateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":933,"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":"publicSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"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":"privateSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":935,"derived":false},{"id":936,"eClass":"EGenericType"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"id":940,"eClass":"EGenericType"},{"id":941,"eClass":"EGenericType"},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":944,"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":"renamedComponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":945,"derived":false},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"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":"renamedFeatureGroupType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":949,"derived":false},{"id":950,"eClass":"EGenericType"},{"id":951,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":952,"derived":false},{"id":953,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":954,"derived":false},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":957,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":958,"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":"subcomponentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":959,"derived":false},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":964,"derived":false},{"id":965,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":966,"derived":false},{"id":967,"eClass":"EGenericType"},{"id":968,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":969,"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":"featureType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":970,"derived":false},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":975,"derived":false},{"id":976,"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":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":977,"derived":false},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":980,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":981,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":982,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":983,"derived":false},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":989,"derived":true},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":1,"iD":false,"id":990,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":991,"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":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":993,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":994,"derived":false},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"id":1001,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"direction","changeable":false,"lowerBound":1,"iD":false,"id":1002,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prototype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1003,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"lowerBound":1,"iD":false,"id":1004,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"lowerBound":1,"iD":false,"id":1005,"derived":false},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"id":1008,"eClass":"EGenericType"},{"id":1009,"eClass":"EGenericType"},{"id":1010,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1011,"derived":false},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"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":"calledSubprogram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1015,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"derived":false},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subprogramCalls","lowerBound":0,"id":1021,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"subprogramCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1022,"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":"ownedSubprogramCallSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1023,"derived":false},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1029,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1030,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1031,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1032,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1033,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1034,"derived":false},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"eClass":"EGenericType"},{"id":1041,"eClass":"EGenericType"},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"id":1044,"eClass":"EGenericType"},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"id":1047,"eClass":"EGenericType"},{"id":1048,"eClass":"EGenericType"},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"id":1071,"eClass":"EGenericType"},{"id":1072,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1073,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1076,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1077,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1078,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1079,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1081,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1082,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1083,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1084,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1085,"derived":false},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1088,"derived":true},{"id":1089,"eClass":"EGenericType"},{"id":1090,"eClass":"EGenericType"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"id":1096,"eClass":"EGenericType"},{"id":1097,"eClass":"EGenericType"},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"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":"busSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"id":1107,"eClass":"EGenericType"},{"id":1108,"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":"dataSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1109,"derived":false},{"id":1110,"eClass":"EGenericType"},{"id":1111,"eClass":"EGenericType"},{"id":1112,"eClass":"EGenericType"},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"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":"deviceSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":false},{"id":1117,"eClass":"EGenericType"},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"id":1120,"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":"memorySubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1121,"derived":false},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"id":1125,"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":"processSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1126,"derived":false},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"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":"processorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1131,"derived":false},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"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":"systemSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1136,"derived":false},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"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":"subprogramSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1141,"derived":false},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"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":"subprogramGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1146,"derived":false},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"eClass":"EGenericType"},{"id":1152,"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":"threadSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1153,"derived":false},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"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":"threadGroupSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1158,"derived":false},{"id":1159,"eClass":"EGenericType"},{"id":1160,"eClass":"EGenericType"},{"id":1161,"eClass":"EGenericType"},{"id":1162,"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":"virtualBusSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1163,"derived":false},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"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":"virtualProcessorSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1169,"derived":false},{"id":1170,"eClass":"EGenericType"},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"eClass":"EGenericType"},{"id":1175,"eClass":"EGenericType"},{"id":1176,"eClass":"EGenericType"},{"id":1177,"eClass":"EGenericType"},{"id":1178,"eClass":"EGenericType"},{"id":1179,"eClass":"EGenericType"},{"id":1180,"eClass":"EGenericType"},{"id":1181,"eClass":"EGenericType"},{"id":1182,"eClass":"EGenericType"},{"id":1183,"eClass":"EGenericType"},{"id":1184,"eClass":"EGenericType"},{"id":1185,"eClass":"EGenericType"},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"id":1190,"eClass":"EGenericType"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1193,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1194,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1195,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1196,"derived":false},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"id":1201,"eClass":"EGenericType"},{"id":1202,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1203,"derived":false},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1206,"derived":true},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1212,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1213,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1214,"derived":false},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1221,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1222,"derived":false},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1225,"derived":true},{"id":1226,"eClass":"EGenericType"},{"id":1227,"eClass":"EGenericType"},{"id":1228,"eClass":"EGenericType"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1235,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1236,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1237,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1238,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1239,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1240,"derived":false},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"id":1243,"eClass":"EGenericType"},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1249,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1250,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1251,"derived":false},{"id":1252,"eClass":"EGenericType"},{"id":1253,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1254,"derived":true},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"id":1264,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1265,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1266,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1267,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1268,"derived":false},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1275,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1276,"derived":false},{"id":1277,"eClass":"EGenericType"},{"id":1278,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1279,"derived":true},{"id":1280,"eClass":"EGenericType"},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1286,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1287,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1288,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1289,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1290,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1291,"derived":false},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"id":1294,"eClass":"EGenericType"},{"id":1295,"eClass":"EGenericType"},{"id":1296,"eClass":"EGenericType"},{"id":1297,"eClass":"EGenericType"},{"id":1298,"eClass":"EGenericType"},{"id":1299,"eClass":"EGenericType"},{"id":1300,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1301,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1302,"derived":false},{"id":1303,"eClass":"EGenericType"},{"id":1304,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1305,"derived":true},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"id":1309,"eClass":"EGenericType"},{"id":1310,"eClass":"EGenericType"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1315,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1316,"derived":false},{"id":1317,"eClass":"EGenericType"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"id":1321,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1322,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1323,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1324,"derived":false},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1327,"derived":true},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"id":1330,"eClass":"EGenericType"},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"id":1335,"eClass":"EGenericType"},{"id":1336,"eClass":"EGenericType"},{"id":1337,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1338,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1339,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1340,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1341,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1342,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1343,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1344,"derived":false},{"id":1345,"eClass":"EGenericType"},{"id":1346,"eClass":"EGenericType"},{"id":1347,"eClass":"EGenericType"},{"id":1348,"eClass":"EGenericType"},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1354,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1355,"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":"ownedDeviceSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1356,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1357,"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":"ownedProcessSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1358,"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":"ownedProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1359,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1360,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1361,"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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1362,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1363,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1364,"derived":false},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1367,"derived":true},{"id":1368,"eClass":"EGenericType"},{"id":1369,"eClass":"EGenericType"},{"id":1370,"eClass":"EGenericType"},{"id":1371,"eClass":"EGenericType"},{"id":1372,"eClass":"EGenericType"},{"id":1373,"eClass":"EGenericType"},{"id":1374,"eClass":"EGenericType"},{"id":1375,"eClass":"EGenericType"},{"id":1376,"eClass":"EGenericType"},{"id":1377,"eClass":"EGenericType"},{"id":1378,"eClass":"EGenericType"},{"id":1379,"eClass":"EGenericType"},{"id":1380,"eClass":"EGenericType"},{"id":1381,"eClass":"EGenericType"},{"id":1382,"eClass":"EGenericType"},{"id":1383,"eClass":"EGenericType"},{"id":1384,"eClass":"EGenericType"},{"id":1385,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1386,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1387,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1388,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1389,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1390,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1391,"derived":false},{"id":1392,"eClass":"EGenericType"},{"id":1393,"eClass":"EGenericType"},{"id":1394,"eClass":"EGenericType"},{"id":1395,"eClass":"EGenericType"},{"id":1396,"eClass":"EGenericType"},{"id":1397,"eClass":"EGenericType"},{"id":1398,"eClass":"EGenericType"},{"id":1399,"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":"ownedBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1400,"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1401,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1402,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1403,"derived":false},{"id":1404,"eClass":"EGenericType"},{"id":1405,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1406,"derived":true},{"id":1407,"eClass":"EGenericType"},{"id":1408,"eClass":"EGenericType"},{"id":1409,"eClass":"EGenericType"},{"id":1410,"eClass":"EGenericType"},{"id":1411,"eClass":"EGenericType"},{"id":1412,"eClass":"EGenericType"},{"id":1413,"eClass":"EGenericType"},{"id":1414,"eClass":"EGenericType"},{"id":1415,"eClass":"EGenericType"},{"id":1416,"eClass":"EGenericType"},{"id":1417,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1418,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1419,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1420,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1421,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1423,"derived":false},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"id":1426,"eClass":"EGenericType"},{"id":1427,"eClass":"EGenericType"},{"id":1428,"eClass":"EGenericType"},{"id":1429,"eClass":"EGenericType"},{"id":1430,"eClass":"EGenericType"},{"id":1431,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1432,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1433,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1434,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1435,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1436,"derived":false},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1439,"derived":true},{"id":1440,"eClass":"EGenericType"},{"id":1441,"eClass":"EGenericType"},{"id":1442,"eClass":"EGenericType"},{"id":1443,"eClass":"EGenericType"},{"id":1444,"eClass":"EGenericType"},{"id":1445,"eClass":"EGenericType"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"id":1448,"eClass":"EGenericType"},{"id":1449,"eClass":"EGenericType"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1452,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1453,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1454,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1455,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1456,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1457,"derived":false},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"id":1462,"eClass":"EGenericType"},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1466,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1467,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1468,"derived":false},{"id":1469,"eClass":"EGenericType"},{"id":1470,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1471,"derived":true},{"id":1472,"eClass":"EGenericType"},{"id":1473,"eClass":"EGenericType"},{"id":1474,"eClass":"EGenericType"},{"id":1475,"eClass":"EGenericType"},{"id":1476,"eClass":"EGenericType"},{"id":1477,"eClass":"EGenericType"},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"id":1481,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1482,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1483,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"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":"ownedDataAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1485,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1486,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"id":1488,"eClass":"EGenericType"},{"id":1489,"eClass":"EGenericType"},{"id":1490,"eClass":"EGenericType"},{"id":1491,"eClass":"EGenericType"},{"id":1492,"eClass":"EGenericType"},{"id":1493,"eClass":"EGenericType"},{"id":1494,"eClass":"EGenericType"},{"id":1495,"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":"ownedDataSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1496,"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":"ownedThreadSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1497,"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":"ownedThreadGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1498,"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":"ownedSubprogramSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1499,"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":"ownedSubprogramGroupSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1500,"derived":false},{"id":1501,"eClass":"EGenericType"},{"id":1502,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1503,"derived":true},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"id":1506,"eClass":"EGenericType"},{"id":1507,"eClass":"EGenericType"},{"id":1508,"eClass":"EGenericType"},{"id":1509,"eClass":"EGenericType"},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"id":1514,"eClass":"EGenericType"},{"id":1515,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1516,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1517,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1518,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1519,"derived":false},{"id":1520,"eClass":"EGenericType"},{"id":1521,"eClass":"EGenericType"},{"id":1522,"eClass":"EGenericType"},{"id":1523,"eClass":"EGenericType"},{"id":1524,"eClass":"EGenericType"},{"id":1525,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1526,"derived":false},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1529,"derived":true},{"id":1530,"eClass":"EGenericType"},{"id":1531,"eClass":"EGenericType"},{"id":1532,"eClass":"EGenericType"},{"id":1533,"eClass":"EGenericType"},{"id":1534,"eClass":"EGenericType"},{"id":1535,"eClass":"EGenericType"},{"id":1536,"eClass":"EGenericType"},{"id":1537,"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":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1538,"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":"ownedEventDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1539,"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":"ownedEventPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1540,"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":"ownedSubprogramAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1541,"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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1542,"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":"ownedBusAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1543,"derived":false},{"id":1544,"eClass":"EGenericType"},{"id":1545,"eClass":"EGenericType"},{"id":1546,"eClass":"EGenericType"},{"id":1547,"eClass":"EGenericType"},{"id":1548,"eClass":"EGenericType"},{"id":1549,"eClass":"EGenericType"},{"id":1550,"eClass":"EGenericType"},{"id":1551,"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":"ownedVirtualBusSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1552,"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":"ownedVirtualProcessorSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1553,"derived":false},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1556,"derived":true},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"id":1559,"eClass":"EGenericType"},{"id":1560,"eClass":"EGenericType"},{"id":1561,"eClass":"EGenericType"},{"id":1562,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1563,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1564,"derived":false},{"id":1565,"eClass":"EGenericType"},{"id":1566,"eClass":"EGenericType"},{"id":1567,"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":"referencedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1568,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1569,"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":"constantValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1570,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"propertyType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1571,"derived":true},{"id":1572,"eClass":"EGenericType"},{"id":1573,"eClass":"EGenericType"},{"id":1574,"eClass":"EGenericType"},{"id":1575,"eClass":"EGenericType"},{"id":1576,"eClass":"EGenericType"},{"id":1577,"eClass":"EGenericType"},{"id":1578,"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":1579,"derived":false},{"id":1580,"eClass":"EGenericType"},{"id":1581,"eClass":"EGenericType"},{"id":1582,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1583,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1584,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1585,"many":false,"required":true,"eClass":"EOperation"},{"container":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1586,"derived":false},{"id":1587,"eClass":"EGenericType"},{"id":1588,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1589,"many":false,"required":true,"eClass":"EParameter"},{"id":1590,"eClass":"EGenericType"},{"id":1591,"eClass":"EGenericType"},{"id":1592,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1593,"many":false,"required":true,"eClass":"EParameter"},{"id":1594,"eClass":"EGenericType"},{"id":1595,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAbsoluteFactor","lowerBound":1,"id":1596,"many":false,"required":true,"eClass":"EOperation"},{"container":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":"baseUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1597,"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":"factor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1598,"derived":false},{"id":1599,"eClass":"EGenericType"},{"id":1600,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1601,"many":false,"required":true,"eClass":"EParameter"},{"id":1602,"eClass":"EGenericType"},{"id":1603,"eClass":"EGenericType"},{"id":1604,"eClass":"EGenericType"},{"id":1605,"eClass":"EGenericType"},{"id":1606,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1607,"derived":false},{"id":1608,"eClass":"EGenericType"},{"id":1609,"eClass":"EGenericType"},{"id":1610,"eClass":"EGenericType"},{"id":1611,"eClass":"EGenericType"},{"id":1612,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1613,"derived":false},{"id":1614,"eClass":"EGenericType"},{"id":1615,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1616,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1617,"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":"delta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1618,"derived":false},{"id":1619,"eClass":"EGenericType"},{"id":1620,"eClass":"EGenericType"},{"id":1621,"eClass":"EGenericType"},{"id":1622,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":0,"iD":false,"id":1623,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1624,"derived":false},{"id":1625,"eClass":"EGenericType"},{"id":1626,"eClass":"EGenericType"},{"id":1627,"eClass":"EGenericType"},{"ordered":false,"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":1628,"derived":false},{"id":1629,"eClass":"EGenericType"},{"id":1630,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":1631,"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":"ownedPropertyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1632,"derived":false},{"id":1633,"eClass":"EGenericType"},{"id":1634,"eClass":"EGenericType"},{"id":1635,"eClass":"EGenericType"},{"name":"and","id":1636,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":1637,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"not","id":1638,"value":2,"literal":"not","eClass":"EEnumLiteral"},{"name":"plus","id":1639,"value":3,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":1640,"value":4,"literal":"minus","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":"ownedFieldValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1641,"derived":false},{"id":1642,"eClass":"EGenericType"},{"id":1643,"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":"function","changeable":true,"lowerBound":1,"iD":false,"id":1644,"derived":false},{"id":1645,"eClass":"EGenericType"},{"id":1646,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedListElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1647,"derived":false},{"id":1648,"eClass":"EGenericType"},{"id":1649,"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":"namedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1650,"derived":false},{"id":1651,"eClass":"EGenericType"},{"id":1652,"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":"ownedPropertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1653,"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":"ownedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1654,"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":"ownedPropertyConstant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1655,"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":"importedUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1656,"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":"ownedAnnexSubclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1657,"derived":false},{"id":1658,"eClass":"EGenericType"},{"id":1659,"eClass":"EGenericType"},{"id":1660,"eClass":"EGenericType"},{"id":1661,"eClass":"EGenericType"},{"id":1662,"eClass":"EGenericType"},{"id":1663,"eClass":"EGenericType"},{"id":1664,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1665,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"propertySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1666,"derived":false},{"id":1667,"eClass":"EGenericType"},{"id":1668,"eClass":"EGenericType"},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"id":1671,"eClass":"EGenericType"},{"id":1672,"eClass":"EGenericType"},{"id":1673,"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":"ownedUnitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1674,"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":"referencedUnitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1675,"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":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1676,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"unitsType","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1677,"derived":true},{"id":1678,"eClass":"EGenericType"},{"id":1679,"eClass":"EGenericType"},{"id":1680,"eClass":"EGenericType"},{"id":1681,"eClass":"EGenericType"},{"id":1682,"eClass":"EGenericType"},{"id":1683,"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":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1684,"derived":false},{"id":1685,"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":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1686,"derived":false},{"id":1687,"eClass":"EGenericType"},{"id":1688,"eClass":"EGenericType"},{"id":1689,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1690,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1691,"derived":false},{"id":1692,"eClass":"EGenericType"},{"id":1693,"eClass":"EGenericType"},{"id":1694,"eClass":"EGenericType"},{"id":1695,"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":"classifierReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1696,"derived":false},{"id":1697,"eClass":"EGenericType"},{"id":1698,"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":"ownedNumberType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1699,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numberType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1700,"derived":true},{"container":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":"referencedNumberType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1701,"derived":false},{"id":1702,"eClass":"EGenericType"},{"id":1703,"eClass":"EGenericType"},{"id":1704,"eClass":"EGenericType"},{"id":1705,"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":"ownedField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1706,"derived":false},{"id":1707,"eClass":"EGenericType"},{"id":1708,"eClass":"EGenericType"},{"id":1709,"eClass":"EGenericType"},{"id":1710,"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":"namedElementReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1711,"derived":false},{"id":1712,"eClass":"EGenericType"},{"id":1713,"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":"ownedElementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1714,"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":"referencedElementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1715,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"elementType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":1716,"derived":true},{"id":1717,"eClass":"EGenericType"},{"id":1718,"eClass":"EGenericType"},{"id":1719,"eClass":"EGenericType"},{"id":1720,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":0,"target":231},{"source":0,"target":232},{"source":0,"target":233},{"source":0,"target":234},{"source":0,"target":235},{"source":0,"target":236},{"source":0,"target":237},{"source":0,"target":238},{"source":0,"target":239},{"source":0,"target":240},{"source":0,"target":241},{"source":0,"target":242},{"source":0,"target":243},{"source":0,"target":244},{"source":0,"target":245},{"source":0,"target":246},{"source":0,"target":247},{"source":0,"target":248},{"source":0,"target":249},{"source":0,"target":250},{"source":0,"target":251},{"source":0,"target":252},{"source":0,"target":253},{"source":0,"target":254},{"source":0,"target":255},{"source":0,"target":256},{"source":0,"target":257},{"source":0,"target":258},{"source":0,"target":259},{"source":0,"target":260},{"source":0,"target":261},{"source":0,"target":262},{"source":0,"target":263},{"source":0,"target":264},{"source":0,"target":265},{"source":0,"target":266},{"source":0,"target":267},{"source":0,"target":268},{"source":0,"target":269},{"source":0,"target":270},{"source":0,"target":271},{"source":1,"target":0},{"source":1,"target":272},{"source":1,"target":273},{"source":1,"target":274},{"source":272,"target":1},{"source":272,"target":275},{"source":272,"target":1},{"source":275,"target":1},{"source":273,"target":1},{"source":273,"target":276},{"source":273,"target":1},{"source":276,"target":1},{"source":274,"target":2},{"source":274,"target":277},{"source":274,"target":1},{"source":277,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":278},{"source":2,"target":279},{"source":278,"target":3},{"source":278,"target":280},{"source":278,"target":2},{"source":280,"target":3},{"source":279,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":281},{"source":281,"target":5},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":282},{"source":5,"target":283},{"source":5,"target":284},{"source":5,"target":285},{"source":5,"target":286},{"source":5,"target":287},{"source":5,"target":288},{"source":282,"target":17},{"source":282,"target":289},{"source":282,"target":5},{"source":289,"target":17},{"source":283,"target":3},{"source":283,"target":290},{"source":283,"target":5},{"source":290,"target":3},{"source":284,"target":13},{"source":284,"target":291},{"source":284,"target":5},{"source":284,"target":292},{"source":284,"target":293},{"source":291,"target":13},{"source":292,"target":3},{"source":292,"target":294},{"source":292,"target":284},{"source":294,"target":3},{"source":293,"target":3},{"source":293,"target":295},{"source":293,"target":284},{"source":295,"target":3},{"source":285,"target":3},{"source":285,"target":296},{"source":285,"target":5},{"source":296,"target":3},{"source":286,"target":3},{"source":286,"target":297},{"source":286,"target":5},{"source":297,"target":3},{"source":287,"target":6},{"source":287,"target":298},{"source":287,"target":5},{"source":298,"target":6},{"source":288,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":299},{"source":6,"target":300},{"source":6,"target":301},{"source":6,"target":302},{"source":6,"target":303},{"source":6,"target":304},{"source":6,"target":305},{"source":299,"target":7},{"source":299,"target":306},{"source":299,"target":6},{"source":306,"target":7},{"source":300,"target":31},{"source":300,"target":307},{"source":300,"target":6},{"source":307,"target":31},{"source":301,"target":16},{"source":301,"target":308},{"source":301,"target":6},{"source":308,"target":16},{"source":302,"target":12},{"source":302,"target":309},{"source":302,"target":6},{"source":309,"target":12},{"source":303,"target":12},{"source":303,"target":310},{"source":303,"target":6},{"source":310,"target":12},{"source":304,"target":35},{"source":304,"target":311},{"source":304,"target":6},{"source":311,"target":35},{"source":305,"target":1},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":11},{"source":7,"target":312},{"source":7,"target":313},{"source":7,"target":314},{"source":7,"target":315},{"source":7,"target":316},{"source":7,"target":317},{"source":7,"target":318},{"source":7,"target":319},{"source":312,"target":12},{"source":312,"target":320},{"source":312,"target":7},{"source":320,"target":12},{"source":313,"target":13},{"source":313,"target":321},{"source":313,"target":7},{"source":321,"target":13},{"source":314,"target":14},{"source":314,"target":322},{"source":314,"target":7},{"source":322,"target":14},{"source":315,"target":16},{"source":315,"target":323},{"source":315,"target":7},{"source":323,"target":16},{"source":316,"target":15},{"source":316,"target":324},{"source":316,"target":7},{"source":324,"target":15},{"source":317,"target":12},{"source":317,"target":325},{"source":317,"target":7},{"source":325,"target":12},{"source":318,"target":8},{"source":319,"target":11},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":326},{"source":8,"target":327},{"source":8,"target":328},{"source":8,"target":329},{"source":326,"target":10},{"source":326,"target":330},{"source":326,"target":8},{"source":330,"target":10},{"source":327,"target":10},{"source":327,"target":331},{"source":327,"target":8},{"source":331,"target":10},{"source":328,"target":10},{"source":328,"target":332},{"source":328,"target":8},{"source":332,"target":10},{"source":329,"target":9},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":333},{"source":9,"target":334},{"source":333,"target":4},{"source":333,"target":335},{"source":333,"target":9},{"source":335,"target":4},{"source":334,"target":5},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":336},{"source":336,"target":4},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":337},{"source":337,"target":1},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":338},{"source":14,"target":339},{"source":14,"target":340},{"source":338,"target":3},{"source":338,"target":341},{"source":338,"target":14},{"source":341,"target":3},{"source":339,"target":3},{"source":339,"target":342},{"source":339,"target":14},{"source":342,"target":3},{"source":340,"target":15},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":343},{"source":343,"target":1},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":4},{"source":16,"target":344},{"source":16,"target":345},{"source":16,"target":346},{"source":16,"target":347},{"source":16,"target":348},{"source":16,"target":349},{"source":16,"target":350},{"source":16,"target":351},{"source":16,"target":352},{"source":16,"target":353},{"source":16,"target":354},{"source":16,"target":355},{"source":344,"target":18},{"source":344,"target":356},{"source":344,"target":16},{"source":344,"target":357},{"source":356,"target":18},{"source":345,"target":5},{"source":345,"target":358},{"source":345,"target":16},{"source":358,"target":5},{"source":346,"target":19},{"source":346,"target":359},{"source":346,"target":16},{"source":346,"target":360},{"source":359,"target":19},{"source":347,"target":16},{"source":347,"target":361},{"source":347,"target":16},{"source":361,"target":16},{"source":348,"target":22},{"source":348,"target":362},{"source":348,"target":16},{"source":362,"target":22},{"source":349,"target":26},{"source":349,"target":363},{"source":349,"target":16},{"source":363,"target":26},{"source":350,"target":30},{"source":350,"target":364},{"source":350,"target":16},{"source":364,"target":30},{"source":351,"target":12},{"source":351,"target":365},{"source":351,"target":16},{"source":365,"target":12},{"source":352,"target":12},{"source":352,"target":366},{"source":352,"target":16},{"source":366,"target":12},{"source":353,"target":12},{"source":353,"target":367},{"source":353,"target":16},{"source":367,"target":12},{"source":354,"target":17},{"source":355,"target":4},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":368},{"source":17,"target":369},{"source":17,"target":370},{"source":368,"target":5},{"source":368,"target":371},{"source":368,"target":17},{"source":371,"target":5},{"source":369,"target":5},{"source":369,"target":372},{"source":369,"target":17},{"source":372,"target":5},{"source":370,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":357},{"source":18,"target":373},{"source":357,"target":16},{"source":357,"target":374},{"source":357,"target":18},{"source":357,"target":344},{"source":374,"target":16},{"source":373,"target":5},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":375},{"source":19,"target":360},{"source":19,"target":376},{"source":375,"target":16},{"source":375,"target":377},{"source":375,"target":19},{"source":377,"target":16},{"source":360,"target":16},{"source":360,"target":378},{"source":360,"target":19},{"source":360,"target":346},{"source":378,"target":16},{"source":376,"target":20},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":379},{"source":20,"target":380},{"source":20,"target":381},{"source":379,"target":1},{"source":379,"target":382},{"source":379,"target":20},{"source":382,"target":1},{"source":380,"target":1},{"source":380,"target":383},{"source":380,"target":20},{"source":383,"target":1},{"source":381,"target":21},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":384},{"source":21,"target":385},{"source":384,"target":1},{"source":384,"target":386},{"source":384,"target":21},{"source":386,"target":1},{"source":385,"target":1},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":387},{"source":387,"target":23},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":388},{"source":23,"target":389},{"source":23,"target":390},{"source":388,"target":24},{"source":388,"target":391},{"source":388,"target":23},{"source":391,"target":24},{"source":389,"target":24},{"source":389,"target":392},{"source":389,"target":23},{"source":392,"target":24},{"source":390,"target":5},{"source":24,"target":0},{"source":24,"target":25},{"source":24,"target":393},{"source":24,"target":394},{"source":24,"target":395},{"source":393,"target":12},{"source":393,"target":396},{"source":393,"target":24},{"source":396,"target":12},{"source":394,"target":12},{"source":394,"target":397},{"source":394,"target":24},{"source":397,"target":12},{"source":395,"target":25},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":398},{"source":398,"target":18},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":29},{"source":26,"target":399},{"source":26,"target":400},{"source":26,"target":401},{"source":399,"target":26},{"source":399,"target":402},{"source":399,"target":26},{"source":402,"target":26},{"source":400,"target":27},{"source":401,"target":29},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":18},{"source":27,"target":403},{"source":27,"target":404},{"source":403,"target":28},{"source":404,"target":18},{"source":28,"target":0},{"source":28,"target":5},{"source":28,"target":405},{"source":28,"target":406},{"source":28,"target":407},{"source":405,"target":16},{"source":405,"target":408},{"source":405,"target":28},{"source":408,"target":16},{"source":406,"target":28},{"source":406,"target":409},{"source":406,"target":28},{"source":409,"target":28},{"source":407,"target":5},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":1},{"source":30,"target":410},{"source":30,"target":411},{"source":410,"target":26},{"source":410,"target":412},{"source":410,"target":30},{"source":412,"target":26},{"source":411,"target":1},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":413},{"source":31,"target":414},{"source":31,"target":415},{"source":413,"target":32},{"source":413,"target":416},{"source":413,"target":31},{"source":416,"target":32},{"source":414,"target":32},{"source":414,"target":417},{"source":414,"target":31},{"source":417,"target":32},{"source":415,"target":1},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":418},{"source":32,"target":419},{"source":32,"target":420},{"source":32,"target":421},{"source":32,"target":422},{"source":418,"target":33},{"source":418,"target":423},{"source":418,"target":32},{"source":423,"target":33},{"source":419,"target":5},{"source":419,"target":424},{"source":419,"target":32},{"source":424,"target":5},{"source":420,"target":3},{"source":420,"target":425},{"source":420,"target":32},{"source":425,"target":3},{"source":421,"target":32},{"source":421,"target":426},{"source":421,"target":32},{"source":426,"target":32},{"source":422,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":427},{"source":33,"target":428},{"source":33,"target":429},{"source":427,"target":34},{"source":427,"target":430},{"source":427,"target":33},{"source":430,"target":34},{"source":428,"target":34},{"source":428,"target":431},{"source":428,"target":33},{"source":431,"target":34},{"source":429,"target":1},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":23},{"source":35,"target":432},{"source":35,"target":433},{"source":432,"target":13},{"source":432,"target":434},{"source":432,"target":35},{"source":434,"target":13},{"source":433,"target":23},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":435},{"source":435,"target":18},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":436},{"source":38,"target":437},{"source":436,"target":39},{"source":436,"target":438},{"source":436,"target":38},{"source":438,"target":39},{"source":437,"target":1},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":439},{"source":39,"target":440},{"source":39,"target":441},{"source":439,"target":34},{"source":439,"target":442},{"source":439,"target":39},{"source":442,"target":34},{"source":440,"target":40},{"source":440,"target":443},{"source":440,"target":39},{"source":443,"target":40},{"source":441,"target":1},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":444},{"source":41,"target":445},{"source":444,"target":38},{"source":444,"target":446},{"source":444,"target":41},{"source":446,"target":38},{"source":445,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":447},{"source":42,"target":448},{"source":42,"target":449},{"source":447,"target":43},{"source":447,"target":450},{"source":447,"target":42},{"source":450,"target":43},{"source":448,"target":30},{"source":448,"target":451},{"source":448,"target":42},{"source":451,"target":30},{"source":449,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":452},{"source":43,"target":453},{"source":43,"target":454},{"source":43,"target":455},{"source":43,"target":456},{"source":43,"target":457},{"source":43,"target":458},{"source":43,"target":459},{"source":43,"target":460},{"source":43,"target":461},{"source":43,"target":462},{"source":43,"target":463},{"source":43,"target":464},{"source":43,"target":465},{"source":43,"target":466},{"source":43,"target":467},{"source":43,"target":468},{"source":43,"target":469},{"source":43,"target":470},{"source":43,"target":471},{"source":43,"target":472},{"source":43,"target":473},{"source":43,"target":474},{"source":43,"target":475},{"source":43,"target":476},{"source":452,"target":96},{"source":452,"target":477},{"source":452,"target":43},{"source":477,"target":96},{"source":453,"target":51},{"source":453,"target":478},{"source":453,"target":43},{"source":478,"target":51},{"source":454,"target":96},{"source":454,"target":479},{"source":454,"target":43},{"source":479,"target":96},{"source":455,"target":43},{"source":455,"target":480},{"source":455,"target":43},{"source":480,"target":43},{"source":456,"target":98},{"source":456,"target":481},{"source":456,"target":43},{"source":481,"target":98},{"source":457,"target":100},{"source":457,"target":482},{"source":457,"target":43},{"source":482,"target":100},{"source":458,"target":102},{"source":458,"target":483},{"source":458,"target":43},{"source":483,"target":102},{"source":459,"target":103},{"source":459,"target":484},{"source":459,"target":43},{"source":484,"target":103},{"source":460,"target":104},{"source":460,"target":485},{"source":460,"target":43},{"source":485,"target":104},{"source":461,"target":106},{"source":461,"target":486},{"source":461,"target":43},{"source":486,"target":106},{"source":462,"target":109},{"source":462,"target":487},{"source":462,"target":43},{"source":487,"target":109},{"source":463,"target":110},{"source":463,"target":488},{"source":463,"target":43},{"source":488,"target":110},{"source":464,"target":111},{"source":464,"target":489},{"source":464,"target":43},{"source":489,"target":111},{"source":465,"target":112},{"source":465,"target":490},{"source":465,"target":43},{"source":490,"target":112},{"source":466,"target":113},{"source":466,"target":491},{"source":466,"target":43},{"source":491,"target":113},{"source":467,"target":12},{"source":467,"target":492},{"source":467,"target":43},{"source":492,"target":12},{"source":468,"target":12},{"source":468,"target":493},{"source":468,"target":43},{"source":493,"target":12},{"source":469,"target":12},{"source":469,"target":494},{"source":469,"target":43},{"source":494,"target":12},{"source":470,"target":114},{"source":470,"target":495},{"source":470,"target":43},{"source":495,"target":114},{"source":471,"target":115},{"source":471,"target":496},{"source":471,"target":43},{"source":496,"target":115},{"source":472,"target":116},{"source":472,"target":497},{"source":472,"target":43},{"source":497,"target":116},{"source":473,"target":117},{"source":473,"target":498},{"source":473,"target":43},{"source":498,"target":117},{"source":474,"target":120},{"source":474,"target":499},{"source":474,"target":43},{"source":499,"target":120},{"source":475,"target":121},{"source":475,"target":500},{"source":475,"target":43},{"source":500,"target":121},{"source":476,"target":44},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":45},{"source":44,"target":46},{"source":44,"target":501},{"source":44,"target":502},{"source":44,"target":503},{"source":44,"target":504},{"source":44,"target":505},{"source":44,"target":506},{"source":44,"target":507},{"source":44,"target":508},{"source":501,"target":24},{"source":501,"target":509},{"source":501,"target":44},{"source":509,"target":24},{"source":502,"target":47},{"source":502,"target":510},{"source":502,"target":44},{"source":510,"target":47},{"source":503,"target":12},{"source":503,"target":511},{"source":503,"target":44},{"source":511,"target":12},{"source":504,"target":12},{"source":504,"target":512},{"source":504,"target":44},{"source":512,"target":12},{"source":505,"target":12},{"source":505,"target":513},{"source":505,"target":44},{"source":513,"target":12},{"source":506,"target":16},{"source":507,"target":45},{"source":508,"target":46},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":514},{"source":514,"target":4},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":515},{"source":47,"target":516},{"source":47,"target":517},{"source":47,"target":518},{"source":515,"target":24},{"source":515,"target":519},{"source":515,"target":47},{"source":519,"target":24},{"source":516,"target":24},{"source":516,"target":520},{"source":516,"target":47},{"source":520,"target":24},{"source":517,"target":48},{"source":517,"target":521},{"source":517,"target":47},{"source":521,"target":48},{"source":518,"target":25},{"source":48,"target":0},{"source":48,"target":1},{"source":48,"target":522},{"source":48,"target":523},{"source":48,"target":524},{"source":522,"target":49},{"source":522,"target":525},{"source":522,"target":48},{"source":525,"target":49},{"source":523,"target":50},{"source":523,"target":526},{"source":523,"target":48},{"source":526,"target":50},{"source":524,"target":1},{"source":49,"target":0},{"source":49,"target":5},{"source":49,"target":527},{"source":527,"target":5},{"source":50,"target":0},{"source":50,"target":5},{"source":50,"target":528},{"source":528,"target":5},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":529},{"source":51,"target":530},{"source":51,"target":531},{"source":51,"target":532},{"source":51,"target":533},{"source":51,"target":534},{"source":51,"target":535},{"source":51,"target":536},{"source":529,"target":52},{"source":529,"target":537},{"source":529,"target":51},{"source":537,"target":52},{"source":530,"target":51},{"source":530,"target":538},{"source":530,"target":51},{"source":538,"target":51},{"source":531,"target":56},{"source":531,"target":539},{"source":531,"target":51},{"source":539,"target":56},{"source":532,"target":64},{"source":532,"target":540},{"source":532,"target":51},{"source":540,"target":64},{"source":533,"target":65},{"source":533,"target":541},{"source":533,"target":51},{"source":541,"target":65},{"source":534,"target":93},{"source":534,"target":542},{"source":534,"target":51},{"source":542,"target":93},{"source":535,"target":12},{"source":535,"target":543},{"source":535,"target":51},{"source":543,"target":12},{"source":536,"target":44},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":53},{"source":52,"target":41},{"source":52,"target":544},{"source":52,"target":545},{"source":52,"target":546},{"source":52,"target":547},{"source":52,"target":548},{"source":52,"target":549},{"source":52,"target":550},{"source":544,"target":55},{"source":544,"target":551},{"source":544,"target":52},{"source":551,"target":55},{"source":545,"target":46},{"source":545,"target":552},{"source":545,"target":52},{"source":552,"target":46},{"source":546,"target":52},{"source":546,"target":553},{"source":546,"target":52},{"source":553,"target":52},{"source":547,"target":16},{"source":547,"target":554},{"source":547,"target":52},{"source":554,"target":16},{"source":548,"target":27},{"source":549,"target":53},{"source":550,"target":41},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":555},{"source":555,"target":54},{"source":54,"target":0},{"source":54,"target":5},{"source":54,"target":556},{"source":556,"target":5},{"source":55,"target":0},{"source":55,"target":26},{"source":55,"target":45},{"source":55,"target":46},{"source":55,"target":557},{"source":55,"target":558},{"source":55,"target":559},{"source":55,"target":560},{"source":55,"target":561},{"source":557,"target":12},{"source":557,"target":562},{"source":557,"target":55},{"source":562,"target":12},{"source":558,"target":44},{"source":558,"target":563},{"source":558,"target":55},{"source":563,"target":44},{"source":559,"target":26},{"source":560,"target":45},{"source":561,"target":46},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":564},{"source":56,"target":565},{"source":56,"target":566},{"source":56,"target":567},{"source":56,"target":568},{"source":56,"target":569},{"source":56,"target":570},{"source":564,"target":56},{"source":564,"target":571},{"source":564,"target":56},{"source":571,"target":56},{"source":565,"target":62},{"source":565,"target":572},{"source":565,"target":56},{"source":572,"target":62},{"source":566,"target":63},{"source":566,"target":573},{"source":566,"target":56},{"source":573,"target":63},{"source":567,"target":63},{"source":567,"target":574},{"source":567,"target":56},{"source":574,"target":63},{"source":568,"target":57},{"source":569,"target":59},{"source":570,"target":60},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":58},{"source":57,"target":575},{"source":57,"target":576},{"source":575,"target":27},{"source":576,"target":58},{"source":58,"target":0},{"source":58,"target":5},{"source":58,"target":577},{"source":577,"target":5},{"source":59,"target":0},{"source":59,"target":23},{"source":59,"target":578},{"source":59,"target":579},{"source":59,"target":580},{"source":59,"target":581},{"source":59,"target":582},{"source":583,"target":24},{"source":583,"target":584},{"source":584,"target":24},{"source":578,"target":24},{"source":578,"target":585},{"source":578,"target":59},{"source":585,"target":24},{"source":579,"target":47},{"source":579,"target":586},{"source":579,"target":59},{"source":586,"target":47},{"source":580,"target":47},{"source":580,"target":587},{"source":580,"target":59},{"source":587,"target":47},{"source":581,"target":25},{"source":581,"target":588},{"source":581,"target":59},{"source":588,"target":25},{"source":582,"target":23},{"source":60,"target":0},{"source":60,"target":61},{"source":60,"target":589},{"source":589,"target":61},{"source":61,"target":0},{"source":61,"target":5},{"source":61,"target":590},{"source":590,"target":5},{"source":62,"target":0},{"source":62,"target":591},{"source":62,"target":592},{"source":62,"target":593},{"source":591,"target":62},{"source":592,"target":62},{"source":593,"target":62},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":594},{"source":63,"target":595},{"source":63,"target":596},{"source":594,"target":49},{"source":594,"target":597},{"source":594,"target":63},{"source":597,"target":49},{"source":595,"target":52},{"source":595,"target":598},{"source":595,"target":63},{"source":598,"target":52},{"source":596,"target":1},{"source":64,"target":0},{"source":64,"target":19},{"source":64,"target":599},{"source":64,"target":600},{"source":599,"target":51},{"source":599,"target":601},{"source":599,"target":64},{"source":601,"target":51},{"source":600,"target":19},{"source":65,"target":0},{"source":65,"target":67},{"source":65,"target":49},{"source":65,"target":69},{"source":65,"target":66},{"source":65,"target":602},{"source":65,"target":603},{"source":65,"target":604},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":65,"target":608},{"source":65,"target":609},{"source":602,"target":12},{"source":602,"target":610},{"source":602,"target":65},{"source":610,"target":12},{"source":603,"target":70},{"source":603,"target":611},{"source":603,"target":65},{"source":611,"target":70},{"source":604,"target":71},{"source":604,"target":612},{"source":604,"target":65},{"source":612,"target":71},{"source":605,"target":95},{"source":605,"target":613},{"source":605,"target":65},{"source":613,"target":95},{"source":606,"target":67},{"source":607,"target":49},{"source":608,"target":69},{"source":609,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":52},{"source":67,"target":614},{"source":67,"target":615},{"source":67,"target":616},{"source":67,"target":617},{"source":614,"target":68},{"source":614,"target":618},{"source":614,"target":67},{"source":618,"target":68},{"source":615,"target":12},{"source":615,"target":619},{"source":615,"target":67},{"source":619,"target":12},{"source":616,"target":12},{"source":616,"target":620},{"source":616,"target":67},{"source":620,"target":12},{"source":617,"target":52},{"source":68,"target":0},{"source":68,"target":621},{"source":68,"target":622},{"source":68,"target":623},{"source":621,"target":68},{"source":622,"target":68},{"source":623,"target":68},{"source":69,"target":0},{"source":69,"target":54},{"source":69,"target":624},{"source":624,"target":54},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":16},{"source":71,"target":70},{"source":71,"target":625},{"source":71,"target":626},{"source":71,"target":627},{"source":71,"target":628},{"source":71,"target":629},{"source":71,"target":630},{"source":71,"target":631},{"source":71,"target":632},{"source":71,"target":633},{"source":71,"target":634},{"source":71,"target":635},{"source":71,"target":636},{"source":71,"target":637},{"source":71,"target":638},{"source":71,"target":639},{"source":71,"target":640},{"source":625,"target":52},{"source":625,"target":641},{"source":625,"target":71},{"source":641,"target":52},{"source":626,"target":71},{"source":626,"target":642},{"source":626,"target":71},{"source":642,"target":71},{"source":627,"target":71},{"source":627,"target":643},{"source":627,"target":71},{"source":643,"target":71},{"source":628,"target":72},{"source":628,"target":644},{"source":628,"target":71},{"source":644,"target":72},{"source":629,"target":73},{"source":629,"target":645},{"source":629,"target":71},{"source":645,"target":73},{"source":630,"target":79},{"source":630,"target":646},{"source":630,"target":71},{"source":646,"target":79},{"source":631,"target":83},{"source":631,"target":647},{"source":631,"target":71},{"source":647,"target":83},{"source":632,"target":86},{"source":632,"target":648},{"source":632,"target":71},{"source":648,"target":86},{"source":633,"target":87},{"source":633,"target":649},{"source":633,"target":71},{"source":649,"target":87},{"source":634,"target":65},{"source":634,"target":650},{"source":634,"target":71},{"source":650,"target":65},{"source":635,"target":88},{"source":635,"target":651},{"source":635,"target":71},{"source":651,"target":88},{"source":636,"target":89},{"source":636,"target":652},{"source":636,"target":71},{"source":652,"target":89},{"source":637,"target":91},{"source":637,"target":653},{"source":637,"target":71},{"source":653,"target":91},{"source":638,"target":93},{"source":638,"target":654},{"source":638,"target":71},{"source":654,"target":93},{"source":639,"target":16},{"source":640,"target":70},{"source":72,"target":0},{"source":72,"target":19},{"source":72,"target":655},{"source":72,"target":656},{"source":655,"target":71},{"source":655,"target":657},{"source":655,"target":72},{"source":657,"target":71},{"source":656,"target":19},{"source":73,"target":0},{"source":73,"target":74},{"source":73,"target":658},{"source":73,"target":659},{"source":73,"target":660},{"source":658,"target":78},{"source":658,"target":661},{"source":658,"target":73},{"source":661,"target":78},{"source":659,"target":12},{"source":659,"target":662},{"source":659,"target":73},{"source":662,"target":12},{"source":660,"target":74},{"source":74,"target":0},{"source":74,"target":52},{"source":74,"target":75},{"source":74,"target":663},{"source":74,"target":664},{"source":74,"target":665},{"source":74,"target":666},{"source":663,"target":76},{"source":663,"target":667},{"source":663,"target":74},{"source":667,"target":76},{"source":664,"target":77},{"source":664,"target":668},{"source":664,"target":74},{"source":668,"target":77},{"source":665,"target":52},{"source":666,"target":75},{"source":75,"target":0},{"source":75,"target":54},{"source":75,"target":669},{"source":669,"target":54},{"source":76,"target":0},{"source":76,"target":670},{"source":76,"target":671},{"source":670,"target":76},{"source":671,"target":76},{"source":77,"target":0},{"source":77,"target":672},{"source":77,"target":673},{"source":77,"target":674},{"source":77,"target":675},{"source":77,"target":676},{"source":672,"target":77},{"source":673,"target":77},{"source":674,"target":77},{"source":675,"target":77},{"source":676,"target":77},{"source":78,"target":0},{"source":78,"target":46},{"source":78,"target":677},{"source":677,"target":46},{"source":79,"target":0},{"source":79,"target":74},{"source":79,"target":60},{"source":79,"target":80},{"source":79,"target":81},{"source":79,"target":678},{"source":79,"target":679},{"source":79,"target":680},{"source":79,"target":681},{"source":79,"target":682},{"source":678,"target":82},{"source":678,"target":683},{"source":678,"target":79},{"source":683,"target":82},{"source":679,"target":74},{"source":680,"target":60},{"source":681,"target":80},{"source":682,"target":81},{"source":80,"target":0},{"source":80,"target":54},{"source":80,"target":684},{"source":684,"target":54},{"source":81,"target":0},{"source":81,"target":54},{"source":81,"target":685},{"source":685,"target":54},{"source":82,"target":0},{"source":82,"target":45},{"source":82,"target":46},{"source":82,"target":686},{"source":82,"target":687},{"source":686,"target":45},{"source":687,"target":46},{"source":83,"target":0},{"source":83,"target":84},{"source":83,"target":49},{"source":83,"target":80},{"source":83,"target":688},{"source":83,"target":689},{"source":83,"target":690},{"source":83,"target":691},{"source":688,"target":82},{"source":688,"target":692},{"source":688,"target":83},{"source":692,"target":82},{"source":689,"target":84},{"source":690,"target":49},{"source":691,"target":80},{"source":84,"target":0},{"source":84,"target":67},{"source":84,"target":81},{"source":84,"target":50},{"source":84,"target":693},{"source":84,"target":694},{"source":84,"target":695},{"source":84,"target":696},{"source":693,"target":85},{"source":693,"target":697},{"source":693,"target":84},{"source":697,"target":85},{"source":694,"target":67},{"source":695,"target":81},{"source":696,"target":50},{"source":85,"target":0},{"source":85,"target":698},{"source":85,"target":699},{"source":85,"target":700},{"source":698,"target":85},{"source":699,"target":85},{"source":700,"target":85},{"source":86,"target":0},{"source":86,"target":84},{"source":86,"target":49},{"source":86,"target":80},{"source":86,"target":701},{"source":86,"target":702},{"source":86,"target":703},{"source":86,"target":704},{"source":701,"target":82},{"source":701,"target":705},{"source":701,"target":86},{"source":705,"target":82},{"source":702,"target":84},{"source":703,"target":49},{"source":704,"target":80},{"source":87,"target":0},{"source":87,"target":84},{"source":87,"target":706},{"source":706,"target":84},{"source":88,"target":0},{"source":88,"target":67},{"source":88,"target":49},{"source":88,"target":80},{"source":88,"target":707},{"source":88,"target":708},{"source":88,"target":709},{"source":88,"target":710},{"source":707,"target":82},{"source":707,"target":711},{"source":707,"target":88},{"source":711,"target":82},{"source":708,"target":67},{"source":709,"target":49},{"source":710,"target":80},{"source":89,"target":0},{"source":89,"target":74},{"source":89,"target":29},{"source":89,"target":712},{"source":89,"target":713},{"source":89,"target":714},{"source":712,"target":90},{"source":712,"target":715},{"source":712,"target":89},{"source":715,"target":90},{"source":713,"target":74},{"source":714,"target":29},{"source":90,"target":0},{"source":90,"target":45},{"source":90,"target":46},{"source":90,"target":716},{"source":90,"target":717},{"source":716,"target":45},{"source":717,"target":46},{"source":91,"target":0},{"source":91,"target":74},{"source":91,"target":66},{"source":91,"target":718},{"source":91,"target":719},{"source":91,"target":720},{"source":718,"target":92},{"source":718,"target":721},{"source":718,"target":91},{"source":721,"target":92},{"source":719,"target":74},{"source":720,"target":66},{"source":92,"target":0},{"source":92,"target":45},{"source":92,"target":46},{"source":92,"target":722},{"source":92,"target":723},{"source":722,"target":45},{"source":723,"target":46},{"source":93,"target":0},{"source":93,"target":67},{"source":93,"target":50},{"source":93,"target":724},{"source":93,"target":725},{"source":93,"target":726},{"source":93,"target":727},{"source":724,"target":94},{"source":724,"target":728},{"source":724,"target":93},{"source":728,"target":94},{"source":725,"target":46},{"source":725,"target":729},{"source":725,"target":93},{"source":729,"target":46},{"source":726,"target":67},{"source":727,"target":50},{"source":94,"target":0},{"source":94,"target":26},{"source":94,"target":730},{"source":94,"target":731},{"source":94,"target":732},{"source":94,"target":733},{"source":94,"target":734},{"source":730,"target":68},{"source":730,"target":735},{"source":730,"target":94},{"source":735,"target":68},{"source":731,"target":44},{"source":731,"target":736},{"source":731,"target":94},{"source":736,"target":44},{"source":732,"target":12},{"source":732,"target":737},{"source":732,"target":94},{"source":737,"target":12},{"source":733,"target":12},{"source":733,"target":738},{"source":733,"target":94},{"source":738,"target":12},{"source":734,"target":26},{"source":95,"target":0},{"source":95,"target":26},{"source":95,"target":70},{"source":95,"target":739},{"source":95,"target":740},{"source":95,"target":741},{"source":739,"target":71},{"source":739,"target":742},{"source":739,"target":95},{"source":742,"target":71},{"source":740,"target":26},{"source":741,"target":70},{"source":96,"target":0},{"source":96,"target":27},{"source":96,"target":23},{"source":96,"target":49},{"source":96,"target":60},{"source":96,"target":41},{"source":96,"target":743},{"source":96,"target":744},{"source":96,"target":745},{"source":96,"target":746},{"source":96,"target":747},{"source":96,"target":748},{"source":96,"target":749},{"source":96,"target":750},{"source":96,"target":751},{"source":96,"target":752},{"source":96,"target":753},{"source":96,"target":754},{"source":96,"target":755},{"source":756,"target":24},{"source":756,"target":757},{"source":757,"target":24},{"source":743,"target":45},{"source":743,"target":758},{"source":743,"target":96},{"source":758,"target":45},{"source":744,"target":30},{"source":744,"target":759},{"source":744,"target":96},{"source":759,"target":30},{"source":745,"target":55},{"source":745,"target":760},{"source":745,"target":96},{"source":760,"target":55},{"source":746,"target":97},{"source":746,"target":761},{"source":746,"target":96},{"source":761,"target":97},{"source":747,"target":12},{"source":747,"target":762},{"source":747,"target":96},{"source":762,"target":12},{"source":748,"target":42},{"source":748,"target":763},{"source":748,"target":96},{"source":763,"target":42},{"source":749,"target":96},{"source":749,"target":764},{"source":749,"target":96},{"source":764,"target":96},{"source":750,"target":44},{"source":750,"target":765},{"source":750,"target":96},{"source":765,"target":44},{"source":751,"target":27},{"source":752,"target":23},{"source":753,"target":49},{"source":754,"target":60},{"source":755,"target":41},{"source":97,"target":0},{"source":97,"target":1},{"source":97,"target":766},{"source":97,"target":767},{"source":97,"target":768},{"source":766,"target":24},{"source":766,"target":769},{"source":766,"target":97},{"source":769,"target":24},{"source":767,"target":24},{"source":767,"target":770},{"source":767,"target":97},{"source":770,"target":24},{"source":768,"target":1},{"source":98,"target":0},{"source":98,"target":59},{"source":98,"target":18},{"source":98,"target":58},{"source":98,"target":771},{"source":98,"target":772},{"source":98,"target":773},{"source":98,"target":774},{"source":98,"target":775},{"source":98,"target":776},{"source":98,"target":777},{"source":98,"target":778},{"source":771,"target":62},{"source":771,"target":779},{"source":771,"target":98},{"source":779,"target":62},{"source":772,"target":56},{"source":772,"target":780},{"source":772,"target":98},{"source":780,"target":56},{"source":773,"target":99},{"source":773,"target":781},{"source":773,"target":98},{"source":781,"target":99},{"source":774,"target":63},{"source":774,"target":782},{"source":774,"target":98},{"source":782,"target":63},{"source":775,"target":63},{"source":775,"target":783},{"source":775,"target":98},{"source":783,"target":63},{"source":776,"target":59},{"source":777,"target":18},{"source":778,"target":58},{"source":99,"target":0},{"source":99,"target":1},{"source":99,"target":784},{"source":99,"target":785},{"source":99,"target":786},{"source":784,"target":60},{"source":784,"target":787},{"source":784,"target":99},{"source":787,"target":60},{"source":785,"target":49},{"source":785,"target":788},{"source":785,"target":99},{"source":788,"target":49},{"source":786,"target":1},{"source":100,"target":0},{"source":100,"target":27},{"source":100,"target":59},{"source":100,"target":60},{"source":100,"target":789},{"source":100,"target":790},{"source":100,"target":791},{"source":100,"target":792},{"source":100,"target":793},{"source":100,"target":794},{"source":100,"target":795},{"source":789,"target":101},{"source":789,"target":796},{"source":789,"target":100},{"source":796,"target":101},{"source":790,"target":101},{"source":790,"target":797},{"source":790,"target":100},{"source":797,"target":101},{"source":791,"target":12},{"source":791,"target":798},{"source":791,"target":100},{"source":798,"target":12},{"source":792,"target":100},{"source":792,"target":799},{"source":792,"target":100},{"source":799,"target":100},{"source":793,"target":27},{"source":794,"target":59},{"source":795,"target":60},{"source":101,"target":0},{"source":101,"target":1},{"source":101,"target":800},{"source":101,"target":801},{"source":101,"target":802},{"source":101,"target":803},{"source":800,"target":49},{"source":800,"target":804},{"source":800,"target":101},{"source":804,"target":49},{"source":801,"target":54},{"source":801,"target":805},{"source":801,"target":101},{"source":805,"target":54},{"source":802,"target":101},{"source":802,"target":806},{"source":802,"target":101},{"source":806,"target":101},{"source":803,"target":1},{"source":102,"target":0},{"source":102,"target":19},{"source":102,"target":807},{"source":102,"target":808},{"source":807,"target":43},{"source":807,"target":809},{"source":807,"target":102},{"source":809,"target":43},{"source":808,"target":19},{"source":103,"target":0},{"source":103,"target":19},{"source":103,"target":810},{"source":103,"target":811},{"source":810,"target":51},{"source":810,"target":812},{"source":810,"target":103},{"source":812,"target":51},{"source":811,"target":19},{"source":104,"target":0},{"source":104,"target":57},{"source":104,"target":59},{"source":104,"target":61},{"source":104,"target":813},{"source":104,"target":814},{"source":104,"target":815},{"source":104,"target":816},{"source":104,"target":817},{"source":813,"target":104},{"source":813,"target":818},{"source":813,"target":104},{"source":818,"target":104},{"source":814,"target":105},{"source":814,"target":819},{"source":814,"target":104},{"source":819,"target":105},{"source":815,"target":57},{"source":816,"target":59},{"source":817,"target":61},{"source":105,"target":0},{"source":105,"target":1},{"source":105,"target":820},{"source":105,"target":821},{"source":105,"target":822},{"source":820,"target":61},{"source":820,"target":823},{"source":820,"target":105},{"source":823,"target":61},{"source":821,"target":49},{"source":821,"target":824},{"source":821,"target":105},{"source":824,"target":49},{"source":822,"target":1},{"source":106,"target":0},{"source":106,"target":96},{"source":106,"target":107},{"source":106,"target":825},{"source":106,"target":826},{"source":106,"target":827},{"source":825,"target":108},{"source":825,"target":828},{"source":825,"target":106},{"source":828,"target":108},{"source":826,"target":96},{"source":827,"target":107},{"source":107,"target":0},{"source":107,"target":5},{"source":107,"target":829},{"source":829,"target":5},{"source":108,"target":0},{"source":108,"target":45},{"source":108,"target":830},{"source":830,"target":45},{"source":109,"target":0},{"source":109,"target":100},{"source":109,"target":831},{"source":109,"target":832},{"source":831,"target":77},{"source":831,"target":833},{"source":831,"target":109},{"source":833,"target":77},{"source":832,"target":100},{"source":110,"target":0},{"source":110,"target":100},{"source":110,"target":834},{"source":834,"target":100},{"source":111,"target":0},{"source":111,"target":100},{"source":111,"target":835},{"source":835,"target":100},{"source":112,"target":0},{"source":112,"target":100},{"source":112,"target":836},{"source":836,"target":100},{"source":113,"target":0},{"source":113,"target":100},{"source":113,"target":837},{"source":837,"target":100},{"source":114,"target":0},{"source":114,"target":27},{"source":114,"target":838},{"source":838,"target":27},{"source":115,"target":0},{"source":115,"target":27},{"source":115,"target":53},{"source":115,"target":81},{"source":115,"target":50},{"source":115,"target":839},{"source":115,"target":840},{"source":115,"target":841},{"source":115,"target":842},{"source":115,"target":843},{"source":115,"target":844},{"source":115,"target":845},{"source":839,"target":68},{"source":839,"target":846},{"source":839,"target":115},{"source":846,"target":68},{"source":840,"target":12},{"source":840,"target":847},{"source":840,"target":115},{"source":847,"target":12},{"source":841,"target":12},{"source":841,"target":848},{"source":841,"target":115},{"source":848,"target":12},{"source":842,"target":27},{"source":843,"target":53},{"source":844,"target":81},{"source":845,"target":50},{"source":116,"target":0},{"source":116,"target":115},{"source":116,"target":849},{"source":849,"target":115},{"source":117,"target":0},{"source":117,"target":115},{"source":117,"target":850},{"source":117,"target":851},{"source":850,"target":118},{"source":850,"target":852},{"source":850,"target":117},{"source":852,"target":118},{"source":851,"target":115},{"source":118,"target":0},{"source":118,"target":44},{"source":118,"target":119},{"source":118,"target":82},{"source":118,"target":853},{"source":118,"target":854},{"source":118,"target":855},{"source":853,"target":44},{"source":854,"target":119},{"source":855,"target":82},{"source":119,"target":0},{"source":119,"target":5},{"source":119,"target":856},{"source":856,"target":5},{"source":120,"target":0},{"source":120,"target":114},{"source":120,"target":53},{"source":120,"target":81},{"source":120,"target":50},{"source":120,"target":857},{"source":120,"target":858},{"source":120,"target":859},{"source":120,"target":860},{"source":120,"target":861},{"source":120,"target":862},{"source":120,"target":863},{"source":120,"target":864},{"source":857,"target":68},{"source":857,"target":865},{"source":857,"target":120},{"source":865,"target":68},{"source":858,"target":118},{"source":858,"target":866},{"source":858,"target":120},{"source":866,"target":118},{"source":859,"target":12},{"source":859,"target":867},{"source":859,"target":120},{"source":867,"target":12},{"source":860,"target":12},{"source":860,"target":868},{"source":860,"target":120},{"source":868,"target":12},{"source":861,"target":114},{"source":862,"target":53},{"source":863,"target":81},{"source":864,"target":50},{"source":121,"target":0},{"source":121,"target":114},{"source":121,"target":75},{"source":121,"target":29},{"source":121,"target":869},{"source":121,"target":870},{"source":121,"target":871},{"source":121,"target":872},{"source":869,"target":122},{"source":869,"target":873},{"source":869,"target":121},{"source":873,"target":122},{"source":870,"target":114},{"source":871,"target":75},{"source":872,"target":29},{"source":122,"target":0},{"source":122,"target":44},{"source":122,"target":123},{"source":122,"target":90},{"source":122,"target":874},{"source":122,"target":875},{"source":122,"target":876},{"source":874,"target":44},{"source":875,"target":123},{"source":876,"target":90},{"source":123,"target":0},{"source":123,"target":5},{"source":123,"target":29},{"source":123,"target":877},{"source":123,"target":878},{"source":877,"target":5},{"source":878,"target":29},{"source":124,"target":0},{"source":124,"target":879},{"source":124,"target":880},{"source":124,"target":881},{"source":124,"target":882},{"source":124,"target":883},{"source":124,"target":884},{"source":124,"target":885},{"source":124,"target":886},{"source":124,"target":887},{"source":124,"target":888},{"source":124,"target":889},{"source":124,"target":890},{"source":124,"target":891},{"source":124,"target":892},{"source":879,"target":124},{"source":880,"target":124},{"source":881,"target":124},{"source":882,"target":124},{"source":883,"target":124},{"source":884,"target":124},{"source":885,"target":124},{"source":886,"target":124},{"source":887,"target":124},{"source":888,"target":124},{"source":889,"target":124},{"source":890,"target":124},{"source":891,"target":124},{"source":892,"target":124},{"source":125,"target":0},{"source":125,"target":5},{"source":125,"target":893},{"source":893,"target":5},{"source":126,"target":0},{"source":126,"target":125},{"source":126,"target":894},{"source":126,"target":895},{"source":126,"target":896},{"source":894,"target":3},{"source":894,"target":897},{"source":894,"target":126},{"source":897,"target":3},{"source":895,"target":125},{"source":895,"target":898},{"source":895,"target":126},{"source":898,"target":125},{"source":896,"target":125},{"source":127,"target":0},{"source":127,"target":22},{"source":127,"target":899},{"source":127,"target":900},{"source":127,"target":901},{"source":899,"target":3},{"source":899,"target":902},{"source":899,"target":127},{"source":902,"target":3},{"source":900,"target":22},{"source":900,"target":903},{"source":900,"target":127},{"source":903,"target":22},{"source":901,"target":22},{"source":128,"target":0},{"source":128,"target":129},{"source":128,"target":904},{"source":128,"target":905},{"source":904,"target":133},{"source":904,"target":906},{"source":904,"target":128},{"source":904,"target":907},{"source":906,"target":133},{"source":905,"target":129},{"source":129,"target":0},{"source":129,"target":17},{"source":129,"target":908},{"source":129,"target":909},{"source":129,"target":910},{"source":129,"target":911},{"source":129,"target":912},{"source":129,"target":913},{"source":129,"target":914},{"source":129,"target":915},{"source":129,"target":916},{"source":917,"target":3},{"source":917,"target":918},{"source":918,"target":3},{"source":908,"target":130},{"source":908,"target":919},{"source":908,"target":129},{"source":919,"target":130},{"source":909,"target":134},{"source":909,"target":920},{"source":909,"target":129},{"source":920,"target":134},{"source":910,"target":16},{"source":910,"target":921},{"source":910,"target":129},{"source":921,"target":16},{"source":911,"target":135},{"source":911,"target":922},{"source":911,"target":129},{"source":922,"target":135},{"source":912,"target":125},{"source":912,"target":923},{"source":912,"target":129},{"source":923,"target":125},{"source":913,"target":132},{"source":913,"target":924},{"source":913,"target":129},{"source":924,"target":132},{"source":914,"target":12},{"source":914,"target":925},{"source":914,"target":129},{"source":925,"target":12},{"source":915,"target":12},{"source":915,"target":926},{"source":915,"target":129},{"source":926,"target":12},{"source":916,"target":17},{"source":130,"target":0},{"source":130,"target":5},{"source":130,"target":927},{"source":130,"target":928},{"source":130,"target":929},{"source":927,"target":131},{"source":927,"target":930},{"source":927,"target":130},{"source":930,"target":131},{"source":928,"target":12},{"source":928,"target":931},{"source":928,"target":130},{"source":931,"target":12},{"source":929,"target":5},{"source":131,"target":0},{"source":131,"target":132},{"source":131,"target":932},{"source":131,"target":933},{"source":131,"target":934},{"source":131,"target":935},{"source":131,"target":936},{"source":932,"target":128},{"source":932,"target":937},{"source":932,"target":131},{"source":937,"target":128},{"source":933,"target":133},{"source":933,"target":938},{"source":933,"target":131},{"source":938,"target":133},{"source":934,"target":128},{"source":934,"target":939},{"source":934,"target":131},{"source":939,"target":128},{"source":935,"target":133},{"source":935,"target":940},{"source":935,"target":131},{"source":940,"target":133},{"source":936,"target":132},{"source":132,"target":0},{"source":132,"target":5},{"source":132,"target":941},{"source":941,"target":5},{"source":133,"target":0},{"source":133,"target":129},{"source":133,"target":907},{"source":133,"target":942},{"source":907,"target":128},{"source":907,"target":943},{"source":907,"target":133},{"source":907,"target":904},{"source":943,"target":128},{"source":942,"target":129},{"source":134,"target":0},{"source":134,"target":5},{"source":134,"target":944},{"source":134,"target":945},{"source":134,"target":946},{"source":944,"target":124},{"source":944,"target":947},{"source":944,"target":134},{"source":947,"target":124},{"source":945,"target":51},{"source":945,"target":948},{"source":945,"target":134},{"source":948,"target":51},{"source":946,"target":5},{"source":135,"target":0},{"source":135,"target":5},{"source":135,"target":949},{"source":135,"target":950},{"source":949,"target":71},{"source":949,"target":951},{"source":949,"target":135},{"source":951,"target":71},{"source":950,"target":5},{"source":136,"target":0},{"source":136,"target":30},{"source":136,"target":952},{"source":136,"target":953},{"source":954,"target":26},{"source":954,"target":955},{"source":955,"target":26},{"source":952,"target":137},{"source":952,"target":956},{"source":952,"target":136},{"source":956,"target":137},{"source":953,"target":30},{"source":137,"target":0},{"source":137,"target":41},{"source":137,"target":957},{"source":137,"target":958},{"source":137,"target":959},{"source":137,"target":960},{"source":957,"target":124},{"source":957,"target":961},{"source":957,"target":137},{"source":961,"target":124},{"source":958,"target":30},{"source":958,"target":962},{"source":958,"target":137},{"source":962,"target":30},{"source":959,"target":45},{"source":959,"target":963},{"source":959,"target":137},{"source":963,"target":45},{"source":960,"target":41},{"source":138,"target":0},{"source":138,"target":30},{"source":138,"target":964},{"source":138,"target":965},{"source":966,"target":26},{"source":966,"target":967},{"source":967,"target":26},{"source":964,"target":139},{"source":964,"target":968},{"source":964,"target":138},{"source":968,"target":139},{"source":965,"target":30},{"source":139,"target":0},{"source":139,"target":140},{"source":139,"target":969},{"source":139,"target":970},{"source":139,"target":971},{"source":969,"target":30},{"source":969,"target":972},{"source":969,"target":139},{"source":972,"target":30},{"source":970,"target":70},{"source":970,"target":973},{"source":970,"target":139},{"source":973,"target":70},{"source":971,"target":140},{"source":140,"target":0},{"source":140,"target":41},{"source":140,"target":974},{"source":974,"target":41},{"source":141,"target":0},{"source":141,"target":30},{"source":141,"target":975},{"source":141,"target":976},{"source":977,"target":26},{"source":977,"target":978},{"source":978,"target":26},{"source":975,"target":140},{"source":975,"target":979},{"source":975,"target":141},{"source":979,"target":140},{"source":976,"target":30},{"source":142,"target":0},{"source":142,"target":140},{"source":142,"target":980},{"source":142,"target":981},{"source":142,"target":982},{"source":142,"target":983},{"source":142,"target":984},{"source":980,"target":76},{"source":980,"target":985},{"source":980,"target":142},{"source":985,"target":76},{"source":981,"target":77},{"source":981,"target":986},{"source":981,"target":142},{"source":986,"target":77},{"source":982,"target":44},{"source":982,"target":987},{"source":982,"target":142},{"source":987,"target":44},{"source":983,"target":55},{"source":983,"target":988},{"source":983,"target":142},{"source":988,"target":55},{"source":984,"target":140},{"source":143,"target":0},{"source":143,"target":140},{"source":143,"target":989},{"source":143,"target":990},{"source":143,"target":991},{"source":143,"target":992},{"source":143,"target":993},{"source":143,"target":994},{"source":143,"target":995},{"source":989,"target":68},{"source":989,"target":996},{"source":989,"target":143},{"source":996,"target":68},{"source":990,"target":85},{"source":990,"target":997},{"source":990,"target":143},{"source":997,"target":85},{"source":991,"target":44},{"source":991,"target":998},{"source":991,"target":143},{"source":998,"target":44},{"source":992,"target":55},{"source":992,"target":999},{"source":992,"target":143},{"source":999,"target":55},{"source":993,"target":12},{"source":993,"target":1000},{"source":993,"target":143},{"source":1000,"target":12},{"source":994,"target":12},{"source":994,"target":1001},{"source":994,"target":143},{"source":1001,"target":12},{"source":995,"target":140},{"source":144,"target":0},{"source":144,"target":140},{"source":144,"target":1002},{"source":144,"target":1003},{"source":144,"target":1004},{"source":144,"target":1005},{"source":144,"target":1006},{"source":1002,"target":68},{"source":1002,"target":1007},{"source":1002,"target":144},{"source":1007,"target":68},{"source":1003,"target":94},{"source":1003,"target":1008},{"source":1003,"target":144},{"source":1008,"target":94},{"source":1004,"target":12},{"source":1004,"target":1009},{"source":1004,"target":144},{"source":1009,"target":12},{"source":1005,"target":12},{"source":1005,"target":1010},{"source":1005,"target":144},{"source":1010,"target":12},{"source":1006,"target":140},{"source":145,"target":0},{"source":145,"target":36},{"source":145,"target":23},{"source":145,"target":1011},{"source":145,"target":1012},{"source":145,"target":1013},{"source":1011,"target":146},{"source":1011,"target":1014},{"source":1011,"target":145},{"source":1014,"target":146},{"source":1012,"target":36},{"source":1013,"target":23},{"source":146,"target":0},{"source":146,"target":36},{"source":146,"target":49},{"source":146,"target":1015},{"source":146,"target":1016},{"source":146,"target":1017},{"source":146,"target":1018},{"source":1015,"target":29},{"source":1015,"target":1019},{"source":1015,"target":146},{"source":1019,"target":29},{"source":1016,"target":66},{"source":1016,"target":1020},{"source":1016,"target":146},{"source":1020,"target":66},{"source":1017,"target":36},{"source":1018,"target":49},{"source":147,"target":0},{"source":147,"target":43},{"source":147,"target":1021},{"source":147,"target":1022},{"source":147,"target":1023},{"source":147,"target":1024},{"source":1021,"target":146},{"source":1021,"target":1025},{"source":1021,"target":147},{"source":1025,"target":146},{"source":1022,"target":146},{"source":1022,"target":1026},{"source":1022,"target":147},{"source":1026,"target":146},{"source":1023,"target":145},{"source":1023,"target":1027},{"source":1023,"target":147},{"source":1027,"target":145},{"source":1024,"target":43},{"source":148,"target":0},{"source":148,"target":51},{"source":148,"target":149},{"source":148,"target":66},{"source":148,"target":1028},{"source":148,"target":1029},{"source":148,"target":1030},{"source":148,"target":1031},{"source":148,"target":1032},{"source":148,"target":1033},{"source":148,"target":1034},{"source":148,"target":1035},{"source":148,"target":1036},{"source":148,"target":1037},{"source":1028,"target":73},{"source":1028,"target":1038},{"source":1028,"target":148},{"source":1038,"target":73},{"source":1029,"target":79},{"source":1029,"target":1039},{"source":1029,"target":148},{"source":1039,"target":79},{"source":1030,"target":89},{"source":1030,"target":1040},{"source":1030,"target":148},{"source":1040,"target":89},{"source":1031,"target":83},{"source":1031,"target":1041},{"source":1031,"target":148},{"source":1041,"target":83},{"source":1032,"target":87},{"source":1032,"target":1042},{"source":1032,"target":148},{"source":1042,"target":87},{"source":1033,"target":86},{"source":1033,"target":1043},{"source":1033,"target":148},{"source":1043,"target":86},{"source":1034,"target":91},{"source":1034,"target":1044},{"source":1034,"target":148},{"source":1044,"target":91},{"source":1035,"target":51},{"source":1036,"target":149},{"source":1037,"target":66},{"source":149,"target":0},{"source":149,"target":44},{"source":149,"target":107},{"source":149,"target":108},{"source":149,"target":158},{"source":149,"target":82},{"source":149,"target":157},{"source":149,"target":156},{"source":149,"target":159},{"source":149,"target":155},{"source":149,"target":92},{"source":149,"target":90},{"source":149,"target":154},{"source":149,"target":152},{"source":149,"target":153},{"source":149,"target":151},{"source":149,"target":150},{"source":149,"target":1045},{"source":149,"target":1046},{"source":149,"target":1047},{"source":149,"target":1048},{"source":149,"target":1049},{"source":149,"target":1050},{"source":149,"target":1051},{"source":149,"target":1052},{"source":149,"target":1053},{"source":149,"target":1054},{"source":149,"target":1055},{"source":149,"target":1056},{"source":149,"target":1057},{"source":149,"target":1058},{"source":149,"target":1059},{"source":149,"target":1060},{"source":1045,"target":44},{"source":1046,"target":107},{"source":1047,"target":108},{"source":1048,"target":158},{"source":1049,"target":82},{"source":1050,"target":157},{"source":1051,"target":156},{"source":1052,"target":159},{"source":1053,"target":155},{"source":1054,"target":92},{"source":1055,"target":90},{"source":1056,"target":154},{"source":1057,"target":152},{"source":1058,"target":153},{"source":1059,"target":151},{"source":1060,"target":150},{"source":150,"target":0},{"source":150,"target":45},{"source":150,"target":1061},{"source":1061,"target":45},{"source":151,"target":0},{"source":151,"target":45},{"source":151,"target":78},{"source":151,"target":1062},{"source":151,"target":1063},{"source":1062,"target":45},{"source":1063,"target":78},{"source":152,"target":0},{"source":152,"target":45},{"source":152,"target":1064},{"source":1064,"target":45},{"source":153,"target":0},{"source":153,"target":45},{"source":153,"target":1065},{"source":1065,"target":45},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":1066},{"source":1066,"target":45},{"source":155,"target":0},{"source":155,"target":45},{"source":155,"target":1067},{"source":1067,"target":45},{"source":156,"target":0},{"source":156,"target":45},{"source":156,"target":1068},{"source":1068,"target":45},{"source":157,"target":0},{"source":157,"target":45},{"source":157,"target":1069},{"source":1069,"target":45},{"source":158,"target":0},{"source":158,"target":45},{"source":158,"target":78},{"source":158,"target":1070},{"source":158,"target":1071},{"source":1070,"target":45},{"source":1071,"target":78},{"source":159,"target":0},{"source":159,"target":45},{"source":159,"target":1072},{"source":1072,"target":45},{"source":160,"target":0},{"source":160,"target":147},{"source":160,"target":149},{"source":160,"target":1073},{"source":160,"target":1074},{"source":160,"target":1075},{"source":160,"target":1076},{"source":160,"target":1077},{"source":160,"target":1078},{"source":160,"target":1079},{"source":160,"target":1080},{"source":160,"target":1081},{"source":160,"target":1082},{"source":160,"target":1083},{"source":160,"target":1084},{"source":160,"target":1085},{"source":160,"target":1086},{"source":160,"target":1087},{"source":1088,"target":51},{"source":1088,"target":1089},{"source":1089,"target":51},{"source":1073,"target":161},{"source":1073,"target":1090},{"source":1073,"target":160},{"source":1090,"target":161},{"source":1074,"target":163},{"source":1074,"target":1091},{"source":1074,"target":160},{"source":1091,"target":163},{"source":1075,"target":164},{"source":1075,"target":1092},{"source":1075,"target":160},{"source":1092,"target":164},{"source":1076,"target":166},{"source":1076,"target":1093},{"source":1076,"target":160},{"source":1093,"target":166},{"source":1077,"target":168},{"source":1077,"target":1094},{"source":1077,"target":160},{"source":1094,"target":168},{"source":1078,"target":170},{"source":1078,"target":1095},{"source":1078,"target":160},{"source":1095,"target":170},{"source":1079,"target":172},{"source":1079,"target":1096},{"source":1079,"target":160},{"source":1096,"target":172},{"source":1080,"target":174},{"source":1080,"target":1097},{"source":1080,"target":160},{"source":1097,"target":174},{"source":1081,"target":175},{"source":1081,"target":1098},{"source":1081,"target":160},{"source":1098,"target":175},{"source":1082,"target":177},{"source":1082,"target":1099},{"source":1082,"target":160},{"source":1099,"target":177},{"source":1083,"target":179},{"source":1083,"target":1100},{"source":1083,"target":160},{"source":1100,"target":179},{"source":1084,"target":181},{"source":1084,"target":1101},{"source":1084,"target":160},{"source":1101,"target":181},{"source":1085,"target":183},{"source":1085,"target":1102},{"source":1085,"target":160},{"source":1102,"target":183},{"source":1086,"target":147},{"source":1087,"target":149},{"source":161,"target":0},{"source":161,"target":96},{"source":161,"target":75},{"source":161,"target":162},{"source":161,"target":1103},{"source":161,"target":1104},{"source":161,"target":1105},{"source":161,"target":1106},{"source":1103,"target":158},{"source":1103,"target":1107},{"source":1103,"target":161},{"source":1107,"target":158},{"source":1104,"target":96},{"source":1105,"target":75},{"source":1106,"target":162},{"source":162,"target":0},{"source":162,"target":5},{"source":162,"target":1108},{"source":1108,"target":5},{"source":163,"target":0},{"source":163,"target":96},{"source":163,"target":75},{"source":163,"target":119},{"source":163,"target":80},{"source":163,"target":81},{"source":163,"target":1109},{"source":163,"target":1110},{"source":163,"target":1111},{"source":163,"target":1112},{"source":163,"target":1113},{"source":163,"target":1114},{"source":1109,"target":82},{"source":1109,"target":1115},{"source":1109,"target":163},{"source":1115,"target":82},{"source":1110,"target":96},{"source":1111,"target":75},{"source":1112,"target":119},{"source":1113,"target":80},{"source":1114,"target":81},{"source":164,"target":0},{"source":164,"target":96},{"source":164,"target":165},{"source":164,"target":1116},{"source":164,"target":1117},{"source":164,"target":1118},{"source":1116,"target":157},{"source":1116,"target":1119},{"source":1116,"target":164},{"source":1119,"target":157},{"source":1117,"target":96},{"source":1118,"target":165},{"source":165,"target":0},{"source":165,"target":5},{"source":165,"target":1120},{"source":1120,"target":5},{"source":166,"target":0},{"source":166,"target":96},{"source":166,"target":167},{"source":166,"target":1121},{"source":166,"target":1122},{"source":166,"target":1123},{"source":1121,"target":156},{"source":1121,"target":1124},{"source":1121,"target":166},{"source":1124,"target":156},{"source":1122,"target":96},{"source":1123,"target":167},{"source":167,"target":0},{"source":167,"target":5},{"source":167,"target":1125},{"source":1125,"target":5},{"source":168,"target":0},{"source":168,"target":96},{"source":168,"target":169},{"source":168,"target":1126},{"source":168,"target":1127},{"source":168,"target":1128},{"source":1126,"target":155},{"source":1126,"target":1129},{"source":1126,"target":168},{"source":1129,"target":155},{"source":1127,"target":96},{"source":1128,"target":169},{"source":169,"target":0},{"source":169,"target":5},{"source":169,"target":1130},{"source":1130,"target":5},{"source":170,"target":0},{"source":170,"target":96},{"source":170,"target":171},{"source":170,"target":1131},{"source":170,"target":1132},{"source":170,"target":1133},{"source":1131,"target":159},{"source":1131,"target":1134},{"source":1131,"target":170},{"source":1134,"target":159},{"source":1132,"target":96},{"source":1133,"target":171},{"source":171,"target":0},{"source":171,"target":5},{"source":171,"target":1135},{"source":1135,"target":5},{"source":172,"target":0},{"source":172,"target":96},{"source":172,"target":173},{"source":172,"target":1136},{"source":172,"target":1137},{"source":172,"target":1138},{"source":1136,"target":154},{"source":1136,"target":1139},{"source":1136,"target":172},{"source":1139,"target":154},{"source":1137,"target":96},{"source":1138,"target":173},{"source":173,"target":0},{"source":173,"target":5},{"source":173,"target":1140},{"source":1140,"target":5},{"source":174,"target":0},{"source":174,"target":96},{"source":174,"target":75},{"source":174,"target":123},{"source":174,"target":1141},{"source":174,"target":1142},{"source":174,"target":1143},{"source":174,"target":1144},{"source":1141,"target":90},{"source":1141,"target":1145},{"source":1141,"target":174},{"source":1145,"target":90},{"source":1142,"target":96},{"source":1143,"target":75},{"source":1144,"target":123},{"source":175,"target":0},{"source":175,"target":96},{"source":175,"target":75},{"source":175,"target":176},{"source":175,"target":66},{"source":175,"target":1146},{"source":175,"target":1147},{"source":175,"target":1148},{"source":175,"target":1149},{"source":175,"target":1150},{"source":1146,"target":92},{"source":1146,"target":1151},{"source":1146,"target":175},{"source":1151,"target":92},{"source":1147,"target":96},{"source":1148,"target":75},{"source":1149,"target":176},{"source":1150,"target":66},{"source":176,"target":0},{"source":176,"target":5},{"source":176,"target":1152},{"source":1152,"target":5},{"source":177,"target":0},{"source":177,"target":96},{"source":177,"target":178},{"source":177,"target":1153},{"source":177,"target":1154},{"source":177,"target":1155},{"source":1153,"target":153},{"source":1153,"target":1156},{"source":1153,"target":177},{"source":1156,"target":153},{"source":1154,"target":96},{"source":1155,"target":178},{"source":178,"target":0},{"source":178,"target":5},{"source":178,"target":1157},{"source":1157,"target":5},{"source":179,"target":0},{"source":179,"target":96},{"source":179,"target":180},{"source":179,"target":1158},{"source":179,"target":1159},{"source":179,"target":1160},{"source":1158,"target":152},{"source":1158,"target":1161},{"source":1158,"target":179},{"source":1161,"target":152},{"source":1159,"target":96},{"source":1160,"target":180},{"source":180,"target":0},{"source":180,"target":5},{"source":180,"target":1162},{"source":1162,"target":5},{"source":181,"target":0},{"source":181,"target":96},{"source":181,"target":75},{"source":181,"target":182},{"source":181,"target":1163},{"source":181,"target":1164},{"source":181,"target":1165},{"source":181,"target":1166},{"source":1163,"target":151},{"source":1163,"target":1167},{"source":1163,"target":181},{"source":1167,"target":151},{"source":1164,"target":96},{"source":1165,"target":75},{"source":1166,"target":182},{"source":182,"target":0},{"source":182,"target":5},{"source":182,"target":1168},{"source":1168,"target":5},{"source":183,"target":0},{"source":183,"target":96},{"source":183,"target":184},{"source":183,"target":1169},{"source":183,"target":1170},{"source":183,"target":1171},{"source":1169,"target":150},{"source":1169,"target":1172},{"source":1169,"target":183},{"source":1172,"target":150},{"source":1170,"target":96},{"source":1171,"target":184},{"source":184,"target":0},{"source":184,"target":5},{"source":184,"target":1173},{"source":1173,"target":5},{"source":185,"target":0},{"source":185,"target":55},{"source":185,"target":107},{"source":185,"target":108},{"source":185,"target":158},{"source":185,"target":82},{"source":185,"target":157},{"source":185,"target":156},{"source":185,"target":159},{"source":185,"target":155},{"source":185,"target":92},{"source":185,"target":90},{"source":185,"target":154},{"source":185,"target":152},{"source":185,"target":153},{"source":185,"target":151},{"source":185,"target":150},{"source":185,"target":1174},{"source":185,"target":1175},{"source":185,"target":1176},{"source":185,"target":1177},{"source":185,"target":1178},{"source":185,"target":1179},{"source":185,"target":1180},{"source":185,"target":1181},{"source":185,"target":1182},{"source":185,"target":1183},{"source":185,"target":1184},{"source":185,"target":1185},{"source":185,"target":1186},{"source":185,"target":1187},{"source":185,"target":1188},{"source":185,"target":1189},{"source":1174,"target":55},{"source":1175,"target":107},{"source":1176,"target":108},{"source":1177,"target":158},{"source":1178,"target":82},{"source":1179,"target":157},{"source":1180,"target":156},{"source":1181,"target":159},{"source":1182,"target":155},{"source":1183,"target":92},{"source":1184,"target":90},{"source":1185,"target":154},{"source":1186,"target":152},{"source":1187,"target":153},{"source":1188,"target":151},{"source":1189,"target":150},{"source":186,"target":0},{"source":186,"target":44},{"source":186,"target":162},{"source":186,"target":158},{"source":186,"target":1190},{"source":186,"target":1191},{"source":186,"target":1192},{"source":1190,"target":44},{"source":1191,"target":162},{"source":1192,"target":158},{"source":187,"target":0},{"source":187,"target":51},{"source":187,"target":186},{"source":187,"target":1193},{"source":187,"target":1194},{"source":187,"target":1195},{"source":187,"target":1196},{"source":187,"target":1197},{"source":187,"target":1198},{"source":1193,"target":73},{"source":1193,"target":1199},{"source":1193,"target":187},{"source":1199,"target":73},{"source":1194,"target":83},{"source":1194,"target":1200},{"source":1194,"target":187},{"source":1200,"target":83},{"source":1195,"target":86},{"source":1195,"target":1201},{"source":1195,"target":187},{"source":1201,"target":86},{"source":1196,"target":87},{"source":1196,"target":1202},{"source":1196,"target":187},{"source":1202,"target":87},{"source":1197,"target":51},{"source":1198,"target":186},{"source":188,"target":0},{"source":188,"target":43},{"source":188,"target":186},{"source":188,"target":1203},{"source":188,"target":1204},{"source":188,"target":1205},{"source":1206,"target":51},{"source":1206,"target":1207},{"source":1207,"target":51},{"source":1203,"target":181},{"source":1203,"target":1208},{"source":1203,"target":188},{"source":1208,"target":181},{"source":1204,"target":43},{"source":1205,"target":186},{"source":189,"target":0},{"source":189,"target":55},{"source":189,"target":162},{"source":189,"target":158},{"source":189,"target":1209},{"source":189,"target":1210},{"source":189,"target":1211},{"source":1209,"target":55},{"source":1210,"target":162},{"source":1211,"target":158},{"source":190,"target":0},{"source":190,"target":51},{"source":190,"target":118},{"source":190,"target":66},{"source":190,"target":1212},{"source":190,"target":1213},{"source":190,"target":1214},{"source":190,"target":1215},{"source":190,"target":1216},{"source":190,"target":1217},{"source":1212,"target":89},{"source":1212,"target":1218},{"source":1212,"target":190},{"source":1218,"target":89},{"source":1213,"target":79},{"source":1213,"target":1219},{"source":1213,"target":190},{"source":1219,"target":79},{"source":1214,"target":91},{"source":1214,"target":1220},{"source":1214,"target":190},{"source":1220,"target":91},{"source":1215,"target":51},{"source":1216,"target":118},{"source":1217,"target":66},{"source":191,"target":0},{"source":191,"target":43},{"source":191,"target":118},{"source":191,"target":1221},{"source":191,"target":1222},{"source":191,"target":1223},{"source":191,"target":1224},{"source":1225,"target":51},{"source":1225,"target":1226},{"source":1226,"target":51},{"source":1221,"target":163},{"source":1221,"target":1227},{"source":1221,"target":191},{"source":1227,"target":163},{"source":1222,"target":174},{"source":1222,"target":1228},{"source":1222,"target":191},{"source":1228,"target":174},{"source":1223,"target":43},{"source":1224,"target":118},{"source":192,"target":0},{"source":192,"target":55},{"source":192,"target":119},{"source":192,"target":82},{"source":192,"target":1229},{"source":192,"target":1230},{"source":192,"target":1231},{"source":1229,"target":55},{"source":1230,"target":119},{"source":1231,"target":82},{"source":193,"target":0},{"source":193,"target":44},{"source":193,"target":165},{"source":193,"target":157},{"source":193,"target":1232},{"source":193,"target":1233},{"source":193,"target":1234},{"source":1232,"target":44},{"source":1233,"target":165},{"source":1234,"target":157},{"source":194,"target":0},{"source":194,"target":51},{"source":194,"target":193},{"source":194,"target":1235},{"source":194,"target":1236},{"source":194,"target":1237},{"source":194,"target":1238},{"source":194,"target":1239},{"source":194,"target":1240},{"source":194,"target":1241},{"source":194,"target":1242},{"source":1235,"target":83},{"source":1235,"target":1243},{"source":1235,"target":194},{"source":1243,"target":83},{"source":1236,"target":86},{"source":1236,"target":1244},{"source":1236,"target":194},{"source":1244,"target":86},{"source":1237,"target":87},{"source":1237,"target":1245},{"source":1237,"target":194},{"source":1245,"target":87},{"source":1238,"target":73},{"source":1238,"target":1246},{"source":1238,"target":194},{"source":1246,"target":73},{"source":1239,"target":89},{"source":1239,"target":1247},{"source":1239,"target":194},{"source":1247,"target":89},{"source":1240,"target":91},{"source":1240,"target":1248},{"source":1240,"target":194},{"source":1248,"target":91},{"source":1241,"target":51},{"source":1242,"target":193},{"source":195,"target":0},{"source":195,"target":43},{"source":195,"target":193},{"source":195,"target":1249},{"source":195,"target":1250},{"source":195,"target":1251},{"source":195,"target":1252},{"source":195,"target":1253},{"source":1254,"target":51},{"source":1254,"target":1255},{"source":1255,"target":51},{"source":1249,"target":161},{"source":1249,"target":1256},{"source":1249,"target":195},{"source":1256,"target":161},{"source":1250,"target":163},{"source":1250,"target":1257},{"source":1250,"target":195},{"source":1257,"target":163},{"source":1251,"target":181},{"source":1251,"target":1258},{"source":1251,"target":195},{"source":1258,"target":181},{"source":1252,"target":43},{"source":1253,"target":193},{"source":196,"target":0},{"source":196,"target":55},{"source":196,"target":165},{"source":196,"target":157},{"source":196,"target":1259},{"source":196,"target":1260},{"source":196,"target":1261},{"source":1259,"target":55},{"source":1260,"target":165},{"source":1261,"target":157},{"source":197,"target":0},{"source":197,"target":44},{"source":197,"target":167},{"source":197,"target":156},{"source":197,"target":1262},{"source":197,"target":1263},{"source":197,"target":1264},{"source":1262,"target":44},{"source":1263,"target":167},{"source":1264,"target":156},{"source":198,"target":0},{"source":198,"target":51},{"source":198,"target":197},{"source":198,"target":1265},{"source":198,"target":1266},{"source":198,"target":1267},{"source":198,"target":1268},{"source":198,"target":1269},{"source":198,"target":1270},{"source":1265,"target":73},{"source":1265,"target":1271},{"source":1265,"target":198},{"source":1271,"target":73},{"source":1266,"target":83},{"source":1266,"target":1272},{"source":1266,"target":198},{"source":1272,"target":83},{"source":1267,"target":86},{"source":1267,"target":1273},{"source":1267,"target":198},{"source":1273,"target":86},{"source":1268,"target":87},{"source":1268,"target":1274},{"source":1268,"target":198},{"source":1274,"target":87},{"source":1269,"target":51},{"source":1270,"target":197},{"source":199,"target":0},{"source":199,"target":43},{"source":199,"target":197},{"source":199,"target":1275},{"source":199,"target":1276},{"source":199,"target":1277},{"source":199,"target":1278},{"source":1279,"target":51},{"source":1279,"target":1280},{"source":1280,"target":51},{"source":1275,"target":161},{"source":1275,"target":1281},{"source":1275,"target":199},{"source":1281,"target":161},{"source":1276,"target":166},{"source":1276,"target":1282},{"source":1276,"target":199},{"source":1282,"target":166},{"source":1277,"target":43},{"source":1278,"target":197},{"source":200,"target":0},{"source":200,"target":55},{"source":200,"target":167},{"source":200,"target":156},{"source":200,"target":1283},{"source":200,"target":1284},{"source":200,"target":1285},{"source":1283,"target":55},{"source":1284,"target":167},{"source":1285,"target":156},{"source":201,"target":0},{"source":201,"target":51},{"source":201,"target":122},{"source":201,"target":66},{"source":201,"target":1286},{"source":201,"target":1287},{"source":201,"target":1288},{"source":201,"target":1289},{"source":201,"target":1290},{"source":201,"target":1291},{"source":201,"target":1292},{"source":201,"target":1293},{"source":201,"target":1294},{"source":1286,"target":86},{"source":1286,"target":1295},{"source":1286,"target":201},{"source":1295,"target":86},{"source":1287,"target":87},{"source":1287,"target":1296},{"source":1287,"target":201},{"source":1296,"target":87},{"source":1288,"target":88},{"source":1288,"target":1297},{"source":1288,"target":201},{"source":1297,"target":88},{"source":1289,"target":79},{"source":1289,"target":1298},{"source":1289,"target":201},{"source":1298,"target":79},{"source":1290,"target":89},{"source":1290,"target":1299},{"source":1290,"target":201},{"source":1299,"target":89},{"source":1291,"target":91},{"source":1291,"target":1300},{"source":1291,"target":201},{"source":1300,"target":91},{"source":1292,"target":51},{"source":1293,"target":122},{"source":1294,"target":66},{"source":202,"target":0},{"source":202,"target":147},{"source":202,"target":122},{"source":202,"target":1301},{"source":202,"target":1302},{"source":202,"target":1303},{"source":202,"target":1304},{"source":1305,"target":51},{"source":1305,"target":1306},{"source":1306,"target":51},{"source":1301,"target":163},{"source":1301,"target":1307},{"source":1301,"target":202},{"source":1307,"target":163},{"source":1302,"target":174},{"source":1302,"target":1308},{"source":1302,"target":202},{"source":1308,"target":174},{"source":1303,"target":147},{"source":1304,"target":122},{"source":203,"target":0},{"source":203,"target":55},{"source":203,"target":123},{"source":203,"target":90},{"source":203,"target":1309},{"source":203,"target":1310},{"source":203,"target":1311},{"source":1309,"target":55},{"source":1310,"target":123},{"source":1311,"target":90},{"source":204,"target":0},{"source":204,"target":44},{"source":204,"target":176},{"source":204,"target":92},{"source":204,"target":1312},{"source":204,"target":1313},{"source":204,"target":1314},{"source":1312,"target":44},{"source":1313,"target":176},{"source":1314,"target":92},{"source":205,"target":0},{"source":205,"target":51},{"source":205,"target":204},{"source":205,"target":66},{"source":205,"target":1315},{"source":205,"target":1316},{"source":205,"target":1317},{"source":205,"target":1318},{"source":205,"target":1319},{"source":1315,"target":89},{"source":1315,"target":1320},{"source":1315,"target":205},{"source":1320,"target":89},{"source":1316,"target":91},{"source":1316,"target":1321},{"source":1316,"target":205},{"source":1321,"target":91},{"source":1317,"target":51},{"source":1318,"target":204},{"source":1319,"target":66},{"source":206,"target":0},{"source":206,"target":43},{"source":206,"target":204},{"source":206,"target":1322},{"source":206,"target":1323},{"source":206,"target":1324},{"source":206,"target":1325},{"source":206,"target":1326},{"source":1327,"target":51},{"source":1327,"target":1328},{"source":1328,"target":51},{"source":1322,"target":174},{"source":1322,"target":1329},{"source":1322,"target":206},{"source":1329,"target":174},{"source":1323,"target":175},{"source":1323,"target":1330},{"source":1323,"target":206},{"source":1330,"target":175},{"source":1324,"target":163},{"source":1324,"target":1331},{"source":1324,"target":206},{"source":1331,"target":163},{"source":1325,"target":43},{"source":1326,"target":204},{"source":207,"target":0},{"source":207,"target":55},{"source":207,"target":176},{"source":207,"target":92},{"source":207,"target":1332},{"source":207,"target":1333},{"source":207,"target":1334},{"source":1332,"target":55},{"source":1333,"target":176},{"source":1334,"target":92},{"source":208,"target":0},{"source":208,"target":44},{"source":208,"target":173},{"source":208,"target":154},{"source":208,"target":1335},{"source":208,"target":1336},{"source":208,"target":1337},{"source":1335,"target":44},{"source":1336,"target":173},{"source":1337,"target":154},{"source":209,"target":0},{"source":209,"target":51},{"source":209,"target":208},{"source":209,"target":1338},{"source":209,"target":1339},{"source":209,"target":1340},{"source":209,"target":1341},{"source":209,"target":1342},{"source":209,"target":1343},{"source":209,"target":1344},{"source":209,"target":1345},{"source":209,"target":1346},{"source":1338,"target":73},{"source":1338,"target":1347},{"source":1338,"target":209},{"source":1347,"target":73},{"source":1339,"target":79},{"source":1339,"target":1348},{"source":1339,"target":209},{"source":1348,"target":79},{"source":1340,"target":83},{"source":1340,"target":1349},{"source":1340,"target":209},{"source":1349,"target":83},{"source":1341,"target":91},{"source":1341,"target":1350},{"source":1341,"target":209},{"source":1350,"target":91},{"source":1342,"target":89},{"source":1342,"target":1351},{"source":1342,"target":209},{"source":1351,"target":89},{"source":1343,"target":87},{"source":1343,"target":1352},{"source":1343,"target":209},{"source":1352,"target":87},{"source":1344,"target":86},{"source":1344,"target":1353},{"source":1344,"target":209},{"source":1353,"target":86},{"source":1345,"target":51},{"source":1346,"target":208},{"source":210,"target":0},{"source":210,"target":43},{"source":210,"target":208},{"source":210,"target":1354},{"source":210,"target":1355},{"source":210,"target":1356},{"source":210,"target":1357},{"source":210,"target":1358},{"source":210,"target":1359},{"source":210,"target":1360},{"source":210,"target":1361},{"source":210,"target":1362},{"source":210,"target":1363},{"source":210,"target":1364},{"source":210,"target":1365},{"source":210,"target":1366},{"source":1367,"target":51},{"source":1367,"target":1368},{"source":1368,"target":51},{"source":1354,"target":161},{"source":1354,"target":1369},{"source":1354,"target":210},{"source":1369,"target":161},{"source":1355,"target":163},{"source":1355,"target":1370},{"source":1355,"target":210},{"source":1370,"target":163},{"source":1356,"target":164},{"source":1356,"target":1371},{"source":1356,"target":210},{"source":1371,"target":164},{"source":1357,"target":166},{"source":1357,"target":1372},{"source":1357,"target":210},{"source":1372,"target":166},{"source":1358,"target":168},{"source":1358,"target":1373},{"source":1358,"target":210},{"source":1373,"target":168},{"source":1359,"target":170},{"source":1359,"target":1374},{"source":1359,"target":210},{"source":1374,"target":170},{"source":1360,"target":174},{"source":1360,"target":1375},{"source":1360,"target":210},{"source":1375,"target":174},{"source":1361,"target":175},{"source":1361,"target":1376},{"source":1361,"target":210},{"source":1376,"target":175},{"source":1362,"target":172},{"source":1362,"target":1377},{"source":1362,"target":210},{"source":1377,"target":172},{"source":1363,"target":181},{"source":1363,"target":1378},{"source":1363,"target":210},{"source":1378,"target":181},{"source":1364,"target":183},{"source":1364,"target":1379},{"source":1364,"target":210},{"source":1379,"target":183},{"source":1365,"target":43},{"source":1366,"target":208},{"source":211,"target":0},{"source":211,"target":55},{"source":211,"target":173},{"source":211,"target":154},{"source":211,"target":1380},{"source":211,"target":1381},{"source":211,"target":1382},{"source":1380,"target":55},{"source":1381,"target":173},{"source":1382,"target":154},{"source":212,"target":0},{"source":212,"target":44},{"source":212,"target":171},{"source":212,"target":159},{"source":212,"target":1383},{"source":212,"target":1384},{"source":212,"target":1385},{"source":1383,"target":44},{"source":1384,"target":171},{"source":1385,"target":159},{"source":213,"target":0},{"source":213,"target":51},{"source":213,"target":212},{"source":213,"target":1386},{"source":213,"target":1387},{"source":213,"target":1388},{"source":213,"target":1389},{"source":213,"target":1390},{"source":213,"target":1391},{"source":213,"target":1392},{"source":213,"target":1393},{"source":1386,"target":83},{"source":1386,"target":1394},{"source":1386,"target":213},{"source":1394,"target":83},{"source":1387,"target":86},{"source":1387,"target":1395},{"source":1387,"target":213},{"source":1395,"target":86},{"source":1388,"target":87},{"source":1388,"target":1396},{"source":1388,"target":213},{"source":1396,"target":87},{"source":1389,"target":73},{"source":1389,"target":1397},{"source":1389,"target":213},{"source":1397,"target":73},{"source":1390,"target":89},{"source":1390,"target":1398},{"source":1390,"target":213},{"source":1398,"target":89},{"source":1391,"target":91},{"source":1391,"target":1399},{"source":1391,"target":213},{"source":1399,"target":91},{"source":1392,"target":51},{"source":1393,"target":212},{"source":214,"target":0},{"source":214,"target":43},{"source":214,"target":212},{"source":214,"target":1400},{"source":214,"target":1401},{"source":214,"target":1402},{"source":214,"target":1403},{"source":214,"target":1404},{"source":214,"target":1405},{"source":1406,"target":51},{"source":1406,"target":1407},{"source":1407,"target":51},{"source":1400,"target":161},{"source":1400,"target":1408},{"source":1400,"target":214},{"source":1408,"target":161},{"source":1401,"target":166},{"source":1401,"target":1409},{"source":1401,"target":214},{"source":1409,"target":166},{"source":1402,"target":181},{"source":1402,"target":1410},{"source":1402,"target":214},{"source":1410,"target":181},{"source":1403,"target":183},{"source":1403,"target":1411},{"source":1403,"target":214},{"source":1411,"target":183},{"source":1404,"target":43},{"source":1405,"target":212},{"source":215,"target":0},{"source":215,"target":55},{"source":215,"target":171},{"source":215,"target":159},{"source":215,"target":1412},{"source":215,"target":1413},{"source":215,"target":1414},{"source":1412,"target":55},{"source":1413,"target":171},{"source":1414,"target":159},{"source":216,"target":0},{"source":216,"target":44},{"source":216,"target":169},{"source":216,"target":155},{"source":216,"target":1415},{"source":216,"target":1416},{"source":216,"target":1417},{"source":1415,"target":44},{"source":1416,"target":169},{"source":1417,"target":155},{"source":217,"target":0},{"source":217,"target":51},{"source":217,"target":216},{"source":217,"target":1418},{"source":217,"target":1419},{"source":217,"target":1420},{"source":217,"target":1421},{"source":217,"target":1422},{"source":217,"target":1423},{"source":217,"target":1424},{"source":217,"target":1425},{"source":1418,"target":83},{"source":1418,"target":1426},{"source":1418,"target":217},{"source":1426,"target":83},{"source":1419,"target":86},{"source":1419,"target":1427},{"source":1419,"target":217},{"source":1427,"target":86},{"source":1420,"target":87},{"source":1420,"target":1428},{"source":1420,"target":217},{"source":1428,"target":87},{"source":1421,"target":79},{"source":1421,"target":1429},{"source":1421,"target":217},{"source":1429,"target":79},{"source":1422,"target":89},{"source":1422,"target":1430},{"source":1422,"target":217},{"source":1430,"target":89},{"source":1423,"target":91},{"source":1423,"target":1431},{"source":1423,"target":217},{"source":1431,"target":91},{"source":1424,"target":51},{"source":1425,"target":216},{"source":218,"target":0},{"source":218,"target":43},{"source":218,"target":216},{"source":218,"target":1432},{"source":218,"target":1433},{"source":218,"target":1434},{"source":218,"target":1435},{"source":218,"target":1436},{"source":218,"target":1437},{"source":218,"target":1438},{"source":1439,"target":51},{"source":1439,"target":1440},{"source":1440,"target":51},{"source":1432,"target":163},{"source":1432,"target":1441},{"source":1432,"target":218},{"source":1441,"target":163},{"source":1433,"target":174},{"source":1433,"target":1442},{"source":1433,"target":218},{"source":1442,"target":174},{"source":1434,"target":175},{"source":1434,"target":1443},{"source":1434,"target":218},{"source":1443,"target":175},{"source":1435,"target":177},{"source":1435,"target":1444},{"source":1435,"target":218},{"source":1444,"target":177},{"source":1436,"target":179},{"source":1436,"target":1445},{"source":1436,"target":218},{"source":1445,"target":179},{"source":1437,"target":43},{"source":1438,"target":216},{"source":219,"target":0},{"source":219,"target":55},{"source":219,"target":169},{"source":219,"target":155},{"source":219,"target":1446},{"source":219,"target":1447},{"source":219,"target":1448},{"source":1446,"target":55},{"source":1447,"target":169},{"source":1448,"target":155},{"source":220,"target":0},{"source":220,"target":44},{"source":220,"target":178},{"source":220,"target":153},{"source":220,"target":1449},{"source":220,"target":1450},{"source":220,"target":1451},{"source":1449,"target":44},{"source":1450,"target":178},{"source":1451,"target":153},{"source":221,"target":0},{"source":221,"target":51},{"source":221,"target":220},{"source":221,"target":1452},{"source":221,"target":1453},{"source":221,"target":1454},{"source":221,"target":1455},{"source":221,"target":1456},{"source":221,"target":1457},{"source":221,"target":1458},{"source":221,"target":1459},{"source":1452,"target":83},{"source":1452,"target":1460},{"source":1452,"target":221},{"source":1460,"target":83},{"source":1453,"target":86},{"source":1453,"target":1461},{"source":1453,"target":221},{"source":1461,"target":86},{"source":1454,"target":87},{"source":1454,"target":1462},{"source":1454,"target":221},{"source":1462,"target":87},{"source":1455,"target":79},{"source":1455,"target":1463},{"source":1455,"target":221},{"source":1463,"target":79},{"source":1456,"target":89},{"source":1456,"target":1464},{"source":1456,"target":221},{"source":1464,"target":89},{"source":1457,"target":91},{"source":1457,"target":1465},{"source":1457,"target":221},{"source":1465,"target":91},{"source":1458,"target":51},{"source":1459,"target":220},{"source":222,"target":0},{"source":222,"target":147},{"source":222,"target":220},{"source":222,"target":1466},{"source":222,"target":1467},{"source":222,"target":1468},{"source":222,"target":1469},{"source":222,"target":1470},{"source":1471,"target":51},{"source":1471,"target":1472},{"source":1472,"target":51},{"source":1466,"target":175},{"source":1466,"target":1473},{"source":1466,"target":222},{"source":1473,"target":175},{"source":1467,"target":174},{"source":1467,"target":1474},{"source":1467,"target":222},{"source":1474,"target":174},{"source":1468,"target":163},{"source":1468,"target":1475},{"source":1468,"target":222},{"source":1475,"target":163},{"source":1469,"target":147},{"source":1470,"target":220},{"source":223,"target":0},{"source":223,"target":55},{"source":223,"target":178},{"source":223,"target":153},{"source":223,"target":1476},{"source":223,"target":1477},{"source":223,"target":1478},{"source":1476,"target":55},{"source":1477,"target":178},{"source":1478,"target":153},{"source":224,"target":0},{"source":224,"target":44},{"source":224,"target":180},{"source":224,"target":152},{"source":224,"target":1479},{"source":224,"target":1480},{"source":224,"target":1481},{"source":1479,"target":44},{"source":1480,"target":180},{"source":1481,"target":152},{"source":225,"target":0},{"source":225,"target":51},{"source":225,"target":224},{"source":225,"target":1482},{"source":225,"target":1483},{"source":225,"target":1484},{"source":225,"target":1485},{"source":225,"target":1486},{"source":225,"target":1487},{"source":225,"target":1488},{"source":225,"target":1489},{"source":1482,"target":83},{"source":1482,"target":1490},{"source":1482,"target":225},{"source":1490,"target":83},{"source":1483,"target":86},{"source":1483,"target":1491},{"source":1483,"target":225},{"source":1491,"target":86},{"source":1484,"target":87},{"source":1484,"target":1492},{"source":1484,"target":225},{"source":1492,"target":87},{"source":1485,"target":79},{"source":1485,"target":1493},{"source":1485,"target":225},{"source":1493,"target":79},{"source":1486,"target":89},{"source":1486,"target":1494},{"source":1486,"target":225},{"source":1494,"target":89},{"source":1487,"target":91},{"source":1487,"target":1495},{"source":1487,"target":225},{"source":1495,"target":91},{"source":1488,"target":51},{"source":1489,"target":224},{"source":226,"target":0},{"source":226,"target":43},{"source":226,"target":224},{"source":226,"target":1496},{"source":226,"target":1497},{"source":226,"target":1498},{"source":226,"target":1499},{"source":226,"target":1500},{"source":226,"target":1501},{"source":226,"target":1502},{"source":1503,"target":51},{"source":1503,"target":1504},{"source":1504,"target":51},{"source":1496,"target":163},{"source":1496,"target":1505},{"source":1496,"target":226},{"source":1505,"target":163},{"source":1497,"target":177},{"source":1497,"target":1506},{"source":1497,"target":226},{"source":1506,"target":177},{"source":1498,"target":179},{"source":1498,"target":1507},{"source":1498,"target":226},{"source":1507,"target":179},{"source":1499,"target":174},{"source":1499,"target":1508},{"source":1499,"target":226},{"source":1508,"target":174},{"source":1500,"target":175},{"source":1500,"target":1509},{"source":1500,"target":226},{"source":1509,"target":175},{"source":1501,"target":43},{"source":1502,"target":224},{"source":227,"target":0},{"source":227,"target":55},{"source":227,"target":180},{"source":227,"target":152},{"source":227,"target":1510},{"source":227,"target":1511},{"source":227,"target":1512},{"source":1510,"target":55},{"source":1511,"target":180},{"source":1512,"target":152},{"source":228,"target":0},{"source":228,"target":44},{"source":228,"target":182},{"source":228,"target":151},{"source":228,"target":1513},{"source":228,"target":1514},{"source":228,"target":1515},{"source":1513,"target":44},{"source":1514,"target":182},{"source":1515,"target":151},{"source":229,"target":0},{"source":229,"target":51},{"source":229,"target":228},{"source":229,"target":1516},{"source":229,"target":1517},{"source":229,"target":1518},{"source":229,"target":1519},{"source":229,"target":1520},{"source":229,"target":1521},{"source":1516,"target":83},{"source":1516,"target":1522},{"source":1516,"target":229},{"source":1522,"target":83},{"source":1517,"target":86},{"source":1517,"target":1523},{"source":1517,"target":229},{"source":1523,"target":86},{"source":1518,"target":87},{"source":1518,"target":1524},{"source":1518,"target":229},{"source":1524,"target":87},{"source":1519,"target":73},{"source":1519,"target":1525},{"source":1519,"target":229},{"source":1525,"target":73},{"source":1520,"target":51},{"source":1521,"target":228},{"source":230,"target":0},{"source":230,"target":43},{"source":230,"target":228},{"source":230,"target":1526},{"source":230,"target":1527},{"source":230,"target":1528},{"source":1529,"target":51},{"source":1529,"target":1530},{"source":1530,"target":51},{"source":1526,"target":181},{"source":1526,"target":1531},{"source":1526,"target":230},{"source":1531,"target":181},{"source":1527,"target":43},{"source":1528,"target":228},{"source":231,"target":0},{"source":231,"target":55},{"source":231,"target":182},{"source":231,"target":151},{"source":231,"target":1532},{"source":231,"target":1533},{"source":231,"target":1534},{"source":1532,"target":55},{"source":1533,"target":182},{"source":1534,"target":151},{"source":232,"target":0},{"source":232,"target":44},{"source":232,"target":184},{"source":232,"target":150},{"source":232,"target":1535},{"source":232,"target":1536},{"source":232,"target":1537},{"source":1535,"target":44},{"source":1536,"target":184},{"source":1537,"target":150},{"source":233,"target":0},{"source":233,"target":51},{"source":233,"target":232},{"source":233,"target":1538},{"source":233,"target":1539},{"source":233,"target":1540},{"source":233,"target":1541},{"source":233,"target":1542},{"source":233,"target":1543},{"source":233,"target":1544},{"source":233,"target":1545},{"source":1538,"target":83},{"source":1538,"target":1546},{"source":1538,"target":233},{"source":1546,"target":83},{"source":1539,"target":86},{"source":1539,"target":1547},{"source":1539,"target":233},{"source":1547,"target":86},{"source":1540,"target":87},{"source":1540,"target":1548},{"source":1540,"target":233},{"source":1548,"target":87},{"source":1541,"target":89},{"source":1541,"target":1549},{"source":1541,"target":233},{"source":1549,"target":89},{"source":1542,"target":91},{"source":1542,"target":1550},{"source":1542,"target":233},{"source":1550,"target":91},{"source":1543,"target":73},{"source":1543,"target":1551},{"source":1543,"target":233},{"source":1551,"target":73},{"source":1544,"target":51},{"source":1545,"target":232},{"source":234,"target":0},{"source":234,"target":43},{"source":234,"target":232},{"source":234,"target":1552},{"source":234,"target":1553},{"source":234,"target":1554},{"source":234,"target":1555},{"source":1556,"target":51},{"source":1556,"target":1557},{"source":1557,"target":51},{"source":1552,"target":181},{"source":1552,"target":1558},{"source":1552,"target":234},{"source":1558,"target":181},{"source":1553,"target":183},{"source":1553,"target":1559},{"source":1553,"target":234},{"source":1559,"target":183},{"source":1554,"target":43},{"source":1555,"target":232},{"source":235,"target":0},{"source":235,"target":55},{"source":235,"target":184},{"source":235,"target":150},{"source":235,"target":1560},{"source":235,"target":1561},{"source":235,"target":1562},{"source":1560,"target":55},{"source":1561,"target":184},{"source":1562,"target":150},{"source":236,"target":0},{"source":236,"target":1},{"source":236,"target":1563},{"source":236,"target":1564},{"source":236,"target":1565},{"source":1563,"target":8},{"source":1563,"target":1566},{"source":1563,"target":236},{"source":1566,"target":8},{"source":1564,"target":13},{"source":1564,"target":1567},{"source":1564,"target":236},{"source":1567,"target":13},{"source":1565,"target":1},{"source":237,"target":0},{"source":237,"target":9},{"source":237,"target":11},{"source":237,"target":40},{"source":237,"target":1568},{"source":237,"target":1569},{"source":237,"target":1570},{"source":237,"target":1571},{"source":237,"target":1572},{"source":237,"target":1573},{"source":237,"target":1574},{"source":1568,"target":10},{"source":1568,"target":1575},{"source":1568,"target":237},{"source":1575,"target":10},{"source":1569,"target":10},{"source":1569,"target":1576},{"source":1569,"target":237},{"source":1576,"target":10},{"source":1570,"target":13},{"source":1570,"target":1577},{"source":1570,"target":237},{"source":1577,"target":13},{"source":1571,"target":10},{"source":1571,"target":1578},{"source":1571,"target":237},{"source":1578,"target":10},{"source":1572,"target":9},{"source":1573,"target":11},{"source":1574,"target":40},{"source":238,"target":0},{"source":238,"target":239},{"source":238,"target":1579},{"source":238,"target":1580},{"source":1579,"target":3},{"source":1579,"target":1581},{"source":1579,"target":238},{"source":1581,"target":3},{"source":1580,"target":239},{"source":239,"target":0},{"source":239,"target":13},{"source":239,"target":1582},{"source":1582,"target":13},{"source":240,"target":0},{"source":240,"target":239},{"source":240,"target":1583},{"source":240,"target":1584},{"source":240,"target":1585},{"source":240,"target":1586},{"source":240,"target":1587},{"source":1583,"target":37},{"source":1583,"target":1588},{"source":1583,"target":240},{"source":1583,"target":1589},{"source":1588,"target":37},{"source":1589,"target":241},{"source":1589,"target":1590},{"source":1589,"target":1583},{"source":1590,"target":241},{"source":1584,"target":37},{"source":1584,"target":1591},{"source":1584,"target":240},{"source":1591,"target":37},{"source":1585,"target":37},{"source":1585,"target":1592},{"source":1585,"target":240},{"source":1585,"target":1593},{"source":1592,"target":37},{"source":1593,"target":3},{"source":1593,"target":1594},{"source":1593,"target":1585},{"source":1594,"target":3},{"source":1586,"target":241},{"source":1586,"target":1595},{"source":1586,"target":240},{"source":1595,"target":241},{"source":1587,"target":239},{"source":241,"target":0},{"source":241,"target":242},{"source":241,"target":1596},{"source":241,"target":1597},{"source":241,"target":1598},{"source":241,"target":1599},{"source":1596,"target":37},{"source":1596,"target":1600},{"source":1596,"target":241},{"source":1596,"target":1601},{"source":1600,"target":37},{"source":1601,"target":241},{"source":1601,"target":1602},{"source":1601,"target":1596},{"source":1602,"target":241},{"source":1597,"target":241},{"source":1597,"target":1603},{"source":1597,"target":241},{"source":1603,"target":241},{"source":1598,"target":240},{"source":1598,"target":1604},{"source":1598,"target":241},{"source":1604,"target":240},{"source":1599,"target":242},{"source":242,"target":0},{"source":242,"target":5},{"source":242,"target":11},{"source":242,"target":1605},{"source":242,"target":1606},{"source":1605,"target":5},{"source":1606,"target":11},{"source":243,"target":0},{"source":243,"target":15},{"source":243,"target":239},{"source":243,"target":1607},{"source":243,"target":1608},{"source":243,"target":1609},{"source":1607,"target":16},{"source":1607,"target":1610},{"source":1607,"target":243},{"source":1610,"target":16},{"source":1608,"target":15},{"source":1609,"target":239},{"source":244,"target":0},{"source":244,"target":31},{"source":244,"target":239},{"source":244,"target":1611},{"source":244,"target":1612},{"source":1611,"target":31},{"source":1612,"target":239},{"source":245,"target":0},{"source":245,"target":239},{"source":245,"target":1613},{"source":245,"target":1614},{"source":1613,"target":12},{"source":1613,"target":1615},{"source":1613,"target":245},{"source":1615,"target":12},{"source":1614,"target":239},{"source":246,"target":0},{"source":246,"target":239},{"source":246,"target":1616},{"source":246,"target":1617},{"source":246,"target":1618},{"source":246,"target":1619},{"source":1616,"target":13},{"source":1616,"target":1620},{"source":1616,"target":246},{"source":1620,"target":13},{"source":1617,"target":13},{"source":1617,"target":1621},{"source":1617,"target":246},{"source":1621,"target":13},{"source":1618,"target":13},{"source":1618,"target":1622},{"source":1618,"target":246},{"source":1622,"target":13},{"source":1619,"target":239},{"source":247,"target":0},{"source":247,"target":240},{"source":247,"target":1623},{"source":247,"target":1624},{"source":247,"target":1625},{"source":1623,"target":34},{"source":1623,"target":1626},{"source":1623,"target":247},{"source":1626,"target":34},{"source":1624,"target":34},{"source":1624,"target":1627},{"source":1624,"target":247},{"source":1627,"target":34},{"source":1625,"target":240},{"source":248,"target":0},{"source":248,"target":240},{"source":248,"target":1628},{"source":248,"target":1629},{"source":1628,"target":37},{"source":1628,"target":1630},{"source":1628,"target":248},{"source":1630,"target":37},{"source":1629,"target":240},{"source":249,"target":0},{"source":249,"target":13},{"source":249,"target":1631},{"source":249,"target":1632},{"source":249,"target":1633},{"source":1631,"target":250},{"source":1631,"target":1634},{"source":1631,"target":249},{"source":1634,"target":250},{"source":1632,"target":13},{"source":1632,"target":1635},{"source":1632,"target":249},{"source":1635,"target":13},{"source":1633,"target":13},{"source":250,"target":0},{"source":250,"target":1636},{"source":250,"target":1637},{"source":250,"target":1638},{"source":250,"target":1639},{"source":250,"target":1640},{"source":1636,"target":250},{"source":1637,"target":250},{"source":1638,"target":250},{"source":1639,"target":250},{"source":1640,"target":250},{"source":251,"target":0},{"source":251,"target":239},{"source":251,"target":1641},{"source":251,"target":1642},{"source":1641,"target":236},{"source":1641,"target":1643},{"source":1641,"target":251},{"source":1643,"target":236},{"source":1642,"target":239},{"source":252,"target":0},{"source":252,"target":239},{"source":252,"target":1644},{"source":252,"target":1645},{"source":1644,"target":3},{"source":1644,"target":1646},{"source":1644,"target":252},{"source":1646,"target":3},{"source":1645,"target":239},{"source":253,"target":0},{"source":253,"target":13},{"source":253,"target":1647},{"source":253,"target":1648},{"source":1647,"target":13},{"source":1647,"target":1649},{"source":1647,"target":253},{"source":1649,"target":13},{"source":1648,"target":13},{"source":254,"target":0},{"source":254,"target":239},{"source":254,"target":1650},{"source":254,"target":1651},{"source":1650,"target":11},{"source":1650,"target":1652},{"source":1650,"target":254},{"source":1652,"target":11},{"source":1651,"target":239},{"source":255,"target":0},{"source":255,"target":17},{"source":255,"target":132},{"source":255,"target":1653},{"source":255,"target":1654},{"source":255,"target":1655},{"source":255,"target":1656},{"source":255,"target":1657},{"source":255,"target":1658},{"source":255,"target":1659},{"source":1653,"target":10},{"source":1653,"target":1660},{"source":1653,"target":255},{"source":1660,"target":10},{"source":1654,"target":7},{"source":1654,"target":1661},{"source":1654,"target":255},{"source":1661,"target":7},{"source":1655,"target":237},{"source":1655,"target":1662},{"source":1655,"target":255},{"source":1662,"target":237},{"source":1656,"target":132},{"source":1656,"target":1663},{"source":1656,"target":255},{"source":1663,"target":132},{"source":1657,"target":22},{"source":1657,"target":1664},{"source":1657,"target":255},{"source":1664,"target":22},{"source":1658,"target":17},{"source":1659,"target":132},{"source":256,"target":0},{"source":256,"target":17},{"source":256,"target":1665},{"source":256,"target":1666},{"source":256,"target":1667},{"source":1665,"target":128},{"source":1665,"target":1668},{"source":1665,"target":256},{"source":1668,"target":128},{"source":1666,"target":255},{"source":1666,"target":1669},{"source":1666,"target":256},{"source":1669,"target":255},{"source":1667,"target":17},{"source":257,"target":0},{"source":257,"target":10},{"source":257,"target":1670},{"source":1670,"target":10},{"source":258,"target":0},{"source":258,"target":257},{"source":258,"target":1671},{"source":1671,"target":257},{"source":259,"target":0},{"source":259,"target":257},{"source":259,"target":1672},{"source":1672,"target":257},{"source":260,"target":0},{"source":260,"target":261},{"source":260,"target":1673},{"source":1673,"target":261},{"source":261,"target":0},{"source":261,"target":257},{"source":261,"target":1674},{"source":261,"target":1675},{"source":261,"target":1676},{"source":261,"target":1677},{"source":261,"target":1678},{"source":1674,"target":262},{"source":1674,"target":1679},{"source":1674,"target":261},{"source":1679,"target":262},{"source":1675,"target":262},{"source":1675,"target":1680},{"source":1675,"target":261},{"source":1680,"target":262},{"source":1676,"target":264},{"source":1676,"target":1681},{"source":1676,"target":261},{"source":1681,"target":264},{"source":1677,"target":262},{"source":1677,"target":1682},{"source":1677,"target":261},{"source":1682,"target":262},{"source":1678,"target":257},{"source":262,"target":0},{"source":262,"target":263},{"source":262,"target":1683},{"source":1684,"target":241},{"source":1684,"target":1685},{"source":1685,"target":241},{"source":1683,"target":263},{"source":263,"target":0},{"source":263,"target":17},{"source":263,"target":257},{"source":263,"target":1686},{"source":263,"target":1687},{"source":263,"target":1688},{"source":1686,"target":242},{"source":1686,"target":1689},{"source":1686,"target":263},{"source":1689,"target":242},{"source":1687,"target":17},{"source":1688,"target":257},{"source":264,"target":0},{"source":264,"target":1},{"source":264,"target":1690},{"source":264,"target":1691},{"source":264,"target":1692},{"source":1690,"target":13},{"source":1690,"target":1693},{"source":1690,"target":264},{"source":1693,"target":13},{"source":1691,"target":13},{"source":1691,"target":1694},{"source":1691,"target":264},{"source":1694,"target":13},{"source":1692,"target":1},{"source":265,"target":0},{"source":265,"target":261},{"source":265,"target":1695},{"source":1695,"target":261},{"source":266,"target":0},{"source":266,"target":257},{"source":266,"target":1696},{"source":266,"target":1697},{"source":1696,"target":14},{"source":1696,"target":1698},{"source":1696,"target":266},{"source":1698,"target":14},{"source":1697,"target":257},{"source":267,"target":0},{"source":267,"target":257},{"source":267,"target":1699},{"source":267,"target":1700},{"source":267,"target":1701},{"source":267,"target":1702},{"source":1699,"target":261},{"source":1699,"target":1703},{"source":1699,"target":267},{"source":1703,"target":261},{"source":1700,"target":261},{"source":1700,"target":1704},{"source":1700,"target":267},{"source":1704,"target":261},{"source":1701,"target":261},{"source":1701,"target":1705},{"source":1701,"target":267},{"source":1705,"target":261},{"source":1702,"target":257},{"source":268,"target":0},{"source":268,"target":17},{"source":268,"target":257},{"source":268,"target":1706},{"source":268,"target":1707},{"source":268,"target":1708},{"source":1706,"target":8},{"source":1706,"target":1709},{"source":1706,"target":268},{"source":1709,"target":8},{"source":1707,"target":17},{"source":1708,"target":257},{"source":269,"target":0},{"source":269,"target":8},{"source":269,"target":1710},{"source":1710,"target":8},{"source":270,"target":0},{"source":270,"target":257},{"source":270,"target":1711},{"source":270,"target":1712},{"source":1711,"target":14},{"source":1711,"target":1713},{"source":1711,"target":270},{"source":1713,"target":14},{"source":1712,"target":257},{"source":271,"target":0},{"source":271,"target":10},{"source":271,"target":1714},{"source":271,"target":1715},{"source":271,"target":1716},{"source":271,"target":1717},{"source":1714,"target":10},{"source":1714,"target":1718},{"source":1714,"target":271},{"source":1718,"target":10},{"source":1715,"target":10},{"source":1715,"target":1719},{"source":1715,"target":271},{"source":1719,"target":10},{"source":1716,"target":10},{"source":1716,"target":1720},{"source":1716,"target":271},{"source":1720,"target":10},{"source":1717,"target":10}],"multigraph":true}
ecore
relational
repo-ecore-all/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.qvtrelation2coq/model/RDBMS.ecore
RDBMS Schema name table foreignKey Table name schema column hasKey hasForeignKey Column name type owner hasKey hasForeignKey Key name owner column referredBy ForeignKey schema refersTo name owner column
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RDBMS" nsURI="http://www.eclipse.org/mmt/qvtd/UmlToRdbms#RDBMS" nsPrefix="org.eclipse.mmt.qvtd.UmlToRdbms"> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/schema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" upperBound="-1" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasKey" eType="#//Key" containment="true" eOpposite="#//Key/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasForeignKey" upperBound="-1" eType="#//ForeignKey" eOpposite="#//ForeignKey/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <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="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasKey" upperBound="-1" eType="#//Key" eOpposite="#//Key/column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasForeignKey" upperBound="-1" eType="#//ForeignKey" eOpposite="#//ForeignKey/column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/hasKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" upperBound="-1" eType="#//Column" eOpposite="#//Column/hasKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredBy" upperBound="-1" eType="#//ForeignKey" eOpposite="#//ForeignKey/refersTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/foreignKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1" eType="#//Key" eOpposite="#//Key/referredBy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/hasForeignKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" lowerBound="1" upperBound="-1" eType="#//Column" eOpposite="#//Column/hasForeignKey"/> </eClassifiers> <!--eClassifiers xsi:type="ecore:EClass" name="dummy"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsSchema" upperBound="-1" eType="#//Schema" containment="true"/> </eClassifiers--> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mmt.qvtd.UmlToRdbms","nsURI":"http://www.eclipse.org/mmt/qvtd/UmlToRdbms#RDBMS","name":"RDBMS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"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":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":"hasKey","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"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":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":5},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":5},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":11},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":18},{"source":14,"target":2},{"source":11,"target":1},{"source":11,"target":19},{"source":11,"target":2},{"source":11,"target":7},{"source":19,"target":1},{"source":15,"target":3},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":20,"target":3},{"source":16,"target":4},{"source":16,"target":22},{"source":16,"target":2},{"source":16,"target":23},{"source":22,"target":4},{"source":17,"target":5},{"source":17,"target":24},{"source":17,"target":2},{"source":17,"target":25},{"source":24,"target":5},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":21},{"source":3,"target":28},{"source":3,"target":29},{"source":26,"target":30},{"source":26,"target":3},{"source":27,"target":31},{"source":27,"target":3},{"source":21,"target":2},{"source":21,"target":32},{"source":21,"target":3},{"source":21,"target":15},{"source":32,"target":2},{"source":28,"target":4},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":4},{"source":29,"target":5},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":5},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":23},{"source":4,"target":34},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":23,"target":2},{"source":23,"target":40},{"source":23,"target":4},{"source":23,"target":16},{"source":40,"target":2},{"source":34,"target":3},{"source":34,"target":41},{"source":34,"target":4},{"source":34,"target":28},{"source":41,"target":3},{"source":38,"target":5},{"source":38,"target":42},{"source":38,"target":4},{"source":38,"target":43},{"source":42,"target":5},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":25},{"source":5,"target":36},{"source":13,"target":1},{"source":13,"target":45},{"source":13,"target":5},{"source":13,"target":8},{"source":45,"target":1},{"source":43,"target":4},{"source":43,"target":46},{"source":43,"target":5},{"source":43,"target":38},{"source":46,"target":4},{"source":44,"target":47},{"source":44,"target":5},{"source":25,"target":2},{"source":25,"target":48},{"source":25,"target":5},{"source":25,"target":17},{"source":48,"target":2},{"source":36,"target":3},{"source":36,"target":49},{"source":36,"target":5},{"source":36,"target":29},{"source":49,"target":3}],"multigraph":true}
ecore
testing
repo-ecore-all/data/abreslav/grammatic/org.abreslav.grammatic.tester/model/test.ecore
test Tests T S name subTests tests AbstractTest text
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test" nsURI="http://www.abreslav.org/grammartic/2008/tests/test" nsPrefix="test"> <eClassifiers xsi:type="ecore:EClass" name="Tests" abstract="true"> <eTypeParameters name="T"> <eBounds eClassifier="#//AbstractTest"/> </eTypeParameters> <eTypeParameters name="S"> <eBounds eClassifier="#//Tests"> <eTypeArguments/> <eTypeArguments/> </eBounds> </eTypeParameters> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subTests" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//Tests/S"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//Tests/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTest" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"test","nsURI":"http://www.abreslav.org/grammartic/2008/tests/test","name":"test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tests","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTest","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"name":"T","id":3,"eClass":"ETypeParameter"},{"name":"S","id":4,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subTests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":3,"target":8},{"source":8,"target":2},{"source":4,"target":9},{"source":9,"target":10},{"source":9,"target":11},{"source":9,"target":1},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":13,"target":4},{"source":7,"target":2},{"source":7,"target":14},{"source":7,"target":1},{"source":14,"target":3},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":16},{"source":15,"target":2}],"multigraph":true}
ecore
components
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl200.ecore
adl200 Component name content requiredInterfaces providedInterfaces subComponents Interface name signature Content contentParent expression content class language Required Provided bindings
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adl200" nsURI="http://adl200" nsPrefix="_adl200"> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="label=name"/> <details key="afx=requiredInterfaces"/> <details key="afx=providedInterfaces"/> <details key="cref=content"/> <details key="cont=Component.subComponents"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contentParent" lowerBound="1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=bindings"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Required"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_adl200","nsURI":"http://adl200","name":"adl200","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedInterfaces","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":"subComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"signature","changeable":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":4},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":4},{"source":9,"target":5},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":5},{"source":10,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":16,"target":18},{"source":16,"target":2},{"source":17,"target":19},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":1},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":25},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":26},{"source":26,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":27},{"source":5,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":4},{"source":28,"target":2}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/editormodel.ecore
editormodel Diagram coreModel notes children folder gridEnabled false snapToGeometryEnabled false FlabotFileModel coreModel diagrams importedFiles id version 0.0.1 name provider folder openDiagrams VisualModel children parent semanticModel location size diagram backgroundColor foregroundColor lineStyle 0 lineWidth 1 detailLevel 0 Adapter org.eclipse.emf.common.notify.Adapter org.eclipse.emf.common.notify.Adapter ConnectionBendpoint firstRelativeDimension secondRelativeDimension weight 0.5f ConnectionVisualModel sourceTerminal targetTerminal bendpoints source target NodeVisualModel sourceConnections targetConnections rotation Folder name folders diagrams parent fileModel Color red green blue Dimension width height Point x y EStringToEObjectMapEntry java.util.Map$Entry java.util.Map$Entry key value VisualDiagramJump sourceDiagram targetDiagram targetVisualNode to 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="editormodel" nsURI="http:///org/isistan/flabot/edit/editormodel.ecore" nsPrefix="org.isistan.flabot.edit.editormodel"> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true" eSuperTypes="coremodel.ecore#//NamedElementModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="coreModel" eType="ecore:EClass coremodel.ecore#//CoreModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notes" upperBound="-1" eType="ecore:EClass coremodel.ecore#//Note" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//VisualModel" containment="true" resolveProxies="false" eOpposite="#//VisualModel/diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="#//Folder" eOpposite="#//Folder/diagrams"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="snapToGeometryEnabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlabotFileModel" eSuperTypes="coremodel.ecore#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceLinkMappedToPathGeneral ComponentUniqueName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="coreModel" eType="ecore:EClass coremodel.ecore#//CoreModel" containment="true" resolveProxies="false" eOpposite="coremodel.ecore#//CoreModel/file"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="#//Diagram" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedFiles" upperBound="-1" eType="#//FlabotFileModel" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0.0.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="#//Folder" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openDiagrams" upperBound="-1" eType="#//Diagram"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualModel" eSuperTypes="#//Adapter"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//VisualModel" containment="true" resolveProxies="false" eOpposite="#//VisualModel/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//VisualModel" transient="true" eOpposite="#//VisualModel/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semanticModel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Dimension" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" eType="#//Diagram" transient="true" eOpposite="#//Diagram/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineStyle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="detailLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Adapter" instanceClassName="org.eclipse.emf.common.notify.Adapter" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionBendpoint"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstRelativeDimension" eType="#//Dimension" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondRelativeDimension" eType="#//Dimension" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="0.5f"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionVisualModel" eSuperTypes="#//NodeVisualModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceTerminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetTerminal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1" eType="#//ConnectionBendpoint" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//NodeVisualModel" transient="true" eOpposite="#//NodeVisualModel/sourceConnections"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//NodeVisualModel" eOpposite="#//NodeVisualModel/targetConnections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeVisualModel" eSuperTypes="#//VisualModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections" upperBound="-1" eType="#//ConnectionVisualModel" containment="true" resolveProxies="false" eOpposite="#//ConnectionVisualModel/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections" upperBound="-1" eType="#//ConnectionVisualModel" eOpposite="#//ConnectionVisualModel/target"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1" eType="#//Folder" containment="true" resolveProxies="false" eOpposite="#//Folder/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="#//Diagram" eOpposite="#//Diagram/folder"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Folder" transient="true" eOpposite="#//Folder/folders"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileModel" eType="#//FlabotFileModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToEObjectMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualDiagramJump" eSuperTypes="#//NodeVisualModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDiagram" eType="#//Diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetDiagram" eType="#//Diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVisualNode" eType="#//NodeVisualModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.isistan.flabot.edit.editormodel","nsURI":"http:///org/isistan/flabot/edit/editormodel.ecore","name":"editormodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlabotFileModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.notify.Adapter","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.notify.Adapter","name":"Adapter","instanceClass":"org.eclipse.emf.common.notify.Adapter","abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionBendpoint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionVisualModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeVisualModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToEObjectMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualDiagramJump","instanceClass":null,"abstract":false,"id":13,"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":"coreModel","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":"notes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"folder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"gridEnabled","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"snapToGeometryEnabled","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"diagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coreModel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diagrams","changeable":true,"resolveProxies":false,"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":"importedFiles","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0.0.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0.1","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"openDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"semanticModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"size","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":"backgroundColor","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":"foregroundColor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lineStyle","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"detailLevel","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstRelativeDimension","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondRelativeDimension","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.5f","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sourceTerminal","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"targetTerminal","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":"bendpoints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"folders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":95,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fileModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVisualNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":3},{"source":16,"target":23},{"source":16,"target":1},{"source":16,"target":24},{"source":23,"target":3},{"source":17,"target":8},{"source":17,"target":25},{"source":17,"target":1},{"source":17,"target":26},{"source":25,"target":8},{"source":18,"target":27},{"source":18,"target":1},{"source":19,"target":28},{"source":19,"target":1},{"source":2,"target":0},{"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":2,"target":37},{"source":2,"target":38},{"source":29,"target":39},{"source":29,"target":2},{"source":30,"target":1},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":1},{"source":31,"target":2},{"source":31,"target":41},{"source":31,"target":2},{"source":41,"target":2},{"source":32,"target":42},{"source":32,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":45},{"source":35,"target":2},{"source":36,"target":8},{"source":36,"target":46},{"source":36,"target":2},{"source":46,"target":8},{"source":37,"target":1},{"source":37,"target":47},{"source":37,"target":2},{"source":47,"target":1},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":24},{"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":48,"target":3},{"source":48,"target":59},{"source":48,"target":3},{"source":48,"target":49},{"source":59,"target":3},{"source":49,"target":3},{"source":49,"target":60},{"source":49,"target":3},{"source":49,"target":48},{"source":60,"target":3},{"source":50,"target":61},{"source":50,"target":3},{"source":51,"target":11},{"source":51,"target":62},{"source":51,"target":3},{"source":62,"target":11},{"source":52,"target":10},{"source":52,"target":63},{"source":52,"target":3},{"source":63,"target":10},{"source":24,"target":1},{"source":24,"target":64},{"source":24,"target":3},{"source":24,"target":16},{"source":64,"target":1},{"source":53,"target":9},{"source":53,"target":65},{"source":53,"target":3},{"source":65,"target":9},{"source":54,"target":9},{"source":54,"target":66},{"source":54,"target":3},{"source":66,"target":9},{"source":55,"target":67},{"source":55,"target":3},{"source":56,"target":68},{"source":56,"target":3},{"source":57,"target":69},{"source":57,"target":3},{"source":58,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":70,"target":10},{"source":70,"target":73},{"source":70,"target":5},{"source":73,"target":10},{"source":71,"target":10},{"source":71,"target":74},{"source":71,"target":5},{"source":74,"target":10},{"source":72,"target":75},{"source":72,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":76,"target":82},{"source":76,"target":6},{"source":77,"target":83},{"source":77,"target":6},{"source":78,"target":5},{"source":78,"target":84},{"source":78,"target":6},{"source":84,"target":5},{"source":79,"target":7},{"source":79,"target":85},{"source":79,"target":6},{"source":79,"target":86},{"source":85,"target":7},{"source":80,"target":7},{"source":80,"target":87},{"source":80,"target":6},{"source":80,"target":88},{"source":87,"target":7},{"source":81,"target":7},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":86},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":86,"target":6},{"source":86,"target":91},{"source":86,"target":7},{"source":86,"target":79},{"source":91,"target":6},{"source":88,"target":6},{"source":88,"target":92},{"source":88,"target":7},{"source":88,"target":80},{"source":92,"target":6},{"source":89,"target":93},{"source":89,"target":7},{"source":90,"target":3},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":26},{"source":8,"target":96},{"source":8,"target":97},{"source":94,"target":98},{"source":94,"target":8},{"source":95,"target":8},{"source":95,"target":99},{"source":95,"target":8},{"source":95,"target":96},{"source":99,"target":8},{"source":26,"target":1},{"source":26,"target":100},{"source":26,"target":8},{"source":26,"target":17},{"source":100,"target":1},{"source":96,"target":8},{"source":96,"target":101},{"source":96,"target":8},{"source":96,"target":95},{"source":101,"target":8},{"source":97,"target":2},{"source":97,"target":102},{"source":97,"target":8},{"source":102,"target":2},{"source":9,"target":0},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":103,"target":106},{"source":103,"target":9},{"source":104,"target":107},{"source":104,"target":9},{"source":105,"target":108},{"source":105,"target":9},{"source":10,"target":0},{"source":10,"target":109},{"source":10,"target":110},{"source":109,"target":111},{"source":109,"target":10},{"source":110,"target":112},{"source":110,"target":10},{"source":11,"target":0},{"source":11,"target":113},{"source":11,"target":114},{"source":113,"target":115},{"source":113,"target":11},{"source":114,"target":116},{"source":114,"target":11},{"source":12,"target":0},{"source":12,"target":117},{"source":12,"target":118},{"source":117,"target":119},{"source":117,"target":12},{"source":118,"target":120},{"source":118,"target":12},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":121},{"source":13,"target":122},{"source":13,"target":123},{"source":13,"target":124},{"source":13,"target":125},{"source":121,"target":1},{"source":121,"target":126},{"source":121,"target":13},{"source":126,"target":1},{"source":122,"target":1},{"source":122,"target":127},{"source":122,"target":13},{"source":127,"target":1},{"source":123,"target":7},{"source":123,"target":128},{"source":123,"target":13},{"source":128,"target":7},{"source":124,"target":129},{"source":124,"target":13},{"source":125,"target":7}],"multigraph":true}
ecore